View | Details | Raw Unified | Return to bug 98751
Collapse All | Expand All

(-)/usr/home/simon/src/ports/print/cups-pdf/Makefile (-6 / +6 lines)
Lines 6-18 Link Here
6
#
6
#
7
7
8
PORTNAME=	cups-pdf
8
PORTNAME=	cups-pdf
9
PORTVERSION=	2.3.1
9
PORTVERSION=	2.4.0
10
PORTREVISION=	1
11
CATEGORIES=	print
10
CATEGORIES=	print
12
MASTER_SITES=	http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/
11
MASTER_SITES=	http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/ \
12
		http://olofsson.de/mirror/distfiles/
13
DISTNAME=	${PORTNAME}_${PORTVERSION}
13
DISTNAME=	${PORTNAME}_${PORTVERSION}
14
14
15
MAINTAINER=	ports@mark.reidel.info
15
MAINTAINER=	simon@olofsson.de
16
COMMENT=	A virtual printer for CUPS to produce PDF files
16
COMMENT=	A virtual printer for CUPS to produce PDF files
17
17
18
RUN_DEPENDS=	${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups-base
18
RUN_DEPENDS=	${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups-base
Lines 40-49 Link Here
40
.endif
40
.endif
41
41
42
.ifdef(HOME_SUBDIR)
42
.ifdef(HOME_SUBDIR)
43
SUBST_CMD+=	-e "s,\#Out /var/spool/cups-pdf/$${USER},Out $${HOME}/${HOME_SUBDIR},"
43
SUBST_CMD+=	-e 's,\#Out /var/spool/cups-pdf/$${USER},Out $${HOME}/${HOME_SUBDIR},'
44
.else
44
.else
45
.ifdef(OUTPUT_DIRECTORY)
45
.ifdef(OUTPUT_DIRECTORY)
46
SUBST_CMD+=	-e "s,\#Out /var/spool/cups-pdf/$${USER},Out ${OUTPUT_DIRECTORY},ยจ
46
SUBST_CMD+=	-e 's,\#Out /var/spool/cups-pdf/$${USER},Out ${OUTPUT_DIRECTORY},'
47
.endif
47
.endif
48
.endif
48
.endif
49
49
(-)/usr/home/simon/src/ports/print/cups-pdf/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (cups-pdf_2.3.1.tar.gz) = 16e9b211f2d4729de368a2428be57cfc
1
MD5 (cups-pdf_2.4.0.tar.gz) = e80555d7f58d90c2ad43f131745e09ac
2
SHA256 (cups-pdf_2.3.1.tar.gz) = 63650bd034e7485bd764edab268bc1ba3b609d44d17c7390f0fba42b46534079
2
SHA256 (cups-pdf_2.4.0.tar.gz) = aef0f1e66de08ba6ac0ade30c4f6d75285843f59158d6805e0d32ce96fd7c790
3
SIZE (cups-pdf_2.3.1.tar.gz) = 22987
3
SIZE (cups-pdf_2.4.0.tar.gz) = 34421
(-)/usr/home/simon/src/ports/print/cups-pdf/pkg-descr (-1 / +2 lines)
Lines 7-10 Link Here
7
Once you print to the new device all converted PDF files will be placed in
7
Once you print to the new device all converted PDF files will be placed in
8
the specified directory.
8
the specified directory.
9
9
10
WWW:	http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/
10
Author: Volker C. Behr <vrbehr@cip.physik.uni-wuerzburg.de>
11
WWW: http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/

Return to bug 98751