1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

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
This commit is contained in:
Boris Samorodov 2013-02-26 15:10:29 +00:00
parent 09e55c96c0
commit d5296efa63
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312982
5 changed files with 82 additions and 0 deletions

View File

@ -229,6 +229,7 @@
SUBDIR += pecl-pdflib
SUBDIR += pecl-ps
SUBDIR += pfbtopfa
SUBDIR += photoprint
SUBDIR += phppdflib
SUBDIR += pic2fig
SUBDIR += pkfonts118

39
print/photoprint/Makefile Normal file
View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (photoprint-0.4.2-pre2.tar.gz) = d7fdaac4928083c499164ca676fe08eac5d9f4c8763309af03b6a2a3c53dab7d
SIZE (photoprint-0.4.2-pre2.tar.gz) = 2002424

View File

@ -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

View File

@ -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