summaryrefslogtreecommitdiff
path: root/graphics/fotofix
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-08-07 10:16:22 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-08-07 10:16:22 +0000
commit29886f35f08a3d7173eb3ef2bdef93782e15e2be (patch)
treea0ebc67fa1746c9c090098a995dd63a0603f4ab0 /graphics/fotofix
parentForced commit to note the port was repocopied to editors/tamago-emacs21 (diff)
Add port graphics/fotofix:
FotoFix is a simple image viewer with simple capabilities to take care of freshly downloaded photos from your camera - can walk image lists, rotate images, and remove red eyes (if lucky). It was inspired by IrfanView for Windows, a great but unfortunately non-portable and closed-source product. WWW: http://www.prima.eu.org/fotofix/ Author: Dmitry Karasik <dmitry@karasik.eu.org>
Notes
Notes: svn path=/head/; revision=197277
Diffstat (limited to 'graphics/fotofix')
-rw-r--r--graphics/fotofix/Makefile28
-rw-r--r--graphics/fotofix/distinfo3
-rw-r--r--graphics/fotofix/pkg-descr8
3 files changed, 39 insertions, 0 deletions
diff --git a/graphics/fotofix/Makefile b/graphics/fotofix/Makefile
new file mode 100644
index 000000000000..bd2f348822aa
--- /dev/null
+++ b/graphics/fotofix/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: fotofix
+# Date created: 7 August 2007
+# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= fotofix
+PORTVERSION= 0.01.1.37
+CATEGORIES= graphics
+MASTER_SITES= CENKES
+#http://prima.eu.org/cgi-bin/cvsweb.cgi/apps/fotofix/fotofix
+
+MAINTAINER= infofarmer@FreeBSD.org
+COMMENT= Simple image viewer
+
+RUN_DEPENDS= p5-Prima>=1.21:${PORTSDIR}/x11-toolkits/p5-Prima \
+ IPA>=1.03:${PORTSDIR}/graphics/IPA
+
+USE_BZIP2= yes
+USE_PERL5_RUN= yes
+NO_BUILD= yes
+PLIST_FILES= bin/${PORTNAME}
+
+do-install:
+ @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
+
+.include <bsd.port.mk>
diff --git a/graphics/fotofix/distinfo b/graphics/fotofix/distinfo
new file mode 100644
index 000000000000..9c81c149653b
--- /dev/null
+++ b/graphics/fotofix/distinfo
@@ -0,0 +1,3 @@
+MD5 (fotofix-0.01.1.37.tar.bz2) = 91c01f1dd79f0fabde4f80bd5b484563
+SHA256 (fotofix-0.01.1.37.tar.bz2) = 450a3033aaa0dd66bfaa09e5a51eda5bee7c885dfcee18a52097d80baa202489
+SIZE (fotofix-0.01.1.37.tar.bz2) = 15447
diff --git a/graphics/fotofix/pkg-descr b/graphics/fotofix/pkg-descr
new file mode 100644
index 000000000000..eb1db35cc3c1
--- /dev/null
+++ b/graphics/fotofix/pkg-descr
@@ -0,0 +1,8 @@
+FotoFix is a simple image viewer with simple capabilities to take care
+of freshly downloaded photos from your camera - can walk image lists,
+rotate images, and remove red eyes (if lucky). It was inspired by
+IrfanView for Windows, a great but unfortunately non-portable and
+closed-source product.
+
+WWW: http://www.prima.eu.org/fotofix/
+Author: Dmitry Karasik <dmitry@karasik.eu.org>