summaryrefslogtreecommitdiff
path: root/graphics/gimp-color-manager
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2005-05-15 16:33:25 +0000
committerdrochner <drochner@pkgsrc.org>2005-05-15 16:33:25 +0000
commitc53e99ee903bfb7547dc677521e3c444dc8806c6 (patch)
tree1dc480ee7c6cff003dddb78d8de081e32f38029e /graphics/gimp-color-manager
parent9ee2079452a00d9447a829554aca4ac3fe8ada61 (diff)
downloadpkgsrc-c53e99ee903bfb7547dc677521e3c444dc8806c6.tar.gz
import gimp-color-manager-0.1.1, a plugin to apply ICC profiles
Diffstat (limited to 'graphics/gimp-color-manager')
-rw-r--r--graphics/gimp-color-manager/DESCR3
-rw-r--r--graphics/gimp-color-manager/Makefile19
-rw-r--r--graphics/gimp-color-manager/PLIST2
-rw-r--r--graphics/gimp-color-manager/distinfo6
-rw-r--r--graphics/gimp-color-manager/patches/patch-aa13
5 files changed, 43 insertions, 0 deletions
diff --git a/graphics/gimp-color-manager/DESCR b/graphics/gimp-color-manager/DESCR
new file mode 100644
index 00000000000..de65309ab46
--- /dev/null
+++ b/graphics/gimp-color-manager/DESCR
@@ -0,0 +1,3 @@
+This is a Gimp plugin that can apply ICC profiles to an image. This can e.g.
+be an input profile to remove the color problems introduced by a scanner or
+an output profile to prepare an image for color corrected printing.
diff --git a/graphics/gimp-color-manager/Makefile b/graphics/gimp-color-manager/Makefile
new file mode 100644
index 00000000000..403cf668076
--- /dev/null
+++ b/graphics/gimp-color-manager/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/05/15 16:33:25 drochner Exp $
+#
+
+DISTNAME= gimp-color-manager-0.1.0
+CATEGORIES= graphics
+MASTER_SITES= ftp://www.virtual-sub.org/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.khk.net/color/color_manager.html
+COMMENT= Gimp Color Manager plugin
+
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+
+MAKE_ENV+= mkinstalldirs=${INSTALL_DATA_DIR:Q}
+
+.include "../../graphics/gimp/buildlink3.mk"
+.include "../../graphics/lcms/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/gimp-color-manager/PLIST b/graphics/gimp-color-manager/PLIST
new file mode 100644
index 00000000000..e526ad693dc
--- /dev/null
+++ b/graphics/gimp-color-manager/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/15 16:33:25 drochner Exp $
+lib/gimp/2.0/plug-ins/gimp-color-manager
diff --git a/graphics/gimp-color-manager/distinfo b/graphics/gimp-color-manager/distinfo
new file mode 100644
index 00000000000..995139cf5cf
--- /dev/null
+++ b/graphics/gimp-color-manager/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/05/15 16:33:25 drochner Exp $
+
+SHA1 (gimp-color-manager-0.1.0.tar.gz) = fd269dea52d534ba2d8db32764a43d18135dccf3
+RMD160 (gimp-color-manager-0.1.0.tar.gz) = f5c0a04bea3a54e0aef584d19f2f87adb3690183
+Size (gimp-color-manager-0.1.0.tar.gz) = 244006 bytes
+SHA1 (patch-aa) = ac4d55318ab2010909c7b7d954b89548ea31a7f8
diff --git a/graphics/gimp-color-manager/patches/patch-aa b/graphics/gimp-color-manager/patches/patch-aa
new file mode 100644
index 00000000000..37034340d55
--- /dev/null
+++ b/graphics/gimp-color-manager/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/05/15 16:33:25 drochner Exp $
+
+--- Makefile.in.orig 2005-04-01 16:52:47.000000000 +0200
++++ Makefile.in
+@@ -183,7 +183,7 @@ sbindir = @sbindir@
+ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-SUBDIRS = po src help
++SUBDIRS = po src #help
+ EXTRA_DIST = \
+ BUGS \
+ HACKING \