diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-30 21:36:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-30 21:36:28 +0000 |
commit | fbab09fee302574e578e4f0d1b6082cdae4defb4 (patch) | |
tree | 2e89197b88b8a883c56aef7a5d0d89dc5d374850 /net/libbt | |
parent | Upgrade to 1.63.0. (diff) |
Populate newly create net-p2p category with these ports:
ftp/jigdo
net/amule1
net/amule2
net/apollon
net/azureus
net/bnbt
net/btpeer
net/btqueue
net/cdonkey
net/ctorrent
net/dcd
net/dclib
net/dctc
net/dctc-gui
net/dctc-gui-qt
net/edonkey-gui-gtk
net/edonkey-gui-gtk-urlslave
net/fcptools
net/fidelio
net/freenet
net/frost
net/giftcurs
net/giftoxic
net/giftui
net/gift
net/gift-fasttrack
net/gift-gnutella
net/gift-openft
net/gkrellm-gift
net/gnewtellium
net/gnome-btdownload
net/gnunet
net/gtkhx
net/gtk-gnutella
net/gtorrentviewer
net/hagelslag
net/hx
net/i2p
net/javadc
net/kmldonkey
net/ktorrent
net/libbt
net/liberator
net/libfreenet
net/libpdtp
net/libtorrent
net/limewire
net/linux-agsatellite
net/linux-edonkey-core
net/linux-edonkey-server
net/linux-jigdo
net/linux-overnet-core
net/minder
net/mldonkey
net/mldonkey-core
net/mldonkey-core-devel
net/mldonkey-devel
net/mldonkey-gui
net/mldonkey-gui-devel
net/mldonkey-perlreactor
net/mldonkey-sancho
net/mldonkey-serverspy
net/mldonkey-urlslave
net/mutella
net/mute-net
net/mute-net-gui
net/mute-net-text
net/napshare
net/nicotine
net/opendchub
net/peercast
net/phex
net/pyslsk
net/py-bittornado
net/py-bittornado-core
net/py-bittorrent
net/py-bittorrent-core
net/py-bittorrent-core-devel
net/py-bittorrent-devel
net/py-fngrab
net/py-kenosis
net/py-kenosis-bittorrent
net/py-py2play
net/p5-pdonkey
net/qtella
net/qtorrent
net/rtorrent
net/squall
net/torrentflux
net/torrentsniff
net/trackerbt
net/transmission
net/valknut
net/verlihub
net/verlihub-plugins
net/xmule
net/xnap
misc/ed2k
misc/edonkey-tool-hash
misc/linux-edonkey-tool-recovermet
Repocopies by: marcus
Notes
Notes:
svn path=/head/; revision=154851
Diffstat (limited to 'net/libbt')
-rw-r--r-- | net/libbt/Makefile | 49 | ||||
-rw-r--r-- | net/libbt/distinfo | 3 | ||||
-rw-r--r-- | net/libbt/files/patch-include::util.h | 12 | ||||
-rw-r--r-- | net/libbt/files/patch-src::peer.c | 14 | ||||
-rw-r--r-- | net/libbt/pkg-descr | 6 | ||||
-rw-r--r-- | net/libbt/pkg-plist | 18 |
6 files changed, 0 insertions, 102 deletions
diff --git a/net/libbt/Makefile b/net/libbt/Makefile deleted file mode 100644 index e97dc83d00af..000000000000 --- a/net/libbt/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: libbt -# Date created: Feb 26 2004 -# Whom: Florent Thoumie <flz@xbsd.org> -# -# $FreeBSD$ -# - -PORTNAME= libbt -PORTVERSION= 1.04 -CATEGORIES= net devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= flz@FreeBSD.org -COMMENT= C library implementing the core BitTorrent protocol - -LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl - -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_REINPLACE= yes -USE_GCC= 3.4 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" - -PORTDOCS= protocol-ext.txt protocol.txt - -post-patch: - @${REINPLACE_CMD} -e 's|depend||' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|\(CFLAGS:=\)|\1\@CFLAGS\@ \@CPPFLAGS\@ |' ${WRKSRC}/src/Makefile.in - -do-install: - ${INSTALL_DATA} ${WRKSRC}/src/libbt.a ${PREFIX}/lib - ${MKDIR} ${PREFIX}/include/libbt -.for i in btcheck btget btlist - ${INSTALL_PROGRAM} ${WRKSRC}/src/${i} ${PREFIX}/bin -.endfor -.for i in benc.h bitset.h bterror.h btmessage.h bts.h context.h peer.h random.h segmenter.h strbuf.h stream.h types.h util.h - ${INSTALL_DATA} ${WRKSRC}/include/${i} ${PREFIX}/include/libbt -.endfor - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for i in ${PORTDOCS} - ${INSTALL_MAN} ${WRKSRC}/docs/${i} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/net/libbt/distinfo b/net/libbt/distinfo deleted file mode 100644 index 5c6b02228e8a..000000000000 --- a/net/libbt/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libbt-1.04.tar.gz) = c5f50f1b3d76722a6494a0ae4720b9d1 -SHA256 (libbt-1.04.tar.gz) = b769ea33c7006b2239376457c2892a5d6cc5045ca9e14f0b31333eaf7d032c9a -SIZE (libbt-1.04.tar.gz) = 309186 diff --git a/net/libbt/files/patch-include::util.h b/net/libbt/files/patch-include::util.h deleted file mode 100644 index 8ad3b431dd7b..000000000000 --- a/net/libbt/files/patch-include::util.h +++ /dev/null @@ -1,12 +0,0 @@ ---- include/util.h Fri Apr 16 08:41:48 2004 -+++ include/util.h.new Sun May 30 14:17:54 2004 -@@ -28,9 +28,4 @@ - typedef void (*exitfn_ptr) (int,void*); - int on_exit( exitfn_ptr exitfn, void* data) ; - #endif --#define malloc(s) use_btmalloc_instead --#define calloc(n,s) use_btcalloc_instead --#define realloc(p,s) use_btrealloc_instead --#define free(p) use_btfree_instead -- - #endif diff --git a/net/libbt/files/patch-src::peer.c b/net/libbt/files/patch-src::peer.c deleted file mode 100644 index 6c2104deda6c..000000000000 --- a/net/libbt/files/patch-src::peer.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/peer.c Wed Apr 7 06:14:44 2004 -+++ src/peer.c.new Tue Apr 13 19:29:01 2004 -@@ -20,6 +20,11 @@ - # endif - #endif - #include <sys/types.h> -+#if __FreeBSD__ >= 5 -+#include <sys/limits.h> -+#else -+#include <machine/limits.h> -+#endif - #include <string.h> - #ifdef HAVE_STRINGS_H - # include <strings.h> diff --git a/net/libbt/pkg-descr b/net/libbt/pkg-descr deleted file mode 100644 index 28aab005d572..000000000000 --- a/net/libbt/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -LIBBT is a C library implementing the core BitTorrent protocol. - -WWW: http://libbt.sourceforge.net/ - -- Florent Thoumie -flz@xbsd.org diff --git a/net/libbt/pkg-plist b/net/libbt/pkg-plist deleted file mode 100644 index 2ed1ce96441e..000000000000 --- a/net/libbt/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -bin/btcheck -bin/btget -bin/btlist -include/libbt/benc.h -include/libbt/bitset.h -include/libbt/bterror.h -include/libbt/btmessage.h -include/libbt/bts.h -include/libbt/context.h -include/libbt/peer.h -include/libbt/random.h -include/libbt/segmenter.h -include/libbt/strbuf.h -include/libbt/stream.h -include/libbt/types.h -include/libbt/util.h -lib/libbt.a -@dirrm include/libbt |