diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-02-13 21:03:20 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-02-13 21:03:20 +0000 |
commit | d1ede6e14bcbd6aa4fdc2240c84639f696197b1e (patch) | |
tree | 99a6d950fe5e579ea0c7c8df7d3b1b17d6558c32 /print | |
parent | c315d96840e8dee793a47f28425f6dabd96cbec3 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-filters/Makefile | 12 | ||||
-rw-r--r-- | print/cups-filters/distinfo | 4 | ||||
-rw-r--r-- | print/cups-filters/pkg-plist | 28 |
3 files changed, 38 insertions, 6 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index ec100dc595fb..6f2e5f2761ad 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cups-filters -PORTVERSION= 1.5.0 -PORTREVISION= 1 +PORTVERSION= 1.8.2 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/cups-filters/ @@ -23,10 +22,15 @@ LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libpoppler.so:${PORTSDIR}/graphics/poppler -USES= compiler:c++11-lib cpe ghostscript jpeg libtool pathfix \ +USES= compiler:c++11-lib cpe ghostscript gmake jpeg libtool pathfix \ pkgconfig shebangfix tar:xz CPE_VENDOR= linuxfoundation -SHEBANG_FILES= filter/textonly +SHEBANG_FILES= filter/braille/drivers/generic/brftoembosser.in \ + filter/braille/drivers/index/imageubrltoindexv3.in \ + filter/braille/drivers/index/imageubrltoindexv4.in \ + filter/braille/drivers/index/textbrftoindexv3.in \ + filter/braille/filters/imagetobrf.in \ + filter/braille/filters/texttobrf.in filter/textonly USE_GNOME= glib20 USE_RC_SUBR= cups_browsed GNU_CONFIGURE= yes diff --git a/print/cups-filters/distinfo b/print/cups-filters/distinfo index d7ad53a07fb6..bdcb78d69451 100644 --- a/print/cups-filters/distinfo +++ b/print/cups-filters/distinfo @@ -1,2 +1,2 @@ -SHA256 (cups-filters-1.5.0.tar.xz) = f22a8864e8d5b693795605a31345c08cc68f85120ebde9a0aa7bc27639815932 -SIZE (cups-filters-1.5.0.tar.xz) = 1375588 +SHA256 (cups-filters-1.8.2.tar.xz) = 06d1c2a65e45d92d0e2dc854d13161d01072094efe4fadc23319700c9a259c69 +SIZE (cups-filters-1.8.2.tar.xz) = 1372508 diff --git a/print/cups-filters/pkg-plist b/print/cups-filters/pkg-plist index d6060bd74281..f55ceca93102 100644 --- a/print/cups-filters/pkg-plist +++ b/print/cups-filters/pkg-plist @@ -21,17 +21,23 @@ lib/libfontembed.so.1 lib/libfontembed.so.1.0.0 libdata/pkgconfig/libcupsfilters.pc libdata/pkgconfig/libfontembed.pc +libexec/cups/backend/beh libexec/cups/backend/implicitclass libexec/cups/backend/parallel libexec/cups/backend/serial libexec/cups/filter/bannertopdf +libexec/cups/filter/brftoembosser libexec/cups/filter/commandtoescpx libexec/cups/filter/commandtopclx libexec/cups/filter/gstopxl libexec/cups/filter/gstoraster +libexec/cups/filter/imagetobrf libexec/cups/filter/imagetopdf libexec/cups/filter/imagetops libexec/cups/filter/imagetoraster +libexec/cups/filter/imagetoubrl +libexec/cups/filter/imageubrltoindexv3 +libexec/cups/filter/imageubrltoindexv4 libexec/cups/filter/pdftoijs libexec/cups/filter/pdftoopvp libexec/cups/filter/pdftopdf @@ -42,7 +48,10 @@ libexec/cups/filter/rastertoescpx libexec/cups/filter/rastertopclx libexec/cups/filter/rastertopdf libexec/cups/filter/sys5ippprinter +libexec/cups/filter/textbrftoindexv3 +libexec/cups/filter/textbrftoindexv4 libexec/cups/filter/textonly +libexec/cups/filter/texttobrf libexec/cups/filter/texttopdf libexec/cups/filter/texttops libexec/cups/filter/urftopdf @@ -56,6 +65,10 @@ share/cups/banners/secret share/cups/banners/standard share/cups/banners/topsecret share/cups/banners/unclassified +share/cups/braille/cups-braille.sh +share/cups/braille/index.sh +share/cups/braille/indexv3.sh +share/cups/braille/indexv4.sh share/cups/charsets/pdf.utf-8 share/cups/charsets/pdf.utf-8.heavy share/cups/charsets/pdf.utf-8.simple @@ -73,9 +86,24 @@ share/cups/data/testprint share/cups/data/topsecret.pdf share/cups/data/unclassified.pdf share/cups/drv/cupsfilters.drv +share/cups/drv/generic-brf.drv +share/cups/drv/indexv3.drv +share/cups/drv/indexv4.drv +share/cups/mime/braille.convs +share/cups/mime/braille.types share/cups/mime/cupsfilters.convs share/cups/mime/cupsfilters.types +share/cups/ppdc/braille.defs share/cups/ppdc/escp.h +share/cups/ppdc/fr-braille.po +share/cups/ppdc/imagemagick.defs +share/cups/ppdc/index.defs +share/cups/ppdc/liblouis.defs +share/cups/ppdc/liblouis1.defs +share/cups/ppdc/liblouis2.defs +share/cups/ppdc/liblouis3.defs +share/cups/ppdc/liblouis4.defs +share/cups/ppdc/media-braille.defs share/cups/ppdc/pcl.h %%DOCSDIR%%/AUTHORS %%DOCSDIR%%/COPYING |