pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gimp-ufraw import ufraw-0.3, a GIMP import pl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a2c080a775bb
branches:  trunk
changeset: 488523:a2c080a775bb
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Feb 02 21:22:10 2005 +0000

description:
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:

 graphics/gimp-ufraw/DESCR    |   5 +++++
 graphics/gimp-ufraw/Makefile |  24 ++++++++++++++++++++++++
 graphics/gimp-ufraw/PLIST    |   2 ++
 graphics/gimp-ufraw/distinfo |   4 ++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 2b0423077c90 -r a2c080a775bb graphics/gimp-ufraw/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-ufraw/DESCR Wed Feb 02 21:22:10 2005 +0000
@@ -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 -r 2b0423077c90 -r a2c080a775bb graphics/gimp-ufraw/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-ufraw/Makefile      Wed Feb 02 21:22:10 2005 +0000
@@ -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@localhost
+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 -r 2b0423077c90 -r a2c080a775bb graphics/gimp-ufraw/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-ufraw/PLIST Wed Feb 02 21:22:10 2005 +0000
@@ -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 -r 2b0423077c90 -r a2c080a775bb graphics/gimp-ufraw/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-ufraw/distinfo      Wed Feb 02 21:22:10 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index