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 | |
parent | When installing by package, it set wrong permission (diff) |
Add asm2html 1.4, a program that converts NASM syntax assembly
code to HTML code.
PR: 53133
Submitted by: Ben Haga <tuxsuximus@hotmail.com>
Notes
Notes:
svn path=/head/; revision=82642
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-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 |
5 files changed, 26 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 0c7c6f9b435d..ca1ab3610073 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -8,6 +8,7 @@ SUBDIR += ant-xinclude-task SUBDIR += antiword SUBDIR += ascii2pdf + SUBDIR += asm2html SUBDIR += aspell SUBDIR += bedic-data SUBDIR += bibtex2html 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 |