diff options
author | jmmv <jmmv> | 2003-01-13 22:06:42 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-01-13 22:06:42 +0000 |
commit | f83b2968108f9c7750a31112e0b3486d87bf1ed0 (patch) | |
tree | cd9c755dd53748a7e5b941e94eff64b3864142f5 /devel/asm2html/PLIST | |
parent | 710bd9461db45b62cb9414aedd75df914fd1cbae (diff) | |
download | pkgsrc-f83b2968108f9c7750a31112e0b3486d87bf1ed0.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/PLIST')
-rw-r--r-- | devel/asm2html/PLIST | 2 |
1 files changed, 2 insertions, 0 deletions
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 |