diff options
author | bland <bland@FreeBSD.org> | 2003-11-17 10:55:38 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2003-11-17 10:55:38 +0800 |
commit | 96221661fa13708e3bd0a2f902881131e98df7d7 (patch) | |
tree | 7828d3c6a91007619ae3724c3d7f61b098ff35e6 /print | |
parent | 089aab2be10d7fd0b4a1914b258ff072669e956b (diff) | |
download | freebsd-ports-gnome-96221661fa13708e3bd0a2f902881131e98df7d7.tar.gz freebsd-ports-gnome-96221661fa13708e3bd0a2f902881131e98df7d7.tar.zst freebsd-ports-gnome-96221661fa13708e3bd0a2f902881131e98df7d7.zip |
Add gnomephotoprinter 0.6, Gnome Photo Printer is intended for
printing photos in an easy way.
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/gnomephotoprinter/Makefile | 24 | ||||
-rw-r--r-- | print/gnomephotoprinter/distinfo | 1 | ||||
-rw-r--r-- | print/gnomephotoprinter/pkg-descr | 6 | ||||
-rw-r--r-- | print/gnomephotoprinter/pkg-plist | 5 |
5 files changed, 37 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 33a143ff5348..79d3c8d0ebd7 100644 --- a/print/Makefile +++ b/print/Makefile @@ -71,6 +71,7 @@ SUBDIR += ghostview SUBDIR += gimp-print SUBDIR += gnome-cups-manager + SUBDIR += gnomephotoprinter SUBDIR += gnomeprint SUBDIR += gsfonts SUBDIR += gtklp diff --git a/print/gnomephotoprinter/Makefile b/print/gnomephotoprinter/Makefile new file mode 100644 index 000000000000..e239aafe1cbd --- /dev/null +++ b/print/gnomephotoprinter/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: gnomephotoprinter +# Date created: 27 Oct 2003 +# Whom: Alexander Nedotsukov <bland@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gnomephotoprinter +PORTVERSION= 0.6 +CATEGORIES= print gnome +MASTER_SITES= http://www.fogman.de/gpp/ +DISTNAME= gpp-${PORTVERSION} +EXTRACT_SUFX= .tgz +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Gnome Photo Printer is intended for printing photos in an easy way + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= gnomehack gnomehier gnomeprefix libgnomeui libglade2 libgnomeprintui gnomevfs2 +USE_LIBTOOL= yes + +.include <bsd.port.mk> diff --git a/print/gnomephotoprinter/distinfo b/print/gnomephotoprinter/distinfo new file mode 100644 index 000000000000..2d993ee9725e --- /dev/null +++ b/print/gnomephotoprinter/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/gpp-0.6.tgz) = 7ab474b9a64f72d49e668117e9262ba6 diff --git a/print/gnomephotoprinter/pkg-descr b/print/gnomephotoprinter/pkg-descr new file mode 100644 index 000000000000..d42a58d7af99 --- /dev/null +++ b/print/gnomephotoprinter/pkg-descr @@ -0,0 +1,6 @@ +Gnome Photo Printer is intended for printing photos in an easy way. +Just drag your Photos from Nautilus to the Gnome Photo Printer window +and drop it. Make some selections like Photo or Paper size, hit +Preview or Print, and see your pictures printed. + +WWW: http://www.fogman.de/gpp/ diff --git a/print/gnomephotoprinter/pkg-plist b/print/gnomephotoprinter/pkg-plist new file mode 100644 index 000000000000..4cf742dce08c --- /dev/null +++ b/print/gnomephotoprinter/pkg-plist @@ -0,0 +1,5 @@ +bin/gnome-photo-printer +share/gnome/gnome-photo-printer/gpp.glade +share/gnome/gnome-photo-printer/scale_with_ratio.jpg +share/gnome/gnome-photo-printer/scale_without_ratio.jpg +@dirrm share/gnome/gnome-photo-printer |