summaryrefslogtreecommitdiff
path: root/net/btpeer
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-01-30 21:36:28 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-01-30 21:36:28 +0000
commitfbab09fee302574e578e4f0d1b6082cdae4defb4 (patch)
tree2e89197b88b8a883c56aef7a5d0d89dc5d374850 /net/btpeer
parentUpgrade 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/btpeer')
-rw-r--r--net/btpeer/Makefile58
-rw-r--r--net/btpeer/distinfo3
-rw-r--r--net/btpeer/files/patch-Makefile17
-rw-r--r--net/btpeer/pkg-descr13
4 files changed, 0 insertions, 91 deletions
diff --git a/net/btpeer/Makefile b/net/btpeer/Makefile
deleted file mode 100644
index 033ffd95661e..000000000000
--- a/net/btpeer/Makefile
+++ /dev/null
@@ -1,58 +0,0 @@
-# New ports collection makefile for: btpeer
-# Date created: Sun Sep 25 13:54:22 UTC 2005
-# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= btpeer
-PORTVERSION= 0.2.1
-CATEGORIES= net
-MASTER_SITES= http://www.alhem.net/project/btpeer/
-
-MAINTAINER= lioux@FreeBSD.org
-COMMENT= Client functionality of bittorrent protocol, network only environment
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/libSockets-devel.a:${PORTSDIR}/net/Sockets-devel
-
-USE_GMAKE= yes
-USE_OPENSSL= yes
-WITH_OPENSSL_BASE= yes
-MAKE_ENV= CXX="${CXX}"
-USE_REINPLACE= yes
-
-# ssl support
-CFLAGS+= ${PTHREAD_CFLAGS} -DHAVE_OPENSSL
-
-PROGRAM_FILES= \
- inject \
- newpeer
-
-post-patch:
-# CXX safeness
-# CXXFLAGS safeness
-# SSL include safeness
- @${REINPLACE_CMD} -E \
- -e 's|-O2||' \
- -e 's|g\+\+|${CXX}|' \
- -e 's|^INCLUDE.+$$|INCLUDE=-I${OPENSSLINC} -I${LOCALBASE}/include/Sockets-devel|' \
- -e 's|^LIBS.+$$|LIBS=-L${OPENSSLLIB} ${PTHREAD_LIBS} -L${LOCALBASE}/lib \\|' \
- ${BUILD_WRKSRC}/${MAKEFILE}
-
-do-install:
-.for file in ${PROGRAM_FILES}
- @${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin/${PORTNAME}-${file}
-.endfor
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-IGNORE= FreeBSD prior to 500000 does not support uuid(3) required\
- for building
-.endif
-
-.for file in ${PROGRAM_FILES}
-PLIST_FILES+= bin/${PORTNAME}-${file}
-.endfor
-
-.include <bsd.port.post.mk>
diff --git a/net/btpeer/distinfo b/net/btpeer/distinfo
deleted file mode 100644
index 7c143d365d92..000000000000
--- a/net/btpeer/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (btpeer-0.2.1.tar.gz) = a38bbdcf36c55bdb18169ad5fc81d039
-SHA256 (btpeer-0.2.1.tar.gz) = e2b9c067196a07e65a8e573defecc1bb34c2c55367c55781a83f5b9bfc59f32d
-SIZE (btpeer-0.2.1.tar.gz) = 42193
diff --git a/net/btpeer/files/patch-Makefile b/net/btpeer/files/patch-Makefile
deleted file mode 100644
index ba3d5f073f6c..000000000000
--- a/net/btpeer/files/patch-Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
---- Makefile.orig Sun Sep 11 04:27:32 2005
-+++ Makefile Sun Sep 25 17:54:42 2005
-@@ -1,11 +1,11 @@
- VERSION = 0.2.1
-
- INCLUDE = -I/usr/local/include/Sockets
--CFLAGS = -Wall -g -O2 $(INCLUDE) -MD `Sockets-config`
-+CFLAGS = -Wall -g -O2 $(INCLUDE) -MD `Sockets-devel-config`
- CPPFLAGS = $(CFLAGS)
-
--LIBS = -L/usr/local/lib -lSockets \
-- -lssl -lcrypto -luuid -lSocketsEx -lpthread
-+LIBS = -L/usr/local/lib -lSockets-devel \
-+ -lssl -lcrypto -lSockets-devel -lSocketsEx-devel
-
- PROGS = newpeer inject
- # bstr
diff --git a/net/btpeer/pkg-descr b/net/btpeer/pkg-descr
deleted file mode 100644
index cadf1bf3de2c..000000000000
--- a/net/btpeer/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-[ excerpt from developer's web site ]
-
-This is a collection of classes implementing the core client
-functionality of the bittorrent protocol, in a network only
-environment. 'Network only' means that all interaction with the
-client core is done via network connections. Loading of metainfo
-files are done using a small program for file transfer into the
-client core ("inject"), status of the client is shown using a small
-internal web page server.
-
-WWW: http://www.alhem.net/project/btpeer/index.html
-
--- lioux@FreeBSD.org