diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-25 14:29:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-25 14:29:10 +0000 |
commit | 7d66907fc53a88659195fa21e1d99df3204e067e (patch) | |
tree | 7466a23330319165ec976e62c3da8d5d81c2e2fb | |
parent | Remove abandonware blocking decomissioning imlib (diff) |
Remove abandonware blocking decomissioning imlib
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/imagesort/Makefile | 41 | ||||
-rw-r--r-- | graphics/imagesort/distinfo | 2 | ||||
-rw-r--r-- | graphics/imagesort/pkg-descr | 6 |
5 files changed, 1 insertions, 50 deletions
@@ -7335,3 +7335,4 @@ graphics/libpano12|graphics/libpano13|2014-12-25|No proper support for modern pn games/hex||2014-12-25|Abandonware, no support for moden graphics libraries graphics/bbrb||2014-12-25|Abandonware, depends on imlib graphics/gtkgraph||2014-12-25|Abandonware, depends on imlib +graphics/imagesort||2014-12-25|Abandonware, depends on imlib diff --git a/graphics/Makefile b/graphics/Makefile index cdbe2d61a05d..315b9a7e3fab 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -352,7 +352,6 @@ SUBDIR += iiview SUBDIR += ilmbase SUBDIR += imageindex - SUBDIR += imagesort SUBDIR += imageviewer SUBDIR += imageworsener SUBDIR += imc diff --git a/graphics/imagesort/Makefile b/graphics/imagesort/Makefile deleted file mode 100644 index 56dcdad44598..000000000000 --- a/graphics/imagesort/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# Created by: Mark Pulford <mark@kyne.com.au> -# $FreeBSD$ - -PORTNAME= imagesort -PORTVERSION= 2.0 -PORTREVISION= 13 -CATEGORIES= graphics -MASTER_SITES= SUNSITE/apps/graphics/viewers/X - -MAINTAINER= ports@FreeBSD.org -COMMENT= Flexible X utility for managing many image files - -LICENSE= GPLv2 - -LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib \ - libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng15.so:${PORTSDIR}/graphics/png - -OPTIONS_DEFINE= DOCS - -USE_XORG= x11 xt -USE_GNOME= imlib - -PORTDOCS= README imagesortrc.sample -PLIST_FILES= bin/imagesort - -post-patch: - @${REINPLACE_CMD} -e \ - '/^CC/s| =| ?=| ; \ - /^LIBS/s| =.*| = `imlib-config --libs`| ; \ - /^CFLAGS/s| =.*| += `imlib-config --cflags`|' ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e \ - 's|unsigned int argc|int argc| ; \ - s|^#endif.*|#endif|' ${WRKSRC}/imagesort.c - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/imagesort ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/graphics/imagesort/distinfo b/graphics/imagesort/distinfo deleted file mode 100644 index 17b2f5ca97e3..000000000000 --- a/graphics/imagesort/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (imagesort-2.0.tar.gz) = 40f59fd2c40345dfd5589100c46e5097d042118186d8405fa82509ceb4b8bc18 -SIZE (imagesort-2.0.tar.gz) = 14778 diff --git a/graphics/imagesort/pkg-descr b/graphics/imagesort/pkg-descr deleted file mode 100644 index ff0e1c13321b..000000000000 --- a/graphics/imagesort/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Imagesort is a flexible utility for managing a large number of images. -Via a configuration file (~/.imagesortrc) various commands are bound -to keys allowing you to quickly process your images while you flick -throught them. Documentation can be found in share/doc/imagesort. - -WWW: http://sammy.net/~sammy/hacks/ |