diff options
author | jmmv <jmmv> | 2003-01-19 09:11:49 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-01-19 09:11:49 +0000 |
commit | 3cf2111973ce249c3bd23412e91906ca64bc1042 (patch) | |
tree | f96231404d5e04256fa5e83f9de45297516a2765 /devel/asm2html | |
parent | d47fc16151bd79377202c2614db8e01493b91995 (diff) | |
download | pkgsrc-3cf2111973ce249c3bd23412e91906ca64bc1042.tar.gz |
Update to 1.2. Changes since 1.0:
1.2:
19/01/2003 (virtus): put the code into seperate files
19/01/2003 (virtus): fixed the topfile and bottom file bugs
1.1:
18/01/2003 (virtus): -t [topfile] option added
18/01/2003 (virtus): -b [bottomfile] option added
18/01/2003 (virtus): -V argument added
18/01/2003 (virtus): some small things were fixed
Update requested in PR pkg/19915 by virtus@wanadoo.nl, the maintainer.
Diffstat (limited to 'devel/asm2html')
-rw-r--r-- | devel/asm2html/Makefile | 4 | ||||
-rw-r--r-- | devel/asm2html/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/asm2html/Makefile b/devel/asm2html/Makefile index 3208c1fdd7b..79b4cf92633 100644 --- a/devel/asm2html/Makefile +++ b/devel/asm2html/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/01/13 22:06:42 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2003/01/19 09:11:49 jmmv Exp $ # -DISTNAME= asm2html-1.0 +DISTNAME= asm2html-1.2 CATEGORIES= devel MASTER_SITES= http://virtus.ath.cx/asm2html/ diff --git a/devel/asm2html/distinfo b/devel/asm2html/distinfo index 84f91b077e8..bb61a90af5a 100644 --- a/devel/asm2html/distinfo +++ b/devel/asm2html/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/01/13 22:06:42 jmmv Exp $ +$NetBSD: distinfo,v 1.2 2003/01/19 09:11:49 jmmv Exp $ -SHA1 (asm2html-1.0.tar.gz) = bb23f1efe11a502f78ca0427f1c4a1cf1f33b5a5 -Size (asm2html-1.0.tar.gz) = 6110 bytes +SHA1 (asm2html-1.2.tar.gz) = f73c256e1aa34b06d3067c746ecce4b1ded6eb9c +Size (asm2html-1.2.tar.gz) = 6797 bytes |