Bump a2ps to 4.14 oi_151a
authorJon Tibble <meths@btinternet.com>
Tue, 15 May 2012 21:40:50 +0100
branchoi_151a
changeset 141 1c5f15ab0714
parent 140 98dea9cbcdbc
child 142 1d4f978df141
Bump a2ps to 4.14
usr/src/cmd/a2ps/METADATA
usr/src/cmd/a2ps/Makefile.sfw
usr/src/cmd/a2ps/Patches/configure.patch
usr/src/cmd/a2ps/Patches/sheets.map.patch
usr/src/cmd/a2ps/a2ps-4.13.tar.gz
usr/src/cmd/a2ps/a2ps-4.14.tar.gz
usr/src/pkgdefs/SUNWa2psr/pkginfo.tmpl
usr/src/pkgdefs/SUNWa2psu/pkginfo.tmpl
usr/src/pkgdefs/SUNWa2psu/prototype_com
--- a/usr/src/cmd/a2ps/METADATA	Sat May 12 14:25:01 2012 +0100
+++ b/usr/src/cmd/a2ps/METADATA	Tue May 15 21:40:50 2012 +0100
@@ -1,10 +1,10 @@
 NAME:             a2ps
-VERSION:          4.13
+VERSION:          4.14
 DESCRIPTION:      Format files for printing on a PostScript printer
-LICENSE:          GPLv2
+LICENSE:          GPLv3
 PACKAGE:          SUNWa2psr SUNWa2psu
 PROJECT_URL:      http://www.gnu.org/software/a2ps
-SOURCE_DOWNLOAD:  http://ftp.gnu.org/gnu/a2ps/a2ps-4.13.tar.gz
+SOURCE_DOWNLOAD:  http://ftp.gnu.org/gnu/a2ps/a2ps-4.14.tar.gz
 SUPPORT:          B
 BUGTRAQ:          solaris/print/a2ps
 OSR:              2161
--- a/usr/src/cmd/a2ps/Makefile.sfw	Sat May 12 14:25:01 2012 +0100
+++ b/usr/src/cmd/a2ps/Makefile.sfw	Tue May 15 21:40:50 2012 +0100
@@ -27,7 +27,7 @@
 # Note: psutils (SUNWpsutils) must be installed before building a2ps
 #
 
-VER=a2ps-4.13
+VER=a2ps-4.14
 TARBALL=$(VER).tar.gz
 
 include ../Makefile.cmd
--- a/usr/src/cmd/a2ps/Patches/configure.patch	Sat May 12 14:25:01 2012 +0100
+++ b/usr/src/cmd/a2ps/Patches/configure.patch	Tue May 15 21:40:50 2012 +0100
@@ -1,35 +1,13 @@
-*** a2ps-4.13/configure.orig	Thu Feb 24 09:54:14 2000
---- a2ps-4.13/configure	Wed Nov  7 18:35:04 2007
-***************
-*** 7650,7658 ****
---- 7650,7660 ----
-  int
-  main()
-  {
-+ #if 0
-  extern int _nl_msg_cat_cntr;
-  			       return _nl_msg_cat_cntr
-    ;
-+ #endif
-    return 0;
-  }
-  EOF
-***************
-*** 8404,8410 ****
-  # Try to find some PostScript fonts.
-  # Find out if ghostscript is installed
-  ac_psfont_path=
-! for ac_dir in /usr/local/ghostscript/fonts \
-    /usr/local/share/ghostscript/fonts;
-  do
-    if test "cd $ac_dir 2>/dev/null && echo *.afm"; then
---- 8406,8414 ----
-  # Try to find some PostScript fonts.
-  # Find out if ghostscript is installed
-  ac_psfont_path=
-! for ac_dir in \
-!   /usr/sfw/share/ghostscript/fonts \
-!   /usr/local/ghostscript/fonts \
-    /usr/local/share/ghostscript/fonts;
-  do
-    if test "cd $ac_dir 2>/dev/null && echo *.afm"; then
+--- a2ps-4.14/configure.orig	2007-12-29 03:28:03.000000000 +0000
++++ a2ps-4.14/configure	2012-05-14 20:32:44.641469601 +0100
+@@ -30759,7 +30759,9 @@
+ # Try to find some PostScript fonts.
+ # Find out if ghostscript is installed
+ ac_psfont_path=
+-for ac_dir in /usr/local/ghostscript/fonts \
++for ac_dir in \
++  /usr/sfw/share/ghostscript/fonts \
++  /usr/local/ghostscript/fonts \
+   /usr/local/share/ghostscript/fonts;
+ do
+   if test "cd $ac_dir 2>/dev/null && echo *.afm"; then
--- a/usr/src/cmd/a2ps/Patches/sheets.map.patch	Sat May 12 14:25:01 2012 +0100
+++ b/usr/src/cmd/a2ps/Patches/sheets.map.patch	Tue May 15 21:40:50 2012 +0100
@@ -1,5 +1,5 @@
-*** a2ps-4.13/sheets/sheets.map.orig	Wed May 12 15:37:37 2004
---- a2ps-4.13/sheets/sheets.map	Wed May 12 15:48:45 2004
+*** a2ps-4.14/sheets/sheets.map.orig	Wed May 12 15:37:37 2004
+--- a2ps-4.14/sheets/sheets.map	Wed May 12 15:48:45 2004
 ***************
 *** 237,242 ****
 --- 237,243 ----
Binary file usr/src/cmd/a2ps/a2ps-4.13.tar.gz has changed
Binary file usr/src/cmd/a2ps/a2ps-4.14.tar.gz has changed
--- a/usr/src/pkgdefs/SUNWa2psr/pkginfo.tmpl	Sat May 12 14:25:01 2012 +0100
+++ b/usr/src/pkgdefs/SUNWa2psr/pkginfo.tmpl	Tue May 15 21:40:50 2012 +0100
@@ -36,7 +36,7 @@
 SUNW_PKGTYPE="root"
 MAXINST="1000"
 CATEGORY="system"
-DESC="a2ps - GNU Any to PostScript filter (root) 4.13b"
+DESC="a2ps - GNU Any to PostScript filter (root) 4.14"
 VENDOR="COMPANY"
 HOTLINE="Please contact your local service provider"
 EMAIL=""
--- a/usr/src/pkgdefs/SUNWa2psu/pkginfo.tmpl	Sat May 12 14:25:01 2012 +0100
+++ b/usr/src/pkgdefs/SUNWa2psu/pkginfo.tmpl	Tue May 15 21:40:50 2012 +0100
@@ -38,7 +38,7 @@
 CATEGORY="system"
 MAXINST="1000"
 CATEGORY="system"
-DESC="a2ps - GNU Any to PostScript filter (user) 4.13b"
+DESC="a2ps - GNU Any to PostScript filter (user) 4.14"
 VENDOR="COMPANY"
 HOTLINE="Please contact your local service provider"
 EMAIL=""
--- a/usr/src/pkgdefs/SUNWa2psu/prototype_com	Sat May 12 14:25:01 2012 +0100
+++ b/usr/src/pkgdefs/SUNWa2psu/prototype_com	Tue May 15 21:40:50 2012 +0100
@@ -67,6 +67,10 @@
 d none usr/share/a2ps/afm 0755 root root
 f none usr/share/a2ps/afm/fonts.map 0444 root bin
 f none usr/share/a2ps/afm/make_fonts_map.sh 0555 root bin
+f none usr/share/a2ps/afm/pagb.afm 0444 root bin
+f none usr/share/a2ps/afm/pagbo.afm 0444 root bin
+f none usr/share/a2ps/afm/pagd.afm 0444 root bin
+f none usr/share/a2ps/afm/pagdo.afm 0444 root bin
 f none usr/share/a2ps/afm/pbkd.afm 0444 root bin
 f none usr/share/a2ps/afm/pbkdi.afm 0444 root bin
 f none usr/share/a2ps/afm/pbkl.afm 0444 root bin
@@ -118,6 +122,7 @@
 f none usr/share/a2ps/encoding/koi8.edf 0444 root bin
 f none usr/share/a2ps/encoding/mac.edf 0444 root bin
 f none usr/share/a2ps/encoding/ms-cp1250.edf 0444 root bin
+f none usr/share/a2ps/encoding/ms-cp1251.edf 0444 root bin
 d none usr/share/a2ps/fonts 0755 root root
 f none usr/share/a2ps/fonts/pcfont.pfa 0444 root bin
 d none usr/share/a2ps/ppd 0755 root root
@@ -132,6 +137,7 @@
 f none usr/share/a2ps/ps/color.hdr 0444 root bin
 f none usr/share/a2ps/ps/color.pro 0444 root bin
 f none usr/share/a2ps/ps/diff.pro 0444 root bin
+f none usr/share/a2ps/ps/diffcolor.pro 0444 root bin
 f none usr/share/a2ps/ps/ehandler.ps 0444 root bin
 f none usr/share/a2ps/ps/fixed.pro 0444 root bin
 f none usr/share/a2ps/ps/gray.pro 0444 root bin
@@ -157,6 +163,7 @@
 f none usr/share/a2ps/sheets/coqv.ssh 0444 root bin
 f none usr/share/a2ps/sheets/cpp.ssh 0444 root bin
 f none usr/share/a2ps/sheets/csh.ssh 0444 root bin
+f none usr/share/a2ps/sheets/csharp.ssh 0444 root bin
 f none usr/share/a2ps/sheets/cxx.ssh 0444 root bin
 f none usr/share/a2ps/sheets/dc_shell.ssh 0444 root bin
 f none usr/share/a2ps/sheets/eiffel.ssh 0444 root bin
@@ -186,11 +193,13 @@
 f none usr/share/a2ps/sheets/mail.ssh 0444 root bin
 f none usr/share/a2ps/sheets/make.ssh 0444 root bin
 f none usr/share/a2ps/sheets/maple.ssh 0444 root bin
+f none usr/share/a2ps/sheets/matlab.ssh 0444 root bin
 f none usr/share/a2ps/sheets/matlab4.ssh 0444 root bin
 f none usr/share/a2ps/sheets/mib.ssh 0444 root bin
 f none usr/share/a2ps/sheets/mly.ssh 0444 root bin
 f none usr/share/a2ps/sheets/modula2.ssh 0444 root bin
 f none usr/share/a2ps/sheets/modula3.ssh 0444 root bin
+f none usr/share/a2ps/sheets/nasm.ssh 0444 root bin
 f none usr/share/a2ps/sheets/o2c.ssh 0444 root bin
 f none usr/share/a2ps/sheets/oberon.ssh 0444 root bin
 f none usr/share/a2ps/sheets/objc.ssh 0444 root bin
@@ -199,6 +208,8 @@
 f none usr/share/a2ps/sheets/oracle.ssh 0444 root bin
 f none usr/share/a2ps/sheets/pascal.ssh 0444 root bin
 f none usr/share/a2ps/sheets/perl.ssh 0444 root bin
+f none usr/share/a2ps/sheets/php.ssh 0444 root bin
+f none usr/share/a2ps/sheets/pic16f84.ssh 0444 root bin
 f none usr/share/a2ps/sheets/plsql.ssh 0444 root bin
 f none usr/share/a2ps/sheets/pov.ssh 0444 root bin
 f none usr/share/a2ps/sheets/ppd.ssh 0444 root bin
@@ -208,7 +219,10 @@
 f none usr/share/a2ps/sheets/promela.ssh 0444 root bin
 f none usr/share/a2ps/sheets/ps.ssh 0444 root bin
 f none usr/share/a2ps/sheets/python.ssh 0444 root bin
+f none usr/share/a2ps/sheets/rd.ssh 0444 root bin
 f none usr/share/a2ps/sheets/rexx.ssh 0444 root bin
+f none usr/share/a2ps/sheets/ruby.ssh 0444 root bin
+f none usr/share/a2ps/sheets/s.ssh 0444 root bin
 f none usr/share/a2ps/sheets/sather.ssh 0444 root bin
 f none usr/share/a2ps/sheets/scheme.ssh 0444 root bin
 f none usr/share/a2ps/sheets/sdl88.ssh 0444 root bin
@@ -216,10 +230,14 @@
 f none usr/share/a2ps/sheets/sh.ssh 0444 root bin
 f none usr/share/a2ps/sheets/sheets.map 0444 root bin
 f none usr/share/a2ps/sheets/shell.ssh 0444 root bin
+f none usr/share/a2ps/sheets/small.ssh 0444 root bin
 f none usr/share/a2ps/sheets/sml.ssh 0444 root bin
+f none usr/share/a2ps/sheets/specc.ssh 0444 root bin
 f none usr/share/a2ps/sheets/sql.ssh 0444 root bin
 f none usr/share/a2ps/sheets/sql92.ssh 0444 root bin
 f none usr/share/a2ps/sheets/ssh.ssh 0444 root bin
+f none usr/share/a2ps/sheets/st.ssh 0444 root bin
+f none usr/share/a2ps/sheets/stratego.ssh 0444 root bin
 f none usr/share/a2ps/sheets/symbols.ssh 0444 root bin
 f none usr/share/a2ps/sheets/tcl.ssh 0444 root bin
 f none usr/share/a2ps/sheets/tclx.ssh 0444 root bin
@@ -242,17 +260,8 @@
 f none usr/share/a2ps/sheets/zsh.ssh 0444 root bin
 d none usr/share/info 0755 root bin
 f none usr/share/info/a2ps.info 0444 root bin
-f none usr/share/info/a2ps.info-1 0444 root bin
-f none usr/share/info/a2ps.info-2 0444 root bin
-f none usr/share/info/a2ps.info-3 0444 root bin
-f none usr/share/info/a2ps.info-4 0444 root bin
-f none usr/share/info/a2ps.info-5 0444 root bin
-f none usr/share/info/a2ps.info-6 0444 root bin
 f none usr/share/info/ogonkify.info 0444 root bin
 f none usr/share/info/regex.info 0444 root bin
-f none usr/share/info/regex.info-1 0444 root bin
-f none usr/share/info/regex.info-2 0444 root bin
-f none usr/share/info/regex.info-3 0444 root bin
 d none usr/share/locale 0755 root other
 d none usr/share/locale/ca 0755 root other
 d none usr/share/locale/ca/LC_MESSAGES 0755 root other
@@ -269,15 +278,15 @@
 d none usr/share/locale/es 0755 root other
 d none usr/share/locale/es/LC_MESSAGES 0755 root other
 f none usr/share/locale/es/LC_MESSAGES/a2ps.mo 644 root bin
-d none usr/share/locale/et 0755 root other
-d none usr/share/locale/et/LC_MESSAGES 0755 root other
-f none usr/share/locale/et/LC_MESSAGES/a2ps.mo 644 root bin
 d none usr/share/locale/fr 0755 root other
 d none usr/share/locale/fr/LC_MESSAGES 0755 root other
 f none usr/share/locale/fr/LC_MESSAGES/a2ps.mo 644 root bin
 d none usr/share/locale/it 0755 root other
 d none usr/share/locale/it/LC_MESSAGES 0755 root other
 f none usr/share/locale/it/LC_MESSAGES/a2ps.mo 644 root bin
+d none usr/share/locale/ja 0755 root other
+d none usr/share/locale/ja/LC_MESSAGES 0755 root other
+f none usr/share/locale/ja/LC_MESSAGES/a2ps.mo 644 root bin
 d none usr/share/locale/ko 0755 root other
 d none usr/share/locale/ko/LC_MESSAGES 0755 root other
 f none usr/share/locale/ko/LC_MESSAGES/a2ps.mo 644 root bin