diff options
author | andreas <andreas@FreeBSD.org> | 2000-07-16 00:28:41 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-07-16 00:28:41 +0800 |
commit | 1bff3cba83fbf4fa17ddd66f230ea36a3cdb7ff6 (patch) | |
tree | dbd5d4661d8f4e1ce91b63852384661215a4e2c4 /print | |
parent | e8bc5a1b9fce783db3fbff66a006b3fd6de0322e (diff) | |
download | freebsd-ports-gnome-1bff3cba83fbf4fa17ddd66f230ea36a3cdb7ff6.tar.gz freebsd-ports-gnome-1bff3cba83fbf4fa17ddd66f230ea36a3cdb7ff6.tar.zst freebsd-ports-gnome-1bff3cba83fbf4fa17ddd66f230ea36a3cdb7ff6.zip |
o Synchronize with latest patch on apsfilter homepage...
o Additional "post-5.4.2 Release" features:
- AppleTalk Remote printer support (via netatalk's pap(1) utility).
Experimental, please test !
- new revised uniprint profiles from Harold Bower <HalBower@worldnet.att.net>
and additionally some new for:
- Epson Stylus 800 (Monochrome) and
- Epson LQ-570/870/1070/1170 24-pin Dot-Matrix
- prevent printing of an empty page when using raw printer, default is off now.
- bugfix: older gs versions (< v6.x) doesn't support "-_", which allows more efficient read operation. The bug prevented apsfilter to work with the
older gs versions.
- bugfix: hpdj (3rd party gs driver) doesn't like the -sBitsPerPixel option. So stripp it off, if using hpdj driver.
- FAQ file cleanups
- better hpdj driver defaults for HP DJ 970 printers
- some cleanups in code when printing PDF files
- and other things ....
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter/Makefile | 1 | ||||
-rw-r--r-- | print/apsfilter/scripts/configure | 4 | ||||
-rw-r--r-- | print/apsfilter6/Makefile | 1 | ||||
-rw-r--r-- | print/apsfilter6/scripts/configure | 4 |
4 files changed, 10 insertions, 0 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index ae9887c2aa25..fc966fd2098e 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -24,6 +24,7 @@ RUN_DEPENDS+= bunzip2:${PORTSDIR}/archivers/bzip2 RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-letter RUN_DEPENDS+= psnup:${PORTSDIR}/print/psutils-letter RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba +RUN_DEPENDS+= pap:${PORTSDIR}/net/netatalk .endif USE_BZIP2= yes diff --git a/print/apsfilter/scripts/configure b/print/apsfilter/scripts/configure index 788d01c941c6..d847fdf46607 100644 --- a/print/apsfilter/scripts/configure +++ b/print/apsfilter/scripts/configure @@ -16,6 +16,7 @@ LETTERDJ "LETTERDJ printing" ON \ A4 "A4 printing" OFF \ PS "Postscript and PDF files" ON \ SAMBA "Windows Remote-Print Support" ON \ +ATALK "AppleTalk Remote-Print Support"OFF \ ENCRYPTED_PDF "Encrypted PDF files" ON \ ASCII "ASCII/English Text/Scripts" ON \ MAIL "Mail/News articles" ON \ @@ -69,6 +70,9 @@ while [ "$1" ]; do \"SAMBA\") echo RUN_DEPENDS+=smbclient:${PORTSDIR}/net/samba ;; + \"ATALK\") + echo RUN_DEPENDS+=pap:${PORTSDIR}/net/netatalk + ;; \"ENCRYPTED_PDF\") echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript6 echo PDFENCRYPT=YES diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile index ae9887c2aa25..fc966fd2098e 100644 --- a/print/apsfilter6/Makefile +++ b/print/apsfilter6/Makefile @@ -24,6 +24,7 @@ RUN_DEPENDS+= bunzip2:${PORTSDIR}/archivers/bzip2 RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-letter RUN_DEPENDS+= psnup:${PORTSDIR}/print/psutils-letter RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba +RUN_DEPENDS+= pap:${PORTSDIR}/net/netatalk .endif USE_BZIP2= yes diff --git a/print/apsfilter6/scripts/configure b/print/apsfilter6/scripts/configure index 788d01c941c6..d847fdf46607 100644 --- a/print/apsfilter6/scripts/configure +++ b/print/apsfilter6/scripts/configure @@ -16,6 +16,7 @@ LETTERDJ "LETTERDJ printing" ON \ A4 "A4 printing" OFF \ PS "Postscript and PDF files" ON \ SAMBA "Windows Remote-Print Support" ON \ +ATALK "AppleTalk Remote-Print Support"OFF \ ENCRYPTED_PDF "Encrypted PDF files" ON \ ASCII "ASCII/English Text/Scripts" ON \ MAIL "Mail/News articles" ON \ @@ -69,6 +70,9 @@ while [ "$1" ]; do \"SAMBA\") echo RUN_DEPENDS+=smbclient:${PORTSDIR}/net/samba ;; + \"ATALK\") + echo RUN_DEPENDS+=pap:${PORTSDIR}/net/netatalk + ;; \"ENCRYPTED_PDF\") echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript6 echo PDFENCRYPT=YES |