aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-11-18 13:54:17 +0000
committerRene Ladan <rene@FreeBSD.org>2013-11-18 13:54:17 +0000
commitdc20ad9d059926bc7a99b642fdabd40165f7821e (patch)
tree8bbe6309fbfd817c5f4e580937a797191f79eb88 /net-p2p
parent096910598200334a7a523321dde44db04eb9aac8 (diff)
downloadports-dc20ad9d059926bc7a99b642fdabd40165f7821e.tar.gz
ports-dc20ad9d059926bc7a99b642fdabd40165f7821e.zip
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/Makefile1
-rw-r--r--net-p2p/mooseekd/Makefile28
-rw-r--r--net-p2p/mooseekd/distinfo2
-rw-r--r--net-p2p/mooseekd/files/patch-mooseekal-ClientConnection.cc15
-rw-r--r--net-p2p/mooseekd/pkg-descr3
-rw-r--r--net-p2p/mooseekd/pkg-plist8
6 files changed, 0 insertions, 57 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile
index d9ccec053808..2688060be1a8 100644
--- a/net-p2p/Makefile
+++ b/net-p2p/Makefile
@@ -60,7 +60,6 @@
SUBDIR += mldonkey-gui
SUBDIR += mldonkey-perlreactor
SUBDIR += mldonkey-urlslave
- SUBDIR += mooseekd
SUBDIR += museekplus
SUBDIR += napshare
SUBDIR += ncdc
diff --git a/net-p2p/mooseekd/Makefile b/net-p2p/mooseekd/Makefile
deleted file mode 100644
index 9d97766d7b8b..000000000000
--- a/net-p2p/mooseekd/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Created by: Roman Bogorodskiy <novel@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= mooseekd
-PORTVERSION= 0.05
-PORTREVISION= 1
-CATEGORIES= net-p2p
-MASTER_SITES= http://files.backtrace.info/releases/mooseekd/
-
-MAINTAINER= novel@FreeBSD.org
-COMMENT= A daemon to connect to the Soulseek network
-
-DEPRECATED= Broken for more than 6 month
-EXPIRATION_DATE= 2013-11-18
-
-LIB_DEPENDS= xml\\+\\+-2.6.2:${PORTSDIR}/textproc/libxml++26
-
-BROKEN= checksum mismatch
-
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-LDFLAGS+= -L${LOCALBASE}/lib
-CXXFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-USE_FAM= yes
-USES= iconv
-
-NO_STAGE= yes
-.include <bsd.port.mk>
diff --git a/net-p2p/mooseekd/distinfo b/net-p2p/mooseekd/distinfo
deleted file mode 100644
index 1d8d20234cec..000000000000
--- a/net-p2p/mooseekd/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mooseekd-0.05.tar.bz2) = 1789189e6863bda6dec7635fdea1090d3579d719da67f1e4872db931e359eb4e
-SIZE (mooseekd-0.05.tar.bz2) = 348461
diff --git a/net-p2p/mooseekd/files/patch-mooseekal-ClientConnection.cc b/net-p2p/mooseekd/files/patch-mooseekal-ClientConnection.cc
deleted file mode 100644
index f65a0fc2e9dd..000000000000
--- a/net-p2p/mooseekd/files/patch-mooseekal-ClientConnection.cc
+++ /dev/null
@@ -1,15 +0,0 @@
---- mooseekal/ClientConnection.cc.orig Sun Jul 30 10:18:08 2006
-+++ mooseekal/ClientConnection.cc Sun Jul 30 10:20:02 2006
-@@ -228,7 +228,12 @@
- outbuf.pop();
- }
-
-+// FreeBSD 5.x and older doesn't support MSG_NOSIGNAL
-+#ifdef MSG_NOSIGNAL
- j = ::send (sock, data, i, MSG_NOSIGNAL);
-+#else
-+ j = ::send (sock, data, i, 0);
-+#endif // MSG_NOSIGNAL
-
- errno = 0;
- if (j < 0) {
diff --git a/net-p2p/mooseekd/pkg-descr b/net-p2p/mooseekd/pkg-descr
deleted file mode 100644
index df3285882a46..000000000000
--- a/net-p2p/mooseekd/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-mooseekd is a partial fork of Museek+, containing only the standalone
-daemon needed to connect to the Soulseek P2P network. Naming has been
-changed so as not to clash with an existing Museek+/museekd installation.
diff --git a/net-p2p/mooseekd/pkg-plist b/net-p2p/mooseekd/pkg-plist
deleted file mode 100644
index ebf4a666fbf6..000000000000
--- a/net-p2p/mooseekd/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $FreeBSD$
-bin/mooscan
-bin/mooscand
-bin/mooseekd
-bin/moosetup
-%%DATADIR%%/mooseekd/config.xml.tmpl
-@dirrm %%DATADIR%%/mooseekd
-@dirrm %%DATADIR%%