aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/asm2html
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2003-06-10 13:02:10 +0800
committerwill <will@FreeBSD.org>2003-06-10 13:02:10 +0800
commit6de9e8069ba68a6d68ff2de625b9063148c27ea3 (patch)
tree93796cd25d0a38afeac99a78625a18c2e6993b3b /textproc/asm2html
parent3128c8ee659097b38081809a7ac266f1c99c1785 (diff)
downloadfreebsd-ports-gnome-6de9e8069ba68a6d68ff2de625b9063148c27ea3.tar.gz
freebsd-ports-gnome-6de9e8069ba68a6d68ff2de625b9063148c27ea3.tar.zst
freebsd-ports-gnome-6de9e8069ba68a6d68ff2de625b9063148c27ea3.zip
Add asm2html 1.4, a program that converts NASM syntax assembly
code to HTML code. PR: 53133 Submitted by: Ben Haga <tuxsuximus@hotmail.com>
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