From owner-svn-ports-head@FreeBSD.ORG Tue Feb 26 15:10:31 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6E0A91CA; Tue, 26 Feb 2013 15:10:31 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4750C973; Tue, 26 Feb 2013 15:10:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1QFAV6f054232; Tue, 26 Feb 2013 15:10:31 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1QFAUn7054227; Tue, 26 Feb 2013 15:10:30 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201302261510.r1QFAUn7054227@svn.freebsd.org> From: Boris Samorodov Date: Tue, 26 Feb 2013 15:10:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312982 - in head/print: . photoprint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 15:10:31 -0000 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 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