diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-01-21 15:36:45 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-01-21 15:36:45 +0000 |
commit | 7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch) | |
tree | 22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /net-p2p/ctorrent | |
parent | a33896596d7008d70bca9b6ce72347e2d7b6fd9a (diff) |
Notes
Diffstat (limited to 'net-p2p/ctorrent')
-rw-r--r-- | net-p2p/ctorrent/Makefile | 23 | ||||
-rw-r--r-- | net-p2p/ctorrent/distinfo | 2 | ||||
-rw-r--r-- | net-p2p/ctorrent/files/patch-btcontent.cpp | 14 | ||||
-rw-r--r-- | net-p2p/ctorrent/files/patch-btfiles.cpp | 14 | ||||
-rw-r--r-- | net-p2p/ctorrent/files/patch-configure | 20 | ||||
-rw-r--r-- | net-p2p/ctorrent/pkg-descr | 8 |
6 files changed, 0 insertions, 81 deletions
diff --git a/net-p2p/ctorrent/Makefile b/net-p2p/ctorrent/Makefile deleted file mode 100644 index 57498d1840d5..000000000000 --- a/net-p2p/ctorrent/Makefile +++ /dev/null @@ -1,23 +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 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= flz@xbsd.org -COMMENT= BitTorrent Client written in C for FreeBSD and Linux - -GNU_CONFIGURE= yes -USE_BZIP2= yes - -PLIST_FILES= bin/ctorrent -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} - -.include <bsd.port.mk> diff --git a/net-p2p/ctorrent/distinfo b/net-p2p/ctorrent/distinfo deleted file mode 100644 index 37999a4413b5..000000000000 --- a/net-p2p/ctorrent/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ctorrent-1.3.4.tar.bz2) = 823010ec78215d476537c9eba9381cdd -SIZE (ctorrent-1.3.4.tar.bz2) = 87333 diff --git a/net-p2p/ctorrent/files/patch-btcontent.cpp b/net-p2p/ctorrent/files/patch-btcontent.cpp deleted file mode 100644 index 8fbd2ec0c7bd..000000000000 --- a/net-p2p/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-p2p/ctorrent/files/patch-btfiles.cpp b/net-p2p/ctorrent/files/patch-btfiles.cpp deleted file mode 100644 index c11a75ab3e13..000000000000 --- a/net-p2p/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-p2p/ctorrent/files/patch-configure b/net-p2p/ctorrent/files/patch-configure deleted file mode 100644 index 10ab618008b5..000000000000 --- a/net-p2p/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-p2p/ctorrent/pkg-descr b/net-p2p/ctorrent/pkg-descr deleted file mode 100644 index a47e737de98d..000000000000 --- a/net-p2p/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 |