summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2010-10-14 11:36:43 +0000
committerRenato Botelho <garga@FreeBSD.org>2010-10-14 11:36:43 +0000
commita25957646624310cdca618a299703bdb73e6f48a (patch)
tree314f4cc5e28076014ad8d561bd20a6f6462447c6 /net-p2p
parent- Update to 0.6.49 (diff)
Remove expired ports:
2010-10-14 devel/p5-P4: Depends of p5-P4-Client, which is DEPRECATED. 2010-01-08 devel/p5-P4-Client: has been broken for 11 months 2010-10-14 net-p2p/btpeer: Does not build with net/Sockets and is unmaintained. 2009-07-01 net-mgmt/net-snmp4: Use net-mgmt/net-snmp port instead 2010-10-14 net/gkrellm_snmp: Depends of net-snmp4, that is deprecated also and will be removed soon. 2010-10-14 net/Sockets-devel: Older than net/Sockets and unmaintained.
Notes
Notes: svn path=/head/; revision=262994
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/Makefile1
-rw-r--r--net-p2p/btpeer/Makefile52
-rw-r--r--net-p2p/btpeer/distinfo3
-rw-r--r--net-p2p/btpeer/files/patch-Makefile17
-rw-r--r--net-p2p/btpeer/pkg-descr11
5 files changed, 0 insertions, 84 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile
index c8ed0dc02e52..f2fc9881468f 100644
--- a/net-p2p/Makefile
+++ b/net-p2p/Makefile
@@ -11,7 +11,6 @@
SUBDIR += bittyrant
SUBDIR += bnbt
SUBDIR += btpd
- SUBDIR += btpeer
SUBDIR += btqueue
SUBDIR += cdonkey
SUBDIR += createtorrent
diff --git a/net-p2p/btpeer/Makefile b/net-p2p/btpeer/Makefile
deleted file mode 100644
index cde008d0b0cc..000000000000
--- a/net-p2p/btpeer/Makefile
+++ /dev/null
@@ -1,52 +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-p2p
-MASTER_SITES= http://www.alhem.net/project/btpeer/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Client functionality of bittorrent protocol, network only environment
-
-DEPRECATED= Does not build with net/Sockets and is unmaintained.
-EXPIRATION_DATE=2010-10-14
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/libSockets-devel.a:${PORTSDIR}/net/Sockets-devel
-
-USE_GMAKE= yes
-USE_OPENSSL= yes
-WITH_OPENSSL_BASE= 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}
-
-.for f in ${PROGRAM_FILES}
-PLIST_FILES+= bin/${PORTNAME}-${f}
-.endfor
-
-do-install:
-.for f in ${PROGRAM_FILES}
- @${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin/${PORTNAME}-${f}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/net-p2p/btpeer/distinfo b/net-p2p/btpeer/distinfo
deleted file mode 100644
index 7c143d365d92..000000000000
--- a/net-p2p/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-p2p/btpeer/files/patch-Makefile b/net-p2p/btpeer/files/patch-Makefile
deleted file mode 100644
index ba3d5f073f6c..000000000000
--- a/net-p2p/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-p2p/btpeer/pkg-descr b/net-p2p/btpeer/pkg-descr
deleted file mode 100644
index 728ee50e9d19..000000000000
--- a/net-p2p/btpeer/pkg-descr
+++ /dev/null
@@ -1,11 +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