diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-12-23 19:01:21 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-12-23 19:01:21 +0000 |
commit | 8483abd820f230a3027c00de0064a4a5b283d541 (patch) | |
tree | 318df8dbaa9f6efe0576a9fc8d12df0016073897 /print/apsfilter6 | |
parent | 05a3c04fa1e6e40fe2016c80b6e8fe2baf917430 (diff) | |
download | ports-8483abd820f230a3027c00de0064a4a5b283d541.tar.gz ports-8483abd820f230a3027c00de0064a4a5b283d541.zip |
Remove apsfilter6 version. The old stable port (apsfilter)
has been updated for that purpose. CVS history can be found here.
Suggested by Kris and Bill.
Notes
Notes:
svn path=/head/; revision=36283
Diffstat (limited to 'print/apsfilter6')
-rw-r--r-- | print/apsfilter6/Makefile | 63 | ||||
-rw-r--r-- | print/apsfilter6/distinfo | 1 | ||||
-rw-r--r-- | print/apsfilter6/pkg-comment | 1 | ||||
-rw-r--r-- | print/apsfilter6/pkg-descr | 21 | ||||
-rw-r--r-- | print/apsfilter6/scripts/configure | 175 |
5 files changed, 0 insertions, 261 deletions
diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile deleted file mode 100644 index c134d868f27e..000000000000 --- a/print/apsfilter6/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -# New ports collection makefile for: apsfilter -# Date created: Tue Nov 14 18:29:48 MET 1995 -# Whom: Andreas Klemm <andreas@klemm.gtn.com> -# -# $FreeBSD$ -# - -PORTNAME= apsfilter -PORTVERSION= 6.0.0 -PORTREVISION= 1 -CATEGORIES= print -MASTER_SITES= http://www.apsfilter.org/download/ - -MAINTAINER= andreas@FreeBSD.org - -.if defined(BATCH) && defined(APSFILTER_ALL) -# Please note: this might be needed only in rare cases or for testing -# all of apsfilters capabilities -# ps emulator -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 -# all needed decompression utilities -RUN_DEPENDS+= bunzip2:${PORTSDIR}/archivers/bzip2 -RUN_DEPENDS+= melt:${PORTSDIR}/archivers/freeze -# all needed "xxx to ps" filter utilities -RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-letter -RUN_DEPENDS+= acroread4:${PORTSDIR}/print/acroread4 -RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick -RUN_DEPENDS+= dvips:${PORTSDIR}/print/teTeX -RUN_DEPENDS+= html2ps:${PORTSDIR}/print/html2ps-letter -RUN_DEPENDS+= psnup:${PORTSDIR}/print/psutils-letter -RUN_DEPENDS+= transfig:${PORTSDIR}/print/transfig -# all possible remote printing support -RUN_DEPENDS+= pap:${PORTSDIR}/net/netatalk -RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba -.elif defined(BATCH) -# ps emulator -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 -# most important "xxx to ps" filter utilities -RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-letter -RUN_DEPENDS+= psnup:${PORTSDIR}/print/psutils-letter -RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick -.endif - -USE_BZIP2= yes -WRKSRC= ${WRKDIR}/apsfilter -SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" - -# make a2ps port happy in this early stage -PAPERSIZE?=letter - -.if !defined(BATCH) -pre-configure: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc - -post-clean: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc - -.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) -.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" -.endif -.endif - -.include <bsd.port.mk> diff --git a/print/apsfilter6/distinfo b/print/apsfilter6/distinfo deleted file mode 100644 index 4b77721903a3..000000000000 --- a/print/apsfilter6/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (apsfilter-6.0.0.tar.bz2) = 59ce27f6355ae1ca19c9e71a9b007b63 diff --git a/print/apsfilter6/pkg-comment b/print/apsfilter6/pkg-comment deleted file mode 100644 index 2f8669246336..000000000000 --- a/print/apsfilter6/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Magic print filter with auto file type recognition and duplex printing support diff --git a/print/apsfilter6/pkg-descr b/print/apsfilter6/pkg-descr deleted file mode 100644 index 9e09e9856a55..000000000000 --- a/print/apsfilter6/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -This is the new Apsfilter-STABLE release V 6.0.0 - -This version has been in use since several months without trouble. -So this version completely replaces the old -STABLE version 5.4.2. - -As usual report trouble / suggestions / comments to: - - apsfilter-stable@apsfilter.org - -Apsfilter is a magic printfilter, that allows you to print different document -types "automagically" without having to convert them manually into something -which is understood by your lineprinter. Apsfilter supports lots of file and -compression types: gzip, bzip, compress, freeze, pack, ASCII, BMP, -Data (data,PCL,...), English, TeX DVI, FIG, GIF, Group 3 Fax, HTML, JPEG, -Mail/News, PBM/PNM/PPM, PC Bitmap Data, PDF, Postscript(tm), raw, script -(shell,..), Text, sunraster, tiff, roff (nroff, groff, troff) and lots -more in V 6.0.0. Docu concerning that is in the pipeline ... - -Example: lpr -C duplex:high:presentation:glossy ascii.Z test.gif pic.tiff ... - -WWW: http://www.apsfilter.org/ diff --git a/print/apsfilter6/scripts/configure b/print/apsfilter6/scripts/configure deleted file mode 100644 index b0373ff13056..000000000000 --- a/print/apsfilter6/scripts/configure +++ /dev/null @@ -1,175 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -if [ "$BATCH" != "yes" ]; then - -# -# configure - apsfilter package dependency configuration -# - -/usr/bin/dialog --title "supported file types" --clear \ - --checklist "\n\ -Select file types you want to print:" -1 -1 14 \ -A4 "A4 papersize" ON \ -LETTER "letter papersize" OFF \ -LETTERDJ "letter + special DeskJet adjustements" OFF \ -GS "Postscript for non-PS printer, needs X11" ON \ -GS_PDF_CRYPT "print encrypted PDF files using gs" ON \ -PSUTILS "for pseudo duplex printing + paper handling" ON \ -A2PS "ASCII files in different styles/orientation" ON \ -ACROREAD4 "PDF files, needs Linux emulation" ON \ -CONVERT "support for lots of graphic file formats" ON \ -DVIPS "TeX DVI files" OFF \ -FIG2DEV "XFIG drawings" OFF \ -HTML2PS "HTML documents" OFF \ -TROFF "Troff documents" OFF \ -ATALK "remote printing on AppleTalk remote printer" OFF \ -SAMBA "remote printing on Windows remote printer" OFF \ -BZIP2 "print bunzip2 compressed documents" OFF \ -FREEZE "print freeze compressed documents" OFF \ -2> /tmp/apsfilter-checklist.$$ - -retval=$? - -if [ -s /tmp/apsfilter-checklist.$$ ]; then - set `cat /tmp/apsfilter-checklist.$$` -fi -rm -f /tmp/apsfilter-checklist.$$ - -case $retval in - 0) if [ -z "$*" ]; then - echo "Nothing selected" - fi - ;; - 1) echo "Cancel pressed." - exit 1 - ;; -esac - -/bin/mkdir -p ${WRKDIRPREFIX}${CURDIR} -exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - -while [ "$1" ]; do - case $1 in - \"A4\") - PAPERSIZE=a4 - echo "PAPERSIZE=a4" - ;; - \"LETTER\") - PAPERSIZE=letter - echo "PAPERSIZE=letter" - ;; - \"LETTERDJ\") - PAPERSIZE=letterdj - echo "PAPERSIZE=letterdj" - ;; - \"GS\") - echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript6 - ;; - \"GS_PDF_CRYPT\") - echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript6 - echo PDFENCRYPT=YES - ;; - \"PSUTILS\") - case $PAPERSIZE in - letter) - echo RUN_DEPENDS+=psnup:${PORTSDIR}/print/psutils-letter - ;; - letterdj) - echo RUN_DEPENDS+=psnup:${PORTSDIR}/print/psutils-letter - ;; - a4) - echo RUN_DEPENDS+=psnup:${PORTSDIR}/print/psutils-a4 - ;; - esac - ;; - \"A2PS\") - case $PAPERSIZE in - letter) - echo RUN_DEPENDS+=a2ps:${PORTSDIR}/print/a2ps-letter - ;; - letterdj) - echo RUN_DEPENDS+=a2ps:${PORTSDIR}/print/a2ps-letterdj - ;; - a4) - echo RUN_DEPENDS+=a2ps:${PORTSDIR}/print/a2ps-a4 - ;; - esac - ;; - \"ACROREAD4\") - echo RUN_DEPENDS+=acroread4:${PORTSDIR}/print/acroread4 - ;; - \"CONVERT\") - echo RUN_DEPENDS+=convert:${PORTSDIR}/graphics/ImageMagick - ;; - \"DVIPS\") - echo RUN_DEPENDS+=dvips:${PORTSDIR}/print/teTeX - ;; - \"FIG2DEV\") - echo RUN_DEPENDS+=fig2dev:${PORTSDIR}/print/transfig - ;; - \"HTML2PS\") - case $PAPERSIZE in - letter) - echo RUN_DEPENDS+=html2ps:${PORTSDIR}/print/html2ps-letter - ;; - letterdj) - echo RUN_DEPENDS+=html2ps:${PORTSDIR}/print/html2ps-letter - ;; - a4) - echo RUN_DEPENDS+=html2ps:${PORTSDIR}/print/html2ps-a4 - ;; - esac - ;; - \"TROFF\") - TROFF=YES - ;; - \"ATALK\") - echo RUN_DEPENDS+=pap:${PORTSDIR}/net/netatalk - ;; - \"SAMBA\") - echo RUN_DEPENDS+=smbclient:${PORTSDIR}/net/samba - ;; - \"BZIP2\") - echo RUN_DEPENDS+=bunzip2:${PORTSDIR}/archivers/bzip2 - ;; - \"FREEZE\") - echo RUN_DEPENDS+=smbclient:${PORTSDIR}/archivers/freeze - ;; - esac - shift -done - -fi # if $BATCH - -# if batch, then start creating Makefile.inc here -if [ "$BATCH" = "yes" ]; then - /bin/mkdir -p ${WRKDIRPREFIX}${CURDIR} - exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc -fi -echo "post-install:" - echo " @\${ECHO} \"========================================================\"" - echo " @\${ECHO} \"************ Post Installation Tasks *******************\"" - echo " @\${ECHO} \"========================================================\"" -if [ $TROFF ] -then - echo " @\${ECHO} \"If running FreeBSD < 4.0 and you want to print troff \"" - echo " @\${ECHO} \"files then you have to install the grog utility \"" - echo " @\${ECHO} \"from the groff sources: \"" - echo " @\${ECHO} \" cp /usr/src/contrib/groff/grog/grog.sh /usr/bin/grog\"" - echo " @\${ECHO} \" chmod 555 /usr/bin/grog \"" - echo " @\${ECHO} \"--------------------------------------------------------\"" -fi - echo " @\${ECHO} \"*** Please Note *** \"" - echo " @\${ECHO} \"To enable so called CLASS support without printing \"" - echo " @\${ECHO} \"the banner page (/etc/printcap: :sh:) \"" - echo " @\${ECHO} \"apply the patch for lpr.c, see file INSTALL !!! \"" - echo " @\${ECHO} \"--------------------------------------------------------\"" - echo " @\${ECHO} \"*** Printer installation / apsfilter setup *** \"" - echo " @\${ECHO} \" cd ${PREFIX}/share/apsfilter; ./SETUP \"" - echo " @\${ECHO} \"--------------------------------------------------------\"" - echo " @\${ECHO} \"*** In any case of trouble please read *** \"" - echo " @\${ECHO} \" FAQ, HOWTO-BUGREPORTS, TROUBLESHOOTING \"" - echo " @\${ECHO} \" under ${PREFIX}/share/doc/apsfilter/ \"" - echo " @\${ECHO} \" or visit http://www.apsfilter.org/support.html \"" |