summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-12-17 18:56:55 +0000
committerjlam <jlam@pkgsrc.org>2005-12-17 18:56:55 +0000
commitc5187ffd95cb57a5b5c535e5a30b3508dbd6847c (patch)
tree5185418832da40216b01709c1498564c3715f3db /print
parent7644435b1b61372e1f5750bcbdd91e0650f0109d (diff)
downloadpkgsrc-c5187ffd95cb57a5b5c535e5a30b3508dbd6847c.tar.gz
Remove cupsomatic, cupsomatic-ppds and foomatic-gswrapper. These
packages have been superseded by the foomatic-filters-cups and foomatic-ppds-cups packages.
Diffstat (limited to 'print')
-rw-r--r--print/cupsomatic-ppds/DESCR4
-rw-r--r--print/cupsomatic-ppds/Makefile57
-rw-r--r--print/cupsomatic-ppds/PLIST1
-rw-r--r--print/cupsomatic-ppds/distinfo5
-rw-r--r--print/cupsomatic/DESCR7
-rw-r--r--print/cupsomatic/Makefile56
-rw-r--r--print/cupsomatic/PLIST2
-rw-r--r--print/cupsomatic/distinfo6
-rw-r--r--print/cupsomatic/patches/patch-aa22
-rw-r--r--print/foomatic-gswrapper/DESCR6
-rw-r--r--print/foomatic-gswrapper/Makefile35
-rw-r--r--print/foomatic-gswrapper/PLIST2
-rw-r--r--print/foomatic-gswrapper/distinfo5
13 files changed, 0 insertions, 208 deletions
diff --git a/print/cupsomatic-ppds/DESCR b/print/cupsomatic-ppds/DESCR
deleted file mode 100644
index fc515f06f53..00000000000
--- a/print/cupsomatic-ppds/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-The CUPS-O-Matic PPD collection includes suitable PPDs any printer
-driver that has full details entered in the Linux Printing Database
-(http://www.linuxprinting.org). This collection allows many
-non-Postscript printers to function with CUPS.
diff --git a/print/cupsomatic-ppds/Makefile b/print/cupsomatic-ppds/Makefile
deleted file mode 100644
index 41a88aec1a9..00000000000
--- a/print/cupsomatic-ppds/Makefile
+++ /dev/null
@@ -1,57 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2005/12/17 05:20:23 jlam Exp $
-
-DISTNAME= all-com-ppds
-PKGNAME= cupsomatic-ppds-20010515
-PKGREVISION= 2
-CATEGORIES= print
-
-# Not sure why ${MASTER_SITE_LOCAL:=${PKGNAME}} doesn't work, but the
-# following does the correct substitution.
-#
-.for subdir in ${PKGNAME}
-MASTER_SITES= ${MASTER_SITE_LOCAL:=${subdir}/}
-.endfor
-
-# The definitive location of the distfile is at www.linuxprinting.org,
-# but this file changes daily as more PPDs are added. Rather than track
-# this file very aggressively, we'll place a new copy at MASTER_SITE_LOCAL
-# periodically and update this package accordingly.
-#
-#MASTER_SITES+= http://www.linuxprinting.org/
-
-MAINTAINER= jlam@pkgsrc.org
-HOMEPAGE= http://www.linuxprinting.org/cups-doc.html
-COMMENT= Free software printer drivers for use with CUPS
-
-CONFLICTS+= cupsomatic-200012??
-
-WRKSRC= ${WRKDIR}/cupsomatic-ppd
-DIST_SUBDIR= ${PKGNAME_NOREV}
-
-DEPENDS+= cups>=1.1.14nb1:../../print/cups
-DEPENDS+= cupsomatic-[0-9]*:../../print/cupsomatic
-
-NO_CONFIGURE= yes
-NO_BUILD= yes
-
-PLIST_SRC= ${WRKDIR}/PLIST
-MODELDIR= share/cups/model
-
-# Dynamically generate the PLIST during installation to ease package
-# upgrading.
-#
-do-install:
- ${RM} -f ${PLIST_SRC}
- ${CAT} ${PKGDIR}/PLIST > ${PLIST_SRC}
- cd ${WRKSRC}/ppd; for dir in *; do ( \
- cd $${dir}; for file in *.ppd; do \
- ${ECHO} "Installing ${PREFIX}/${MODELDIR}/$${dir}/$${file}"; \
- ${INSTALL_DATA_DIR} ${PREFIX}/${MODELDIR}/$${dir}; \
- ${INSTALL_DATA} $${file} \
- ${PREFIX}/${MODELDIR}/$${dir}/$${file}; \
- ${ECHO} "${MODELDIR}/$${dir}/$${file}" >> ${PLIST_SRC}; \
- done; \
- ${ECHO} "@dirrm ${MODELDIR}/$${dir}" >> ${PLIST_SRC} ); \
- done
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/print/cupsomatic-ppds/PLIST b/print/cupsomatic-ppds/PLIST
deleted file mode 100644
index fe18aff4d94..00000000000
--- a/print/cupsomatic-ppds/PLIST
+++ /dev/null
@@ -1 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:27:37 zuntum Exp $
diff --git a/print/cupsomatic-ppds/distinfo b/print/cupsomatic-ppds/distinfo
deleted file mode 100644
index 58af1bdeea4..00000000000
--- a/print/cupsomatic-ppds/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 12:51:42 agc Exp $
-
-SHA1 (cupsomatic-ppds-20010515/all-com-ppds.tar.gz) = ab760f57f77b34a21d3a944cec06b46c142f8e7f
-RMD160 (cupsomatic-ppds-20010515/all-com-ppds.tar.gz) = 32dcb80a01e6149d6f3d6934f447e8e88393a409
-Size (cupsomatic-ppds-20010515/all-com-ppds.tar.gz) = 2314667 bytes
diff --git a/print/cupsomatic/DESCR b/print/cupsomatic/DESCR
deleted file mode 100644
index 78ecc769f71..00000000000
--- a/print/cupsomatic/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-The CUPS-O-Matic PPD collection includes suitable PPDs any printer
-driver that has full details entered in the Linux Printing Database
-(http://www.linuxprinting.org). This collection allows many
-non-Postscript printers to function with CUPS.
-
-This package contains the Foomatic CUPS printer filter script needed
-to use the CUPS-O-Matic PPD collection.
diff --git a/print/cupsomatic/Makefile b/print/cupsomatic/Makefile
deleted file mode 100644
index 298c87d3aee..00000000000
--- a/print/cupsomatic/Makefile
+++ /dev/null
@@ -1,56 +0,0 @@
-# $NetBSD: Makefile,v 1.21 2005/12/17 05:20:22 jlam Exp $
-
-DISTNAME= cupsomatic
-PKGNAME= ${DISTNAME}-2.2
-PKGREVISION= 2
-CATEGORIES= print
-EXTRACT_SUFX= # empty
-
-# Not sure why ${MASTER_SITE_LOCAL:=${PKGNAME}} doesn't work, but the
-# following does the correct substitution.
-#
-.for subdir in ${PKGNAME}
-MASTER_SITES= ${MASTER_SITE_LOCAL:=${subdir}/}
-.endfor
-
-# The definitive location of the distfile is at www.linuxprinting.org,
-# but this file has no revision number.
-#
-#MASTER_SITES+= http://www.linuxprinting.org/
-
-MAINTAINER= jlam@pkgsrc.org
-HOMEPAGE= http://www.linuxprinting.org/cups-doc.html
-COMMENT= Foomatic CUPS printer filter
-
-CONFLICTS+= cupsomatic-200012??
-
-WRKSRC= ${WRKDIR}
-DIST_SUBDIR= ${PKGNAME_NOREV}
-
-DEPENDS+= cups>=1.1.14nb1:../../print/cups
-DEPENDS+= foomatic-gswrapper>=1.2:../../print/foomatic-gswrapper
-DEPENDS+= mpage-[0-9]*:../../print/mpage
-
-USE_TOOLS+= perl:run gs:run
-EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC}/${DISTNAME}
-
-FILTERDIR= ${PREFIX}/libexec/cups/filter
-
-do-build:
- cd ${WRKSRC}; \
- for file in cupsomatic; do \
- ${SED} -e "s|/usr/bin/perl|${PERL5}|g" \
- -e "s|/usr/local|${LOCALBASE}|g" \
- -e "s|/etc/foomatic|${PKG_SYSCONFDIR}/foomatic|g" \
- $${file} > $${file}.fixed; \
- ${MV} $${file}.fixed $${file}; \
- done
-
-do-install:
- ${INSTALL_DATA_DIR} ${FILTERDIR}
- cd ${WRKSRC}; \
- for file in cupsomatic; do \
- ${INSTALL_SCRIPT} ${WRKSRC}/$${file} ${FILTERDIR}; \
- done
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/print/cupsomatic/PLIST b/print/cupsomatic/PLIST
deleted file mode 100644
index d94cd1f91ea..00000000000
--- a/print/cupsomatic/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:27:36 zuntum Exp $
-libexec/cups/filter/cupsomatic
diff --git a/print/cupsomatic/distinfo b/print/cupsomatic/distinfo
deleted file mode 100644
index 525e2e14191..00000000000
--- a/print/cupsomatic/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.5 2005/02/24 12:51:42 agc Exp $
-
-SHA1 (cupsomatic-2.2/cupsomatic) = 51fa0709b6c2d9685a5450b938ce809c42686d3a
-RMD160 (cupsomatic-2.2/cupsomatic) = 8f9f2d62594096b978dbe6dc359b5a4024e6f303
-Size (cupsomatic-2.2/cupsomatic) = 35814 bytes
-SHA1 (patch-aa) = 566607e0703d8a4216d47cbada4cf9329c94e9e4
diff --git a/print/cupsomatic/patches/patch-aa b/print/cupsomatic/patches/patch-aa
deleted file mode 100644
index 1c8589fe3d2..00000000000
--- a/print/cupsomatic/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2002/02/13 18:55:54 jlam Exp $
-
---- cupsomatic.orig Sat Feb 9 14:35:39 2002
-+++ cupsomatic
-@@ -37,7 +37,7 @@
- # the first one.
- # You can set this to "a2ps", "enscript" or "mpage" to select one of the
- # default command strings.
--my $enscriptcommand = "";
-+my $enscriptcommand = "mpage";
-
- # Set to 1 to insert postscript code for accounting.
- my $ps_accounting = 1;
-@@ -267,7 +267,7 @@
- # onto the stack @examined_stuff, which will be stuffed into
- # Ghostscript/whatever later on.
-
--print $logh "Seaerching job for option settings ...\n";
-+print $logh "Searching job for option settings ...\n";
- my $maxlines = 1000; # how many lines to examine?
- my $more_stuff = 1; # there is more stuff in stdin.
- my $linect = 0; # how many lines have we examined?
diff --git a/print/foomatic-gswrapper/DESCR b/print/foomatic-gswrapper/DESCR
deleted file mode 100644
index 78203df28c2..00000000000
--- a/print/foomatic-gswrapper/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-The foomatic-gswrapper script runs Ghostscript in a more controlled and
-makes debugging much easier by letting you see Ghostscript error messsages.
-The wrapper is required if you print jobs from the Windows PostScript
-driver (which writes jobs that generate advisory output that causes trouble
-under plain Ghostscript). Some other software may produce such jobs; the
-wrapper is probably a good idea in general.
diff --git a/print/foomatic-gswrapper/Makefile b/print/foomatic-gswrapper/Makefile
deleted file mode 100644
index 4068e5e3190..00000000000
--- a/print/foomatic-gswrapper/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD: Makefile,v 1.17 2005/12/17 05:20:23 jlam Exp $
-
-DISTNAME= foomatic-gswrapper
-PKGNAME= foomatic-gswrapper-1.2
-PKGREVISION= 2
-CATEGORIES= print
-EXTRACT_SUFX= # empty
-MASTER_SITES= ${MASTER_SITE_LOCAL:=${PKGNAME_NOREV}/}
-
-# The definitive location of the distfile is at www.linuxprinting.org,
-# but this file has no revision number.
-#
-#MASTER_SITES+= http://www.linuxprinting.org/
-
-MAINTAINER= jlam@pkgsrc.org
-HOMEPAGE= http://www.linuxprinting.org/gswrapper.html
-COMMENT= Foomatic Ghostscript Wrapper
-
-CONFLICTS+= foomatic-filters-[0-9]
-
-WRKSRC= ${WRKDIR}
-DIST_SUBDIR= ${PKGNAME_NOREV}
-
-EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC}/${DISTNAME}
-USE_TOOLS+= gs:run perl:run
-NO_BUILD= yes
-
-REPLACE_PERL= ${DISTNAME}
-
-INSTALLATION_DIRS= bin
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/print/foomatic-gswrapper/PLIST b/print/foomatic-gswrapper/PLIST
deleted file mode 100644
index fde4ed6ee35..00000000000
--- a/print/foomatic-gswrapper/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:27:40 zuntum Exp $
-bin/foomatic-gswrapper
diff --git a/print/foomatic-gswrapper/distinfo b/print/foomatic-gswrapper/distinfo
deleted file mode 100644
index 231fb3f51b1..00000000000
--- a/print/foomatic-gswrapper/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 12:51:42 agc Exp $
-
-SHA1 (foomatic-gswrapper-1.2/foomatic-gswrapper) = fb6920663f96604bdb57e77e29200a66e7436ef5
-RMD160 (foomatic-gswrapper-1.2/foomatic-gswrapper) = 85db63f44afc7309f109518359baa95fc77eca13
-Size (foomatic-gswrapper-1.2/foomatic-gswrapper) = 1129 bytes