- Update to 2.4.7

- Update www and email address

PR:		ports/122094
Submitted by:	Simon Olofsson <simon@olofsson.de>
Approved by:	tabthorpe (mentor)
This commit is contained in:
Philippe Audeoud 2008-03-27 14:20:46 +00:00
parent 32d6ba3c61
commit 846cf4bf1f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209949
4 changed files with 12 additions and 14 deletions

View file

@ -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>

View file

@ -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

View file

@ -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/

View file

@ -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