pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/refocus-it commandline version of the GIMP pl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba900ded9e21
branches:  trunk
changeset: 487525:ba900ded9e21
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Sun Jan 16 11:52:43 2005 +0000

description:
commandline version of the GIMP plugin

diffstat:

 graphics/refocus-it/DESCR            |   4 ++++
 graphics/refocus-it/Makefile         |  18 ++++++++++++++++++
 graphics/refocus-it/PLIST            |   2 ++
 graphics/refocus-it/distinfo         |   5 +++++
 graphics/refocus-it/patches/patch-aa |  12 ++++++++++++
 5 files changed, 41 insertions(+), 0 deletions(-)

diffs (61 lines):

diff -r 80fa94d4c323 -r ba900ded9e21 graphics/refocus-it/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/refocus-it/DESCR Sun Jan 16 11:52:43 2005 +0000
@@ -0,0 +1,4 @@
+The Iterative refocus Gimp-2.0 plug-in can be used to sharpen images acquired
+by a defocused camera, blurred with gaussian or motion blur or any combination
+of these degradations. In cases of severe blur it produces much better
+results than plug-ins such as sharpen or unsharp mask.
diff -r 80fa94d4c323 -r ba900ded9e21 graphics/refocus-it/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/refocus-it/Makefile      Sun Jan 16 11:52:43 2005 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/16 11:52:43 drochner Exp $
+#
+
+DISTNAME=              refocus-it-2.0.0
+CATEGORIES=            graphics
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=refocus-it/}
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              http://refocus-it.sourceforge.net/
+COMMENT=               Refocus images
+
+USE_BUILDLINK3=                yes
+GNU_CONFIGURE=         yes
+#just build the command line tool
+CONFIGURE_ARGS+=       --without-gimp
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 80fa94d4c323 -r ba900ded9e21 graphics/refocus-it/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/refocus-it/PLIST Sun Jan 16 11:52:43 2005 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/16 11:52:43 drochner Exp $
+bin/refocus-it
diff -r 80fa94d4c323 -r ba900ded9e21 graphics/refocus-it/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/refocus-it/distinfo      Sun Jan 16 11:52:43 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/01/16 11:52:43 drochner Exp $
+
+SHA1 (refocus-it-2.0.0.tar.gz) = 746adb97da84cde10d9f8cd1925652164306dd95
+Size (refocus-it-2.0.0.tar.gz) = 249425 bytes
+SHA1 (patch-aa) = 60e48f3f2d1b0886ed79ff140cbc268768470c1a
diff -r 80fa94d4c323 -r ba900ded9e21 graphics/refocus-it/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/refocus-it/patches/patch-aa      Sun Jan 16 11:52:43 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/01/16 11:52:44 drochner Exp $
+
+--- cmd-line/main-cmd.c.orig   2005-01-14 23:08:31.000000000 +0100
++++ cmd-line/main-cmd.c
+@@ -24,6 +24,7 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <time.h>
++#include <locale.h>
+ #include "compiler.h"
+ #include "xmalloc.h"
+ #include "hopfield.h"



Home | Main Index | Thread Index | Old Index