Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2003 19:32:16 +0100 (CET)
From:      Douwe <virtus@wanadoo.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47026: New port: a small assembly to HTML convert
Message-ID:  <20030113183216.F060127614@virtus.ath.cx>

next in thread | raw e-mail | index | archive | help

>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 <virtus@wanadoo.nl>
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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030113183216.F060127614>