mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
apsfilter depends now on samba
make Windows Remote Printer support via smbclient an option in the dialogue config script. When running in batch mode it's included automatically
This commit is contained in:
parent
17ebdb618b
commit
065b75c49e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26593
@ -22,6 +22,7 @@ RUN_DEPENDS+= anytopnm:${PORTSDIR}/graphics/netpbm
|
||||
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
|
||||
.endif
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
4
print/apsfilter/scripts/configure
vendored
4
print/apsfilter/scripts/configure
vendored
@ -15,6 +15,7 @@ LETTER "LETTER printing" OFF \
|
||||
LETTERDJ "LETTERDJ printing" ON \
|
||||
A4 "A4 printing" OFF \
|
||||
PS "Postscript and PDF files" ON \
|
||||
SAMBA "Windows Remote-Print Support" ON \
|
||||
ENCRYPTED_PDF "Encrypted PDF files" ON \
|
||||
ASCII "ASCII/English Text/Scripts" ON \
|
||||
MAIL "Mail/News articles" ON \
|
||||
@ -65,6 +66,9 @@ while [ "$1" ]; do
|
||||
\"PS\")
|
||||
echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript55
|
||||
;;
|
||||
\"SAMBA\")
|
||||
echo RUN_DEPENDS+=smbclient:${PORTSDIR}/net/samba
|
||||
;;
|
||||
\"ENCRYPTED_PDF\")
|
||||
echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript55
|
||||
echo PDFENCRYPT=YES
|
||||
|
@ -22,6 +22,7 @@ RUN_DEPENDS+= anytopnm:${PORTSDIR}/graphics/netpbm
|
||||
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
|
||||
.endif
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
4
print/apsfilter6/scripts/configure
vendored
4
print/apsfilter6/scripts/configure
vendored
@ -15,6 +15,7 @@ LETTER "LETTER printing" OFF \
|
||||
LETTERDJ "LETTERDJ printing" ON \
|
||||
A4 "A4 printing" OFF \
|
||||
PS "Postscript and PDF files" ON \
|
||||
SAMBA "Windows Remote-Print Support" ON \
|
||||
ENCRYPTED_PDF "Encrypted PDF files" ON \
|
||||
ASCII "ASCII/English Text/Scripts" ON \
|
||||
MAIL "Mail/News articles" ON \
|
||||
@ -65,6 +66,9 @@ while [ "$1" ]; do
|
||||
\"PS\")
|
||||
echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript55
|
||||
;;
|
||||
\"SAMBA\")
|
||||
echo RUN_DEPENDS+=smbclient:${PORTSDIR}/net/samba
|
||||
;;
|
||||
\"ENCRYPTED_PDF\")
|
||||
echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript55
|
||||
echo PDFENCRYPT=YES
|
||||
|
Loading…
Reference in New Issue
Block a user