mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Upgrade to apsfilter 5.0.0
Do 18 Feb 1999 21:15:27 CET Joachim Achtzehnter <joachim@kraut.bc.ca> * LPRng support !!! * writing the first 8k into a tmp file makes rewindstdin unnecessary Sat, 24 Oct 1998 22:29:12 -0500 (CDT) Glenn Johnson <gljohns@bellsouth.net> * uniprint driver support (for ghostscript >= 5.10)
This commit is contained in:
parent
22007c3c25
commit
fadbac4bc3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16942
@ -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.22 1998/07/04 20:31:40 andreas Exp $
|
||||
# $Id: Makefile,v 1.23 1998/07/05 21:14:40 andreas Exp $
|
||||
#
|
||||
|
||||
DISTNAME= apsfilter-4.9.9
|
||||
DISTNAME= apsfilter-5.0.0
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://www.FreeBSD.ORG/~andreas/download/
|
||||
|
||||
|
@ -1,21 +1,23 @@
|
||||
New in apsfilter 4.9.5: printing of HTML files !
|
||||
Have fun using apsfilter by typing:
|
||||
|
||||
Have fun using apsfilter by saying:
|
||||
|
||||
lpr ascii.Z test.gif picture.tiff TeX.dvi.gz webpage.html
|
||||
lpr ascii.Z test.gif picture.tiff TeX.dvi.gz webpage.html docu.pdf
|
||||
|
||||
That's what apsfilter is designed for ;-)
|
||||
|
||||
apsfilter is a 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.
|
||||
|
||||
Everything will be translated into Postscript, first. So you need
|
||||
ghostscript, if you don't have a PS printer.
|
||||
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. Please note, that such a magic printcap filter
|
||||
only works on locally connected printers.
|
||||
your local printers.
|
||||
|
||||
Have fun ! Andreas Klemm <andreas@klemm.gtn.com>
|
||||
New features:
|
||||
- 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.
|
||||
|
||||
Have fun ! Andreas Klemm <andreas@klemm.gtn.com> Febr 1999
|
||||
|
@ -2,7 +2,6 @@ apsfilter/SETUP
|
||||
apsfilter/SETUP.cfg
|
||||
apsfilter/bin/a2ps
|
||||
apsfilter/bin/apsfilter
|
||||
apsfilter/bin/rewindstdin
|
||||
apsfilter/bin/setup_dvips.sh
|
||||
apsfilter/global/GLOBAL.sh
|
||||
apsfilter/global/filters_found
|
||||
|
@ -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.22 1998/07/04 20:31:40 andreas Exp $
|
||||
# $Id: Makefile,v 1.23 1998/07/05 21:14:40 andreas Exp $
|
||||
#
|
||||
|
||||
DISTNAME= apsfilter-4.9.9
|
||||
DISTNAME= apsfilter-5.0.0
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://www.FreeBSD.ORG/~andreas/download/
|
||||
|
||||
|
@ -1,21 +1,23 @@
|
||||
New in apsfilter 4.9.5: printing of HTML files !
|
||||
Have fun using apsfilter by typing:
|
||||
|
||||
Have fun using apsfilter by saying:
|
||||
|
||||
lpr ascii.Z test.gif picture.tiff TeX.dvi.gz webpage.html
|
||||
lpr ascii.Z test.gif picture.tiff TeX.dvi.gz webpage.html docu.pdf
|
||||
|
||||
That's what apsfilter is designed for ;-)
|
||||
|
||||
apsfilter is a 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.
|
||||
|
||||
Everything will be translated into Postscript, first. So you need
|
||||
ghostscript, if you don't have a PS printer.
|
||||
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. Please note, that such a magic printcap filter
|
||||
only works on locally connected printers.
|
||||
your local printers.
|
||||
|
||||
Have fun ! Andreas Klemm <andreas@klemm.gtn.com>
|
||||
New features:
|
||||
- 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.
|
||||
|
||||
Have fun ! Andreas Klemm <andreas@klemm.gtn.com> Febr 1999
|
||||
|
@ -2,7 +2,6 @@ apsfilter/SETUP
|
||||
apsfilter/SETUP.cfg
|
||||
apsfilter/bin/a2ps
|
||||
apsfilter/bin/apsfilter
|
||||
apsfilter/bin/rewindstdin
|
||||
apsfilter/bin/setup_dvips.sh
|
||||
apsfilter/global/GLOBAL.sh
|
||||
apsfilter/global/filters_found
|
||||
|
Loading…
Reference in New Issue
Block a user