From owner-freebsd-ports Mon Jan 13 10:30: 6 2003 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAD4837B401 for ; Mon, 13 Jan 2003 10:30:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E79C243F18 for ; Mon, 13 Jan 2003 10:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DIU2NS042501 for ; Mon, 13 Jan 2003 10:30:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0DIU2Q4042500; Mon, 13 Jan 2003 10:30:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0173337B401 for ; Mon, 13 Jan 2003 10:22:29 -0800 (PST) Received: from virtus.ath.cx (ledn-csl-4581.adsl.wanadoo.nl [212.129.197.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 480CF43ED8 for ; Mon, 13 Jan 2003 10:22:28 -0800 (PST) (envelope-from root@virtus.ath.cx) Received: by virtus.ath.cx (Postfix, from userid 0) id F060127614; Mon, 13 Jan 2003 19:32:16 +0100 (CET) Message-Id: <20030113183216.F060127614@virtus.ath.cx> Date: Mon, 13 Jan 2003 19:32:16 +0100 (CET) From: Douwe Reply-To: Douwe To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/47026: New port: a small assembly to HTML convert Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 47026 >Category: ports >Synopsis: New port: a small assembly to HTML convert >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 13 10:30:02 PST 2003 >Closed-Date: >Last-Modified: >Originator: Douwe Kiela >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD virtus.ath.cx 4.7-STABLE FreeBSD 4.7-STABLE #0: Thu Nov 14 19:39:53 CET 2002 root@arachna.virtus.ath.cx:/usr/obj/usr/src/sys/GENERIC i386 >Description: asm2html is a small tool to convert NASM syntax assembly code to nice-looking HTML. This makes it alot easier to view assembly source code on websites. >How-To-Repeat: >Fix: echo c - asm2html mkdir -p asm2html > /dev/null 2>&1 echo x - asm2html/pkg-plist sed 's/^X//' >asm2html/pkg-plist << 'END-of-asm2html/pkg-plist' Xbin/asm2html END-of-asm2html/pkg-plist echo x - asm2html/pkg-descr sed 's/^X//' >asm2html/pkg-descr << 'END-of-asm2html/pkg-descr' XAsm2html is a small tool to display NASM assembly source code in HTML. XIt looks for assembly keywords,register names,etc. and all gives them Xseperate colors. END-of-asm2html/pkg-descr echo x - asm2html/pkg-comment sed 's/^X//' >asm2html/pkg-comment << 'END-of-asm2html/pkg-comment' XA small tool to display NASM assembly source code in nice-looking HTML END-of-asm2html/pkg-comment echo x - asm2html/distinfo sed 's/^X//' >asm2html/distinfo << 'END-of-asm2html/distinfo' XMD5 (asm2html-1.0.tar.gz) = b4d5a2972768e35aff409fb56e7e1b5d END-of-asm2html/distinfo echo x - asm2html/Makefile sed 's/^X//' >asm2html/Makefile << 'END-of-asm2html/Makefile' X# New ports collection makefile for: asm2html X# Date created: 13 Januari 2003 X# Whom: Douwe Kiela X# X XPORTNAME= asm2html XPORTVERSION= 1.0 XCATEGORIES= devel XMASTER_SITES= http://virtus.ath.cx/asm2html/ X XMAINTAINER= virtus@wanadoo.nl XHOMEPAGE= http://virtus.ath.cx/asm2html X X.include END-of-asm2html/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message