summaryrefslogtreecommitdiff
path: root/devel/asm2html
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-01-13 22:06:42 +0000
committerjmmv <jmmv>2003-01-13 22:06:42 +0000
commitae23b20768180d0b9efa7edcbe9b088a99d0b18f (patch)
treecd9c755dd53748a7e5b941e94eff64b3864142f5 /devel/asm2html
parent14f853f99764b0d05d9d1655fedc8ef994770df1 (diff)
downloadpkgsrc-ae23b20768180d0b9efa7edcbe9b088a99d0b18f.tar.gz
Initial import of asm2html, version 1.0.
asm2html is a small tool to create nice looking HTML files from NASM assembly source code. Other assembly formats, such as AT&T syntax will probably be added in the near future. Package provided in PR pkg/19834 by virtus@lappy.heinekenfans.com.
Diffstat (limited to 'devel/asm2html')
-rw-r--r--devel/asm2html/DESCR3
-rw-r--r--devel/asm2html/Makefile17
-rw-r--r--devel/asm2html/PLIST2
-rw-r--r--devel/asm2html/distinfo4
4 files changed, 26 insertions, 0 deletions
diff --git a/devel/asm2html/DESCR b/devel/asm2html/DESCR
new file mode 100644
index 00000000000..04a781449af
--- /dev/null
+++ b/devel/asm2html/DESCR
@@ -0,0 +1,3 @@
+asm2html is a small tool to create nice looking HTML files from NASM
+assembly source code. Other assembly formats, such as AT&T syntax will
+probably be added in the near future.
diff --git a/devel/asm2html/Makefile b/devel/asm2html/Makefile
new file mode 100644
index 00000000000..3208c1fdd7b
--- /dev/null
+++ b/devel/asm2html/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/01/13 22:06:42 jmmv Exp $
+#
+
+DISTNAME= asm2html-1.0
+CATEGORIES= devel
+MASTER_SITES= http://virtus.ath.cx/asm2html/
+
+MAINTAINER= virtus@wanadoo.nl
+HOMEPAGE= http://virtus.ath.cx/asm2html/
+COMMENT= Tool to convert NASM source files to HTML
+
+USE_BUILDLINK2= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/asm2html ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/asm2html/PLIST b/devel/asm2html/PLIST
new file mode 100644
index 00000000000..8b2bb2f9e02
--- /dev/null
+++ b/devel/asm2html/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/13 22:06:42 jmmv Exp $
+bin/asm2html
diff --git a/devel/asm2html/distinfo b/devel/asm2html/distinfo
new file mode 100644
index 00000000000..84f91b077e8
--- /dev/null
+++ b/devel/asm2html/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/01/13 22:06:42 jmmv Exp $
+
+SHA1 (asm2html-1.0.tar.gz) = bb23f1efe11a502f78ca0427f1c4a1cf1f33b5a5
+Size (asm2html-1.0.tar.gz) = 6110 bytes