diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 05:24:51 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 05:24:51 +0000 |
commit | f32b4a646d57ce481b4dd7fe5833576a69aa79d5 (patch) | |
tree | 6c82ba3db072751cdb149734b14210803e71bfa2 /net-p2p | |
parent | 5accad06a79f54cba34f76f2319d8456664b9780 (diff) | |
download | ports-f32b4a646d57ce481b4dd7fe5833576a69aa79d5.tar.gz ports-f32b4a646d57ce481b4dd7fe5833576a69aa79d5.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/gkrellm-gift/Makefile | 37 | ||||
-rw-r--r-- | net-p2p/gkrellm-gift/distinfo | 2 | ||||
-rw-r--r-- | net-p2p/gkrellm-gift/files/patch-configure | 11 | ||||
-rw-r--r-- | net-p2p/gkrellm-gift/files/patch-io.c | 10 | ||||
-rw-r--r-- | net-p2p/gkrellm-gift/pkg-descr | 7 |
6 files changed, 0 insertions, 68 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index bdd675fe042b..d76ba887e1c1 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -36,7 +36,6 @@ SUBDIR += giftcurs SUBDIR += giftoxic SUBDIR += giftui - SUBDIR += gkrellm-gift SUBDIR += gkremldk SUBDIR += gnewtellium SUBDIR += gnunet diff --git a/net-p2p/gkrellm-gift/Makefile b/net-p2p/gkrellm-gift/Makefile deleted file mode 100644 index 7154d2fec03f..000000000000 --- a/net-p2p/gkrellm-gift/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: gkrellm-gift -# Date created: Mon May 3 08:48:47 CEST 2004 -# Whom: Tobias Roth <ports@fsck.ch> -# -# $FreeBSD$ -# - -PORTNAME= gift -PORTVERSION= 0.2.3 -PORTREVISION= 10 -CATEGORIES= net-p2p -MASTER_SITES= ftp://ftp.code-monkey.de/pub/gkrellm-gift/ -PKGNAMEPREFIX= gkrellm- -DISTNAME= ${PKGNAMEPREFIX}giFT-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= GKrellM2 plugin that monitors active giFT transfers - -DEPRECATED= Look like an abandonware, no more public distifles -EXPIRATION_DATE= 2011-08-01 - -LIB_DEPENDS= gift.0:${PORTSDIR}/net-p2p/gift -RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 -BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 - -GNU_CONFIGURE= yes -USE_GMAKE= yes -PLIST_FILES= libexec/gkrellm2/plugins/gift.la \ - libexec/gkrellm2/plugins/gift.so - -post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure - -post-install: - ${STRIP_CMD} ${PREFIX}/libexec/gkrellm2/plugins/${PORTNAME}.so - -.include <bsd.port.mk> diff --git a/net-p2p/gkrellm-gift/distinfo b/net-p2p/gkrellm-gift/distinfo deleted file mode 100644 index 5fcddece3174..000000000000 --- a/net-p2p/gkrellm-gift/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gkrellm-giFT-0.2.3.tar.gz) = 9c00d4f881da4408f79db5ec497ae5757f3199d9c98f66fd4ebbde23e6c12012 -SIZE (gkrellm-giFT-0.2.3.tar.gz) = 304869 diff --git a/net-p2p/gkrellm-gift/files/patch-configure b/net-p2p/gkrellm-gift/files/patch-configure deleted file mode 100644 index 6c6586e48077..000000000000 --- a/net-p2p/gkrellm-gift/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Mon Aug 16 08:09:26 2004 -+++ configure Mon Aug 16 08:09:53 2004 -@@ -19278,7 +19278,7 @@ - - fi - --plugindir=${prefix}/lib/gkrellm2/plugins -+plugindir=${prefix}/libexec/gkrellm2/plugins - - - ac_config_files="$ac_config_files Makefile pixmaps/Makefile src/Makefile" diff --git a/net-p2p/gkrellm-gift/files/patch-io.c b/net-p2p/gkrellm-gift/files/patch-io.c deleted file mode 100644 index 19f28c4d4295..000000000000 --- a/net-p2p/gkrellm-gift/files/patch-io.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/io.c.orig Sat Dec 20 10:42:39 2003 -+++ src/io.c Wed May 5 00:58:19 2004 -@@ -16,6 +16,7 @@ - * - */ - -+#include <sys/types.h> - #include <sys/socket.h> - #include <arpa/inet.h> - #include <netdb.h> diff --git a/net-p2p/gkrellm-gift/pkg-descr b/net-p2p/gkrellm-gift/pkg-descr deleted file mode 100644 index da4604a8fdd1..000000000000 --- a/net-p2p/gkrellm-gift/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -[from the website] -GKrellM giFT monitors your active giFT transfers and their progress. -Each transfer is displayed in a panel showing the filename and the -percentage of transmitted bytes. -There's also a chart showing the current speed of the transfers. - -WWW: http://code-monkey.de/pages/gkrellm-gift |