diff options
author | andreas <andreas@FreeBSD.org> | 2000-12-23 21:28:04 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-12-23 21:28:04 +0800 |
commit | 3b0a83a4a46e239113164a7fcdb4b18792def8a4 (patch) | |
tree | 043b5a390003744b800d8500fcc50a3b8bfdf7b1 /print | |
parent | 575355242561c1381eb8e6eab9ed095d35da9297 (diff) | |
download | freebsd-ports-gnome-3b0a83a4a46e239113164a7fcdb4b18792def8a4.tar.gz freebsd-ports-gnome-3b0a83a4a46e239113164a7fcdb4b18792def8a4.tar.zst freebsd-ports-gnome-3b0a83a4a46e239113164a7fcdb4b18792def8a4.zip |
die apsfilter5, long live apsfilter6 ;-)
Just released the new version 6.0.0 release.
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter/Makefile | 54 | ||||
-rw-r--r-- | print/apsfilter/distinfo | 2 | ||||
-rw-r--r-- | print/apsfilter/pkg-comment | 1 | ||||
-rw-r--r-- | print/apsfilter/pkg-descr | 25 | ||||
-rw-r--r-- | print/apsfilter/pkg-plist | 35 | ||||
-rw-r--r-- | print/apsfilter/scripts/configure | 172 |
6 files changed, 0 insertions, 289 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile deleted file mode 100644 index c31b491f023b..000000000000 --- a/print/apsfilter/Makefile +++ /dev/null @@ -1,54 +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= 5.4.2 -CATEGORIES= print -MASTER_SITES= http://www.apsfilter.org/download/ -PATCH_SITES= http://www.apsfilter.org/download/ -PATCHFILES= diff-5.4.2-09.12.2000.gz - -MAINTAINER= andreas@FreeBSD.org - -RUN_DEPENDS= recode:${PORTSDIR}/converters/recode -.if defined(BATCH) -RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript6 -RUN_DEPENDS+= html2ps:${PORTSDIR}/print/html2ps-letter -RUN_DEPENDS+= transfig:${PORTSDIR}/print/transfig -RUN_DEPENDS+= cjpeg:${PORTSDIR}/graphics/jpeg -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 -RUN_DEPENDS+= pap:${PORTSDIR}/net/netatalk -.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 -.else -post-install: - @${MKDIR} ${PREFIX}/apsfilter/filter - @${TOUCH} ${PREFIX}/apsfilter/filter/.keep_me -.endif - -.include <bsd.port.mk> diff --git a/print/apsfilter/distinfo b/print/apsfilter/distinfo deleted file mode 100644 index a2242b22205a..000000000000 --- a/print/apsfilter/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (apsfilter-5.4.2.tar.bz2) = e54f258c24adeab78a1f3805eaf6df8e -MD5 (diff-5.4.2-09.12.2000.gz) = cffe318dd3d561df2480249fe2a47a1a diff --git a/print/apsfilter/pkg-comment b/print/apsfilter/pkg-comment deleted file mode 100644 index bb4ac3c8e16e..000000000000 --- a/print/apsfilter/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Lpd magic print filter with auto file type recognition diff --git a/print/apsfilter/pkg-descr b/print/apsfilter/pkg-descr deleted file mode 100644 index abe608a43586..000000000000 --- a/print/apsfilter/pkg-descr +++ /dev/null @@ -1,25 +0,0 @@ -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 the following -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). - -Example: lpr -C high:present:glossy ascii.gz test.gif picture.tiff docu.pdf - -Prerequisites: Filter programs, installed automatically by FreeBSD ports -collection, Postscript Printer or Printer supported by ghostscript, Berkeley -compatible line printer scheduler (lpd) or Line Printer Next Generation -(LPRng) which is so to say the successor. - -SETUP installs you printer by creating suitable /etc/printcap entries for -serial and parallel printers and customizes apsfilter for your system/printer. - -License Information: GNU GPL and so called "Postcard License". You have to -write me a postcard if you use apsfilter. Request my snail mail address -by writing mail to mailto:request-snailmail@klemm.gtn.com - -report comments and bugfixes to apsfilter-stable@apsfilter.org - -WWW: http://www.apsfilter.org/ diff --git a/print/apsfilter/pkg-plist b/print/apsfilter/pkg-plist deleted file mode 100644 index 7df99944f317..000000000000 --- a/print/apsfilter/pkg-plist +++ /dev/null @@ -1,35 +0,0 @@ -apsfilter/SETUP -apsfilter/bin/apsfilter -apsfilter/bin/setup_dvips.sh -apsfilter/filter/.keep_me -apsfilter/global/GLOBAL.sh -apsfilter/lib/redir_gs_msg.ps -apsfilter/setup/README -apsfilter/setup/compile -apsfilter/setup/devices-5.50 -apsfilter/setup/devices-6.01 -apsfilter/setup/filtersetup -apsfilter/setup/printer-5.50 -apsfilter/setup/printer-6.01 -apsfilter/setup/mksymlink -apsfilter/setup/test.ps -apsfilter/template/README -apsfilter/template/apsfilterrc -share/doc/apsfilter/ANNOUNCE -share/doc/apsfilter/FAQ -share/doc/apsfilter/HOWTO-BUGREPORTS -share/doc/apsfilter/LICENSE -share/doc/apsfilter/README.TeX -share/doc/apsfilter/TROUBLESHOOTING -share/doc/apsfilter/WHAT_AM_I -share/doc/apsfilter/features -share/doc/apsfilter/methods -share/doc/apsfilter/paper -@dirrm apsfilter/bin -@dirrm apsfilter/filter -@dirrm apsfilter/global -@dirrm apsfilter/lib -@dirrm apsfilter/setup -@dirrm apsfilter/template -@dirrm apsfilter -@dirrm share/doc/apsfilter diff --git a/print/apsfilter/scripts/configure b/print/apsfilter/scripts/configure deleted file mode 100644 index 2d1cdac981f6..000000000000 --- a/print/apsfilter/scripts/configure +++ /dev/null @@ -1,172 +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 \ -LETTER "LETTER printing" OFF \ -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 \ -DVI "TeX DVI files" OFF \ -HTML "HTML documents" OFF \ -TROFF "Troff documents" ON \ -JPEG "JPEG pictures" OFF \ -TIFF "TIFF pictures" OFF \ -PBM "GIF/PNM/PBM/PPM/BMP pictures" ON \ -FIG "XFIG drawings" OFF \ -FAXG3 "Fax Group 3 files" 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 - \"LETTER\") - PAPERSIZE=letter - echo "PAPERSIZE=letter" - ;; - \"LETTERDJ\") - PAPERSIZE=letterdj - echo "PAPERSIZE=letterdj" - ;; - \"A4\") - PAPERSIZE=a4 - echo "PAPERSIZE=a4" - ;; - \"PS\") - echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript6 - ;; - \"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 - ;; - \"ASCII\") - 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 - ;; - \"MAIL\") - 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 - ;; - \"DVI\") - echo RUN_DEPENDS+=dvips:${PORTSDIR}/print/teTeX - ;; - \"HTML\") - 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 - ;; - \"JPEG\") - echo RUN_DEPENDS+=cjpeg:${PORTSDIR}/graphics/jpeg - ;; - \"TIFF\") - echo LIB_DEPENDS+=tiff.4:${PORTSDIR}/graphics/tiff - ;; - \"PBM\") - echo RUN_DEPENDS+=anytopnm:${PORTSDIR}/graphics/netpbm - ;; - \"FIG\") - echo RUN_DEPENDS+=fig2dev:${PORTSDIR}/print/transfig - ;; - \"FAXG3\") - echo RUN_DEPENDS+=g3cat:${PORTSDIR}/comms/mgetty+sendfax - ;; - 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 " @\${MKDIR} ${PREFIX}/apsfilter/filter" -echo " @touch ${PREFIX}/apsfilter/filter/.keep_me" - 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}/apsfilter; ./SETUP \"" |