summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-06-09 08:26:48 +0000
committerryoon <ryoon@pkgsrc.org>2013-06-09 08:26:48 +0000
commit723da8bb253869746dea70b0417d8de8a74d1e90 (patch)
tree6cbd85d8db63f1c618f10a25a7754dcb23cd917d /print
parentf27688cb0f2c294889121c6bdb8b80d786528da8 (diff)
downloadpkgsrc-723da8bb253869746dea70b0417d8de8a74d1e90.tar.gz
Update to 1.6.6
* Remove obsolete patch (already in upstrem). * Update HOMEPAGE. Changelog: Summary of changes in enscript version 1.6.6: * Add afm/MustRead.html, containing licensing information for Adobe AFM files. (Savannah bug #35883) * Sync all translations from the Translation Project. Please visit http://translationproject.org/ to help translate Enscript! * Add documented but missing '-w' option as an alias for '--language'. (Savannah bug #30651) * Apply sliceprint patch from Debian. (Savannah bug #31259)
Diffstat (limited to 'print')
-rw-r--r--print/enscript/Makefile7
-rw-r--r--print/enscript/PLIST3
-rw-r--r--print/enscript/distinfo9
-rw-r--r--print/enscript/patches/patch-ai15
4 files changed, 9 insertions, 25 deletions
diff --git a/print/enscript/Makefile b/print/enscript/Makefile
index bf01df69446..02ea5c71ee6 100644
--- a/print/enscript/Makefile
+++ b/print/enscript/Makefile
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.49 2013/05/31 12:41:47 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2013/06/09 08:26:48 ryoon Exp $
#
-DISTNAME= enscript-1.6.5.2
-PKGREVISION= 2
+DISTNAME= enscript-1.6.6
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNU:=enscript/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.codento.com/people/mtr/genscript/
+HOMEPAGE= http://www.gnu.org/software/enscript/
COMMENT= ASCII-to-PostScript filter
LICENSE= gnu-gpl-v3
diff --git a/print/enscript/PLIST b/print/enscript/PLIST
index 9f05bf815ac..21050d65bae 100644
--- a/print/enscript/PLIST
+++ b/print/enscript/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2011/10/21 19:37:28 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.10 2013/06/09 08:26:48 ryoon Exp $
bin/diffpp
bin/enscript
bin/mkafmmap
@@ -19,6 +19,7 @@ share/enscript/88595.enc
share/enscript/88597.enc
share/enscript/88599.enc
share/enscript/a2ps.hdr
+share/enscript/afm/MustRead.html
share/enscript/afm/agd.afm
share/enscript/afm/agdo.afm
share/enscript/afm/agw.afm
diff --git a/print/enscript/distinfo b/print/enscript/distinfo
index e5c6605963e..e7f9c4339b5 100644
--- a/print/enscript/distinfo
+++ b/print/enscript/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.11 2011/10/21 19:37:28 ryoon Exp $
+$NetBSD: distinfo,v 1.12 2013/06/09 08:26:48 ryoon Exp $
-SHA1 (enscript-1.6.5.2.tar.gz) = b6d08e72e8e75e7c8a72c75a55c8de3bdebcf22c
-RMD160 (enscript-1.6.5.2.tar.gz) = 065f516bbeec8d2fd5f60b2e869312d7eb1b8a69
-Size (enscript-1.6.5.2.tar.gz) = 1318283 bytes
-SHA1 (patch-ai) = e0f5d63126f1d8c78f01d30f1dee6c890aabae4d
+SHA1 (enscript-1.6.6.tar.gz) = 1f1e97a2ebb3d77f48c57487fe39e64139fb2beb
+RMD160 (enscript-1.6.6.tar.gz) = eae37efdd916fbd2520834c2e2428e7b729621f1
+Size (enscript-1.6.6.tar.gz) = 1330493 bytes
diff --git a/print/enscript/patches/patch-ai b/print/enscript/patches/patch-ai
deleted file mode 100644
index b9e0fdd71fa..00000000000
--- a/print/enscript/patches/patch-ai
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ai,v 1.2 2011/10/21 19:37:29 ryoon Exp $
-
-Highlight folded header lines properly (PR 36612)
-
---- states/hl/mail.st.orig 2009-01-11 19:21:13.000000000 +0000
-+++ states/hl/mail.st
-@@ -27,7 +27,7 @@ state mail_header extends Highlight
- END {
- comment_face (true);
- }
-- /:/ {
-+ /(:|^[ \t])/ {
- language_print ($0);
- return;
- }