diff options
author | andreas <andreas@FreeBSD.org> | 1999-06-13 05:32:25 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1999-06-13 05:32:25 +0800 |
commit | d48134305b3e0828a063a687f4fc84a7e9e52a95 (patch) | |
tree | 29689b46d254c01cf1a32d75f132d218ae48827b /print | |
parent | e3a6fc8dea81b8d9d3258490946c2bc441f9ee99 (diff) | |
download | freebsd-ports-gnome-d48134305b3e0828a063a687f4fc84a7e9e52a95.tar.gz freebsd-ports-gnome-d48134305b3e0828a063a687f4fc84a7e9e52a95.tar.zst freebsd-ports-gnome-d48134305b3e0828a063a687f4fc84a7e9e52a95.zip |
upgrade to apsfilter 5.1.2
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter/Makefile | 4 | ||||
-rw-r--r-- | print/apsfilter/distinfo | 2 | ||||
-rw-r--r-- | print/apsfilter/pkg-descr | 32 | ||||
-rw-r--r-- | print/apsfilter/pkg-plist | 2 | ||||
-rw-r--r-- | print/apsfilter6/Makefile | 4 | ||||
-rw-r--r-- | print/apsfilter6/distinfo | 2 | ||||
-rw-r--r-- | print/apsfilter6/pkg-descr | 32 | ||||
-rw-r--r-- | print/apsfilter6/pkg-plist | 2 |
8 files changed, 42 insertions, 38 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index c58645134649..81b249ca4dcc 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -3,10 +3,10 @@ # Date created: Tue Nov 14 18:29:48 MET 1995 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.30 1999/05/24 11:58:45 andreas Exp $ +# $Id: Makefile,v 1.31 1999/05/25 20:27:48 andreas Exp $ # -DISTNAME= apsfilter-5.1.1 +DISTNAME= apsfilter-5.1.2 CATEGORIES= print MASTER_SITES= http://www.FreeBSD.ORG/~andreas/download/ diff --git a/print/apsfilter/distinfo b/print/apsfilter/distinfo index b40c48e73cd9..1bfbed787993 100644 --- a/print/apsfilter/distinfo +++ b/print/apsfilter/distinfo @@ -1 +1 @@ -MD5 (apsfilter-5.1.1.tar.bz2) = b6ae9e4fe8c32dc926e6029e78307f9b +MD5 (apsfilter-5.1.2.tar.bz2) = d1a8978c023b0f5914d54fa68ea5f02d diff --git a/print/apsfilter/pkg-descr b/print/apsfilter/pkg-descr index 0cd68976ef02..2478ce04cffa 100644 --- a/print/apsfilter/pkg-descr +++ b/print/apsfilter/pkg-descr @@ -1,23 +1,23 @@ -Have fun using apsfilter by typing: +Here a "real life" example, how apsfilter makes your life easier +printing different document format, even if compressed: lpr ascii.Z test.gif picture.tiff TeX.dvi.gz webpage.html docu.pdf -That's what apsfilter is designed for ;-) -apsfilter is a magic printfilter, that saves you the work to a) look for -and b) use filter programs, that convert your file into something suitable -for your printer. Apsfilter first translates every document into Postscript -and then pipes it through ghostscript, if you don't have a PS printer. - -Printer Setup is done with the SETUP program. It saves your current -printcap entries and creates printcap entries for one or more of -your local printers. - -New features: - - supports different printer resolutions (if manually configured), i.e. +apsfilter is a magic printfilter, that saves you work to "look for" and +"use different filter programs", that convert your file into something +suitable for your printer. Apsfilter first translates every document +into Postscript and then pipes it through ghostscript, if you don't +have a PS printer. Printer Setup is done with the SETUP program. +It saves your current printcap entries and creates printcap entries +for one or more of your local printers. New features: + - various bugfixes and feature enhancements, see ChangeLog file + - supports different print resolutions (requires manual configuration) lpr -P{low,med,high} test.ps - supports LPRng as printer scheduler - supports ghostscript5.x uniprint driver - writes the first 8k of a print job to /tmp for file type recognition, so file(1) doesn't need to be able to read from - a pipe (stdin) and rewindstadin isn't needed anymore for dvips. -Send me a postcard if you like it ! Have fun ! - Andreas Klemm <andreas@klemm.gtn.com> Mai 1999 + a pipe (stdin) and rewindstdin isn't needed anymore for dvips. +If you are a satisfied apsfilter customer, then send mail to +apsfilter-promo@klemm.gtn.com and tell me, how apsfilter made your +life easier. Send me a postcard if you like ! Have fun ! + -Andreas (Juni 1999) diff --git a/print/apsfilter/pkg-plist b/print/apsfilter/pkg-plist index 3db161c588d0..a857cd50aa3a 100644 --- a/print/apsfilter/pkg-plist +++ b/print/apsfilter/pkg-plist @@ -3,6 +3,7 @@ apsfilter/bin/apsfilter apsfilter/bin/setup_dvips.sh apsfilter/filter/.keep_me apsfilter/global/GLOBAL.sh +apsfilter/lib/redir_gs_msg.ps apsfilter/setup/README apsfilter/setup/compile apsfilter/setup/devices.txt @@ -27,6 +28,7 @@ share/doc/apsfilter/readme.hp8 @dirrm apsfilter/bin @dirrm apsfilter/filter @dirrm apsfilter/global +@dirrm apsfilter/lib @dirrm apsfilter/setup @dirrm apsfilter/template @dirrm apsfilter diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile index c58645134649..81b249ca4dcc 100644 --- a/print/apsfilter6/Makefile +++ b/print/apsfilter6/Makefile @@ -3,10 +3,10 @@ # Date created: Tue Nov 14 18:29:48 MET 1995 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.30 1999/05/24 11:58:45 andreas Exp $ +# $Id: Makefile,v 1.31 1999/05/25 20:27:48 andreas Exp $ # -DISTNAME= apsfilter-5.1.1 +DISTNAME= apsfilter-5.1.2 CATEGORIES= print MASTER_SITES= http://www.FreeBSD.ORG/~andreas/download/ diff --git a/print/apsfilter6/distinfo b/print/apsfilter6/distinfo index b40c48e73cd9..1bfbed787993 100644 --- a/print/apsfilter6/distinfo +++ b/print/apsfilter6/distinfo @@ -1 +1 @@ -MD5 (apsfilter-5.1.1.tar.bz2) = b6ae9e4fe8c32dc926e6029e78307f9b +MD5 (apsfilter-5.1.2.tar.bz2) = d1a8978c023b0f5914d54fa68ea5f02d diff --git a/print/apsfilter6/pkg-descr b/print/apsfilter6/pkg-descr index 0cd68976ef02..2478ce04cffa 100644 --- a/print/apsfilter6/pkg-descr +++ b/print/apsfilter6/pkg-descr @@ -1,23 +1,23 @@ -Have fun using apsfilter by typing: +Here a "real life" example, how apsfilter makes your life easier +printing different document format, even if compressed: lpr ascii.Z test.gif picture.tiff TeX.dvi.gz webpage.html docu.pdf -That's what apsfilter is designed for ;-) -apsfilter is a magic printfilter, that saves you the work to a) look for -and b) use filter programs, that convert your file into something suitable -for your printer. Apsfilter first translates every document into Postscript -and then pipes it through ghostscript, if you don't have a PS printer. - -Printer Setup is done with the SETUP program. It saves your current -printcap entries and creates printcap entries for one or more of -your local printers. - -New features: - - supports different printer resolutions (if manually configured), i.e. +apsfilter is a magic printfilter, that saves you work to "look for" and +"use different filter programs", that convert your file into something +suitable for your printer. Apsfilter first translates every document +into Postscript and then pipes it through ghostscript, if you don't +have a PS printer. Printer Setup is done with the SETUP program. +It saves your current printcap entries and creates printcap entries +for one or more of your local printers. New features: + - various bugfixes and feature enhancements, see ChangeLog file + - supports different print resolutions (requires manual configuration) lpr -P{low,med,high} test.ps - supports LPRng as printer scheduler - supports ghostscript5.x uniprint driver - writes the first 8k of a print job to /tmp for file type recognition, so file(1) doesn't need to be able to read from - a pipe (stdin) and rewindstadin isn't needed anymore for dvips. -Send me a postcard if you like it ! Have fun ! - Andreas Klemm <andreas@klemm.gtn.com> Mai 1999 + a pipe (stdin) and rewindstdin isn't needed anymore for dvips. +If you are a satisfied apsfilter customer, then send mail to +apsfilter-promo@klemm.gtn.com and tell me, how apsfilter made your +life easier. Send me a postcard if you like ! Have fun ! + -Andreas (Juni 1999) diff --git a/print/apsfilter6/pkg-plist b/print/apsfilter6/pkg-plist index 3db161c588d0..a857cd50aa3a 100644 --- a/print/apsfilter6/pkg-plist +++ b/print/apsfilter6/pkg-plist @@ -3,6 +3,7 @@ apsfilter/bin/apsfilter apsfilter/bin/setup_dvips.sh apsfilter/filter/.keep_me apsfilter/global/GLOBAL.sh +apsfilter/lib/redir_gs_msg.ps apsfilter/setup/README apsfilter/setup/compile apsfilter/setup/devices.txt @@ -27,6 +28,7 @@ share/doc/apsfilter/readme.hp8 @dirrm apsfilter/bin @dirrm apsfilter/filter @dirrm apsfilter/global +@dirrm apsfilter/lib @dirrm apsfilter/setup @dirrm apsfilter/template @dirrm apsfilter |