diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-09 21:20:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-09 21:20:51 +0000 |
commit | e48f0b7549ee202c4c175875da9158c185727531 (patch) | |
tree | 2a0bc3ebd0791d431e032902314b1085d42a7348 /print/cups-pdf | |
parent | ca5fd41bfa0b4839b217837e787940cf4b52b240 (diff) | |
download | ports-e48f0b7549ee202c4c175875da9158c185727531.tar.gz ports-e48f0b7549ee202c4c175875da9158c185727531.zip |
Notes
Diffstat (limited to 'print/cups-pdf')
-rw-r--r-- | print/cups-pdf/Makefile | 12 | ||||
-rw-r--r-- | print/cups-pdf/distinfo | 6 | ||||
-rw-r--r-- | print/cups-pdf/pkg-descr | 3 |
3 files changed, 11 insertions, 10 deletions
diff --git a/print/cups-pdf/Makefile b/print/cups-pdf/Makefile index 076490dee341..3c5415dc19b7 100644 --- a/print/cups-pdf/Makefile +++ b/print/cups-pdf/Makefile @@ -6,13 +6,13 @@ # PORTNAME= cups-pdf -PORTVERSION= 2.3.1 -PORTREVISION= 1 +PORTVERSION= 2.4.0 CATEGORIES= print -MASTER_SITES= http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/ +MASTER_SITES= http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/ \ + http://olofsson.de/mirror/distfiles/ DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@mark.reidel.info +MAINTAINER= simon@olofsson.de COMMENT= A virtual printer for CUPS to produce PDF files RUN_DEPENDS= ${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups-base @@ -40,10 +40,10 @@ SUBST_CMD+= -e "s,\#PDFVer 1.4,PDFVer ${PDF_VERSION}," .endif .ifdef(HOME_SUBDIR) -SUBST_CMD+= -e "s,\#Out /var/spool/cups-pdf/$${USER},Out $${HOME}/${HOME_SUBDIR}," +SUBST_CMD+= -e 's,\#Out /var/spool/cups-pdf/$${USER},Out $${HOME}/${HOME_SUBDIR},' .else .ifdef(OUTPUT_DIRECTORY) -SUBST_CMD+= -e "s,\#Out /var/spool/cups-pdf/$${USER},Out ${OUTPUT_DIRECTORY},ยจ +SUBST_CMD+= -e 's,\#Out /var/spool/cups-pdf/$${USER},Out ${OUTPUT_DIRECTORY},' .endif .endif diff --git a/print/cups-pdf/distinfo b/print/cups-pdf/distinfo index a2d258cd11de..2477e20b39f2 100644 --- a/print/cups-pdf/distinfo +++ b/print/cups-pdf/distinfo @@ -1,3 +1,3 @@ -MD5 (cups-pdf_2.3.1.tar.gz) = 16e9b211f2d4729de368a2428be57cfc -SHA256 (cups-pdf_2.3.1.tar.gz) = 63650bd034e7485bd764edab268bc1ba3b609d44d17c7390f0fba42b46534079 -SIZE (cups-pdf_2.3.1.tar.gz) = 22987 +MD5 (cups-pdf_2.4.0.tar.gz) = e80555d7f58d90c2ad43f131745e09ac +SHA256 (cups-pdf_2.4.0.tar.gz) = aef0f1e66de08ba6ac0ade30c4f6d75285843f59158d6805e0d32ce96fd7c790 +SIZE (cups-pdf_2.4.0.tar.gz) = 34421 diff --git a/print/cups-pdf/pkg-descr b/print/cups-pdf/pkg-descr index 49cda0438669..5a9b39e18130 100644 --- a/print/cups-pdf/pkg-descr +++ b/print/cups-pdf/pkg-descr @@ -7,4 +7,5 @@ After restarting CUPS, you will be able to choose Once you print to the new device all converted PDF files will be placed in the specified directory. -WWW: http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/ +Author: Volker C. Behr <vrbehr@cip.physik.uni-wuerzburg.de> +WWW: http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/ |