Index: Makefile =================================================================== RCS file: /home/pcvs/ports/graphics/gimp-ufraw/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 7 Mar 2006 17:16:31 -0000 1.9 +++ Makefile 2 Jun 2006 07:53:35 -0000 @@ -1,15 +1,15 @@ -# 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 gimp plugin +# Date created: Sun 10 Apr 2005 14:44:15 BST +# Whom: markm@FreeBSD.org # # $FreeBSD: ports/graphics/gimp-ufraw/Makefile,v 1.9 2006/03/07 17:16:31 kris Exp $ -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} +PKGNAMEPREFIX= gimp- MAINTAINER= markm@FreeBSD.org COMMENT= GIMP plug-in for raw digital camera image importing @@ -17,6 +17,7 @@ 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 @@ 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 .if ${OSVERSION} < 504105 -BROKEN= "Needs memmem(3)" +BROKEN= Needs memmem(3) .endif .include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/graphics/gimp-ufraw/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 27 Nov 2005 09:53:32 -0000 1.3 +++ distinfo 2 Jun 2006 07:53:35 -0000 @@ -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 Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/graphics/gimp-ufraw/pkg-descr,v retrieving revision 1.2 diff -u -r1.2 pkg-descr --- pkg-descr 21 May 2005 20:39:05 -0000 1.2 +++ pkg-descr 2 Jun 2006 07:53:35 -0000 @@ -1,6 +1,5 @@ UFRaw - Unidentified Flying Raw -Raw photo loader plugin for The GIMP -by udi Fuchs, +Raw photo loader plugin for The GIMP by udi Fuchs. 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. @@ -14,4 +13,4 @@ UFRaw is licensed under the GNU General Public License. -WWW: http://ufraw.sourceforge.net +WWW: http://ufraw.sourceforge.net/