diff --git a/print/cups-pdf/Makefile b/print/cups-pdf/Makefile index c062b59ee1b9..37c69612b265 100644 --- a/print/cups-pdf/Makefile +++ b/print/cups-pdf/Makefile @@ -1,103 +1,101 @@ PORTNAME= cups-pdf -DISTVERSION= 3.0.1 -PORTREVISION= 3 +DISTVERSION= 3.0.3 CATEGORIES= print -MASTER_SITES= http://www.cups-pdf.de/src/ \ - http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/ -DISTNAME= ${PORTNAME}_${PORTVERSION} +MASTER_SITES= https://www.cups-pdf.de/src/ +DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Virtual printer for CUPS to produce PDF files WWW= https://www.cups-pdf.de/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcups.so:print/cups RUN_DEPENDS= ${LOCALBASE}/sbin/cupsd:print/cups USES= ghostscript:run localbase LIBS+= -lcups ETCDIR= ${PREFIX}/etc/cups -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} OPTIONS_DEFINE= DOCS _SUBST_CMD= -e "s,\#GhostScript /usr/bin/gs,GhostScript ${LOCALBASE}/bin/gs," \ -e 's,\#GSTmp /var/tmp,GSTmp /tmp,' \ -e 's,\#Grp lp,Grp daemon,' \ -e 's,\#Spool /var/spool/cups-pdf/SPOOL,Spool /var/spool/cups-pdf,' _PDF_VERSIONS= 1.2 1.3 1.4 1.5 .include .ifdef(PDF_VERSION) .if "${_PDF_VERSIONS:M${PDF_VERSION}}" == "" BROKEN= Unsupported PDF-Version selected: ${PDF_VERSION} .endif _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},' .elifdef(OUTPUT_DIRECTORY) _SUBST_CMD+= -e 's,\#Out /var/spool/cups-pdf/$${USER},Out ${OUTPUT_DIRECTORY},' .endif .ifdef(LOG_DIRECTORY) _SUBST_CMD+= -e "s,\#Log /var/log/cups,Log ${LOG_DIRECTORY}," .endif pre-everything:: .if !defined(PDF_VERSION) || !defined(HOME_SUBDIR) || \ !defined(OUTPUT_DIRECTORY) || !defined(LOG_DIRECTORY) @${ECHO_MSG} "" @${ECHO_MSG} "You may use the following build options:" @${ECHO_MSG} "" .endif .if !defined(PDF_VERSION) @${ECHO_MSG} "PDF_VERSION=${_PDF_VERSIONS:S/ /|/Wg} PDF-version of PDF-files produced" .endif .if !defined(HOME_SUBDIR) @${ECHO_MSG} "HOME_SUBDIR= Place produced PDF-files in the" @${ECHO_MSG} " directory ~//" .endif .if !defined(OUTPUT_DIRECTORY) @${ECHO_MSG} "OUTPUT_DIRECTORY= Place produced PDF-files in the" @${ECHO_MSG} " directory /" .endif .if !defined(LOG_DIRECTORY) @${ECHO_MSG} "LOG_DIRECTORY= Place logfile into /cups-pdf_log" .endif post-patch: @${REINPLACE_CMD} ${_SUBST_CMD} ${WRKSRC}/extra/cups-pdf.conf @${REINPLACE_CMD} -e \ 's,CP_CONFIG_PATH "/etc/cups",CP_CONFIG_PATH "${ETCDIR}",' \ ${WRKSRC}/src/cups-pdf.h do-build: (cd ${WRKSRC}/src && \ ${CC} ${CFLAGS} ${LDFLAGS} ${LIBS} -o cups-pdf cups-pdf.c) do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/cups/backend + ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/cups/backend \ + ${STAGEDIR}${PREFIX}/share/cups/model \ + ${STAGEDIR}${ETCDIR} ${INSTALL_PROGRAM} ${WRKSRC}/src/cups-pdf \ ${STAGEDIR}${PREFIX}/libexec/cups/backend/ - @${MKDIR} ${STAGEDIR}${PREFIX}/share/cups/model ${INSTALL_DATA} ${WRKSRC}/extra/CUPS-PDF_opt.ppd \ ${WRKSRC}/extra/CUPS-PDF_noopt.ppd \ ${STAGEDIR}${PREFIX}/share/cups/model/ - @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/extra/cups-pdf.conf \ ${STAGEDIR}${ETCDIR}/cups-pdf.conf.sample post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ .include diff --git a/print/cups-pdf/distinfo b/print/cups-pdf/distinfo index 81dc7a582374..88965520d16a 100644 --- a/print/cups-pdf/distinfo +++ b/print/cups-pdf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1582725313 -SHA256 (cups-pdf_3.0.1.tar.gz) = 738669edff7f1469fe5e411202d87f93ba25b45f332a623fb607d49c59aa9531 -SIZE (cups-pdf_3.0.1.tar.gz) = 29754 +TIMESTAMP = 1781781781 +SHA256 (cups-pdf_3.0.3.tar.gz) = 4a66e16976b30f3c6df5ed113ed9d6e13f7f34617eab349f70b0382fce54e08b +SIZE (cups-pdf_3.0.3.tar.gz) = 36473 diff --git a/print/cups-pdf/files/patch-remove-deprecated-ghostscript-setpdfwrite-operator b/print/cups-pdf/files/patch-remove-deprecated-ghostscript-setpdfwrite-operator deleted file mode 100644 index d3018f33cfd4..000000000000 --- a/print/cups-pdf/files/patch-remove-deprecated-ghostscript-setpdfwrite-operator +++ /dev/null @@ -1,27 +0,0 @@ -https://github.com/archlinux/svntogit-packages/commit/ff157761a0dffe4eb19b46c61b422dcdb2e1c8d9 - ---- extra/cups-pdf.conf.orig 2022-04-01 11:22:32 UTC -+++ extra/cups-pdf.conf -@@ -250,9 +250,9 @@ GSTmp /tmp - ### Key: GSCall (config) - ## command line for calling GhostScript (!!! DO NOT USE NEWLINES !!!) - ## MacOSX: for using pstopdf set this to %s %s -o %s %s --### Default: %s -q -dCompatibilityLevel=%s -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pdfwrite -sOutputFile="%s" -dAutoRotatePages=/PageByPage -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dPDFSETTINGS=/prepress -c .setpdfwrite -f %s -+### Default: %s -q -dCompatibilityLevel=%s -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pdfwrite -sOutputFile="%s" -dAutoRotatePages=/PageByPage -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dPDFSETTINGS=/prepress -c -f %s - --#GSCall %s -q -dCompatibilityLevel=%s -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pdfwrite -sOutputFile="%s" -dAutoRotatePages=/PageByPage -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dPDFSETTINGS=/prepress -c .setpdfwrite -f %s -+#GSCall %s -q -dCompatibilityLevel=%s -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pdfwrite -sOutputFile="%s" -dAutoRotatePages=/PageByPage -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dPDFSETTINGS=/prepress -c -f %s - - ### Key: PDFVer (config, ppd, lptopions) - ## PDF version to be created - can be "1.5", "1.4", "1.3" or "1.2" ---- src/cups-pdf.h.orig 2022-04-01 11:22:32 UTC -+++ src/cups-pdf.h -@@ -58,7 +58,7 @@ struct { - { "AnonDirName", SEC_CONF|SEC_PPD, { "/var/spool/cups-pdf/ANONYMOUS" } }, - { "AnonUser", SEC_CONF|SEC_PPD, { "nobody" } }, - { "GhostScript", SEC_CONF|SEC_PPD, { "/usr/bin/gs" } }, -- { "GSCall", SEC_CONF|SEC_PPD, { "%s -q -dCompatibilityLevel=%s -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pdfwrite -sOutputFile=\"%s\" -dAutoRotatePages=/PageByPage -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dPDFSETTINGS=/prepress -c .setpdfwrite -f %s" } }, -+ { "GSCall", SEC_CONF|SEC_PPD, { "%s -q -dCompatibilityLevel=%s -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pdfwrite -sOutputFile=\"%s\" -dAutoRotatePages=/PageByPage -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dPDFSETTINGS=/prepress -c -f %s" } }, - { "Grp", SEC_CONF|SEC_PPD, { "lp" } }, - { "GSTmp", SEC_CONF|SEC_PPD, { "TMPDIR=/var/tmp" } }, - { "Log", SEC_CONF|SEC_PPD, { "/var/log/cups" } },