summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2000-07-15 16:28:41 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2000-07-15 16:28:41 +0000
commit4686ca73f789e42025248ac0947bda79a3934df7 (patch)
tree4f8f52460505a829b84e38c1e036c19a58e8a929 /print
parentAdd USE_BISON. (diff)
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 ....
Notes
Notes: svn path=/head/; revision=30657
Diffstat (limited to 'print')
-rw-r--r--print/apsfilter/Makefile1
-rw-r--r--print/apsfilter/scripts/configure4
-rw-r--r--print/apsfilter6/Makefile1
-rw-r--r--print/apsfilter6/scripts/configure4
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