Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 1998 09:10:25 -0800 (PST)
From:      Brian Handy <handy@lambic.spasci.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6131: Port upgrade:  a2ps-4.10
Message-ID:  <199803251710.JAA25602@lambic.spasci.com>

next in thread | raw e-mail | index | archive | help

>Number:         6131
>Category:       ports
>Synopsis:       Port upgrade:  a2ps-4.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 25 09:20:01 PST 1998
>Last-Modified:
>Originator:     Brian Handy
>Organization:
MSU - Bozeman
>Release:        FreeBSD 2.2.5-STABLE i386
>Environment:
  Sunny right now, but clouds coming over the rise.

>Description:
  Old version of a2ps appears to be GONE GONE GONE.  

>How-To-Repeat:
>Fix:

diff -urN a2ps.orig/Makefile a2ps/Makefile
--- a2ps.orig/Makefile	Wed Feb 25 20:31:49 1998
+++ a2ps/Makefile	Wed Mar 25 08:41:27 1998
@@ -6,8 +6,8 @@
 # $Id: Makefile,v 1.14 1998/02/26 04:31:49 asami Exp $
 #
 
-DISTNAME=	a2ps-4.9.9
-PKGNAME=	a2ps-${PAPERSIZE}-4.9.9
+DISTNAME=	a2ps-4.10
+PKGNAME=	a2ps-${PAPERSIZE}-4.10
 CATEGORIES=	print
 MASTER_SITES=	http://www-inf.enst.fr/~demaille/ftp/a2ps/
 
diff -urN a2ps.orig/files/md5 a2ps/files/md5
--- a2ps.orig/files/md5	Sun Feb 15 13:24:49 1998
+++ a2ps/files/md5	Wed Mar 25 08:42:11 1998
@@ -1 +1 @@
-MD5 (a2ps-4.9.9.tar.gz) = 17e3d399d1ef6c05130ebe8e8414e2e6
+MD5 (a2ps-4.10.tar.gz) = d5c430a05b648e90f3294654538113eb
diff -urN a2ps.orig/patches/patch-aa a2ps/patches/patch-aa
--- a2ps.orig/patches/patch-aa	Wed Feb 25 18:22:29 1998
+++ a2ps/patches/patch-aa	Wed Mar 25 09:05:34 1998
@@ -1,15 +1,14 @@
 Correct the dir entry for a2ps so that FreeBSD's install-info --delete
 can remove it without warning.
 
---- doc/a2ps.info.orig	Wed Feb 25 00:08:38 1998
-+++ doc/a2ps.info	Wed Feb 25 00:09:16 1998
-@@ -3,8 +3,7 @@
+--- doc/a2ps.info.orig	Wed Mar 25 08:43:39 1998
++++ doc/a2ps.info	Wed Mar 25 08:45:06 1998
+@@ -3,7 +3,7 @@
  
  INFO-DIR-SECTION Printing Tools
  START-INFO-DIR-ENTRY
 -* a2ps::                           PostScript Generating Utility
--* PreScript: (a2ps) PreScript      Input language for a2ps
 +* a2ps: (a2ps).                    PostScript Generating Utility
- END-INFO-DIR-ENTRY
- 
-    This document describes `a2ps' 4.9.9, a converter from various
+ * PreScript: (a2ps) PreScript      Input language for a2ps
+ * Card: (a2ps) Card                Print Reference Card of Programs
+ * psmandup: (a2ps) psmandup        Printing Duplex on Simplex Printers
diff -urN a2ps.orig/patches/patch-ab a2ps/patches/patch-ab
--- a2ps.orig/patches/patch-ab	Wed Feb 25 18:22:30 1998
+++ a2ps/patches/patch-ab	Wed Mar 25 09:05:47 1998
@@ -1,14 +1,14 @@
 Use the -R option to ldconfig so that previous entries in
 /var/run/ld.so.hints are preserved.
 
---- auxdir/ltconfig.orig	Tue Feb 24 22:56:11 1998
-+++ auxdir/ltconfig	Tue Feb 24 22:56:13 1998
-@@ -1035,7 +1035,7 @@
+--- auxdir/ltconfig.orig	Mon Mar  9 00:02:00 1998
++++ auxdir/ltconfig	Wed Mar 25 08:47:29 1998
+@@ -1125,7 +1125,7 @@
  freebsd2* | freebsd3*)
    version_type=sunos
-   library_names_spec='$libname.so.$versuffix $libname.so'
--  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -R $libdir'
+   library_names_spec='${libname}${release}.so.$versuffix $libname.so'
+-  finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir'
++  finish_cmds='PATH="$PATH:/sbin" ldconfig -R $libdir'
    shlibpath_var=LD_LIBRARY_PATH
    ;;
  
diff -urN a2ps.orig/patches/patch-ac a2ps/patches/patch-ac
--- a2ps.orig/patches/patch-ac	Wed Feb 25 18:22:32 1998
+++ a2ps/patches/patch-ac	Wed Dec 31 16:00:00 1969
@@ -1,13 +0,0 @@
-Don't include c.ssh twice in sheets_DATA.
-
---- sheets/Makefile.in.orig	Tue Feb 24 23:16:10 1998
-+++ sheets/Makefile.in	Tue Feb 24 23:16:35 1998
-@@ -151,7 +151,7 @@
- sheetsdir = $(pkgdatadir)/sheets
- 
- sheets_DATA = sheets.map						\
--68000.ssh a2psrc.ssh ada.ssh c.ssh c.ssh caml.ssh chlog.ssh claire.ssh	\
-+68000.ssh a2psrc.ssh ada.ssh c.ssh caml.ssh chlog.ssh claire.ssh	\
- clisp.ssh coqv.ssh cpp.ssh csh.ssh eiffel.ssh elisp.ssh eps.ssh		\
- fortran.ssh gnuc.ssh initora.ssh java.ssh lace.ssh lex.ssh mail.ssh	\
- make.ssh modula2.ssh modula3.ssh o2c.ssh oberon.ssh objc.ssh		\
diff -urN a2ps.orig/pkg/PLIST a2ps/pkg/PLIST
--- a2ps.orig/pkg/PLIST	Wed Feb 25 18:19:05 1998
+++ a2ps/pkg/PLIST	Wed Mar 25 09:01:22 1998
@@ -21,7 +21,7 @@
 @exec install-info %D/info/regex.info %D/info/dir
 lib/liba2ps.a
 lib/liba2ps.la
-lib/liba2ps.so.0.3
+lib/liba2ps.so.1.0
 @exec /sbin/ldconfig -R %B
 man/man1/a2ps.1.gz
 man/man1/ogonkify.1.gz
@@ -87,7 +87,7 @@
 share/a2ps/encoding/hp.edf
 share/a2ps/encoding/ibmpc.edf
 share/a2ps/encoding/iso5.edf
-share/a2ps/encoding/koi8r.edf
+share/a2ps/encoding/koi8.edf
 share/a2ps/encoding/latin1.edf
 share/a2ps/encoding/latin2.edf
 share/a2ps/encoding/latin3.edf
@@ -95,10 +95,9 @@
 share/a2ps/encoding/latin5.edf
 share/a2ps/encoding/latin6.edf
 share/a2ps/encoding/mac.edf
-share/a2ps/printers/README
-share/a2ps/printers/level1.ppd
-share/a2ps/printers/level2.ppd
-share/a2ps/printers/printers.map
+share/a2ps/ppd/README
+share/a2ps/ppd/level1.ppd
+share/a2ps/ppd/level2.ppd
 share/a2ps/ps/Courier-Bold-Ogonki.pfa
 share/a2ps/ps/Courier-BoldOblique-Ogonki.pfa
 share/a2ps/ps/Courier-Oblique-Ogonki.pfa
@@ -126,6 +125,7 @@
 share/a2ps/ps/ehandler.ps
 share/a2ps/ps/gray.pro
 share/a2ps/ps/gray2.pro
+share/a2ps/ps/matrix.pro
 share/a2ps/ps/textb18.pfb
 share/a2ps/ps/textb19.pfb
 share/a2ps/ps/textb20.pfb
@@ -134,6 +134,7 @@
 share/a2ps/sheets/ada.ssh
 share/a2ps/sheets/c.ssh
 share/a2ps/sheets/caml.ssh
+share/a2ps/sheets/card.ssh
 share/a2ps/sheets/chlog.ssh
 share/a2ps/sheets/claire.ssh
 share/a2ps/sheets/clisp.ssh
@@ -146,23 +147,28 @@
 share/a2ps/sheets/fortran.ssh
 share/a2ps/sheets/gnuc.ssh
 share/a2ps/sheets/initora.ssh
+share/a2ps/sheets/idl.ssh
+share/a2ps/sheets/is5rul.ssh
 share/a2ps/sheets/java.ssh
 share/a2ps/sheets/lace.ssh
 share/a2ps/sheets/lex.ssh
 share/a2ps/sheets/mail.ssh
 share/a2ps/sheets/make.ssh
+share/a2ps/sheets/matlab4.ssh
 share/a2ps/sheets/modula2.ssh
 share/a2ps/sheets/modula3.ssh
 share/a2ps/sheets/o2c.ssh
 share/a2ps/sheets/oberon.ssh
 share/a2ps/sheets/objc.ssh
 share/a2ps/sheets/octave.ssh
+share/a2ps/sheets/oldperl.ssh
 share/a2ps/sheets/oracle.ssh
 share/a2ps/sheets/pascal.ssh
 share/a2ps/sheets/perl.ssh
 share/a2ps/sheets/plsql.ssh
 share/a2ps/sheets/ppd.ssh
 share/a2ps/sheets/pre.ssh
+share/a2ps/sheets/pretex.ssh
 share/a2ps/sheets/prolog.ssh
 share/a2ps/sheets/promela.ssh
 share/a2ps/sheets/ps.ssh
@@ -175,9 +181,11 @@
 share/a2ps/sheets/sql.ssh
 share/a2ps/sheets/sql92.ssh
 share/a2ps/sheets/ssh.ssh
+share/a2ps/sheets/symbols.ssh
 share/a2ps/sheets/tcl.ssh
 share/a2ps/sheets/tex.ssh
 share/a2ps/sheets/texinfo.ssh
+share/a2ps/sheets/texscript.ssh
 share/a2ps/sheets/tk.ssh
 share/a2ps/sheets/unity.ssh
 share/a2ps/sheets/verilog.ssh
@@ -185,8 +193,6 @@
 share/a2ps/sheets/vrml.ssh
 share/a2ps/sheets/yacc.ssh
 share/a2ps/sheets/zsh.ssh
-share/emacs/site-lisp/a2ps.el
-share/emacs/site-lisp/make-regexp.el
 share/locale/ca/LC_MESSAGES/a2ps.mo
 share/locale/cs/LC_MESSAGES/a2ps.mo
 share/locale/de/LC_MESSAGES/a2ps.mo
@@ -199,7 +205,7 @@
 share/locale/tr/LC_MESSAGES/a2ps.mo
 @dirrm share/a2ps/afm
 @dirrm share/a2ps/encoding
-@dirrm share/a2ps/printers
+@dirrm share/a2ps/ppd
 @dirrm share/a2ps/ps
 @dirrm share/a2ps/sheets
 @dirrm share/a2ps
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803251710.JAA25602>