diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-01-23 16:12:02 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-01-23 16:12:02 +0000 |
commit | b32bcb56586748931747756c46953b0116eaeac9 (patch) | |
tree | 9022c08ba3d06f2d0ddaf75b1c561417a7f84811 /devel/asm2html | |
parent | 3167cf796eca52f3526b1b75e7189e8891e07812 (diff) | |
download | pkgsrc-b32bcb56586748931747756c46953b0116eaeac9.tar.gz |
Update to 1.3, with patch provided in PR pkg/20014 by virtus@wanadoo.nl.
- there were some errors in the commenting when lines were not shown, fixed.
- the line counting mechanism was improved.
- some more small things were improved/fixed.
Diffstat (limited to 'devel/asm2html')
-rw-r--r-- | devel/asm2html/DESCR | 3 | ||||
-rw-r--r-- | devel/asm2html/Makefile | 7 | ||||
-rw-r--r-- | devel/asm2html/distinfo | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/asm2html/DESCR b/devel/asm2html/DESCR index 04a781449af..45dbc521e66 100644 --- a/devel/asm2html/DESCR +++ b/devel/asm2html/DESCR @@ -1,3 +1,2 @@ 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. +assembly source code. diff --git a/devel/asm2html/Makefile b/devel/asm2html/Makefile index 79b4cf92633..110bb21f7d0 100644 --- a/devel/asm2html/Makefile +++ b/devel/asm2html/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2003/01/19 09:11:49 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2003/01/23 16:12:02 jmmv Exp $ # -DISTNAME= asm2html-1.2 +DISTNAME= asm2html-1.3 CATEGORIES= devel -MASTER_SITES= http://virtus.ath.cx/asm2html/ +MASTER_SITES= http://virtus.ath.cx/asm2html/ \ + http://asm2html.kerneled.com/ MAINTAINER= virtus@wanadoo.nl HOMEPAGE= http://virtus.ath.cx/asm2html/ diff --git a/devel/asm2html/distinfo b/devel/asm2html/distinfo index bb61a90af5a..a3010249464 100644 --- a/devel/asm2html/distinfo +++ b/devel/asm2html/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2003/01/19 09:11:49 jmmv Exp $ +$NetBSD: distinfo,v 1.3 2003/01/23 16:12:02 jmmv Exp $ -SHA1 (asm2html-1.2.tar.gz) = f73c256e1aa34b06d3067c746ecce4b1ded6eb9c -Size (asm2html-1.2.tar.gz) = 6797 bytes +SHA1 (asm2html-1.3.tar.gz) = 4cf1f5567fe9578ffe69a2aca9734c16efaf938b +Size (asm2html-1.3.tar.gz) = 7139 bytes |