pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/foomatic-ppds Initial import of print/foomatic-p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64748a6d4548
branches:  trunk
changeset: 504630:64748a6d4548
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Dec 17 18:39:24 2005 +0000

description:
Initial import of print/foomatic-ppds, which is a collection of PPD
files for use with foomatic-rip.  This collection is from the PPD
tarball generated from the Foomatic printer database on 2005-12-17.

diffstat:

 print/foomatic-ppds/DESCR           |   4 +++
 print/foomatic-ppds/Makefile        |  39 +++++++++++++++++++++++++++++++++++++
 print/foomatic-ppds/Makefile.common |  11 ++++++++++
 print/foomatic-ppds/PLIST           |   1 +
 print/foomatic-ppds/distinfo        |   5 ++++
 5 files changed, 60 insertions(+), 0 deletions(-)

diffs (80 lines):

diff -r 9839fd999aa7 -r 64748a6d4548 print/foomatic-ppds/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/foomatic-ppds/DESCR Sat Dec 17 18:39:24 2005 +0000
@@ -0,0 +1,4 @@
+The Foomatic PPD collection includes suitable PPDs for printers listed
+in the Foomatic printer/driver database.  Together with the
+foomatic-filters package, this collection of PPDs allows many
+non-PostScript printers to function as if they were PostScript printers.
diff -r 9839fd999aa7 -r 64748a6d4548 print/foomatic-ppds/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/foomatic-ppds/Makefile      Sat Dec 17 18:39:24 2005 +0000
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/12/17 18:39:24 jlam Exp $
+
+.include "Makefile.common"
+
+DISTNAME=      foomatic-filters-ppds-${FOOMATIC_PPDS_VERSION}
+PKGNAME=       ${DISTNAME:S/-filters-/-/}
+
+# The definitive location of the distfile is at www.linuxprinting.org,
+# but this tarball is regenerated daily from the Foomatic database.
+# 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=  ${MASTER_SITE_LOCAL} \
+               http://www.linuxprinting.org/download/foomatic/
+
+MAINTAINER=    jlam%pkgsrc.org@localhost
+COMMENT=       Foomatic PPDs collection
+
+DEPENDS=       foomatic-filters>=3.0.2:../../print/foomatic-filters
+
+USE_PKGINSTALL=        yes
+REQD_DIRS=     share/foomatic
+PLIST_SRC=     ${WRKDIR}/PLIST_SRC
+
+do-build:
+       ${CAT} ${PKGDIR}/PLIST > ${PLIST_SRC}
+       cd ${WRKSRC}/share;                                             \
+       ${FIND} ppd -type f -print | ${SORT} -u |                       \
+       ${SED} -e "s|^|share/foomatic/|" >> ${PLIST_SRC}
+       cd ${WRKSRC}/share;                                             \
+       ${FIND} ppd -type d -print | ${SORT} -ur |                      \
+       ${SED} -e "s|^|@dirrm share/foomatic/|" >> ${PLIST_SRC}
+       ${ECHO} "@dirrm share/foomatic" >> ${PLIST_SRC}
+
+do-install:
+       ${CP} -R ${WRKSRC}/share/ppd ${PREFIX}/share/foomatic/ppd
+
+.include "../../mk/bsd.pkg.mk"
diff -r 9839fd999aa7 -r 64748a6d4548 print/foomatic-ppds/Makefile.common
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/foomatic-ppds/Makefile.common       Sat Dec 17 18:39:24 2005 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile.common,v 1.1.1.1 2005/12/17 18:39:24 jlam Exp $
+#
+# This Makefile.common file is included by the following Makefiles:
+#
+#      print/foomatic-ppds/Makefile
+#      print/foomatic-ppds-cups/Makefile
+#
+
+FOOMATIC_PPDS_VERSION= 20051217
+CATEGORIES=            print
+HOMEPAGE=              http://www.linuxprinting.org/foomatic.html
diff -r 9839fd999aa7 -r 64748a6d4548 print/foomatic-ppds/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/foomatic-ppds/PLIST Sat Dec 17 18:39:24 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/12/17 18:39:24 jlam Exp $
diff -r 9839fd999aa7 -r 64748a6d4548 print/foomatic-ppds/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/foomatic-ppds/distinfo      Sat Dec 17 18:39:24 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/12/17 18:39:24 jlam Exp $
+
+SHA1 (foomatic-filters-ppds-20051217.tar.gz) = e9b21db17f1a1a78070df4b3dc685783e119c74b
+RMD160 (foomatic-filters-ppds-20051217.tar.gz) = 75c294cc549213518751350b0dcff91f214ddc44
+Size (foomatic-filters-ppds-20051217.tar.gz) = 9012749 bytes



Home | Main Index | Thread Index | Old Index