summaryrefslogtreecommitdiff
path: root/graphics/gimp-wavelet-sharpen-plugin
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gimp-wavelet-sharpen-plugin')
-rw-r--r--graphics/gimp-wavelet-sharpen-plugin/Makefile61
-rw-r--r--graphics/gimp-wavelet-sharpen-plugin/distinfo2
-rw-r--r--graphics/gimp-wavelet-sharpen-plugin/pkg-descr16
-rw-r--r--graphics/gimp-wavelet-sharpen-plugin/pkg-plist6
4 files changed, 0 insertions, 85 deletions
diff --git a/graphics/gimp-wavelet-sharpen-plugin/Makefile b/graphics/gimp-wavelet-sharpen-plugin/Makefile
deleted file mode 100644
index fff55896d106..000000000000
--- a/graphics/gimp-wavelet-sharpen-plugin/Makefile
+++ /dev/null
@@ -1,61 +0,0 @@
-# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= wavelet-sharpen
-PORTVERSION= 0.1.2
-PORTREVISION= 4
-CATEGORIES= graphics
-MASTER_SITES= http://registry.gimp.org/files/
-PKGNAMEPREFIX= gimp-
-PKGNAMESUFFIX= -plugin
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GIMP plugin to sharpen by increasing contrast in high frequency space
-
-LICENSE= GPLv2+
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:graphics/gimp-app
-RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:graphics/gimp-app
-
-USES= compiler:c++11-lang gettext gmake pkgconfig
-
-PLIST_SUB= GIMP_PLUGIN_DIR=${GIMP_PLUGIN_DIR}
-GIMP_PLUGIN_DIR= libexec/gimp/2.2/plug-ins
-
-LANGUAGES= de et it pl ru
-
-OPTIONS_DEFINE= NLS OPTIMIZED_CFLAGS
-OPTIONS_DEFAULT= OPTIMIZED_CFLAGS
-OPTIONS_SUB= yes
-
-OPTIMIZED_CFLAGS_CFLAGS= -O3
-
-post-patch:
- @${REINPLACE_CMD} \
- -e 's|gimptool-2.0|${LOCALBASE}/bin/gimptool-2.0|' \
- -e '/^LIBS =/s/$$/ $$\(LDFLAGS\) -lm/' \
- ${WRKSRC}/src/Makefile
-
-post-patch-NLS-off:
- @${REINPLACE_CMD} -E \
- -e 's|(^all:.*)po |\1|' \
- ${WRKSRC}/Makefile
-
-do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/${GIMP_PLUGIN_DIR}
- ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \
- ${STAGEDIR}${PREFIX}/${GIMP_PLUGIN_DIR}
-
-do-install-NLS-on:
-.for language in ${LANGUAGES}
- @${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${language}/LC_MESSAGES/
- ${INSTALL_DATA} ${WRKSRC}/po/${language}.mo \
- ${STAGEDIR}${PREFIX}/share/locale/${language}/LC_MESSAGES/gimp20-${PORTNAME}-plug-in.mo
-.endfor
-
-.include <bsd.port.mk>
diff --git a/graphics/gimp-wavelet-sharpen-plugin/distinfo b/graphics/gimp-wavelet-sharpen-plugin/distinfo
deleted file mode 100644
index 9bc4a550ec27..000000000000
--- a/graphics/gimp-wavelet-sharpen-plugin/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (wavelet-sharpen-0.1.2.tar.gz) = 1cf7ee72bc4cdb721ecc3edf995904f508f2b2295006a5762c2f8878cc0c146f
-SIZE (wavelet-sharpen-0.1.2.tar.gz) = 18145
diff --git a/graphics/gimp-wavelet-sharpen-plugin/pkg-descr b/graphics/gimp-wavelet-sharpen-plugin/pkg-descr
deleted file mode 100644
index 95c9ca05d49c..000000000000
--- a/graphics/gimp-wavelet-sharpen-plugin/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-The wavelet decomposition of an image results in multiple images
-with different frequency content. When amplifying the high frequency
-parts the recomposed image appears to be sharper than the original
-one. That way the frequency which should be amplified most can also
-be selected and a given unsharpness in the original image can be
-taken into account.
-
-The wavelet sharpen plugin enhances apparent sharpness of an image
-by increasing contrast in high frequency space. The amount of
-unsharpness of the original image can be taken into account by
-adjusting the sharpening radius. As an option you can choose to
-sharpen the luminance (YCbCr) channel of the image only.
-
-The plugin can be found under "Filters > Enhance > Wavelet sharpen"
-
-WWW: http://registry.gimp.org/node/9836
diff --git a/graphics/gimp-wavelet-sharpen-plugin/pkg-plist b/graphics/gimp-wavelet-sharpen-plugin/pkg-plist
deleted file mode 100644
index c62e7cb3070e..000000000000
--- a/graphics/gimp-wavelet-sharpen-plugin/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-%%GIMP_PLUGIN_DIR%%/wavelet-sharpen
-%%NLS%%share/locale/de/LC_MESSAGES/gimp20-wavelet-sharpen-plug-in.mo
-%%NLS%%share/locale/et/LC_MESSAGES/gimp20-wavelet-sharpen-plug-in.mo
-%%NLS%%share/locale/it/LC_MESSAGES/gimp20-wavelet-sharpen-plug-in.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/gimp20-wavelet-sharpen-plug-in.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/gimp20-wavelet-sharpen-plug-in.mo