diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-25 14:33:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-25 14:33:49 +0000 |
commit | be6d72596187556c0c0040c23d3898adf061f261 (patch) | |
tree | 69ef9a95ac6222f6d4a21ad12c37118230eb1b65 /graphics | |
parent | Remove abandonware blocking decomissioning imlib (diff) |
Remove abandonware blocking decomissioning imlib
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/show/Makefile | 29 | ||||
-rw-r--r-- | graphics/show/distinfo | 2 | ||||
-rw-r--r-- | graphics/show/files/Makefile | 17 | ||||
-rw-r--r-- | graphics/show/pkg-descr | 8 |
5 files changed, 0 insertions, 57 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index f20aa08bef7d..63e7a76d12ae 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -956,7 +956,6 @@ SUBDIR += sharpconstruct SUBDIR += shiva-collections SUBDIR += shotwell - SUBDIR += show SUBDIR += showimage SUBDIR += silgraphite SUBDIR += simage diff --git a/graphics/show/Makefile b/graphics/show/Makefile deleted file mode 100644 index 96f05588e9e4..000000000000 --- a/graphics/show/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: roop -# $FreeBSD$ - -PORTNAME= show -PORTVERSION= 2.2 -PORTREVISION= 10 -CATEGORIES= graphics -MASTER_SITES= http://www.ibiblio.org/propaganda/ \ - http://www.freebsdbrasil.com.br/~jmelo/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Fast, flexible, extensible, and bloat-free image viewer for X11 - -LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng15.so:${PORTSDIR}/graphics/png \ - libtiff.so:${PORTSDIR}/graphics/tiff \ - libgif.so:${PORTSDIR}/graphics/giflib \ - libImlib.so:${PORTSDIR}/graphics/imlib - -PLIST_FILES= bin/show - -post-extract: - @${CP} ${PATCHDIR}/Makefile ${WRKSRC} - @${RM} ${WRKSRC}/${PORTNAME} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/show ${STAGEDIR}${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/graphics/show/distinfo b/graphics/show/distinfo deleted file mode 100644 index a1fafc52bd92..000000000000 --- a/graphics/show/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (show-2.2.tar.gz) = 205f447e63b17a84c68e5169786dcd96ded68e002304efc30071603477184193 -SIZE (show-2.2.tar.gz) = 258911 diff --git a/graphics/show/files/Makefile b/graphics/show/files/Makefile deleted file mode 100644 index 5740d210e151..000000000000 --- a/graphics/show/files/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -CC ?= gcc -CFLAGS ?= -g -O2 -Wall -XROOT = ${LOCALBASE} -LROOT = ${LOCALBASE} -INCLUDES = -I$(XROOT)/include -I$(LROOT)/include -LIBS = -lX11 -lXext -ljpeg -lpng -ltiff -lz -lgif -lm -lImlib -LDPATH = -L$(XROOT)/lib -L$(LROOT)/lib - -PROG = show -PREFIX = ${LOCALBASE} - -all: $(PROG) - -$(PROG): $(PROG).c - $(CC) $(PROG).c $(CFLAGS) $(INCLUDES) $(LDPATH) $(LIBS) -o $(PROG) diff --git a/graphics/show/pkg-descr b/graphics/show/pkg-descr deleted file mode 100644 index d90df8558c98..000000000000 --- a/graphics/show/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Show is a fast, flexible, extensible, and bloat-free image viewer for X11 that -can fade images in, display them, and fade them out according to user-specified -values of fade speed, fade type, and delay. It features an extremely small -executable footprint, support for well over a dozen image formats, variable -scaling, magnification, window positioning, clockwise and counterclockwise -image rotation, X/Y axis flipping, over 200 different color transition modes, -wildcard support, and logging abilities. It can also be easilly incorporated -into multimedia presentations, shell scripts, and other utilities. |