diff options
author | Will Andrews <will@FreeBSD.org> | 2003-06-10 05:02:10 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-06-10 05:02:10 +0000 |
commit | d801ae240808d7cdca513835d3b1ed3590bd1bb9 (patch) | |
tree | a8df2fb45c9fd69a26b323edb0a072b1caf530fa /textproc/asm2html | |
parent | 11b46a4709d443a032605300e1fc7a14f6566068 (diff) | |
download | ports-d801ae240808d7cdca513835d3b1ed3590bd1bb9.tar.gz ports-d801ae240808d7cdca513835d3b1ed3590bd1bb9.zip |
Notes
Diffstat (limited to 'textproc/asm2html')
-rw-r--r-- | textproc/asm2html/Makefile | 20 | ||||
-rw-r--r-- | textproc/asm2html/distinfo | 1 | ||||
-rw-r--r-- | textproc/asm2html/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/asm2html/pkg-plist | 1 |
4 files changed, 25 insertions, 0 deletions
diff --git a/textproc/asm2html/Makefile b/textproc/asm2html/Makefile new file mode 100644 index 000000000000..fea6c43378d0 --- /dev/null +++ b/textproc/asm2html/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: asm2html +# Date created: 5 June 2003 +# Whom: Ben Haga <tuxsuximus@hotmail.com> +# +# $FreeBSD$ +# + +PORTNAME= asm2html +PORTVERSION= 1.4 +CATEGORIES= textproc +MASTER_SITES= http://virtus.ath.cx/asm2html/ + +MAINTAINER= tuxsuximus@hotmail.com +COMMENT= Converts NASM syntax assembly code to HTML code + +MAN1= asm2html.1 +HAS_CONFIGURE= yes +CONFIGURE_ARGS+=--prefix=${PREFIX} + +.include <bsd.port.mk> diff --git a/textproc/asm2html/distinfo b/textproc/asm2html/distinfo new file mode 100644 index 000000000000..ad37414a429f --- /dev/null +++ b/textproc/asm2html/distinfo @@ -0,0 +1 @@ +MD5 (asm2html-1.4.tar.gz) = b2782e2d733bff28ad4a53fb5f8b6881 diff --git a/textproc/asm2html/pkg-descr b/textproc/asm2html/pkg-descr new file mode 100644 index 000000000000..b0c152f929f6 --- /dev/null +++ b/textproc/asm2html/pkg-descr @@ -0,0 +1,3 @@ +asm2html converts NASM syntax assembly code to HTML code + +WWW: http://virtus.ath.cx/asm2html/ diff --git a/textproc/asm2html/pkg-plist b/textproc/asm2html/pkg-plist new file mode 100644 index 000000000000..15a7ffac28c0 --- /dev/null +++ b/textproc/asm2html/pkg-plist @@ -0,0 +1 @@ +bin/asm2html |