diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-03-27 14:20:46 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-03-27 14:20:46 +0000 |
commit | 846cf4bf1f6925e05c81bb3a4461e9705a84636a (patch) | |
tree | 2d1e3b7a1258d202bceeeaa7652c2f180ef1b273 /print | |
parent | 32d6ba3c612ab7323d81c30bf643fb8ce65642bd (diff) | |
download | ports-846cf4bf1f6925e05c81bb3a4461e9705a84636a.tar.gz ports-846cf4bf1f6925e05c81bb3a4461e9705a84636a.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-pdf/Makefile | 14 | ||||
-rw-r--r-- | print/cups-pdf/distinfo | 6 | ||||
-rw-r--r-- | print/cups-pdf/pkg-descr | 4 | ||||
-rw-r--r-- | print/cups-pdf/pkg-plist | 2 |
4 files changed, 12 insertions, 14 deletions
diff --git a/print/cups-pdf/Makefile b/print/cups-pdf/Makefile index 741ef31c4e6d..3f069f4f933d 100644 --- a/print/cups-pdf/Makefile +++ b/print/cups-pdf/Makefile @@ -6,10 +6,10 @@ # PORTNAME= cups-pdf -PORTVERSION= 2.4.6 +PORTVERSION= 2.4.7 CATEGORIES= print -MASTER_SITES= http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/ \ - http://olofsson.de/distfiles/ +MASTER_SITES= http://www.cups-pdf.de/src/ \ + http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= simon@olofsson.de @@ -19,8 +19,6 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups-base WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -.include <bsd.port.pre.mk> - USE_GHOSTSCRIPT_RUN= yes SUBST_CMD= -e "s,\#GhostScript /usr/bin/gs,GhostScript ${LOCALBASE}/bin/gs," \ @@ -84,8 +82,8 @@ do-build: do-install: ${INSTALL} -o root -g wheel -m 0700 ${WRKSRC}/src/cups-pdf ${PREFIX}/libexec/cups/backend - ${INSTALL_DATA} ${WRKSRC}/extra/PostscriptColor.ppd \ - ${PREFIX}/share/cups/model/PostscriptColor.ppd + ${INSTALL_DATA} ${WRKSRC}/extra/CUPS-PDF.ppd \ + ${PREFIX}/share/cups/model/CUPS-PDF.ppd ${INSTALL_DATA} ${WRKSRC}/extra/cups-pdf.conf \ ${PREFIX}/etc/cups/cups-pdf.conf.sample .if !defined(NOPORTDOCS) @@ -99,4 +97,4 @@ post-install: ${PREFIX}/etc/cups/cups-pdf.conf ; \ fi -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/print/cups-pdf/distinfo b/print/cups-pdf/distinfo index 1abcff5f852f..30828a425c0d 100644 --- a/print/cups-pdf/distinfo +++ b/print/cups-pdf/distinfo @@ -1,3 +1,3 @@ -MD5 (cups-pdf_2.4.6.tar.gz) = 610a2e1d9ecd27ab978efaa6d93ddba3 -SHA256 (cups-pdf_2.4.6.tar.gz) = d54fb12223144b83f8165d2bdea29220e19b5d98f4cb7785427c1f9024023e4e -SIZE (cups-pdf_2.4.6.tar.gz) = 33719 +MD5 (cups-pdf_2.4.7.tar.gz) = 46f73553336842dd67521da117bfc67e +SHA256 (cups-pdf_2.4.7.tar.gz) = 114d2b1db49b37126e2f5964049b359e0bd5ace191a0193da4a76f6222e31634 +SIZE (cups-pdf_2.4.7.tar.gz) = 34243 diff --git a/print/cups-pdf/pkg-descr b/print/cups-pdf/pkg-descr index c0ccbab7dc3c..536faf1ba2b1 100644 --- a/print/cups-pdf/pkg-descr +++ b/print/cups-pdf/pkg-descr @@ -4,5 +4,5 @@ will be able to choose "CUPS-PDF (Virtual PDF Printer)" when setting up a new printer in CUPS. Once you print to the new device all converted PDF files will be placed in the specified directory. -Author: Volker C. Behr <vrbehr@cip.physik.uni-wuerzburg.de> -WWW: http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/ +Author: Volker C. Behr <behr@physik.uni-wuerzburg.de> +WWW: http://www.cups-pdf.de/ diff --git a/print/cups-pdf/pkg-plist b/print/cups-pdf/pkg-plist index 8713f9c7d659..43ea5f4fb233 100644 --- a/print/cups-pdf/pkg-plist +++ b/print/cups-pdf/pkg-plist @@ -1,5 +1,5 @@ libexec/cups/backend/cups-pdf -share/cups/model/PostscriptColor.ppd +share/cups/model/CUPS-PDF.ppd @unexec if cmp -s %D/etc/cups/cups-pdf.conf.sample %D/etc/cups/cups-pdf.conf; then rm -f %D/etc/cups/cups-pdf.conf; fi etc/cups/cups-pdf.conf.sample @exec if [ ! -f %D/etc/cups/cups-pdf.conf ] ; then cp -p %D/%F %B/cups-pdf.conf; fi |