summaryrefslogtreecommitdiff
path: root/print/html2ps
diff options
context:
space:
mode:
authorkleink <kleink@pkgsrc.org>2001-12-01 10:13:47 +0000
committerkleink <kleink@pkgsrc.org>2001-12-01 10:13:47 +0000
commitc8d6490e84c6018dd26cc9eee6071c6fedf56681 (patch)
tree2c92c84f7a4e1a2dee61f9857cab644b50d56235 /print/html2ps
parent043e5f465000f47ab36672049685c0fcc5bb4bb3 (diff)
downloadpkgsrc-c8d6490e84c6018dd26cc9eee6071c6fedf56681.tar.gz
Bump to 1.0b1nb1: fix a lost backreference in DSC output mode; from
Dmitri Kozionov on the html2ps-users list.
Diffstat (limited to 'print/html2ps')
-rw-r--r--print/html2ps/Makefile3
-rw-r--r--print/html2ps/distinfo3
-rw-r--r--print/html2ps/patches/patch-ab12
3 files changed, 16 insertions, 2 deletions
diff --git a/print/html2ps/Makefile b/print/html2ps/Makefile
index 474e84742bd..2a64a0440ea 100644
--- a/print/html2ps/Makefile
+++ b/print/html2ps/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2001/09/27 23:18:36 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2001/12/01 10:13:47 kleink Exp $
#
DISTNAME= html2ps-1.0b1
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.tdb.uu.se/~jan/
diff --git a/print/html2ps/distinfo b/print/html2ps/distinfo
index 079b4fc2c21..71d8f4d77f5 100644
--- a/print/html2ps/distinfo
+++ b/print/html2ps/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2001/04/20 12:41:51 agc Exp $
+$NetBSD: distinfo,v 1.3 2001/12/01 10:13:47 kleink Exp $
SHA1 (html2ps-1.0b1.tar.gz) = ef80edf8a1fb8156848993d4ded306ab6c9149df
Size (html2ps-1.0b1.tar.gz) = 107435 bytes
SHA1 (patch-aa) = 1b2912d42b41049d07560153f624cd999cc2bad2
+SHA1 (patch-ab) = f4094ff4d5d94f500a64ccca2d795e54678d74e4
diff --git a/print/html2ps/patches/patch-ab b/print/html2ps/patches/patch-ab
new file mode 100644
index 00000000000..033bef3d430
--- /dev/null
+++ b/print/html2ps/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2001/12/01 10:13:48 kleink Exp $
+
+--- html2ps.orig Sat Aug 9 20:59:05 1997
++++ html2ps Sat Dec 1 10:40:03 2001
+@@ -3747,6 +3747,7 @@
+ $mv=~s/\.0//g;
+ $temp.="$mv$line\n";
+ }
++ " "=~/( )( )( )/;
+ }
+ @nf=();
+ @sf=();