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,9 @@
Sharpening images with traditional methods increases the amount of
noise in the image. This script implements a method to sharpen images
described by Joern Loviscach in the german computer magazine c't,
22/1999.
Basically it "squeezes" unsharp edges. This method is a simplified
Version of an algorithm by Nur Arad and Craig Gotsman: "Enhancement by
Image-Dependent Warping", IEEE Transactions on Image Processing, 1999,
Vol. 8, No. 8, S. 1063.

View File

@@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.9 2012/10/06 14:10:54 asau Exp $
DISTNAME= warp-sharp
PKGNAME= gimp-${DISTNAME}-1.4
PKGREVISION= 3
CATEGORIES= graphics
MASTER_SITES= http://www.home.unix-ag.org/simon/gimp/
EXTRACT_SUFX= .scm
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://www.home.unix-ag.org/simon/gimp/warp-sharp.html
COMMENT= Image sharpening script for GIMP
DEPENDS+= gimp>=2.0:../../graphics/gimp
WRKSRC= ${WRKDIR}
NO_CONFIGURE= yes
NO_BUILD= yes
DIST_SUBDIR= ${PKGNAME_NOREV}
INSTALLATION_DIRS= share/gimp/2.0/scripts
do-install:
${INSTALL_DATA} ${WRKSRC}/${DISTNAME}${EXTRACT_SUFX} \
${DESTDIR}${PREFIX}/share/gimp/2.0/scripts
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/07 15:06:08 minskim Exp $
share/gimp/2.0/scripts/warp-sharp.scm

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.2 2005/02/24 08:45:06 agc Exp $
SHA1 (gimp-warp-sharp-1.4/warp-sharp.scm) = 5f53121fe82f4874c48dbc37a3bcb4aaf1630100
RMD160 (gimp-warp-sharp-1.4/warp-sharp.scm) = b29378e61a77ca91e03d5203f85a6a112a9f761a
Size (gimp-warp-sharp-1.4/warp-sharp.scm) = 3875 bytes
SHA1 (patch-aa) = 94d62a9e72e9bc700345744dcf7dd7e8b1599ab1

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.1.1.1 2004/11/07 15:06:08 minskim Exp $
--- warp-sharp.scm.orig 2004-11-07 08:49:09.000000000 -0600
+++ warp-sharp.scm
@@ -77,7 +77,7 @@
(script-fu-register
"script-fu-warp-sharp"
- "<Image>/Script-Fu/Alchemy/Warp Sharp"
+ "<Image>/Script-Fu/Alchemy/Warp Sharp..."
"Sharpen the current drawable by squeezing unsharp edges. Algorithm described by Joern Loviscach in c't 22/1999, p 236."
"Simon Budig <simon@gimp.org>"
"Simon Budig"