From af1bcf73907f58a4ae53bc457333e2d2288689f9 Mon Sep 17 00:00:00 2001 From: ahze Date: Sun, 1 Oct 2006 01:00:25 +0000 Subject: - Chase gimp move to LOCALBASE git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7439 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/ufraw/Makefile | 49 ++++++++++++++++++++++++++++++++++++++++++++++++ graphics/ufraw/distinfo | 3 +++ graphics/ufraw/pkg-descr | 10 ++++++++++ graphics/ufraw/pkg-plist | 6 ++++++ 4 files changed, 68 insertions(+) create mode 100644 graphics/ufraw/Makefile create mode 100644 graphics/ufraw/distinfo create mode 100644 graphics/ufraw/pkg-descr create mode 100644 graphics/ufraw/pkg-plist (limited to 'graphics') diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile new file mode 100644 index 000000000..18716b7de --- /dev/null +++ b/graphics/ufraw/Makefile @@ -0,0 +1,49 @@ +# New ports collection makefile for: UFRaw +# Date created: Sun 10 Apr 2005 14:44:15 BST +# Whom: markm@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= ufraw +PORTVERSION= 0.9.1 +PORTREVISION= 1 +CATEGORIES= graphics gnome +MASTER_SITES= SF + +MAINTAINER= infofarmer@FreeBSD.org +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_XLIB= yes +USE_GMAKE= yes +USE_GNOME= glib20 gnomehack intltool intlhack gtk20 libartlgpl2 +WANT_GNOME= yes + +CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \ + CFLAGS="${CFLAGS} -I ${LOCALBASE}/include" +CONFIGURE_ARGS= --mandir=${MANPREFIX}/man + +.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) +.endif + +.include diff --git a/graphics/ufraw/distinfo b/graphics/ufraw/distinfo new file mode 100644 index 000000000..3fefa5b3c --- /dev/null +++ b/graphics/ufraw/distinfo @@ -0,0 +1,3 @@ +MD5 (ufraw-0.9.1.tar.gz) = 7388ed97a156ea6a7272513a1dc8f8d5 +SHA256 (ufraw-0.9.1.tar.gz) = 47a77529b51558f2fbf7e22ea9f6fd79123e6c0f6c9782e70ca49fc17793ffac +SIZE (ufraw-0.9.1.tar.gz) = 331171 diff --git a/graphics/ufraw/pkg-descr b/graphics/ufraw/pkg-descr new file mode 100644 index 000000000..0aa9fef4f --- /dev/null +++ b/graphics/ufraw/pkg-descr @@ -0,0 +1,10 @@ +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. + +Author: Udi Fuchs +WWW: http://ufraw.sourceforge.net/ diff --git a/graphics/ufraw/pkg-plist b/graphics/ufraw/pkg-plist new file mode 100644 index 000000000..42c0d666f --- /dev/null +++ b/graphics/ufraw/pkg-plist @@ -0,0 +1,6 @@ +bin/ufraw +bin/ufraw-batch +libexec/gimp/2.2/plug-ins/ufraw-gimp +share/applications/ufraw.desktop +share/pixmaps/ufraw.png +@dirrmtry share/applications -- cgit v1.2.3