summaryrefslogtreecommitdiff
path: root/graphics/gimp-jagged-border-script
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gimp-jagged-border-script')
-rw-r--r--graphics/gimp-jagged-border-script/Makefile42
-rw-r--r--graphics/gimp-jagged-border-script/distinfo2
-rw-r--r--graphics/gimp-jagged-border-script/pkg-descr13
3 files changed, 0 insertions, 57 deletions
diff --git a/graphics/gimp-jagged-border-script/Makefile b/graphics/gimp-jagged-border-script/Makefile
deleted file mode 100644
index dc06a7a58cd7..000000000000
--- a/graphics/gimp-jagged-border-script/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= jagged-border
-PORTVERSION= 0.2009.11.12
-PORTREVISION= 2
-CATEGORIES= graphics
-MASTER_SITES= http://registry.gimp.org/files/
-PKGNAMEPREFIX= gimp-
-PKGNAMESUFFIX= -scripts
-DISTNAME= script-fu-jagged-border.scm
-EXTRACT_SUFX= # empty
-EXTRACT_ONLY= # empty
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GIMP script to create a jagged border around an image
-
-LICENSE= GPLv3
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-RUN_DEPENDS= ${LOCALBASE}/bin/gimp:graphics/gimp-app
-
-USES= dos2unix
-NO_BUILD= yes
-NO_ARCH= yes
-NO_WRKSUBDIR= yes
-
-GIMP_SCRIPTS_DIR?= share/gimp/scripts
-
-PLIST_FILES= ${GIMP_SCRIPTS_DIR}/${DISTNAME}
-
-post-extract:
- @${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
-
-do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/${GIMP_SCRIPTS_DIR}
- ${INSTALL_DATA} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/${GIMP_SCRIPTS_DIR}/
-
-.include <bsd.port.mk>
diff --git a/graphics/gimp-jagged-border-script/distinfo b/graphics/gimp-jagged-border-script/distinfo
deleted file mode 100644
index ebbe5d6266b9..000000000000
--- a/graphics/gimp-jagged-border-script/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (script-fu-jagged-border.scm) = 600006eea19d4c7ef62de402732c876152f009bfab221d8092004d19bd8f8d84
-SIZE (script-fu-jagged-border.scm) = 9125
diff --git a/graphics/gimp-jagged-border-script/pkg-descr b/graphics/gimp-jagged-border-script/pkg-descr
deleted file mode 100644
index fff52956ec87..000000000000
--- a/graphics/gimp-jagged-border-script/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-[ 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