1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

New port jagged-border: GIMP script to create a jagged border around an image

Approved by:	eadler (mentor)
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2014-04-10 23:07:40 +00:00
parent d271d76670
commit 16919ac648
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350864
4 changed files with 56 additions and 0 deletions

View File

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

View File

@ -0,0 +1,40 @@
# Created by: Mario Sergio Fujikawa Ferreira <lioux@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@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>

View File

@ -0,0 +1,2 @@
SHA256 (script-fu-jagged-border.scm) = 600006eea19d4c7ef62de402732c876152f009bfab221d8092004d19bd8f8d84
SIZE (script-fu-jagged-border.scm) = 9125

View File

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