Date: Tue, 26 Feb 2013 15:10:30 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312982 - in head/print: . photoprint Message-ID: <201302261510.r1QFAUn7054227@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bsam Date: Tue Feb 26 15:10:29 2013 New Revision: 312982 URL: http://svnweb.freebsd.org/changeset/ports/312982 Log: PhotoPrint is a utility to print multiple images per sheet, using Gutenprint, with support for 16-bit images and ICC profiles. WWW: http://blackfiveimaging.co.uk Added: head/print/photoprint/ head/print/photoprint/Makefile (contents, props changed) head/print/photoprint/distinfo (contents, props changed) head/print/photoprint/pkg-descr (contents, props changed) head/print/photoprint/pkg-plist (contents, props changed) Modified: head/print/Makefile Modified: head/print/Makefile ============================================================================== --- head/print/Makefile Tue Feb 26 14:40:41 2013 (r312981) +++ head/print/Makefile Tue Feb 26 15:10:29 2013 (r312982) @@ -229,6 +229,7 @@ SUBDIR += pecl-pdflib SUBDIR += pecl-ps SUBDIR += pfbtopfa + SUBDIR += photoprint SUBDIR += phppdflib SUBDIR += pic2fig SUBDIR += pkfonts118 Added: head/print/photoprint/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/photoprint/Makefile Tue Feb 26 15:10:29 2013 (r312982) @@ -0,0 +1,39 @@ +# $FreeBSD$ + +PORTNAME= photoprint +DISTVERSION= 0.4.2-pre2 +CATEGORIES= print graphics +MASTER_SITES= http://www.blackfiveimaging.co.uk/photoprint/ +#DISTNAME= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= bsam@FreeBSD.org +COMMENT= Utility to print multiple images per sheet + +LIB_DEPENDS= cups:${PORTSDIR}/print/cups-client \ + expat:${PORTSDIR}/textproc/expat2 \ + gdk_pixbuf-2.0:${PORTSDIR}/graphics/gdk-pixbuf2 \ + gutenprint:${PORTSDIR}/print/gutenprint \ + lcms:${PORTSDIR}/graphics/lcms \ + netpbm:${PORTSDIR}/graphics/netpbm \ + pcre:${PORTSDIR}/devel/pcre \ + pcre:${PORTSDIR}/devel/pcre \ + pixman:${PORTSDIR}/x11/pixman \ + png15:${PORTSDIR}/graphics/png \ + pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ + tiff:${PORTSDIR}/graphics/tiff \ + xcb:${PORTSDIR}/x11/libxcb + +LICENCE= GPLv2 + +USE_GETTEXT= yes +HAS_CONFIGURE= yes +INSTALLS_ICONS= yes +CONFIGURE_ARGS+=LDFLAGS=-L/usr/local/lib +USE_GNOME= desktopfileutils pango +USE_XORG= x11 xau xcomposite xcursor xdamage xdmcp xext \ + xfixes xi xinerama xrandr xrender + +post-install: + -@update-desktop-database + +.include <bsd.port.mk> Added: head/print/photoprint/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/photoprint/distinfo Tue Feb 26 15:10:29 2013 (r312982) @@ -0,0 +1,2 @@ +SHA256 (photoprint-0.4.2-pre2.tar.gz) = d7fdaac4928083c499164ca676fe08eac5d9f4c8763309af03b6a2a3c53dab7d +SIZE (photoprint-0.4.2-pre2.tar.gz) = 2002424 Added: head/print/photoprint/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/photoprint/pkg-descr Tue Feb 26 15:10:29 2013 (r312982) @@ -0,0 +1,4 @@ +PhotoPrint is a utility to print multiple images per sheet, using +Gutenprint, with support for 16-bit images and ICC profiles. + +WWW: http://blackfiveimaging.co.uk Added: head/print/photoprint/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/photoprint/pkg-plist Tue Feb 26 15:10:29 2013 (r312982) @@ -0,0 +1,36 @@ +bin/photoprint +share/applications/fotoprint.desktop +share/icons/hicolor/48x48/apps/fotoprint.png +share/locale/cs/LC_MESSAGES/photoprint.mo +share/locale/da/LC_MESSAGES/photoprint.mo +share/locale/de/LC_MESSAGES/photoprint.mo +share/locale/es/LC_MESSAGES/photoprint.mo +share/locale/fr/LC_MESSAGES/photoprint.mo +share/locale/nl/LC_MESSAGES/photoprint.mo +share/locale/pl/LC_MESSAGES/photoprint.mo +share/locale/pt/LC_MESSAGES/photoprint.mo +share/locale/pt_BR/LC_MESSAGES/photoprint.mo +share/locale/ru/LC_MESSAGES/photoprint.mo +%%DATADIR%%/borders/licence.txt +%%DATADIR%%/borders/Flaky.tif +%%DATADIR%%/borders/HeartsLandscape.tif +%%DATADIR%%/borders/SoftRectangle.tif +%%DATADIR%%/borders/Vignette.tif +%%DATADIR%%/borders/GentleRipple.tif +%%DATADIR%%/borders/HeartsPortrait.tif +%%DATADIR%%/borders/Sponged.tif +%%DATADIR%%/shortcuts/profiling/A4Profiling.preset +%%DATADIR%%/shortcuts/profiling/LetterProfiling.preset +%%DATADIR%%/shortcuts/size/A4-10x8-1up.preset +%%DATADIR%%/shortcuts/size/Letter-8x6-1up.preset +%%DATADIR%%/shortcuts/size/A4-7x5-2up.preset +%%DATADIR%%/shortcuts/size/Letter-10x8-1up.preset +%%DATADIR%%/shortcuts/size/A4-8x6-1up.preset +%%DATADIR%%/shortcuts/size/Letter-7x5-2up.preset +@dirrm %%DATADIR%%/shortcuts/profiling +@dirrm %%DATADIR%%/shortcuts/size +@dirrm %%DATADIR%%/shortcuts +@dirrm %%DATADIR%%/borders +@dirrm %%DATADIR%% +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302261510.r1QFAUn7054227>