aboutsummaryrefslogtreecommitdiff
path: root/graphics/ufraw
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-06-04 17:51:54 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-06-04 17:51:54 +0000
commit6a353cae7cadab09934169be2ef2e749dd760ed0 (patch)
treebfe99e0547fec0ed93ded6ac9edbb1bce404e727 /graphics/ufraw
parentee1d6dba74737524dfd1c4f7b31260e0f6d1a9d6 (diff)
- Move from graphics/gimp-ufraw to graphics/ufraw
- Update to 0.8.1 - Enable full exif support by default - Update COMMENT and pkg-descr PR: ports/96821 Submitted by: sat Approved by: krion (then mentor)
Notes
Notes: svn path=/head/; revision=164350
Diffstat (limited to 'graphics/ufraw')
-rw-r--r--graphics/ufraw/Makefile28
-rw-r--r--graphics/ufraw/distinfo6
-rw-r--r--graphics/ufraw/pkg-descr25
3 files changed, 31 insertions, 28 deletions
diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile
index a92050911f34..43fe2b5bfbcf 100644
--- a/graphics/ufraw/Makefile
+++ b/graphics/ufraw/Makefile
@@ -1,22 +1,23 @@
-# New ports collection makefile for: UFRaw gimp plugin
-# Date created: Sun 10 Apr 2005 14:44:15 BST
-# Whom: markm@FreeBSD.org
+# New ports collection makefile for: UFRaw
+# Date created: Sun 10 Apr 2005 14:44:15 BST
+# Whom: markm@FreeBSD.org
#
# $FreeBSD$
+#
-PORTNAME= gimp-ufraw
-PORTVERSION= 0.6
+PORTNAME= ufraw
+PORTVERSION= 0.8.1
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ufraw
-DISTNAME= ufraw-${PORTVERSION}
+MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= markm@FreeBSD.org
-COMMENT= GIMP plug-in for raw digital camera image importing
+COMMENT= Read and manipulate raw images from digital cameras
BUILD_DEPENDS= gimp:${PORTSDIR}/graphics/gimp
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff
+RUN_DEPENDS= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
@@ -27,12 +28,21 @@ WANT_GNOME= yes
CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
CFLAGS="${CFLAGS} -I ${LOCALBASE}/include"
+.ifndef WITHOUT_EXIF
+LIB_DEPENDS+= exif:${PORTSDIR}/graphics/libexif
+CONFIGURE_ARGS+= --with-libexif
+.ifndef WITHOUT_EXIV2
+LIB_DEPENDS+= exiv2:${PORTSDIR}/graphics/exiv2
+CONFIGURE_ARGS+= --with-exiv2
+.endif
+.endif
+
MAN1= ufraw.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 504105
-BROKEN= "Needs memmem(3)"
+BROKEN= Needs memmem(3)
.endif
.include <bsd.port.post.mk>
diff --git a/graphics/ufraw/distinfo b/graphics/ufraw/distinfo
index 55aee03a934c..d777fdb70d03 100644
--- a/graphics/ufraw/distinfo
+++ b/graphics/ufraw/distinfo
@@ -1,3 +1,3 @@
-MD5 (ufraw-0.6.tar.gz) = 2074676b9437738630eee72b9fc6c50c
-SHA256 (ufraw-0.6.tar.gz) = 0d9557316c999e80a164ea942e08fc458177f82897039134df250d868add9540
-SIZE (ufraw-0.6.tar.gz) = 295528
+MD5 (ufraw-0.8.1.tar.gz) = d79a377a5bd194c10a6db566c9e50d5c
+SHA256 (ufraw-0.8.1.tar.gz) = 9dc13e33ac9146877c3dd761c44db0b1d2302f5ff8fc017f9b92d0281673f2c6
+SIZE (ufraw-0.8.1.tar.gz) = 317793
diff --git a/graphics/ufraw/pkg-descr b/graphics/ufraw/pkg-descr
index 1869e8392f95..0aa9fef4fe78 100644
--- a/graphics/ufraw/pkg-descr
+++ b/graphics/ufraw/pkg-descr
@@ -1,17 +1,10 @@
-UFRaw - Unidentified Flying Raw
-Raw photo loader plugin for The GIMP
-by udi Fuchs,
+The Unidentified Flying Raw (UFRaw) is a utility to read and manipulate
+raw images from digital cameras. It can be used on its own or as a Gimp
+plug-in. It reads raw images using Dave Coffin's raw conversion utility
+- DCRaw. UFRaw supports basic color management using Little CMS,
+allowing the user to apply color profiles. For Nikon users UFRaw has the
+advantage that it can read the camera's tone curves. Even if you don't
+own a Nikon, you can still apply a Nikon curve to your images.
-UFRaw is a utility to read and manipulate raw images from digital cameras.
-It can be used by itself or as a Gimp plug-in.
-It reads raw images using Dave Coffin's raw conversion utility DCRaw.
-And it supports basic color management using Little CMS, allowing
-the user to apply color profiles.
-
-Ufraw was originally based on the gimp plug-in by Dave Coffin
-http://www.cybercom.net/~dcoffin/
-and on Pawel T. Jochym's (jochym at ifj edu pl) plug-in.
-
-UFRaw is licensed under the GNU General Public License.
-
-WWW: http://ufraw.sourceforge.net
+Author: Udi Fuchs
+WWW: http://ufraw.sourceforge.net/