Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -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.

View File

@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.15 2012/10/06 14:11:19 asau Exp $
#
DISTNAME= refocus-it-2.0.0
PKGREVISION= 4
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=refocus-it/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://refocus-it.sourceforge.net/
COMMENT= Refocus images
GNU_CONFIGURE= yes
#just build the command line tool
CONFIGURE_ARGS+= --without-gimp
USE_PKGLOCALEDIR= yes
USE_TOOLS+= intltool msgfmt
BROKEN_GETTEXT_DETECTION= yes
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.3 2006/04/17 07:07:22 jlam Exp $
bin/refocus-it
share/locale/cs/LC_MESSAGES/refocus-it.mo

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.2 2005/02/24 08:45:13 agc Exp $
SHA1 (refocus-it-2.0.0.tar.gz) = 746adb97da84cde10d9f8cd1925652164306dd95
RMD160 (refocus-it-2.0.0.tar.gz) = 33f455c5d598001c1dfde269ea972dd8e2378ead
Size (refocus-it-2.0.0.tar.gz) = 249425 bytes
SHA1 (patch-aa) = 60e48f3f2d1b0886ed79ff140cbc268768470c1a

View File

@@ -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"