diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
commit | b1cf59535c70b37f79dbb4a7374b9908cd760c4c (patch) | |
tree | de86c8c77ebfec33fb4888f702c1c1fc593cce83 /net-p2p | |
parent | - update for cairo release (diff) |
Remove expired ports
Notes
Notes:
svn path=/head/; revision=147349
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/edonkey-tool-slist/Makefile | 48 | ||||
-rw-r--r-- | net-p2p/edonkey-tool-slist/distinfo | 2 | ||||
-rw-r--r-- | net-p2p/edonkey-tool-slist/files/patch-linux_net.c | 10 | ||||
-rw-r--r-- | net-p2p/edonkey-tool-slist/pkg-descr | 7 |
4 files changed, 0 insertions, 67 deletions
diff --git a/net-p2p/edonkey-tool-slist/Makefile b/net-p2p/edonkey-tool-slist/Makefile deleted file mode 100644 index a4eaaebb3c0a..000000000000 --- a/net-p2p/edonkey-tool-slist/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: edonkey server list tool -# Date created: Wed Feb 20 18:03:49 BRT 2002 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= edonkey -PORTVERSION= 0.2 -CATEGORIES= misc -MASTER_SITES= # http://users.aber.ac.uk/tpm01/ed2k_tools/ -PKGNAMESUFFIX= -tool-slist -DISTNAME= ed2k_slist-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Checks which servers are either dead or alive in server.met - -EXPIRATION_DATE=2005-09-01 -DEPRECATED= "No longer available" - -WRKSRC= ${WRKDIR}/ed2k_slist -USE_REINPLACE= yes -DOCSDIR= ${PREFIX}/${PORTNAME}${PKGNAMESUFFIX} - -PLIST_FILES= bin/edonkey-tool-slist -.ifndef(NOPORTDOCS) -PORTDOCS= COPYING -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|
||' ${WRKSRC}/*.[ch] - -# I could have written a Makefile but I would rather -# not waste inodes -do-build: - @cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} \ - ed2k_slist.c -o ${PORTNAME}${PKGNAMESUFFIX} - -do-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR} - -.endif - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX} \ - ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/net-p2p/edonkey-tool-slist/distinfo b/net-p2p/edonkey-tool-slist/distinfo deleted file mode 100644 index 05259fc1f14a..000000000000 --- a/net-p2p/edonkey-tool-slist/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ed2k_slist-0.2.tar.gz) = add551eebc1d8a64e82f77ddbcf91545 -SIZE (ed2k_slist-0.2.tar.gz) = 16867 diff --git a/net-p2p/edonkey-tool-slist/files/patch-linux_net.c b/net-p2p/edonkey-tool-slist/files/patch-linux_net.c deleted file mode 100644 index f1280c9c1e97..000000000000 --- a/net-p2p/edonkey-tool-slist/files/patch-linux_net.c +++ /dev/null @@ -1,10 +0,0 @@ ---- linux_net.c.orig Mon Nov 4 21:50:07 2002 -+++ linux_net.c Mon Nov 4 21:50:15 2002 -@@ -27,6 +27,7 @@ - #include <arpa/inet.h>
- #include <netdb.h>
- #include <unistd.h>
-+#include <sys/time.h> -
- /* connect with timeout
- *
diff --git a/net-p2p/edonkey-tool-slist/pkg-descr b/net-p2p/edonkey-tool-slist/pkg-descr deleted file mode 100644 index da48292a9bbd..000000000000 --- a/net-p2p/edonkey-tool-slist/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This tool takes your server.met file and checks which servers are -dead and which are alive. It then creates a new server.met file -which contains only working servers. It makes sense to use this -tool every time before you start the eDonkey 2000 client. - -On request this tool also creates a web page with ed2k:// links to -all working servers. |