diff options
author | drochner <drochner@pkgsrc.org> | 2005-02-02 21:22:10 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-02-02 21:22:10 +0000 |
commit | e39c25d515d19fc38fa88f88febf42be5b68ed21 (patch) | |
tree | bf9a0411a163e4e2fbf8cfba68bdb14ceb92dbac /graphics | |
parent | 66dd5a1eb31844148d3a924b22c35eb06e1d9f1b (diff) | |
download | pkgsrc-e39c25d515d19fc38fa88f88febf42be5b68ed21.tar.gz |
import ufraw-0.3, a GIMP import plugin for raw-format dicgicam images
(this competes with the gimp-rawphoto plugin, but not in a pkgsrc sense,
so I'll leave it to the user to sort it out)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-ufraw/DESCR | 5 | ||||
-rw-r--r-- | graphics/gimp-ufraw/Makefile | 24 | ||||
-rw-r--r-- | graphics/gimp-ufraw/PLIST | 2 | ||||
-rw-r--r-- | graphics/gimp-ufraw/distinfo | 4 |
4 files changed, 35 insertions, 0 deletions
diff --git a/graphics/gimp-ufraw/DESCR b/graphics/gimp-ufraw/DESCR new file mode 100644 index 00000000000..0993bfc8b53 --- /dev/null +++ b/graphics/gimp-ufraw/DESCR @@ -0,0 +1,5 @@ +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. diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile new file mode 100644 index 00000000000..2accf72c20d --- /dev/null +++ b/graphics/gimp-ufraw/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/02/02 21:22:10 drochner Exp $ +# + +DISTNAME= ufraw-0.3 +PKGNAME= gimp-ufraw-0.3 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufraw/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://ufraw.sourceforge.net/ +COMMENT= GIMP plug-in for raw digicam import + +USE_BUILDLINK3= yes +USE_GNU_TOOLS+= make +BUILD_TARGET= build + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ufraw-gimp \ + ${PREFIX}/lib/gimp/2.0/plug-ins + +.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../graphics/gimp/buildlink3.mk" +.include "../../graphics/lcms/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/gimp-ufraw/PLIST b/graphics/gimp-ufraw/PLIST new file mode 100644 index 00000000000..0f7b9cfe366 --- /dev/null +++ b/graphics/gimp-ufraw/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/02 21:22:10 drochner Exp $ +lib/gimp/2.0/plug-ins/ufraw-gimp diff --git a/graphics/gimp-ufraw/distinfo b/graphics/gimp-ufraw/distinfo new file mode 100644 index 00000000000..77e3860afc8 --- /dev/null +++ b/graphics/gimp-ufraw/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/02/02 21:22:10 drochner Exp $ + +SHA1 (ufraw-0.3.tar.gz) = 8edd345af655a77133999aa00be28cc5cbf2d836 +Size (ufraw-0.3.tar.gz) = 97908 bytes |