1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

upgrade to apsfilter 5.1.2

This commit is contained in:
Andreas Klemm 1999-06-12 21:32:25 +00:00
parent 6147bdb4e6
commit e50c17a21b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19451
8 changed files with 42 additions and 38 deletions

View File

@ -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/

View File

@ -1 +1 @@
MD5 (apsfilter-5.1.1.tar.bz2) = b6ae9e4fe8c32dc926e6029e78307f9b
MD5 (apsfilter-5.1.2.tar.bz2) = d1a8978c023b0f5914d54fa68ea5f02d

View File

@ -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)

View File

@ -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

View File

@ -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/

View File

@ -1 +1 @@
MD5 (apsfilter-5.1.1.tar.bz2) = b6ae9e4fe8c32dc926e6029e78307f9b
MD5 (apsfilter-5.1.2.tar.bz2) = d1a8978c023b0f5914d54fa68ea5f02d

View File

@ -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)

View File

@ -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