From 880a53499feca1ebc7677e1bfe659790afafb236 Mon Sep 17 00:00:00 2001 From: drochner Date: Sun, 15 May 2005 16:33:25 +0000 Subject: import gimp-color-manager-0.1.1, a plugin to apply ICC profiles --- graphics/gimp-color-manager/DESCR | 3 +++ graphics/gimp-color-manager/Makefile | 19 +++++++++++++++++++ graphics/gimp-color-manager/PLIST | 2 ++ graphics/gimp-color-manager/distinfo | 6 ++++++ graphics/gimp-color-manager/patches/patch-aa | 13 +++++++++++++ 5 files changed, 43 insertions(+) create mode 100644 graphics/gimp-color-manager/DESCR create mode 100644 graphics/gimp-color-manager/Makefile create mode 100644 graphics/gimp-color-manager/PLIST create mode 100644 graphics/gimp-color-manager/distinfo create mode 100644 graphics/gimp-color-manager/patches/patch-aa (limited to 'graphics') 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 \ -- cgit v1.2.3