summaryrefslogtreecommitdiff
path: root/textproc/asm2html
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2003-06-10 05:02:10 +0000
committerWill Andrews <will@FreeBSD.org>2003-06-10 05:02:10 +0000
commitd801ae240808d7cdca513835d3b1ed3590bd1bb9 (patch)
treea8df2fb45c9fd69a26b323edb0a072b1caf530fa /textproc/asm2html
parentWhen 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/asm2html')
-rw-r--r--textproc/asm2html/Makefile20
-rw-r--r--textproc/asm2html/distinfo1
-rw-r--r--textproc/asm2html/pkg-descr3
-rw-r--r--textproc/asm2html/pkg-plist1
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