svn commit: r436699 - in head/print/cups-filters: . files

Bartek Rutkowski robak at FreeBSD.org
Wed Mar 22 14:07:55 UTC 2017


Author: robak
Date: Wed Mar 22 14:07:53 2017
New Revision: 436699
URL: https://svnweb.freebsd.org/changeset/ports/436699

Log:
  print/cups-filters: update 1.11.4 -> 1.13.4
  
  * Add LICENSE
  * Add dependency to mupdf
  * Update distinfo
  * Update pkg-plist
  * Add patches to filter/gstoraster.c and filter/mupdftoraster.c due
    to execvpe() not existing under FreeBSD
  
  PR:		217848
  Submitted by:	Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)

Added:
  head/print/cups-filters/files/patch-filter_gstoraster.c   (contents, props changed)
  head/print/cups-filters/files/patch-filter_mupdftoraster.c   (contents, props changed)
Modified:
  head/print/cups-filters/Makefile
  head/print/cups-filters/distinfo
  head/print/cups-filters/pkg-plist

Modified: head/print/cups-filters/Makefile
==============================================================================
--- head/print/cups-filters/Makefile	Wed Mar 22 13:04:12 2017	(r436698)
+++ head/print/cups-filters/Makefile	Wed Mar 22 14:07:53 2017	(r436699)
@@ -1,20 +1,23 @@
 # $FreeBSD$
 
 PORTNAME=	cups-filters
-PORTVERSION=	1.11.4
-PORTREVISION=	1
+PORTVERSION=	1.13.4
 CATEGORIES=	print
 MASTER_SITES=	http://www.openprinting.org/download/cups-filters/
 
 MAINTAINER=	cyberbotx at cyberbotx.com
 COMMENT=	Additional backends, filters and other software for CUPS
 
+LICENSE=	BSD4CLAUSE GPLv2 GPLv2+ GPLv3 GPLv3+ LGPL20 LGPL21+ MIT
+LICENSE_COMB=	multi
+
 LIB_DEPENDS=	liblcms2.so:graphics/lcms2 \
 		libqpdf.so:print/qpdf \
 		libcupsimage.so:print/cups \
 		libfreetype.so:print/freetype2 \
 		libfontconfig.so:x11-fonts/fontconfig \
-		libpoppler.so:graphics/poppler
+		libpoppler.so:graphics/poppler \
+		libmupdf.so:graphics/mupdf
 
 CONFLICTS=	cups-pstoraster-[0-9]* foomatic-filters-[0-9]*
 

Modified: head/print/cups-filters/distinfo
==============================================================================
--- head/print/cups-filters/distinfo	Wed Mar 22 13:04:12 2017	(r436698)
+++ head/print/cups-filters/distinfo	Wed Mar 22 14:07:53 2017	(r436699)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1474565618
-SHA256 (cups-filters-1.11.4.tar.xz) = d6288dc9d13f16c54e74979fd2a3e3fceee882a13a47553967ae69f51d32b849
-SIZE (cups-filters-1.11.4.tar.xz) = 1408760
+TIMESTAMP = 1489586863
+SHA256 (cups-filters-1.13.4.tar.xz) = 94c7d6624f16a8c11683c863e6457c5daa70e60f9a739c355349b45c3abc8dbd
+SIZE (cups-filters-1.13.4.tar.xz) = 1421224

Added: head/print/cups-filters/files/patch-filter_gstoraster.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/cups-filters/files/patch-filter_gstoraster.c	Wed Mar 22 14:07:53 2017	(r436699)
@@ -0,0 +1,11 @@
+--- filter/gstoraster.c.orig	2016-11-23 21:36:11 UTC
++++ filter/gstoraster.c
+@@ -48,6 +48,8 @@ MIT Open Source License  -  http://www.o
+ #include <signal.h>
+ #include <errno.h>
+ 
++#define execvpe(a, b, c) execvp(a, b)
++
+ #define PDF_MAX_CHECK_COMMENT_LINES	20
+ 
+ typedef enum {

Added: head/print/cups-filters/files/patch-filter_mupdftoraster.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/cups-filters/files/patch-filter_mupdftoraster.c	Wed Mar 22 14:07:53 2017	(r436699)
@@ -0,0 +1,11 @@
+--- filter/mupdftoraster.c.orig	2016-11-23 21:36:11 UTC
++++ filter/mupdftoraster.c
+@@ -50,6 +50,8 @@ MIT Open Source License  -  http://www.o
+ #include <unistd.h>
+ #include <errno.h>
+ 
++#define execvpe(a, b, c) execvp(a, b)
++
+ #define PDF_MAX_CHECK_COMMENT_LINES	20
+ 
+ #define CUPS_IPTEMPFILE "/tmp/ip-XXXXXX"

Modified: head/print/cups-filters/pkg-plist
==============================================================================
--- head/print/cups-filters/pkg-plist	Wed Mar 22 13:04:12 2017	(r436698)
+++ head/print/cups-filters/pkg-plist	Wed Mar 22 14:07:53 2017	(r436699)
@@ -1,3 +1,4 @@
+bin/driverless
 bin/foomatic-rip
 bin/ttfread
 etc/cups/cups-browsed.conf
@@ -6,6 +7,7 @@ include/cupsfilters/colord.h
 include/cupsfilters/colormanager.h
 include/cupsfilters/driver.h
 include/cupsfilters/image.h
+include/cupsfilters/ppdgenerator.h
 include/cupsfilters/raster.h
 include/fontembed/bitset.h
 include/fontembed/embed.h
@@ -23,9 +25,11 @@ lib/libfontembed.so.1.0.0
 libdata/pkgconfig/libcupsfilters.pc
 libdata/pkgconfig/libfontembed.pc
 libexec/cups/backend/beh
+libexec/cups/backend/driverless
 libexec/cups/backend/implicitclass
 libexec/cups/backend/parallel
 libexec/cups/backend/serial
+libexec/cups/driver/driverless
 libexec/cups/filter/bannertopdf
 %%BRAILLE%%libexec/cups/filter/brftoembosser
 libexec/cups/filter/commandtoescpx
@@ -58,7 +62,7 @@ libexec/cups/filter/sys5ippprinter
 libexec/cups/filter/texttopdf
 libexec/cups/filter/texttops
 libexec/cups/filter/texttotext
-libexec/cups/filter/urftopdf
+man/man1/driverless.1.gz
 man/man1/foomatic-rip.1.gz
 man/man5/cups-browsed.conf.5.gz
 man/man8/cups-browsed.8.gz


More information about the svn-ports-head mailing list