summaryrefslogtreecommitdiff
path: root/net/cdonkey
diff options
context:
space:
mode:
Diffstat (limited to 'net/cdonkey')
-rw-r--r--net/cdonkey/Makefile38
-rw-r--r--net/cdonkey/distinfo3
-rw-r--r--net/cdonkey/files/patch-Makefile.in11
-rw-r--r--net/cdonkey/files/patch-cSocket.cpp11
-rw-r--r--net/cdonkey/files/patch-cZone.cpp10
-rw-r--r--net/cdonkey/files/patch-cygwin.h18
-rw-r--r--net/cdonkey/files/patch-donkey.cpp10
-rw-r--r--net/cdonkey/pkg-descr3
8 files changed, 0 insertions, 104 deletions
diff --git a/net/cdonkey/Makefile b/net/cdonkey/Makefile
deleted file mode 100644
index 7d09fa56279a..000000000000
--- a/net/cdonkey/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: cDonkey
-# Date created: Feb 9, 2003
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= cdonkey
-PORTVERSION= 0.9.0
-CATEGORIES= net
-MASTER_SITES= http://suche.org/
-DISTNAME= cDonkey-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= An open and free core client for the eDonkey protocol
-
-LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
-
-PLIST_FILES= bin/cDonkey
-USE_BZIP2= yes
-USE_REINPLACE= yes
-GNU_CONFIGURE= yes
-USE_AUTOTOOLS= libtool:15
-CONFIGURE_ARGS= --with-berkeley-db="${LOCALBASE}/include/db3:${LOCALBASE}/lib"
-USE_GMAKE= yes
-WRKSRC= ${WRKDIR}/cDonkey-${PORTVERSION}
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} != "i386"
-BROKEN= "Does not compile on !i386"
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e "s|-ldb|-ldb3|g" ${WRKSRC}/configure
-
-.include <bsd.port.post.mk>
diff --git a/net/cdonkey/distinfo b/net/cdonkey/distinfo
deleted file mode 100644
index a4e807d8c33a..000000000000
--- a/net/cdonkey/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (cDonkey-0.9.0.tar.bz2) = 04c7b16e2aeb18a246e9892ba6fe7b7a
-SHA256 (cDonkey-0.9.0.tar.bz2) = 4b6bf726d3fc0bee06b971c35034d43293b37419a09637785e4c572d8779c7f3
-SIZE (cDonkey-0.9.0.tar.bz2) = 334586
diff --git a/net/cdonkey/files/patch-Makefile.in b/net/cdonkey/files/patch-Makefile.in
deleted file mode 100644
index cdb53e84cf47..000000000000
--- a/net/cdonkey/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Wed May 7 20:21:59 2003
-+++ Makefile.in Thu Aug 26 18:39:49 2004
-@@ -55,7 +55,7 @@
- # -fno-for-scope Make the proble with older compiler visible
- # -pedantic < Zu viele warnings
- # -Wold-style-cast < Zu viele warnings
--CXXFLAGS = @CXXFLAGS@ -W -Wall -Wunused -Wformat -Wshadow -Wmultichar -Wpointer-arith -Wcast-qual -Wcast-align -Wswitch -ansi -fno-for-scope -fno-gnu-keywords -fno-rtti @SVN_DB_INCLUDES@
-+CXXFLAGS = @CXXFLAGS@ -ansi -fno-for-scope -fno-gnu-keywords -fno-rtti @SVN_DB_INCLUDES@
- CYGPATH_W = @CYGPATH_W@
- DEFS = @DEFS@ -DCDONKEY=1
- DEPDIR = @DEPDIR@
diff --git a/net/cdonkey/files/patch-cSocket.cpp b/net/cdonkey/files/patch-cSocket.cpp
deleted file mode 100644
index 0a2beb1fa6f1..000000000000
--- a/net/cdonkey/files/patch-cSocket.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- cSocket.cpp.orig Wed May 7 20:21:33 2003
-+++ cSocket.cpp Thu Aug 26 18:53:39 2004
-@@ -1180,7 +1180,7 @@
- }}}
- // try to set our local externally visible address
- void cSocket::setLocalExternalIP(struct in_addr new_addr) {{{
-- static struct in_addr last_ip_seen = 0;
-+ static struct in_addr last_ip_seen;
- static int same_ip_count = 0;
-
- if (new_addr.s_addr != last_ip_seen.s_addr) {
diff --git a/net/cdonkey/files/patch-cZone.cpp b/net/cdonkey/files/patch-cZone.cpp
deleted file mode 100644
index b7cef8ccdeca..000000000000
--- a/net/cdonkey/files/patch-cZone.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- cZone.cpp.orig Wed May 7 20:21:34 2003
-+++ cZone.cpp Thu Aug 26 18:54:31 2004
-@@ -88,7 +88,6 @@
- }}}
-
- cZone:: cZone() {{{
-- mtrace ();
- uint8_t zero[HASH_LEN];
- bzero(zero, HASH_LEN);
- init(NULL, 0, zero);
diff --git a/net/cdonkey/files/patch-cygwin.h b/net/cdonkey/files/patch-cygwin.h
deleted file mode 100644
index ae15ae2a03e8..000000000000
--- a/net/cdonkey/files/patch-cygwin.h
+++ /dev/null
@@ -1,18 +0,0 @@
---- cygwin.h.orig Sat Apr 5 20:06:44 2003
-+++ cygwin.h Thu Aug 26 18:50:49 2004
-@@ -36,7 +36,6 @@
- #include <zlib.h>
- #include <ctype.h>
- #include <signal.h>
--#include <malloc.h>
-
- #ifdef __cplusplus
- #include <string> // for stl string
-@@ -166,7 +165,6 @@
- #include <netinet/in.h>
- #include <netinet/tcp.h>
- #include <sys/poll.h>
-- #include <mcheck.h>
- #define dir_delim '/'
- #define HAVE_SIGHUP 1
- #define HAVE_SIGINT 1
diff --git a/net/cdonkey/files/patch-donkey.cpp b/net/cdonkey/files/patch-donkey.cpp
deleted file mode 100644
index 29eb08379475..000000000000
--- a/net/cdonkey/files/patch-donkey.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- donkey.cpp.orig Wed May 7 20:26:57 2003
-+++ donkey.cpp Thu Aug 26 18:51:54 2004
-@@ -935,7 +935,6 @@
-
- int main (int argc, char **argv) {{{
- bzero (ZERO, 16);
-- mtrace (); // MALLOC_TRACE
- struct stat dStatBuf;
- int j = 0;
-
diff --git a/net/cdonkey/pkg-descr b/net/cdonkey/pkg-descr
deleted file mode 100644
index b2d3cdcd83b3..000000000000
--- a/net/cdonkey/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-cDonkey is an open and free core client for the eDonkey protocol.
-
-WWW: http://cdonkey.suche.org/