svn commit: r350864 - in head/graphics: . gimp-jagged-border-script
Mario Sergio Fujikawa Ferreira
lioux at FreeBSD.org
Thu Apr 10 23:07:41 UTC 2014
Author: lioux
Date: Thu Apr 10 23:07:40 2014
New Revision: 350864
URL: http://svnweb.freebsd.org/changeset/ports/350864
QAT: https://qat.redports.org/buildarchive/r350864/
Log:
New port jagged-border: GIMP script to create a jagged border around an image
Approved by: eadler (mentor)
Added:
head/graphics/gimp-jagged-border-script/
head/graphics/gimp-jagged-border-script/Makefile (contents, props changed)
head/graphics/gimp-jagged-border-script/distinfo (contents, props changed)
head/graphics/gimp-jagged-border-script/pkg-descr (contents, props changed)
Modified:
head/graphics/Makefile
Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile Thu Apr 10 22:10:10 2014 (r350863)
+++ head/graphics/Makefile Thu Apr 10 23:07:40 2014 (r350864)
@@ -270,6 +270,7 @@
SUBDIR += gimp-gap
SUBDIR += gimp-gmic-plugin
SUBDIR += gimp-help
+ SUBDIR += gimp-jagged-border-script
SUBDIR += gimp-lensfun-plugin
SUBDIR += gimp-lqr-plugin
SUBDIR += gimp-manual-html
Added: head/graphics/gimp-jagged-border-script/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/gimp-jagged-border-script/Makefile Thu Apr 10 23:07:40 2014 (r350864)
@@ -0,0 +1,40 @@
+# Created by: Mario Sergio Fujikawa Ferreira <lioux at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= jagged-border
+PORTVERSION= 0.2009.11.12
+CATEGORIES= graphics
+MASTER_SITES= http://registry.gimp.org/files/
+PKGNAMEPREFIX= gimp-
+PKGNAMESUFFIX= -scripts
+DISTNAME= script-fu-jagged-border.scm
+EXTRACT_SUFX=
+EXTRACT_ONLY=
+
+MAINTAINER= lioux at FreeBSD.org
+COMMENT= GIMP script to create a jagged border around an image
+
+LICENSE= GPLv3
+
+RUN_DEPENDS= ${LOCALBASE}/bin/gimp:${PORTSDIR}/graphics/gimp-app
+
+USES= dos2unix
+NO_BUILD= yes
+NO_WRKSUBDIR= yes
+
+GIMP_SCRIPTS_DIR?= share/gimp/scripts
+
+PLIST_FILES= ${GIMP_SCRIPTS_DIR}/${DISTNAME}
+
+# installed dirs
+PLIST_DIRSTRY= ${GIMP_SCRIPTS_DIR} \
+ share/gimp
+
+post-extract:
+ @${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
+
+do-install:
+ @${MKDIR} ${STAGEDIR}${PREFIX}/${GIMP_SCRIPTS_DIR}
+ ${INSTALL_DATA} ${WRKDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/${GIMP_SCRIPTS_DIR}/
+
+.include <bsd.port.mk>
Added: head/graphics/gimp-jagged-border-script/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/gimp-jagged-border-script/distinfo Thu Apr 10 23:07:40 2014 (r350864)
@@ -0,0 +1,2 @@
+SHA256 (script-fu-jagged-border.scm) = 600006eea19d4c7ef62de402732c876152f009bfab221d8092004d19bd8f8d84
+SIZE (script-fu-jagged-border.scm) = 9125
Added: head/graphics/gimp-jagged-border-script/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/gimp-jagged-border-script/pkg-descr Thu Apr 10 23:07:40 2014 (r350864)
@@ -0,0 +1,13 @@
+[ edited excerpt from www site ]
+
+GIMP plugin that creates a white (or black) border around an image
+that merges in with the image so that on a larger white (or black)
+background, the image appears to have a ragged border.
+
+This is similar to the GIMP's Fuzzy Border, but it adapts its
+jaggedness to the image. (Also unlike Fuzzy Border, it is deterministic,
+it does not depend on random number seeds.)
+
+The plugin can be found under "Filters > theilr > jagged Border"
+
+WWW: http://registry.gimp.org/node/20292
More information about the svn-ports-all
mailing list