aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2010-10-01 13:45:47 +0000
committerRenato Botelho <garga@FreeBSD.org>2010-10-01 13:45:47 +0000
commit8b280edc8f5b0ed58d237eacf1a79c1eeb0cc011 (patch)
tree6254b8a16b6c833b62c0c6b5806d0d232a34f24e /net-p2p
parenta4613269fdbb6285a711295f768df2f98caf00b1 (diff)
downloadports-8b280edc8f5b0ed58d237eacf1a79c1eeb0cc011.tar.gz
ports-8b280edc8f5b0ed58d237eacf1a79c1eeb0cc011.zip
Remove expired ports:
2010-10-01 net-mgmt/zabbix16-server: Development has ceased. Please upgrade to Zabbix 1.8. 2010-10-01 net-mgmt/zabbix16-agent: Development has ceased. Please upgrade to Zabbix 1.8. 2010-10-01 net-mgmt/zabbix16-frontend: Development has ceased. Please upgrade to Zabbix 1.8. 2010-10-01 net-mgmt/zabbix16-proxy: Development has ceased. Please upgrade to Zabbix 1.8. 2010-10-01 net-p2p/mutella: No longer under active development 2010-10-01 www/xpi-hit-a-hint: Development has been ceased and not compatible with Firefox > 2. 2010-10-01 www/xpi-preferential: Development has been ceased and not compatible with Firefox > 2. 2010-10-01 www/xpi-statusbarclock: Development has been ceased and not compatible with Firefox > 2.
Notes
Notes: svn path=/head/; revision=262256
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/Makefile1
-rw-r--r--net-p2p/mutella/Makefile26
-rw-r--r--net-p2p/mutella/distinfo3
-rw-r--r--net-p2p/mutella/files/patch-configure51
-rw-r--r--net-p2p/mutella/files/patch-gnudownload.cpp10
-rw-r--r--net-p2p/mutella/files/patch-gnushare.cpp10
-rw-r--r--net-p2p/mutella/files/patch-gnushare.h10
-rw-r--r--net-p2p/mutella/pkg-descr6
-rw-r--r--net-p2p/mutella/pkg-plist76
9 files changed, 0 insertions, 193 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile
index fb409fe05814..c8ed0dc02e52 100644
--- a/net-p2p/Makefile
+++ b/net-p2p/Makefile
@@ -84,7 +84,6 @@
SUBDIR += moodriver
SUBDIR += mooseekd
SUBDIR += museekplus
- SUBDIR += mutella
SUBDIR += napshare
SUBDIR += nicotine-plus
SUBDIR += opendchub
diff --git a/net-p2p/mutella/Makefile b/net-p2p/mutella/Makefile
deleted file mode 100644
index f9a8820c5bfa..000000000000
--- a/net-p2p/mutella/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: mutella
-# Date created: 2/12/2001
-# Whom: Dominic Marks <dominic.marks@btinternet.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mutella
-PORTVERSION= 0.4.5
-PORTEPOCH= 1
-CATEGORIES= net-p2p
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= gavin.atkinson@ury.york.ac.uk
-COMMENT= A command line Gnutella client
-
-DEPRECATED= No longer under active development
-EXPIRATION_DATE= 2010-10-01
-
-MAN1= mutella.1
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
- PTHREAD_LIBS="${PTHREAD_LIBS}"
-
-.include <bsd.port.mk>
diff --git a/net-p2p/mutella/distinfo b/net-p2p/mutella/distinfo
deleted file mode 100644
index e708fecf9c1b..000000000000
--- a/net-p2p/mutella/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (mutella-0.4.5.tar.gz) = 1a676eacf562e3b8de90493f99fe059c
-SHA256 (mutella-0.4.5.tar.gz) = db99dd1fa52fae87290e367862cb051ee1072c88249e73fe25a933ea73030cc4
-SIZE (mutella-0.4.5.tar.gz) = 471839
diff --git a/net-p2p/mutella/files/patch-configure b/net-p2p/mutella/files/patch-configure
deleted file mode 100644
index 588e1e676fa3..000000000000
--- a/net-p2p/mutella/files/patch-configure
+++ /dev/null
@@ -1,51 +0,0 @@
-
-$FreeBSD$
-
---- configure.orig Wed Feb 5 20:36:13 2003
-+++ configure Sat Feb 15 02:11:03 2003
-@@ -5098,16 +5098,16 @@
- fi
-
- if test $g_link_threads = no ; then
-- echo "$as_me:$LINENO: checking for pthread_create with -pthread in CFLAGS" >&5
--echo $ECHO_N "checking for pthread_create with -pthread in CFLAGS... $ECHO_C" >&6
-+ echo "$as_me:$LINENO: checking for pthread_create with ${PTHREAD_CFLAGS} in CFLAGS" >&5
-+echo $ECHO_N "checking for pthread_create with ${PTHREAD_CFLAGS} in CFLAGS... $ECHO_C" >&6
- if test "${g_cv_pthread_flag+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-
- save_LIBS="$LIBS"
- save_CFLAGS="$CFLAGS"
-- LIBS="-pthread $LIBS"
-- CFLAGS="-pthread $CFLAGS"
-+ LIBS="${PTHREAD_LIBS} $LIBS"
-+ CFLAGS="${PTHREAD_CFLAGS} $CFLAGS"
- cat >conftest.$ac_ext <<_ACEOF
- #line $LINENO "configure"
- #include "confdefs.h"
-@@ -5153,8 +5153,8 @@
- echo "${ECHO_T}$g_cv_pthread_flag" >&6
-
- if test $g_cv_pthread_flag=yes ; then
-- LTHREAD_LIBS="$LTHREAD_LIBS -pthread"
-- LTHREAD_CFLAGS="$LTHREAD_CFLAGS -pthread"
-+ LTHREAD_LIBS="$LTHREAD_LIBS ${PTHREAD_LIBS}"
-+ LTHREAD_CFLAGS="$LTHREAD_CFLAGS ${PTHREAD_CFLAGS}"
- g_link_threads=posix
- fi
- fi
-@@ -6621,13 +6621,6 @@
- else
- optimisation=false
- fi;
--if test $optimisation = true; then
-- CFLAGS="$CFLAGS -O2"
-- CXXFLAGS="$CXXFLAGS -O2"
--else
-- CFLAGS="$CFLAGS -O0"
-- CXXFLAGS="$CXXFLAGS -O0"
--fi
-
- # Check whether --enable-debug or --disable-debug was given.
- if test "${enable_debug+set}" = set; then
diff --git a/net-p2p/mutella/files/patch-gnudownload.cpp b/net-p2p/mutella/files/patch-gnudownload.cpp
deleted file mode 100644
index 3ca02cd5fbf0..000000000000
--- a/net-p2p/mutella/files/patch-gnudownload.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- mutella/gnudownload.cpp Wed Jan 22 14:48:30 2003
-+++ gnudownload.cpp.new Thu Jul 31 00:26:42 2003
-@@ -43,6 +43,7 @@
- #include "property.h"
- #include "preferences.h"
-
-+#include <assert.h>
- #include <unistd.h>
- #include <sys/ioctl.h>
- #include <sys/stat.h>
diff --git a/net-p2p/mutella/files/patch-gnushare.cpp b/net-p2p/mutella/files/patch-gnushare.cpp
deleted file mode 100644
index 7e12a6640ff2..000000000000
--- a/net-p2p/mutella/files/patch-gnushare.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- mutella/gnushare.cpp Mon Nov 18 17:04:17 2002
-+++ gnushare.cpp.new Thu Jul 31 00:12:32 2003
-@@ -44,6 +44,7 @@
- #include "gnuwordhash.h"
- #include "sha1thread.h"
-
-+#include <assert.h>
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <fcntl.h>
diff --git a/net-p2p/mutella/files/patch-gnushare.h b/net-p2p/mutella/files/patch-gnushare.h
deleted file mode 100644
index ae4df0f69a75..000000000000
--- a/net-p2p/mutella/files/patch-gnushare.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- mutella/gnushare.h Fri Nov 15 20:22:57 2002
-+++ gnushare.h.new Tue May 15 15:47:57 2007
-@@ -26,6 +26,7 @@
- #include "mthread.h"
-
- class MGnuDirector;
-+class MShareThread;
-
- class MGnuShare
- {
diff --git a/net-p2p/mutella/pkg-descr b/net-p2p/mutella/pkg-descr
deleted file mode 100644
index 6b9329683422..000000000000
--- a/net-p2p/mutella/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-This is a port of Mutella. A command line client for the Gnutella file
-sharing network.
-
-WWW: http://mutella.sourceforge.net/
-
-- Dominic Marks <dominic_marks@btinternet.com>
diff --git a/net-p2p/mutella/pkg-plist b/net-p2p/mutella/pkg-plist
deleted file mode 100644
index e3b6ba5f31cc..000000000000
--- a/net-p2p/mutella/pkg-plist
+++ /dev/null
@@ -1,76 +0,0 @@
-bin/mutella
-bin/mutella_sio
-share/mutella/remote/template/modules/connections.html
-share/mutella/remote/template/modules/header-start.html
-share/mutella/remote/template/modules/sortby.html
-share/mutella/remote/template/modules/downloads.html
-share/mutella/remote/template/modules/searchcriteria.html
-share/mutella/remote/template/modules/uploads.html
-share/mutella/remote/template/modules/filter.html
-share/mutella/remote/template/modules/searchlist.html
-share/mutella/remote/template/modules/addsearch.html
-share/mutella/remote/template/modules/footer.html
-share/mutella/remote/template/modules/shortdownloads.html
-share/mutella/remote/template/modules/connectioninfo.html
-share/mutella/remote/template/modules/header-end.html
-share/mutella/remote/template/modules/shortuploads.html
-share/mutella/remote/template/images/addtransfer-16x16.gif
-share/mutella/remote/template/images/addtransfer-32x32.gif
-share/mutella/remote/template/images/bar-aqua-16x16.gif
-share/mutella/remote/template/images/bar-aqua-27x27.gif
-share/mutella/remote/template/images/bar-trans-16x16.gif
-share/mutella/remote/template/images/bar-trans-27x27.gif
-share/mutella/remote/template/images/blip-blue.gif
-share/mutella/remote/template/images/blip-gray.gif
-share/mutella/remote/template/images/blip-green.gif
-share/mutella/remote/template/images/blip-red.gif
-share/mutella/remote/template/images/bullet-yellow-12x12.gif
-share/mutella/remote/template/images/bullet-red-12x12.gif
-share/mutella/remote/template/images/bullet-pale-yellow-12x12.gif
-share/mutella/remote/template/images/clear-16x16.gif
-share/mutella/remote/template/images/clear-32x32.gif
-share/mutella/remote/template/images/connections-64x64.gif
-share/mutella/remote/template/images/event-64x64.gif
-share/mutella/remote/template/images/exit-64x64.gif
-share/mutella/remote/template/images/info-16x16.gif
-share/mutella/remote/template/images/info-32x32.gif
-share/mutella/remote/template/images/kill-16x16.gif
-share/mutella/remote/template/images/kill-32x32.gif
-share/mutella/remote/template/images/mutella-100x130.gif
-share/mutella/remote/template/images/mutella-logo-100x130.gif
-share/mutella/remote/template/images/overview-64x64.gif
-share/mutella/remote/template/images/pixel-b.gif
-share/mutella/remote/template/images/pixel-t.gif
-share/mutella/remote/template/images/pixel-w.gif
-share/mutella/remote/template/images/rename-16x16.gif
-share/mutella/remote/template/images/rename-32x32.gif
-share/mutella/remote/template/images/searches-64x64.gif
-share/mutella/remote/template/images/searches-filt-64x64.gif
-share/mutella/remote/template/images/status-64x64.gif
-share/mutella/remote/template/images/stop-16x16.gif
-share/mutella/remote/template/images/stop-32x32.gif
-share/mutella/remote/template/images/transfers-64x64.gif
-share/mutella/remote/template/confirm.html
-share/mutella/remote/template/connections.html
-share/mutella/remote/template/edit.html
-share/mutella/remote/template/index.html
-share/mutella/remote/template/log.html
-share/mutella/remote/template/message.html
-share/mutella/remote/template/move.html
-share/mutella/remote/template/mutella-remote.css
-share/mutella/remote/template/modules/results-detail.html
-share/mutella/remote/template/modules/results-grouped-body.html
-share/mutella/remote/template/modules/results-grouped-head.html
-share/mutella/remote/template/modules/results-ungrouped-body.html
-share/mutella/remote/template/modules/results-ungrouped-head.html
-share/mutella/remote/template/overview.html
-share/mutella/remote/template/results.html
-share/mutella/remote/template/searches.html
-share/mutella/remote/template/settings.html
-share/mutella/remote/template/transfers.html
-share/mutella/remote/template/varhelp.html
-@dirrm share/mutella/remote/template/modules
-@dirrm share/mutella/remote/template/images
-@dirrm share/mutella/remote/template
-@dirrm share/mutella/remote
-@dirrm share/mutella