diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-08 01:22:09 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-08 01:22:09 +0800 |
commit | 53754b4167b49cf97bf48889c46466795777b85f (patch) | |
tree | 018a128e44660d010e703749670003a36878d367 | |
parent | be34d8bc3811ea1246b034a12914ab06303546a4 (diff) | |
download | freebsd-ports-gnome-53754b4167b49cf97bf48889c46466795777b85f.tar.gz freebsd-ports-gnome-53754b4167b49cf97bf48889c46466795777b85f.tar.zst freebsd-ports-gnome-53754b4167b49cf97bf48889c46466795777b85f.zip |
New port graphics/pho (version 0.9.1)
This is a new port of pho. Pho is a lightweight program for
viewing large numbers of images quickly, rotating or deleting
some, and making notes about what to do with each image --
for instance, for going through hundreds of images after
uploading them from a digital camera.
It is similar to xv but with some additional functionality
and without some of its annoyances.
PR: ports/50794
Submitted by: Roland Jesse <roland.jesse@gmx.net>
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/pho/Makefile | 26 | ||||
-rw-r--r-- | graphics/pho/distinfo | 1 | ||||
-rw-r--r-- | graphics/pho/files/patch-Makefile | 11 | ||||
-rw-r--r-- | graphics/pho/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/pho/pkg-plist | 1 |
6 files changed, 46 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 9386f3b387b0..6ec0e1015cdf 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -272,6 +272,7 @@ SUBDIR += peps SUBDIR += pgperl SUBDIR += pgplot + SUBDIR += pho SUBDIR += photopc SUBDIR += phplot SUBDIR += picturebook diff --git a/graphics/pho/Makefile b/graphics/pho/Makefile new file mode 100644 index 000000000000..156e9a163a7e --- /dev/null +++ b/graphics/pho/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: pho +# Date created: 10 April 2003 +# Whom: Roland Jesse <roland.jesse@gmx.net> +# +# $FreeBSD$ +# + +PORTNAME= pho +PORTVERSION= 0.9.1 +CATEGORIES= graphics +MASTER_SITES= http://shallowsky.com/software/pho/ + +MAINTAINER= roland.jesse@gmx.net +COMMENT= A lightweight image viewer + +USE_GMAKE= yes +USE_GNOME= gdkpixbuf gtk12 +USE_REINPLACE= yes + +MAN1= pho.1 + +do-configure: + @(cd ${WRKSRC} && ${REINPLACE_CMD} -e 's|make|gmake|g' Makefile) + @(cd ${WRKSRC} && ${REINPLACE_CMD} -e 's|install -D|install|g' Makefile) + +.include <bsd.port.mk> diff --git a/graphics/pho/distinfo b/graphics/pho/distinfo new file mode 100644 index 000000000000..763996ae825e --- /dev/null +++ b/graphics/pho/distinfo @@ -0,0 +1 @@ +MD5 (pho-0.9.1.tar.gz) = 8fab6d3eb1ff1c959f702d52e2aa7cdb diff --git a/graphics/pho/files/patch-Makefile b/graphics/pho/files/patch-Makefile new file mode 100644 index 000000000000..265532e1fb7d --- /dev/null +++ b/graphics/pho/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Tue Oct 7 10:19:24 2003 ++++ Makefile Tue Oct 7 10:19:39 2003 +@@ -14,7 +14,7 @@ + + INSTALL = /usr/bin/install -D + +-INSTALLPREFIX = ${DESTDIR}/usr/local ++INSTALLPREFIX = ${DESTDIR}${PREFIX} + + TARFILE = pho-$(VERSION).tar.gz + diff --git a/graphics/pho/pkg-descr b/graphics/pho/pkg-descr new file mode 100644 index 000000000000..8c65160fe3da --- /dev/null +++ b/graphics/pho/pkg-descr @@ -0,0 +1,6 @@ +Pho is a lightweight utility for viewing, rotating, or deleting large +numbers of images quickly, and making notes about what to do with each +of them. It is particularly useful for processing hundreds of images +after uploading them from a digital camera. + +WWW: http://shallowsky.com/software/pho/ diff --git a/graphics/pho/pkg-plist b/graphics/pho/pkg-plist new file mode 100644 index 000000000000..1a4ac8f277cb --- /dev/null +++ b/graphics/pho/pkg-plist @@ -0,0 +1 @@ +bin/pho |