diff options
Diffstat (limited to 'net/ctorrent')
-rw-r--r-- | net/ctorrent/Makefile | 35 | ||||
-rw-r--r-- | net/ctorrent/distinfo | 6 | ||||
-rw-r--r-- | net/ctorrent/files/patch-btcontent.cpp | 14 | ||||
-rw-r--r-- | net/ctorrent/files/patch-btfiles.cpp | 14 | ||||
-rw-r--r-- | net/ctorrent/files/patch-configure | 20 | ||||
-rw-r--r-- | net/ctorrent/pkg-descr | 8 |
6 files changed, 0 insertions, 97 deletions
diff --git a/net/ctorrent/Makefile b/net/ctorrent/Makefile deleted file mode 100644 index 00583c5a9700..000000000000 --- a/net/ctorrent/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: ctorrent -# Date created: Jan 17 2004 -# Whom: Florent Thoumie <flz@xbsd.org> -# -# $FreeBSD$ -# - -PORTNAME= ctorrent -PORTVERSION= 1.3.4 -PORTREVISION= 1 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= flz@FreeBSD.org -COMMENT= BitTorrent Client written in C for FreeBSD and Linux - -GNU_CONFIGURE= yes -USE_BZIP2= yes - -PATCH_SITES= http://www.rahul.net/dholmes/ctorrent/ -PATCHFILES= patchset-ctorrent-1.3.4-dnh1.diff - -PLIST_FILES= bin/ctorrent -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} - -PORTDOCS= README-DNH.TXT - -.if !defined(NOPORTDOCS) -post-install: - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}/ -.endif - -.include <bsd.port.mk> diff --git a/net/ctorrent/distinfo b/net/ctorrent/distinfo deleted file mode 100644 index eb636c73685d..000000000000 --- a/net/ctorrent/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (ctorrent-1.3.4.tar.bz2) = 823010ec78215d476537c9eba9381cdd -SHA256 (ctorrent-1.3.4.tar.bz2) = 7e2ef5d0656ac23cecd03374d9b00291a55b274c972adfe94d6f41ae3ba60c73 -SIZE (ctorrent-1.3.4.tar.bz2) = 87333 -MD5 (patchset-ctorrent-1.3.4-dnh1.diff) = 319c7202281a87dc3a9e68f99b50741f -SHA256 (patchset-ctorrent-1.3.4-dnh1.diff) = 720e3ac7b296e46ccaf9eea569b31f8055029754dbc1bc47660cbdacb59639e9 -SIZE (patchset-ctorrent-1.3.4-dnh1.diff) = 74172 diff --git a/net/ctorrent/files/patch-btcontent.cpp b/net/ctorrent/files/patch-btcontent.cpp deleted file mode 100644 index 8fbd2ec0c7bd..000000000000 --- a/net/ctorrent/files/patch-btcontent.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- btcontent.cpp.orig Sun Feb 1 06:18:07 2004 -+++ btcontent.cpp Fri Feb 13 03:09:22 2004 -@@ -8,7 +8,11 @@ - #else - #include <unistd.h> - #include <sys/param.h> -+#if defined(HAVE_LIBCRYPT) || defined(HAVE_LIBMD) -+#include <sha.h> -+#elif defined(HAVE_LIBSSL) - #include <openssl/sha.h> -+#endif - #endif - - #include <time.h> diff --git a/net/ctorrent/files/patch-btfiles.cpp b/net/ctorrent/files/patch-btfiles.cpp deleted file mode 100644 index c11a75ab3e13..000000000000 --- a/net/ctorrent/files/patch-btfiles.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- btfiles.cpp.orig Sun Feb 1 06:33:16 2004 -+++ btfiles.cpp Fri Feb 13 03:10:57 2004 -@@ -8,7 +8,11 @@ - #include <unistd.h> - #include <dirent.h> - #include <sys/param.h> -+#if defined(HAVE_LIBCRYPT) || defined(HAVE_LIBMD) -+#include <sha.h> -+#elif defined(HAVE_LIBSSL) - #include <openssl/sha.h> -+#endif - #endif - - #include <time.h> diff --git a/net/ctorrent/files/patch-configure b/net/ctorrent/files/patch-configure deleted file mode 100644 index 10ab618008b5..000000000000 --- a/net/ctorrent/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Sun Feb 1 07:15:43 2004 -+++ configure Fri Feb 13 03:04:21 2004 -@@ -2851,7 +2851,7 @@ - int - main () - { --SHA1_Init (); -+XXXSHA1_Init (); - ; - return 0; - } -@@ -2915,7 +2915,7 @@ - int - main () - { --SHA1_Init (); -+XXXSHA1_Init (); - ; - return 0; - } diff --git a/net/ctorrent/pkg-descr b/net/ctorrent/pkg-descr deleted file mode 100644 index a47e737de98d..000000000000 --- a/net/ctorrent/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -CTorrent is a BitTorrent (be know as BT usually) Client program -written in C for FreeBSD and Linux. Fast and small are CTorrent`s -two strengths. - -WWW: http://ctorrent.sourceforge.net/ - -- Florent Thoumie -flz@xbsd.org |