summaryrefslogtreecommitdiff
path: root/graphics/gimp-wavelet-decompose-plugin
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gimp-wavelet-decompose-plugin')
-rw-r--r--graphics/gimp-wavelet-decompose-plugin/Makefile59
-rw-r--r--graphics/gimp-wavelet-decompose-plugin/distinfo2
-rw-r--r--graphics/gimp-wavelet-decompose-plugin/files/patch-src__Makefile8
-rw-r--r--graphics/gimp-wavelet-decompose-plugin/pkg-descr12
4 files changed, 0 insertions, 81 deletions
diff --git a/graphics/gimp-wavelet-decompose-plugin/Makefile b/graphics/gimp-wavelet-decompose-plugin/Makefile
deleted file mode 100644
index 58a094e152f9..000000000000
--- a/graphics/gimp-wavelet-decompose-plugin/Makefile
+++ /dev/null
@@ -1,59 +0,0 @@
-# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= wavelet-decompose
-DISTVERSION= 0.1.2
-PORTREVISION= 3
-CATEGORIES= graphics
-MASTER_SITES= http://registry.gimp.org/files/
-PKGNAMEPREFIX= gimp-
-PKGNAMESUFFIX= -plugin
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Gimp plugin to losslessly decompose images into wavelet scales layers
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-BROKEN= conflicts with gimp-app
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2019-09-04
-
-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= gettext gmake pkgconfig
-
-PLUGIN_DIR?= libexec/gimp/2.2/plug-ins
-
-PLIST_FILES= ${PLUGIN_DIR}/wavelet-decompose
-
-LANGUAGES= de ru it pl
-
-OPTIONS_DEFINE= NLS
-
-.for language in ${LANGUAGES}
-NLS_PLIST_FILES+= share/locale/${language}/LC_MESSAGES/gimp20-${PORTNAME}-plug-in.mo
-.endfor
-
-post-patch:
- @${REINPLACE_CMD} \
- -e 's|gimptool-2.0|${LOCALBASE}/bin/gimptool-2.0|' \
- ${WRKSRC}/src/Makefile
-
-post-patch-NLS-off:
- @${REINPLACE_CMD} -E \
- -e 's|(^all:.*)po |\1|' \
- ${WRKSRC}/Makefile
-
-do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/${PLUGIN_DIR}
- ${INSTALL_PROGRAM} ${WRKSRC}/src/wavelet-decompose ${STAGEDIR}${PREFIX}/${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-decompose-plugin/distinfo b/graphics/gimp-wavelet-decompose-plugin/distinfo
deleted file mode 100644
index 211cae288587..000000000000
--- a/graphics/gimp-wavelet-decompose-plugin/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (wavelet-decompose-0.1.2.tar.gz) = 7a3217958646468a9b3668d64ca635d6bcfba9ababcff4cce91e38861e50b681
-SIZE (wavelet-decompose-0.1.2.tar.gz) = 18075
diff --git a/graphics/gimp-wavelet-decompose-plugin/files/patch-src__Makefile b/graphics/gimp-wavelet-decompose-plugin/files/patch-src__Makefile
deleted file mode 100644
index 8c88a4b4298d..000000000000
--- a/graphics/gimp-wavelet-decompose-plugin/files/patch-src__Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
---- src/Makefile.orig 2008-12-30 10:23:34 UTC
-+++ src/Makefile
-@@ -1,4 +1,4 @@
--CFLAGS = -O3 -Wall $(shell gimptool-2.0 --cflags)
-+CFLAGS = -Wall $(shell gimptool-2.0 --cflags)
- LIBS = $(shell gimptool-2.0 --libs)
- PLUGIN = wavelet-decompose
- SOURCES = plugin.c wavelet.c interface.c decompose.c
diff --git a/graphics/gimp-wavelet-decompose-plugin/pkg-descr b/graphics/gimp-wavelet-decompose-plugin/pkg-descr
deleted file mode 100644
index 2d81ad8e89b3..000000000000
--- a/graphics/gimp-wavelet-decompose-plugin/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-[ edited version of author's www site ]
-
-This plugin losslessly decomposes a layer of an image into layers
-of wavelet scales. This means that you can edit the image on different
-detail scales (frequencies). The trivial recomposition of the image
-can be done by GIMP's layer modes so you can see the results of
-your modifications instantly. Among the applications are retouching,
-noise reduction, and enhancing global contrast.
-
-The plugin can be found under "Filters > Generic > Wavelet decompose"
-
-WWW: http://registry.gimp.org/node/11742