diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-10-08 02:26:40 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-10-08 02:26:40 +0800 |
commit | e81f103d472a3c475132ff88652c62aa083f45cf (patch) | |
tree | 3a732f21c34be4670a0a91cde10e800b96fea742 /graphics | |
parent | 7e0faa0168f69de65c1c6b3f4a1da402bf063adb (diff) | |
download | freebsd-ports-gnome-e81f103d472a3c475132ff88652c62aa083f45cf.tar.gz freebsd-ports-gnome-e81f103d472a3c475132ff88652c62aa083f45cf.tar.zst freebsd-ports-gnome-e81f103d472a3c475132ff88652c62aa083f45cf.zip |
PhotoClip is a simple image viewer and editor mostly designed
for digital camera pictures. The plan is to make a program with
elegant and intuitive interface which at the same time will be
powerful enough o be useful.
PR: 104066
Submitted by: Gürkan Sengün
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/photoclip/Makefile | 27 | ||||
-rw-r--r-- | graphics/photoclip/distinfo | 3 | ||||
-rw-r--r-- | graphics/photoclip/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/photoclip/pkg-plist | 10 |
5 files changed, 47 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index ec240a6edf0d..1d0559b122ee 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -487,6 +487,7 @@ SUBDIR += pgperl SUBDIR += pgplot SUBDIR += pho + SUBDIR += photoclip SUBDIR += photopc SUBDIR += php-magickwand SUBDIR += php4-exif diff --git a/graphics/photoclip/Makefile b/graphics/photoclip/Makefile new file mode 100644 index 000000000000..98ae5038562d --- /dev/null +++ b/graphics/photoclip/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: photoclip +# Date created: 6 Oct 2006 +# Whom: gurkan@linuks.mine.nu +# +# $FreeBSD$ +# + +PORTNAME= photoclip +PORTVERSION= 0.2.5 +CATEGORIES= graphics +MASTER_SITES= http://www.vaisburd.net/PhotoClip/ \ + http://florida.ethz.ch/ports/distfiles/ +DISTNAME= PhotoClip-${PORTVERSION} + +MAINTAINER= gurkan@linuks.mine.nu +COMMENT= Simple image viewer and editor for GNUstep + +WRKSRC= ${WRKDIR}/PhotoClip +USE_GMAKE= yes +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes +MAKEFILE= GNUmakefile + +.include <bsd.port.mk> diff --git a/graphics/photoclip/distinfo b/graphics/photoclip/distinfo new file mode 100644 index 000000000000..8156f1983f6d --- /dev/null +++ b/graphics/photoclip/distinfo @@ -0,0 +1,3 @@ +MD5 (PhotoClip-0.2.5.tar.gz) = 61fdccabc3cfe41855ffd7ba272eb2b4 +SHA256 (PhotoClip-0.2.5.tar.gz) = 2ca3825d67513f85e2a8fecdf4bb3a902317a3e5042585716dad46d0f8e58a6f +SIZE (PhotoClip-0.2.5.tar.gz) = 50741 diff --git a/graphics/photoclip/pkg-descr b/graphics/photoclip/pkg-descr new file mode 100644 index 000000000000..15f9c6b1665b --- /dev/null +++ b/graphics/photoclip/pkg-descr @@ -0,0 +1,6 @@ +PhotoClip is a simple image viewer and editor mostly designed +for digital camera pictures. The plan is to make a program with +elegant and intuitive interface which at the same time will be +powerful enough o be useful. + +WWW: http://www.vaisburd.net/PhotoClip/ diff --git a/graphics/photoclip/pkg-plist b/graphics/photoclip/pkg-plist new file mode 100644 index 000000000000..973833c3eb4a --- /dev/null +++ b/graphics/photoclip/pkg-plist @@ -0,0 +1,10 @@ +Local/Applications/PhotoClip.app/PhotoClip +Local/Applications/PhotoClip.app/Resources/Info-gnustep.plist +Local/Applications/PhotoClip.app/Resources/PhotoClip.tiff +Local/Applications/PhotoClip.app/Resources/PhotoClip.desktop +Local/Applications/PhotoClip.app/Resources/KeyBindings.dict +Local/Applications/PhotoClip.app/Resources/sample.jpg +Local/Applications/PhotoClip.app/library_paths.openapp +Local/Applications/PhotoClip.app/stamp.make +@dirrm Local/Applications/PhotoClip.app/Resources +@dirrm Local/Applications/PhotoClip.app |