diff options
author | rene <rene@FreeBSD.org> | 2014-06-30 16:37:49 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-06-30 16:37:49 +0800 |
commit | 40e411a11dcaa2c5e81f4f0cc900ca8a2bb34860 (patch) | |
tree | df4588a3eebe74807d57f164b1c860b1243ffb47 /misc/gkrellshoot | |
parent | 25158e262ff6d3d175a0fc2f1dd36c820ae9c7c8 (diff) | |
download | freebsd-ports-graphics-40e411a11dcaa2c5e81f4f0cc900ca8a2bb34860.tar.gz freebsd-ports-graphics-40e411a11dcaa2c5e81f4f0cc900ca8a2bb34860.tar.zst freebsd-ports-graphics-40e411a11dcaa2c5e81f4f0cc900ca8a2bb34860.zip |
Remove expired ports:
2014-06-30 www/trac-TracDuplicates: Broken for more than 5 months
2014-06-30 mail/hotwayd: Protocol changed, software unusable
2014-06-30 mail/ilohamail-devel: Upstream disappeared
2014-06-30 games/tyrquake: Broken for more than 5 months
2014-06-30 net/gkrellmqst: GKrellM 1.X is no longer being developed, consider using 2.X.
2014-06-30 security/p5-Jifty-Plugin-OpenID: Broken for more than 5 months
2014-06-30 games/sumwars: Broken for more than 5 months
2014-06-30 audio/ruby-esound: Broken for more than 5 months
2014-06-30 x11-toolkits/py-pyqwt: Broken for more than 5 months
2014-06-30 net-im/ysm: Broken for more than 5 months
2014-06-30 net-mgmt/send: Broken for more than 5 months
2014-06-30 net/p5-Jifty-Plugin-Authentication-Ldap: Broken for more than 5 months
2014-06-30 net-p2p/bittyrant: Broken for more than 5 months
2014-06-30 sysutils/gkrellm: GKrellM 1.X is no longer being developed, consider using 2.X.
2014-06-30 audio/gkrellmms: GKrellM 1.X is no longer being developed, consider using 2.X.
2014-06-30 audio/gkrellmvolume: GKrellM 1.X is no longer being developed, consider using 2.X.
2014-06-30 misc/gkrellmlaunch: GKrellM 1.X is no longer being developed, consider using 2.X.
2014-06-30 misc/gkrellmfmonitor: GKrellM 1.X is no longer being developed, consider using 2.X.
2014-06-30 misc/gkrellshoot: GKrellM 1.X is no longer being developed, consider using 2.X.
2014-06-30 polish/sms2: sms2 is no longer being developed, consider using alternative software.
2014-06-30 x11-toolkits/py-wmdockapps: Crufty and nothing depends on this
2014-06-30 audio/tagger: Ancient, unmaintained
2014-06-30 www/mod_wsgi2: No longer supported, please use www/mod_wsgi3 instead
2014-06-30 security/botan: Botan 1.8 have known bugs and is no longer supported upstream, migrate to security/botan110
Diffstat (limited to 'misc/gkrellshoot')
-rw-r--r-- | misc/gkrellshoot/Makefile | 25 | ||||
-rw-r--r-- | misc/gkrellshoot/distinfo | 2 | ||||
-rw-r--r-- | misc/gkrellshoot/files/patch-Makefile | 61 | ||||
-rw-r--r-- | misc/gkrellshoot/pkg-descr | 5 |
4 files changed, 0 insertions, 93 deletions
diff --git a/misc/gkrellshoot/Makefile b/misc/gkrellshoot/Makefile deleted file mode 100644 index 172c318438b..00000000000 --- a/misc/gkrellshoot/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Andrew Stuart <elitetek@tekrealm.net> -# $FreeBSD$ - -PORTNAME= gkrellshoot -PORTVERSION= 0.3.2 -PORTREVISION= 9 -CATEGORIES= misc -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= Screen locking and screen capture plugin for GKrellM - -DEPRECATED= GKrellM 1.X is no longer being developed, consider using 2.X. -EXPIRATION_DATE=2014-06-30 - -BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm -RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm \ - import:${PORTSDIR}/graphics/ImageMagick - -PLIST_FILES= libexec/gkrellm/plugins/gkrellshoot.so -WRKSRC= ${WRKDIR}/gkrellShoot-${PORTVERSION} -USE_GNOME= imlib - -NO_STAGE= yes -.include <bsd.port.mk> diff --git a/misc/gkrellshoot/distinfo b/misc/gkrellshoot/distinfo deleted file mode 100644 index 13d18db0df2..00000000000 --- a/misc/gkrellshoot/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gkrellshoot-0.3.2.tar.gz) = 75529104dfc43dcfa58ddbf2785ae1ef56b72983260724b9cc17b4f36f2618b3 -SIZE (gkrellshoot-0.3.2.tar.gz) = 14929 diff --git a/misc/gkrellshoot/files/patch-Makefile b/misc/gkrellshoot/files/patch-Makefile deleted file mode 100644 index cb2f9e62691..00000000000 --- a/misc/gkrellshoot/files/patch-Makefile +++ /dev/null @@ -1,61 +0,0 @@ ---- Makefile.orig Mon Oct 21 17:31:33 2002 -+++ Makefile Mon Oct 21 17:37:34 2002 -@@ -1,20 +1,20 @@ --GTK_INCLUDE = `gtk-config --cflags` --GTK_LIB = `gtk-config --libs` -+GTK_INCLUDE = `$(GTK_CONFIG) --cflags` -+GTK_LIB = `$(GTK_CONFIG) --libs` - --IMLIB_INCLUDE = `imlib-config --cflags-gdk` --IMLIB_LIB = `imlib-config --libs-gdk` -+IMLIB_INCLUDE = `${IMLIB_CONFIG} --cflags-gdk` -+IMLIB_LIB = `${IMLIB_CONFIG} --libs-gdk` - - --FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) $(IMLIB_INCLUDE) -+CFLAGS+= -Wall -fPIC $(GTK_INCLUDE) $(IMLIB_INCLUDE) - LIBS = $(GTK_LIB) $(IMLIB_LIB) - LFLAGS = -shared - --CC = gcc $(CFLAGS) $(FLAGS) -+CC ?= gcc $(CFLAGS) - - OBJS = gkrellshoot.o - - gkrellshoot.so: $(OBJS) -- $(CC) $(OBJS) -o gkrellshoot.so $(LFLAGS) $(LIBS) -lpthread -+ $(CC) $(OBJS) -o gkrellshoot.so $(LFLAGS) $(LIBS) - - clean: - rm -f *.o core *.so* *.bak *~ -@@ -22,17 +22,7 @@ - gkrellshoot.o: gkrellshoot.c - - install: -- if [ -d /usr/lib/gkrellm/plugins/ ] ; then \ -- install -c -s -m 644 gkrellshoot.so /usr/lib/gkrellm/plugins/ ; \ -- elif [ -d /usr/share/gkrellm/plugins/ ] ; then \ -- install -c -s -m 644 gkrellshoot.so /usr/share/gkrellm/plugins/ ; \ -- elif [ -d /usr/local/lib/gkrellm/plugins/ ] ; then \ -- install -c -s -m 644 gkrellshoot.so /usr/local/lib/gkrellm/plugins/ ; \ -- elif [ -d /usr/lib/gkrellm/plugins/ ] ; then \ -- install -c -s -m 644 gkrellshoot.so /usr/lib/gkrellm/plugins/ ; \ -- else \ -- install -D -c -s -m 644 gkrellshoot.so /usr/lib/gkrellm/plugins/gkrellshoot.so ; \ -- fi -+ install -c -s gkrellshoot.so ${PREFIX}/libexec/gkrellm/plugins - userinstall: - if [ -d $(HOME)/.gkrellm/plugins/ ] ; then \ - install -C -s -m 644 gkrellshoot.so $(HOME)/.gkrellm/plugins/ ; \ -@@ -41,9 +31,6 @@ - fi - - uninstall: -- rm -f /usr/lib/gkrellm/plugins/gkrellshoot.so -- rm -f /usr/share/gkrellm/plugins/gkrellshoot.so -- rm -f /usr/local/lib/gkrellm/plugins/gkrellshoot.so -- rm -f /usr/lib/gkrellm/plugins/gkrellshoot.so -- rm -f $(HOME)/.gkrellm/plugins/gkrellshoot.so -+ rm -f $(PLUGIN_DIR)/gkrellshoot.so - -+all: gkrellshoot.so diff --git a/misc/gkrellshoot/pkg-descr b/misc/gkrellshoot/pkg-descr deleted file mode 100644 index 7e0051b598f..00000000000 --- a/misc/gkrellshoot/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This plugin puts a lock and shoot button on your GKrellM, It uses -ImageMagick for screen capture and can be configured for your screen -saver program. Known to work with either Xlock or xscreensaver. - -WWW: http://gkrellshoot.sourceforge.net/ |