diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-14 17:54:31 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-14 17:54:31 +0000 |
commit | 20c69de4dbe80b3c3510aaac62d7ab6ec49765be (patch) | |
tree | 5f578fbed67134897ad77ea0022eea06788cebdc /print/cupsomatic | |
parent | e61f849d50c51fb66de1a702aa46373e8672f924 (diff) | |
download | pkgsrc-20c69de4dbe80b3c3510aaac62d7ab6ec49765be.tar.gz |
Update cupsomatic to 1.6. Changes from version 1.3 include searching for
a foomatic-gswrapper script that regularizes arguments to gs and reports
gs errors in a useful way. The distfile is now grabbed from
${MASTER_SITE_LOCAL}.
Diffstat (limited to 'print/cupsomatic')
-rw-r--r-- | print/cupsomatic/Makefile | 23 | ||||
-rw-r--r-- | print/cupsomatic/distinfo | 6 |
2 files changed, 20 insertions, 9 deletions
diff --git a/print/cupsomatic/Makefile b/print/cupsomatic/Makefile index a9f1636617a..54832b8a8ba 100644 --- a/print/cupsomatic/Makefile +++ b/print/cupsomatic/Makefile @@ -1,11 +1,22 @@ -# $NetBSD: Makefile,v 1.5 2001/05/08 15:54:48 agc Exp $ +# $NetBSD: Makefile,v 1.6 2001/05/14 17:54:31 jlam Exp $ DISTNAME= cupsomatic -PKGNAME= cupsomatic-1.3 +PKGNAME= cupsomatic-1.6 CATEGORIES= print -MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/${DIST_SUBDIR}/ 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@netbsd.org HOMEPAGE= http://www.linuxprinting.org/cups-doc.html COMMENT= Foomatic CUPS printer filter @@ -29,9 +40,9 @@ post-extract: cd ${WRKSRC}; ${MV} cupsomatic cupsomatic.in do-build: - ${SED} -e "s,@PERL@,${PERL5},g" \ - -e "s,@LOCALBASE@,${LOCALBASE},g" \ - < ${WRKSRC}/cupsomatic.in > ${WRKSRC}/cupsomatic + ${SED} -e "s,@PERL@,${PERL5},g" \ + -e "s,@LOCALBASE@,${LOCALBASE},g" \ + ${WRKSRC}/cupsomatic.in > ${WRKSRC}/cupsomatic do-install: ${INSTALL_SCRIPT} ${WRKSRC}/cupsomatic ${FILTERDIR} diff --git a/print/cupsomatic/distinfo b/print/cupsomatic/distinfo index 355dc76d6e0..e016b05c90d 100644 --- a/print/cupsomatic/distinfo +++ b/print/cupsomatic/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/05/08 15:54:48 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/05/14 17:54:32 jlam Exp $ -SHA1 (cupsomatic-1.3/cupsomatic) = 11732a57210ab22245e7e5e8361664d5fc1b33ca -Size (cupsomatic-1.3/cupsomatic) = 23981 bytes +SHA1 (cupsomatic-1.6/cupsomatic) = d1f7d98f78298bea9cae2cfbd106361640325c65 +Size (cupsomatic-1.6/cupsomatic) = 24370 bytes SHA1 (patch-aa) = c78c13fe49213edeb75f344c564d20bbf5c2c465 |