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 ....
This commit is contained in:
Andreas Klemm 2000-07-15 16:28:41 +00:00
parent ffb35e530c
commit 4686ca73f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30657
4 changed files with 10 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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