aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ufraw
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-06-05 01:51:54 +0800
committersat <sat@FreeBSD.org>2006-06-05 01:51:54 +0800
commit2d0806260f33265a796d50052255780f159ceb9d (patch)
tree375a9f9dc9ed1e9e0f3f13778fd75fd414a6eb4d /graphics/ufraw
parentbc8eb4ce4826f6e9f3d92f8fe3a3d1d896703e9a (diff)
downloadfreebsd-ports-gnome-2d0806260f33265a796d50052255780f159ceb9d.tar.gz
freebsd-ports-gnome-2d0806260f33265a796d50052255780f159ceb9d.tar.zst
freebsd-ports-gnome-2d0806260f33265a796d50052255780f159ceb9d.zip
- 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)
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/