diff options
Diffstat (limited to 'net-p2p')
264 files changed, 0 insertions, 5229 deletions
diff --git a/net-p2p/dclib/Makefile b/net-p2p/dclib/Makefile deleted file mode 100644 index 2990c194cf69..000000000000 --- a/net-p2p/dclib/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: dclib -# Date created: Wed 10 Jul 2002 -# Whom: Sverrir Valgeirsson <e96sv@yahoo.se> and -# Amar Takhar <verm@drunkmonk.net> et al -# -# $FreeBSD$ -# - -PORTNAME= dclib -PORTVERSION= 0.1.11 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://ftp.kde.com/Networking_Internet/File_Sharing/Direct_Connect_4_Linux/ \ - http://download.berlios.de/dcgui/ \ - ftp://ftp.kde.com/Networking_Internet/File_Sharing/Direct_Connect_4_Linux/ \ - http://dc.ketelhot.de/files/dcgui/unstable/source/ -MASTER_SITE_SUBDIR= dc-gui -DISTNAME= dclib-0.1beta11 - -MAINTAINER= e96sv@yahoo.se - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - xml2.5:${PORTSDIR}/textproc/libxml2 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-xml-prefix=${LOCALBASE} -INSTALLS_SHLIB= yes - -post-patch: -# fix libxml2 test -# and, do not add optimizations because it might break some ARCHs, e.g., -# alpha - - @${REINPLACE_CMD} -e 's@xmlversion.h@libxml/xmlversion.h@; \ - s@-O2@@; \ - s@%%LOCALBASE%%@${LOCALBASE}@g' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} - @${REINPLACE_CMD} -e "s@Lu@llu@g" \ - ${WRKSRC}/dclib/cstring.cpp \ - ${WRKSRC}/dclib/cquerymanager.cpp -# malloc.h is deprecated in favor of stdlib.h - @${FIND} ${WRKSRC} -type f -name "*.cpp" -o -name "*.h" | \ - ${XARGS} -n 10 ${REINPLACE_CMD} 's|malloc\.h|stdlib.h|' - -.include <bsd.port.mk> diff --git a/net-p2p/dclib/distinfo b/net-p2p/dclib/distinfo deleted file mode 100644 index a1846ad28d4e..000000000000 --- a/net-p2p/dclib/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dclib-0.1beta11.tar.bz2) = 1105c521ca69230e0bcbb2d03ef5cd7f diff --git a/net-p2p/dclib/pkg-comment b/net-p2p/dclib/pkg-comment deleted file mode 100644 index 9604400ead55..000000000000 --- a/net-p2p/dclib/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Direct connect interface library for dcgui diff --git a/net-p2p/dclib/pkg-descr b/net-p2p/dclib/pkg-descr deleted file mode 100644 index e2357690524b..000000000000 --- a/net-p2p/dclib/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is a library for the Direct Connect system. It is used by the -dcgui (net/dcgui) port. - -WWW: http://dc.ketelhot.de/ - -- sverrir -e96sv@yahoo.se diff --git a/net-p2p/dclib/pkg-plist b/net-p2p/dclib/pkg-plist deleted file mode 100644 index 2905a79ea365..000000000000 --- a/net-p2p/dclib/pkg-plist +++ /dev/null @@ -1,38 +0,0 @@ -include/dclib/casyncdns.h -include/dclib/cbase64.h -include/dclib/cbytearray.h -include/dclib/cbz.h -include/dclib/ccallback.h -include/dclib/cclient.h -include/dclib/cconfig.h -include/dclib/cconnection.h -include/dclib/cdir.h -include/dclib/cdownloadmanager.h -include/dclib/cdownloadqueue.h -include/dclib/cencrypt.h -include/dclib/cfilemanager.h -include/dclib/che3.h -include/dclib/chttp.h -include/dclib/chubsearch.h -include/dclib/clist.h -include/dclib/clisten.h -include/dclib/cmd4.h -include/dclib/cmd5.h -include/dclib/cmessagehandler.h -include/dclib/cobject.h -include/dclib/cquerymanager.h -include/dclib/cservermanager.h -include/dclib/csingleton.h -include/dclib/csocket.h -include/dclib/cstring.h -include/dclib/cstringlist.h -include/dclib/cthread.h -include/dclib/ctransfer.h -include/dclib/cxml.h -include/dclib/dcobject.h -include/dclib/dcos.h -lib/libdc.a -lib/libdc.la -lib/libdc.so -lib/libdc.so.0 -@dirrm include/dclib diff --git a/net-p2p/dctc-gui-qt/Makefile b/net-p2p/dctc-gui-qt/Makefile deleted file mode 100644 index a5eabf4fbc1c..000000000000 --- a/net-p2p/dctc-gui-qt/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: dctc qt gui -# Date created: Sun Jul 28 7:00:43 UTC 2002 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= dctc -PORTVERSION= 0.0.3 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= dc-qt -PKGNAMESUFFIX= -gui-qt -DISTNAME= dc-qt-${PORTVERSION} - -MAINTAINER= lioux@FreeBSD.org - -RUN_DEPENDS= dctc:${PORTSDIR}/net/dctc - -USE_QT_VER= 3 -USE_REINPLACE= yes -MAKE_ENV= QTDIR="${QTDIR}" - -QTDIR?= ${X11BASE} -QMAKE?= ${X11BASE}/bin/qmake - -post-patch: - @${REINPLACE_CMD} -E -e 's|"hublist|"dc_hublist|' \ - ${WRKSRC}/dc_hub.cc - -do-configure: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} dc_qt.pro - -post-configure: -# uphold CC/CXX/CFLAGS -# link against correct qt lib - @${REINPLACE_CMD} -E -e 's|^CC.+$$|CC=${CC}|; \ - s|^CXX[[:space:]]*=.*$$|CXX=${CXX}|; \ - s|^(CFLAGS.+)$$|\1 ${PTHREAD_CFLAGS}|; \ - s|-lqt |-lqt-mt ${PTHREAD_LIBS:S/"//g} |' \ - ${WRKSRC}/Makefile - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/dc_qt ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/net-p2p/dctc-gui-qt/distinfo b/net-p2p/dctc-gui-qt/distinfo deleted file mode 100644 index 3e7aeb93af11..000000000000 --- a/net-p2p/dctc-gui-qt/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dc-qt-0.0.3.tar.gz) = 76842bd41b0ed7729617412fb2cb2ac2 diff --git a/net-p2p/dctc-gui-qt/files/patch-dc_qt.cc b/net-p2p/dctc-gui-qt/files/patch-dc_qt.cc deleted file mode 100644 index e041ff3f7839..000000000000 --- a/net-p2p/dctc-gui-qt/files/patch-dc_qt.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- dc_qt.cc.orig Sun Jul 28 02:42:28 2002 -+++ dc_qt.cc Sun Jul 28 02:45:12 2002 -@@ -296,6 +296,8 @@ - if (ok) - cur_hub->send_command(text); - } -+#else -+void dc_main_window::send_command() {} - #endif - - void dc_main_window::clear_user_list() diff --git a/net-p2p/dctc-gui-qt/pkg-comment b/net-p2p/dctc-gui-qt/pkg-comment deleted file mode 100644 index 8b94032180f1..000000000000 --- a/net-p2p/dctc-gui-qt/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Qt GUI for the Direct Connect (TM) dctc text client diff --git a/net-p2p/dctc-gui-qt/pkg-descr b/net-p2p/dctc-gui-qt/pkg-descr deleted file mode 100644 index b2bbd6979dd6..000000000000 --- a/net-p2p/dctc-gui-qt/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A Qt GUI for the Direct Connect (TM) dctc text client. - -WWW: http://sourceforge.net/projects/dc-qt/ diff --git a/net-p2p/dctc-gui-qt/pkg-plist b/net-p2p/dctc-gui-qt/pkg-plist deleted file mode 100644 index d2bf6d87d857..000000000000 --- a/net-p2p/dctc-gui-qt/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/dc_qt diff --git a/net-p2p/dctc-gui/Makefile b/net-p2p/dctc-gui/Makefile deleted file mode 100644 index 1bda70b75616..000000000000 --- a/net-p2p/dctc-gui/Makefile +++ /dev/null @@ -1,92 +0,0 @@ -# New ports collection makefile for: GUI to Direct Connect Text Client -# Date created: Thu Nov 22 00:34:48 BRST 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= dctc -PORTVERSION= 0.65 -PORTREVISION= 1 -CATEGORIES= net gnome -MASTER_SITES= http://unixpages.org/distfiles/ \ - http://ac2i.tzo.com/dctc/ -PKGNAMESUFFIX= -gui -DISTNAME= dc_gui-${PORTVERSION} - -MAINTAINER= lioux@FreeBSD.org - -BUILD_DEPENDS= dctc:${PORTSDIR}/net/dctc -LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4 \ - intl.4:${PORTSDIR}/devel/gettext - -USE_X_PREFIX= yes -USE_GNOMENG= yes -USE_GNOME= gnomehack gnomelibs gnomeprefix -USE_XLIB= yes -USE_REINPLACE= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -CONFIGURE_ARGS= --with-gnome=${X11BASE} \ - --with-gtk-prefix=${LOCALBASE} \ - --enable-manual-db-detect \ - --with-libiconv-prefix=${LOCALBASE} - -ADDITIONAL_SRCS= sig_chld.c -# -DOC_FILES= COPYING ChangeLog README TODO - -post-extract: -.for file in ${ADDITIONAL_SRCS} - @${CP} ${FILESDIR}/${file} ${WRKSRC}/src -.endfor - -post-patch: - @${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 -x ${REINPLACE_CMD} -E -e \ - 's|ldb-4.0|ldb4|; \ - s|<(db.h>)|<db4/\1|' - @${REINPLACE_CMD} -E -e 's|(hublist)|dc_\1|' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} - @${REINPLACE_CMD} -E -e \ - 's|(hublist)(.+argv)|dc_\1\2|' \ - ${WRKSRC}/src/init_fnc.c -# XXX - revise at every port update - @${REINPLACE_CMD} -e "s|%'|%|g" ${WRKSRC}/src/*.c -# @${REINPLACE_CMD} -E -e \ -# 's|%lf|%f|; \ -# s|(%\.[[:digit:]])lf|\1f|' \ -# ${WRKSRC}/src/*.c -# clean up so as to not break installation - @${FIND} ${WRKSRC} -type f \ - -name "*.bak" \ - | ${XARGS} -n 10 -x ${RM} -# add sigchld handler -.for file in ${ADDITIONAL_SRCS} - @${REINPLACE_CMD} -E -e \ - 's|^(dc_gui_SOURCES.+)$$|\1 ${file}|; \ - s|^(dc_gui_OBJECTS[^\\]+)(\\*)$$|\1 ${file:S/.c$/.o/} \2|' \ - ${WRKSRC}/src/Makefile.in -.endfor -# disable GNU auto* tools - @${FIND} ${WRKSRC} -type f -name "Makefile.in" | ${XARGS} \ - -x -n 10 ${REINPLACE_CMD} -E -e \ - 's!^(ACLOCAL|AUTOCONF|AUTOMAKE|AUTOHEADER).+$$!\1=${TRUE}!' - -post-configure: - @${ECHO_CMD} '#ifndef MSG_NOSIGNAL' >> ${CONFIGURE_WRKSRC}/config.h - @${ECHO_CMD} '# define MSG_NOSIGNAL 0' >> ${CONFIGURE_WRKSRC}/config.h - @${ECHO_CMD} '#endif' >> ${CONFIGURE_WRKSRC}/config.h - @${ECHO_CMD} '#include <sys/param.h>' >> ${CONFIGURE_WRKSRC}/config.h - @${ECHO_CMD} '#ifndef SEMVMX' >> ${WRKSRC}/config.h - @${ECHO_CMD} '#define SEMVMX 32767' >> ${WRKSRC}/config.h - @${ECHO_CMD} '#endif' >> ${WRKSRC}/config.h - -post-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR}${PKGNAMESUFFIX} -.for file in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}${PKGNAMESUFFIX} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/net-p2p/dctc-gui/distinfo b/net-p2p/dctc-gui/distinfo deleted file mode 100644 index c9ec335a0635..000000000000 --- a/net-p2p/dctc-gui/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dc_gui-0.65.tar.gz) = 282c566d025a4a3e4580868a96437243 diff --git a/net-p2p/dctc-gui/files/patch-src::callbacks.c b/net-p2p/dctc-gui/files/patch-src::callbacks.c deleted file mode 100644 index 3c0ad2c3e398..000000000000 --- a/net-p2p/dctc-gui/files/patch-src::callbacks.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/callbacks.c.orig Sun Nov 17 21:18:28 2002 -+++ src/callbacks.c Sun Nov 17 21:19:26 2002 -@@ -14,7 +14,8 @@ - #include <dirent.h> - #include <gdk/gdkkeysyms.h> - #include <gdk/gdk.h> --#include <linux/sem.h> -+#include <sys/ipc.h> -+#include <sys/sem.h> - #include <gnome.h> - #include <glib.h> - #include <time.h> diff --git a/net-p2p/dctc-gui/files/patch-src::init_fnc.c b/net-p2p/dctc-gui/files/patch-src::init_fnc.c deleted file mode 100644 index 3eca24060609..000000000000 --- a/net-p2p/dctc-gui/files/patch-src::init_fnc.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/init_fnc.c.orig Sun Nov 17 21:19:50 2002 -+++ src/init_fnc.c Sun Nov 17 21:20:39 2002 -@@ -12,7 +12,8 @@ - #include <sys/types.h> - #include <sys/stat.h> - #include <sys/wait.h> --#include <linux/sem.h> /* for the value of SEMVMX */ -+#include <sys/ipc.h> -+#include <sys/sem.h> /* for the value of SEMVMX */ - #include <dirent.h> - #include <string.h> - #include <errno.h> diff --git a/net-p2p/dctc-gui/files/patch-src::main.c b/net-p2p/dctc-gui/files/patch-src::main.c deleted file mode 100644 index f530ccac3963..000000000000 --- a/net-p2p/dctc-gui/files/patch-src::main.c +++ /dev/null @@ -1,36 +0,0 @@ ---- src/main.c.orig Mon Nov 18 23:53:50 2002 -+++ src/main.c Mon Nov 18 23:55:01 2002 -@@ -43,6 +43,9 @@ - GtkWidget *done_popup=NULL; - GtkWidget *fav_popup=NULL; - -+/* sigchld handling */ -+extern void sig_chld(int); -+ - /* this string is "$HOME/.dctc" */ - GString *dctc_main_dir=NULL; - -@@ -289,11 +292,9 @@ - sigset_t set; - - /* ignore SIGPIPE */ -- /* ignore SIGCHLD */ - /* ignore SIGHUP */ - sigemptyset(&set); - sigaddset(&set,SIGPIPE); -- sigaddset(&set,SIGCHLD); - sigaddset(&set,SIGHUP); - act.sa_handler=SIG_IGN; - act.sa_mask=set; -@@ -301,8 +302,10 @@ - - sigprocmask(SIG_UNBLOCK,&set,NULL); - sigaction(SIGPIPE,&act,NULL); -- sigaction(SIGCHLD,&act,NULL); - sigaction(SIGHUP,&act,NULL); -+ -+ /* handle SIGCHLD */ -+ signal(SIGCHLD, sig_chld); /* Prevents zombies */ - } - - static void start_dctc_client_from_huburl(char *dchub_url,char *profile) diff --git a/net-p2p/dctc-gui/files/sig_chld.c b/net-p2p/dctc-gui/files/sig_chld.c deleted file mode 100644 index 74b4a4afc53a..000000000000 --- a/net-p2p/dctc-gui/files/sig_chld.c +++ /dev/null @@ -1,53 +0,0 @@ -/* - * Copyright (c) 2000, 2001, 2002 - * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - * - * $FreeBSD - */ - -#include <sys/types.h> -#include <sys/wait.h> -/* -#include <sys/time.h> -#include <sys/resource.h> -*/ - -/* - * SIGCHLD handler - * - * Let's take care of our children. - * Otherwise, they may get involved with bad ppl - * and become zombies. - */ -void -sig_chld(int signo) -{ - pid_t pid; - int stat; - - while ( (pid = waitpid(-1, &stat, WNOHANG)) > 0); - - return; -} diff --git a/net-p2p/dctc-gui/pkg-comment b/net-p2p/dctc-gui/pkg-comment deleted file mode 100644 index b35a3b47c722..000000000000 --- a/net-p2p/dctc-gui/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A GUI to DirectConnect (www.neo-modus.com) text client diff --git a/net-p2p/dctc-gui/pkg-descr b/net-p2p/dctc-gui/pkg-descr deleted file mode 100644 index 599aca4cb3d6..000000000000 --- a/net-p2p/dctc-gui/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -[ from developer's site] - -This is a Graphical User Interface for DCTC - -I. What is DCTC -DCTC is a Direct Connect clone, a windoz client allowing users to -share their files and talk (like IRC but more software sharing -oriented) using a proprietary protocol. - -DCTC stands for Direct Connect Text Client. - -II. What is not DCTC -DCTC is written from scratch without any help from neo-modus using -our experience of hotline protocol. - -DCTC is not designed to be used by human. It doesn't contains any -GUI or CLI. The goal of this project is to build a Direct Connect -client which can be used by other programs. So even if you can enter -command using the keyboard, don't say the human interface is poor. - -WWW: http://ac2i.tzo.com/dctc/ diff --git a/net-p2p/dctc-gui/pkg-plist b/net-p2p/dctc-gui/pkg-plist deleted file mode 100644 index 455c8cb1185d..000000000000 --- a/net-p2p/dctc-gui/pkg-plist +++ /dev/null @@ -1,38 +0,0 @@ -bin/dc_gui -%%PORTDOCS%%share/doc/dctc-gui/COPYING -%%PORTDOCS%%share/doc/dctc-gui/ChangeLog -%%PORTDOCS%%share/doc/dctc-gui/README -%%PORTDOCS%%share/doc/dctc-gui/TODO -share/gnome/help/dc_gui/C/index.html -share/gnome/help/dc_gui/C/topic.dat -share/gnome/help/dc_gui/es/index.html -share/gnome/help/dc_gui/es/topic.dat -share/gnome/help/dc_gui/nl/index.html -share/gnome/help/dc_gui/nl/topic.dat -share/gnome/pixmaps/dc_gui/icon_folder_add.xpm -share/gnome/pixmaps/dc_gui/icon_folder_del.xpm -share/gnome/pixmaps/dc_gui/icon_kill.xpm -share/gnome/pixmaps/dc_gui/icon_refresh.xpm -share/gnome/pixmaps/dc_gui/icon_remove_all.xpm -share/gnome/pixmaps/dc_gui/icon_remove_selected.xpm -share/locale/de/LC_MESSAGES/dc_gui.mo -share/locale/fr/LC_MESSAGES/dc_gui.mo -share/locale/nl/LC_MESSAGES/dc_gui.mo -share/locale/sv/LC_MESSAGES/dc_gui.mo -@unexec %D/share/locale/sv/LC_MESSAGES 2>/dev/null || true -@unexec %D/share/locale/sv 2>/dev/null || true -@unexec %D/share/locale/nl/LC_MESSAGES 2>/dev/null || true -@unexec %D/share/locale/nl 2>/dev/null || true -@unexec %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true -@unexec %D/share/locale/fr 2>/dev/null || true -@unexec %D/share/locale/de/LC_MESSAGES 2>/dev/null || true -@unexec %D/share/locale/de 2>/dev/null || true -@dirrm share/gnome/pixmaps/dc_gui -@unexec rmdir %D/share/gnome/help/dc_gui/nl/images 2>/dev/null || true -@dirrm share/gnome/help/dc_gui/nl -@unexec rmdir %D/share/gnome/help/dc_gui/es/images 2>/dev/null || true -@dirrm share/gnome/help/dc_gui/es -@unexec rmdir %D/share/gnome/help/dc_gui/C/images 2>/dev/null || true -@dirrm share/gnome/help/dc_gui/C -@dirrm share/gnome/help/dc_gui -%%PORTDOCS%%@dirrm share/doc/dctc-gui diff --git a/net-p2p/dctc/Makefile b/net-p2p/dctc/Makefile deleted file mode 100644 index 6cbf1c148c51..000000000000 --- a/net-p2p/dctc/Makefile +++ /dev/null @@ -1,113 +0,0 @@ -# New ports collection makefile for: Direct Connect Text Client -# Date created: Thu Nov 22 00:19:27 BRST 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= dctc -PORTVERSION= 0.83.8 -CATEGORIES= net -MASTER_SITES= http://unixpages.org/distfiles/ \ - http://ac2i.tzo.com/dctc/ -DISTNAME= ${PORTNAME}-${PORTVERSION} - -MAINTAINER= lioux@FreeBSD.org - -BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend -LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4 \ - gnugetopt.1:${PORTSDIR}/devel/libgnugetopt - -USE_GNOMENG= yes -USE_GNOME= glib12 -USE_PERL5_RUN= yes -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ - ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt \ - ${PTHREAD_LIBS:S/"//g}" -CONFIGURE_ARGS= --enable-manual-db-detect -MANCOMPRESSED= no - -MAN1= dctc.1 - -DCTC_BINS= dctc dctc_cmd -DOC_DIRS= Documentation Documentation/DCextensions -DOC_FILES= COPYING ChangeLog INSTALL README \ - KNOWN_BUGS TODO \ - Documentation/BerkeleyDB \ - Documentation/BerkeleyDB.nl \ - Documentation/DCextensions/p2p_capabilities \ - Documentation/DCextensions/p2p_capabilities.nl \ - Documentation/DCextensions/search_by_content \ - Documentation/DCextensions/search_by_content.nl \ - Documentation/GDL.nl \ - Documentation/GDL Documentation/VAR \ - Documentation/LS_cache Documentation/UNODE.nl \ - Documentation/LS_cache.nl \ - Documentation/VAR.nl \ - Documentation/UNODE Documentation/Vshare \ - Documentation/Vshare.nl \ - Documentation/commands \ - Documentation/commands.nl \ - Documentation/programs.nl \ - Documentation/programs.pl \ - Documentation/output.nl \ - Documentation/output Documentation/programs - -post-extract: - @${CP} ${FILESDIR}/lp_mutex.c ${WRKSRC}/src - -post-patch: -.for file in ${DOC_FILES} - @${REINPLACE_CMD} -E -e 's|(hublist)|dc_\1|' ${WRKSRC}/${file} -.endfor - @${REINPLACE_CMD} -E -e \ - 's/(LOCK.*)\(inet_ntoa\)/\1(inet_lock_ntoa)/' \ - ${WRKSRC}/src/* - @${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 \ - ${REINPLACE_CMD} -E -e \ - 's|<(db.h>)|<db4/\1|' - @${REINPLACE_CMD} -E -e 's|(db)-|\1|g;s|db4\.0|db4|g' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} - @${REINPLACE_CMD} -E -e 's|/usr/bin/env perl|${PERL}|' \ - ${WRKSRC}/GDLjoiner - @${REINPLACE_CMD} -E -e \ - 's|^(dctc_SOURCES.+)$$|\1 lp_mutex.c|; \ - s|^(dctc_OBJECTS[^\\]+)(\\*)$$|\1 lp_mutex.o \2|' \ - ${WRKSRC}/src/Makefile.in - -pre-build: - @${ECHO_CMD} '#ifndef MSG_NOSIGNAL' >> ${CONFIGURE_WRKSRC}/config.h - @${ECHO_CMD} '# define MSG_NOSIGNAL 0' >> ${CONFIGURE_WRKSRC}/config.h - @${ECHO_CMD} '#endif' >> ${CONFIGURE_WRKSRC}/config.h - @${ECHO_CMD} '#ifndef ENODATA' >> ${CONFIGURE_WRKSRC}/config.h - @${ECHO_CMD} '# define ENODATA ENOMSG' >> ${CONFIGURE_WRKSRC}/config.h - @${ECHO_CMD} '#endif' >> ${CONFIGURE_WRKSRC}/config.h - @${ECHO_CMD} '#define HAVE_SYS_PARAM_H 1' >> ${CONFIGURE_WRKSRC}/config.h -# disable GNU auto* tools - @${FIND} ${WRKSRC} -type f -name "Makefile" | ${XARGS} \ - -n 10 ${REINPLACE_CMD} -E -e \ - 's! (autoconf|autoheader|automake|aclocal)$$! ${TRUE}!' - -do-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for dir in ${DOC_DIRS} - @${MKDIR} ${DOCSDIR}/${dir} -.endfor -.for file in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}/${file} -.endfor -.endif - @${MKDIR} ${PREFIX}/share/${PORTNAME} - @${INSTALL_SCRIPT} ${WRKSRC}/GDLjoiner \ - ${PREFIX}/share/${PORTNAME} - @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 - @${INSTALL_PROGRAM} ${WRKSRC}/src/hublist ${PREFIX}/bin/dc_hublist -.for file in ${DCTC_BINS} - @${INSTALL_PROGRAM} ${WRKSRC}/src/${file} ${PREFIX}/bin -.endfor - -.include <bsd.port.mk> diff --git a/net-p2p/dctc/distinfo b/net-p2p/dctc/distinfo deleted file mode 100644 index 0703cf31a90f..000000000000 --- a/net-p2p/dctc/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dctc-0.83.8.tar.gz) = 10f58a5670659d36e87904b3493cf426 diff --git a/net-p2p/dctc/files/lp_mutex.c b/net-p2p/dctc/files/lp_mutex.c deleted file mode 100644 index 2c76d0aaea55..000000000000 --- a/net-p2p/dctc/files/lp_mutex.c +++ /dev/null @@ -1,122 +0,0 @@ -/* - * Copyright (c) 2000, 2001, 2002 - * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - * - * $FreeBSD - */ - - -#ifdef HAVE_CONFIG_H -# include <config.h> -#endif - -#ifdef HAVE_SYS_PARAM_H -# include <sys/param.h> -#endif - -#include <stdlib.h> - -#ifdef _THREAD_SAFE -# include <pthread.h> - -/* - * Use a mutex under BSD systems to avoid problems with semaphores - * blocking all the threads since BSD have MIT pthreads user space - * threads. If not BSD, use some stubs that do nothing. Since these - * stubs are empty, most modern compilers will simply add a NOP at - * the calling point. - */ -# if (defined(BSD) && (BSD >= 199103)) -int -lp_mutex_init_ (pthread_mutex_t ** mutex, - const pthread_mutexattr_t *attr) -{ - pthread_mutex_t * mutex_temp; - - if ( (mutex_temp = \ - (pthread_mutex_t *) malloc (sizeof(pthread_mutex_t))) ) { - - if ( (pthread_mutex_init(mutex_temp, attr)) == 0) { - - (*mutex) = mutex_temp; - return (1); - } else { - return (0); - } - } else { - /* Not enough memory */ - return (-1); - } -} - -int -lp_mutex_lock_ (pthread_mutex_t * mutex) -{ - if ( (pthread_mutex_lock(mutex)) == 0) { - return (1); - } else { - return (0); - } -} - -int -lp_mutex_unlock_ (pthread_mutex_t * mutex) -{ - if ( (pthread_mutex_unlock(mutex)) == 0) { - return (1); - } else { - return (0); - } -} - -int -lp_mutex_destroy_ (pthread_mutex_t ** mutex) -{ - if ( (pthread_mutex_destroy(*mutex)) == 0) { - free (*mutex); - return (1); - } else { - return (0); - } -} - -# else /* !(defined(BSD) && (BSD >= 199103)) */ - -int -lp_mutex_init_ (pthread_mutex_t ** mutex, - const pthread_mutexattr_t *attr) {} - -int -lp_mutex_lock_ (pthread_mutex_t * mutex) {} - -int -lp_mutex_unlock_ (pthread_mutex_t * mutex) {} - -int -lp_mutex_destroy_ (pthread_mutex_t ** mutex) {} - -# endif /* (defined(BSD) && (BSD >= 199103)) */ - -#endif /* _THREAD_SAFE */ diff --git a/net-p2p/dctc/files/patch-src::dc_manage.c b/net-p2p/dctc/files/patch-src::dc_manage.c deleted file mode 100644 index b9475fd2baf4..000000000000 --- a/net-p2p/dctc/files/patch-src::dc_manage.c +++ /dev/null @@ -1,77 +0,0 @@ ---- src/dc_manage.c.orig Mon Jul 22 13:20:19 2002 -+++ src/dc_manage.c Mon Jul 22 18:18:40 2002 -@@ -554,18 +554,6 @@ - - unconvert_path(fullpathname); - -- if(!file_in_db(fullpathname,&virtual)) /* is it a shared file ? */ -- { -- GString *err_msg; -- -- err_msg=g_string_new("$Error "); -- g_string_sprintfa(err_msg,"%s no more exists",fullpathname); -- disp_msg(DEBUG_MSG,"com_up_get_process","file not found",err_msg->str,NULL); -- send_dc_line(sck,err_msg->str,NULL); -- g_string_free(err_msg,TRUE); -- return 1; -- } -- - if(hide_absolute==0) - { - if(((unsigned char)fullpathname[0])==255) -@@ -580,6 +568,18 @@ - fullpathname[0]='/'; - } - -+ if(!file_in_db(fullpathname,&virtual)) /* is it a shared file ? */ -+ { -+ GString *err_msg; -+ -+ err_msg=g_string_new("$Error "); -+ g_string_sprintfa(err_msg,"%s no more exists",fullpathname); -+ disp_msg(DEBUG_MSG,"com_up_get_process","file not found",err_msg->str,NULL); -+ send_dc_line(sck,err_msg->str,NULL); -+ g_string_free(err_msg,TRUE); -+ return 1; -+ } -+ - /* it is time to verify if a slot is available */ - LOCK_WRITE(user_info); - if((dl_on==0)||(virtual!=0)) -@@ -743,18 +743,6 @@ - - unconvert_path(fullpathname); - -- if(!file_in_db(fullpathname,&virtual)) /* is it a shared file ? */ -- { -- GString *err_msg; -- -- err_msg=g_string_new("$Error "); -- g_string_sprintfa(err_msg,"%s no more exists",fullpathname); -- disp_msg(DEBUG_MSG,"com_up_getfilelength_process","file not found",err_msg->str,NULL); -- send_dc_line(sck,err_msg->str,NULL); -- g_string_free(err_msg,TRUE); -- return 1; -- } -- - if(hide_absolute==0) - { - if(((unsigned char)fullpathname[0])==255) -@@ -769,6 +757,17 @@ - fullpathname[0]='/'; - } - -+ if(!file_in_db(fullpathname,&virtual)) /* is it a shared file ? */ -+ { -+ GString *err_msg; -+ -+ err_msg=g_string_new("$Error "); -+ g_string_sprintfa(err_msg,"%s no more exists",fullpathname); -+ disp_msg(DEBUG_MSG,"com_up_getfilelength_process","file not found",err_msg->str,NULL); -+ send_dc_line(sck,err_msg->str,NULL); -+ g_string_free(err_msg,TRUE); -+ return 1; -+ } - - if(send_file_length(sck,fullpathname,&file_len)) - { diff --git a/net-p2p/dctc/files/patch-src::main.c b/net-p2p/dctc/files/patch-src::main.c deleted file mode 100644 index 25a38d699d89..000000000000 --- a/net-p2p/dctc/files/patch-src::main.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/main.c.orig Sun Sep 29 14:07:48 2002 -+++ src/main.c Sun Sep 29 14:08:52 2002 -@@ -1269,6 +1269,7 @@ - - char *virtual_share_path=NULL; - -+ hide_absolute=1; - disp_msg(INFO_MSG,NULL,"Direct Connect Text Client v" VERSION ,NULL); - - if(argc==1) diff --git a/net-p2p/dctc/files/patch-src::mydb.c b/net-p2p/dctc/files/patch-src::mydb.c deleted file mode 100644 index ab57f7bb2f50..000000000000 --- a/net-p2p/dctc/files/patch-src::mydb.c +++ /dev/null @@ -1,28 +0,0 @@ ---- src/mydb.c.orig Mon Jul 22 13:48:07 2002 -+++ src/mydb.c Mon Jul 22 19:21:42 2002 -@@ -1141,6 +1141,16 @@ - int file_in_db(char *filename, int *virtual) - { - int i; -+ char *filename_internal; -+ -+ if ((filename != NULL) && (filename[0]=='/')) -+ { -+ if(hide_absolute==0) -+ filename_internal=filename; -+ else -+ filename_internal=filename+1; -+ } else -+ filename_internal=filename; - - G_LOCK(shared_info); - if(shared_info!=NULL) -@@ -1151,7 +1161,7 @@ - - /* DB_ENTRY to compare */ - de=&(g_array_index(shared_info,DB_ENTRY,i)); -- if(!strcmp(de->filename,filename)) -+ if(!strcmp(de->filename,filename_internal)) - { - *virtual=de->virtual; - G_UNLOCK(shared_info); diff --git a/net-p2p/dctc/files/patch-src::sema.c b/net-p2p/dctc/files/patch-src::sema.c deleted file mode 100644 index 60ae0eb570c5..000000000000 --- a/net-p2p/dctc/files/patch-src::sema.c +++ /dev/null @@ -1,158 +0,0 @@ ---- src/sema.c.orig Sun Jul 21 21:13:59 2002 -+++ src/sema.c Mon Jul 22 19:30:15 2002 -@@ -22,6 +22,10 @@ - # include <config.h> - #endif - -+#ifdef HAVE_SYS_PARAM_H -+# include <sys/param.h> -+#endif -+ - #include <stdio.h> - #include <stdlib.h> - #include <unistd.h> -@@ -57,6 +61,11 @@ - #include "uaddr.h" - #include "status.h" - -+/* interval between busy wait tries measured in microseconds */ -+#define MUTEX_BUSY_WAIT_TIME 5000 -+ -+pthread_mutex_t *semaphore_mutex = PTHREAD_MUTEX_INITIALIZER; -+ - /***********************************************************************/ - /* the following functions manage the bandwidth upload limit */ - /* The system is build on 2 semaphores and 1 file */ -@@ -100,6 +109,8 @@ - - int semid; - -+ lp_mutex_init_(&semaphore_mutex, NULL); -+ - fd=open(keyfile,O_CREAT|O_WRONLY|O_EXCL,0600); /* create the file if not exists */ - if(fd==-1) - { -@@ -131,7 +142,11 @@ - { - close(fd); - /* a key exist */ -+#if !(defined(BSD) && (BSD >= 199103)) - semid=semget(key,0,IPC_ALLOC); -+#else -+ semid=semget(key,0,IPC_STAT); -+#endif - if(semid==-1) - goto create_new_sema; - printf("current sema found.\n"); -@@ -293,8 +308,13 @@ - void check_sema_master(int semid) - { - struct sembuf sb={0,-1,IPC_NOWAIT|SEM_UNDO}; /* master sema */ -+ int result; -+ -+ (void) lp_mutex_lock_(semaphore_mutex); -+ result = semop(semid,&sb,1); -+ (void) lp_mutex_unlock_(semaphore_mutex); - -- if(semop(semid,&sb,1)==0) -+ if (result==0) - { - /* to get slice, the function checks if the clock thread still runs */ - create_sema_master(semid); -@@ -308,15 +328,29 @@ - /*******************************************/ - void get_slice(int semid, SPD_SEMA semnum) - { -+#if !(defined(BSD) && (BSD >= 199103)) -+ struct sembuf local={0,-1,0}; /* slave sema */ -+#else -+ struct sembuf local={0,-1,0|IPC_NOWAIT}; /* slave sema */ -+#endif -+ local.sem_num=semnum; -+ -+ (void) lp_mutex_lock_(semaphore_mutex); - while(1) - { -- struct sembuf local={0,-1,0}; /* slave sema */ -- -- local.sem_num=semnum; -- if(semop(semid,&local,1)==0) -- { -- /* we have what we want */ -- return; -+ switch (semop(semid,&local,1)) { -+ case 0: (void) lp_mutex_unlock_(semaphore_mutex); -+ /* we have what we want */ -+ return; -+ break; -+ case -1: switch(errno) { -+ case EAGAIN: /* triggers busy wait */ -+ case EINTR: /* interrupted by system call, try again */ -+ pthread_yield(); -+ usleep(MUTEX_BUSY_WAIT_TIME); /* busy wait with a small time out */ -+ continue; -+ break; -+ } - } - } - } -@@ -368,9 +402,26 @@ - /******************************/ - void lock_ul_slot_controler(int semid) - { -+#if !(defined(BSD) && (BSD >= 199103)) - struct sembuf get_ul_ctrl={UL_SLOT_SEMA,-1,SEM_UNDO}; -+#else -+ struct sembuf get_ul_ctrl={UL_SLOT_SEMA,-1,SEM_UNDO|IPC_NOWAIT}; -+#endif -+ -+ (void) lp_mutex_lock_(semaphore_mutex); -+repeat: - /* lock the UL slot controler */ -- semop(semid,&get_ul_ctrl,1); -+ if (semop(semid,&get_ul_ctrl,1)==-1) -+ switch(errno) -+ { -+ case EAGAIN: /* triggers busy wait */ -+ case EINTR: /* interrupted by system call, try again */ -+ pthread_yield(); -+ usleep(MUTEX_BUSY_WAIT_TIME); /* busy wait with a small time out */ -+ goto repeat; -+ break; -+ } -+ (void) lp_mutex_unlock_(semaphore_mutex); - } - - /*********************************/ -@@ -526,11 +577,28 @@ - perror("free_one_ul_slot"); - } - #else -+# if !(defined(BSD) && (BSD >= 199103)) - struct sembuf free_one_ul_slot_op={UL_SLOT_BUSY_SEMA,-1,SEM_UNDO}; -- if(semop(semid,&free_one_ul_slot_op,1)==-1) -- { -- perror("free_one_ul_slot"); -+# else -+ struct sembuf free_one_ul_slot_op={UL_SLOT_BUSY_SEMA,-1,SEM_UNDO|IPC_NOWAIT}; -+# endif -+ -+ (void) lp_mutex_lock_(semaphore_mutex); -+repeat: -+ if(semop(semid,&free_one_ul_slot_op,1)==-1) { -+ switch(errno) { -+ case EAGAIN: /* triggers busy wait */ -+ case EINTR: /* interrupted by system call, try again */ -+ pthread_yield(); -+ usleep(MUTEX_BUSY_WAIT_TIME); /* busy wait with a small time out */ -+ goto repeat; -+ break; -+ default: -+ perror("free_one_ul_slot"); -+ break; -+ } - } -+ (void) lp_mutex_unlock_(semaphore_mutex); - #endif - nb_local_ul--; - } diff --git a/net-p2p/dctc/pkg-comment b/net-p2p/dctc/pkg-comment deleted file mode 100644 index 7a13d88cf9ef..000000000000 --- a/net-p2p/dctc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A DirectConnect (www.neo-modus.com) text client for file sharing diff --git a/net-p2p/dctc/pkg-descr b/net-p2p/dctc/pkg-descr deleted file mode 100644 index ced452d01399..000000000000 --- a/net-p2p/dctc/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -[ from developer's site] - -I. What is DCTC -DCTC is a Direct Connect clone, a windoz client allowing users to -share their files and talk (like IRC but more software sharing -oriented) using a proprietary protocol. - -DCTC stands for Direct Connect Text Client. - -II. What is not DCTC -DCTC is written from scratch without any help from neo-modus using -our experience of hotline protocol. - -DCTC is not designed to be used by human. It doesn't contains any -GUI or CLI. The goal of this project is to build a Direct Connect -client which can be used by other programs. So even if you can enter -command using the keyboard, don't say the human interface is poor. - -WWW: http://ac2i.tzo.com/dctc/ diff --git a/net-p2p/dctc/pkg-plist b/net-p2p/dctc/pkg-plist deleted file mode 100644 index a363e52a504f..000000000000 --- a/net-p2p/dctc/pkg-plist +++ /dev/null @@ -1,37 +0,0 @@ -bin/dc_hublist -bin/dctc -bin/dctc_cmd -share/dctc/GDLjoiner -%%PORTDOCS%%share/doc/dctc/COPYING -%%PORTDOCS%%share/doc/dctc/ChangeLog -%%PORTDOCS%%share/doc/dctc/Documentation/BerkeleyDB -%%PORTDOCS%%share/doc/dctc/Documentation/BerkeleyDB.nl -%%PORTDOCS%%share/doc/dctc/Documentation/DCextensions/p2p_capabilities -%%PORTDOCS%%share/doc/dctc/Documentation/DCextensions/p2p_capabilities.nl -%%PORTDOCS%%share/doc/dctc/Documentation/DCextensions/search_by_content -%%PORTDOCS%%share/doc/dctc/Documentation/DCextensions/search_by_content.nl -%%PORTDOCS%%share/doc/dctc/Documentation/GDL -%%PORTDOCS%%share/doc/dctc/Documentation/GDL.nl -%%PORTDOCS%%share/doc/dctc/Documentation/LS_cache -%%PORTDOCS%%share/doc/dctc/Documentation/LS_cache.nl -%%PORTDOCS%%share/doc/dctc/Documentation/UNODE -%%PORTDOCS%%share/doc/dctc/Documentation/UNODE.nl -%%PORTDOCS%%share/doc/dctc/Documentation/VAR -%%PORTDOCS%%share/doc/dctc/Documentation/VAR.nl -%%PORTDOCS%%share/doc/dctc/Documentation/Vshare -%%PORTDOCS%%share/doc/dctc/Documentation/Vshare.nl -%%PORTDOCS%%share/doc/dctc/Documentation/commands -%%PORTDOCS%%share/doc/dctc/Documentation/commands.nl -%%PORTDOCS%%share/doc/dctc/Documentation/output -%%PORTDOCS%%share/doc/dctc/Documentation/output.nl -%%PORTDOCS%%share/doc/dctc/Documentation/programs -%%PORTDOCS%%share/doc/dctc/Documentation/programs.nl -%%PORTDOCS%%share/doc/dctc/Documentation/programs.pl -%%PORTDOCS%%share/doc/dctc/INSTALL -%%PORTDOCS%%share/doc/dctc/KNOWN_BUGS -%%PORTDOCS%%share/doc/dctc/README -%%PORTDOCS%%share/doc/dctc/TODO -%%PORTDOCS%%@dirrm share/doc/dctc/Documentation/DCextensions -%%PORTDOCS%%@dirrm share/doc/dctc/Documentation -%%PORTDOCS%%@dirrm share/doc/dctc -@dirrm share/dctc diff --git a/net-p2p/edonkey-gui-gtk-urlslave/Makefile b/net-p2p/edonkey-gui-gtk-urlslave/Makefile deleted file mode 100644 index 4e9d735b1e4a..000000000000 --- a/net-p2p/edonkey-gui-gtk-urlslave/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: edonkey gtk gui link submitter -# Date created: Sat Feb 23 13:13:08 BRT 2002 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= edonkey -PORTVERSION= 0.0.2 -CATEGORIES= net -MASTER_SITES= http://ircnet.de/home/cru/ed2k_urlslave/dist/ -PKGNAMESUFFIX= -gui-gtk-urlslave -DISTNAME= ed2k_urlslave-v2 - -MAINTAINER= lioux@FreeBSD.org - -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk -RUN_DEPENDS= ed2k_gui:${PORTSDIR}/net/edonkey-gui-gtk - -USE_PERL5= yes -NO_BUILD= yes - -BINARY_NAME= ed2k_urlslave - -post-extract: - @${GREP} '#' ${WRKSRC}/${BINARY_NAME} > ${WRKDIR}/README - -post-patch: - @${PERL} -pi -e 's|/usr/bin/perl|${PERL}|' ${WRKSRC}/${BINARY_NAME} - -do-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} - @${CHMOD} 0755 ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} - @${INSTALL_DATA} ${WRKDIR}/README ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} -.endif - @${INSTALL_SCRIPT} ${WRKSRC}/${BINARY_NAME} ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/net-p2p/edonkey-gui-gtk-urlslave/distinfo b/net-p2p/edonkey-gui-gtk-urlslave/distinfo deleted file mode 100644 index 64dc118e9e85..000000000000 --- a/net-p2p/edonkey-gui-gtk-urlslave/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ed2k_urlslave-v2.tar.gz) = fa8c48c34a40fe2e0fe34c7baaecea6f diff --git a/net-p2p/edonkey-gui-gtk-urlslave/pkg-comment b/net-p2p/edonkey-gui-gtk-urlslave/pkg-comment deleted file mode 100644 index a8fd924493f2..000000000000 --- a/net-p2p/edonkey-gui-gtk-urlslave/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GTK+ enabled Perl script for adding ed2k:// links to ed2k GTK+ GUI diff --git a/net-p2p/edonkey-gui-gtk-urlslave/pkg-descr b/net-p2p/edonkey-gui-gtk-urlslave/pkg-descr deleted file mode 100644 index 5bcff1735ab5..000000000000 --- a/net-p2p/edonkey-gui-gtk-urlslave/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Little GTK+ enabled Perl companion to eDonkey and the ed2k GTK+ GUI -to ease the process of adding files to the download queue using -ed2k:// links. It was designed for better ed2k:// URL handling -within Gnome (especially Galeon) but might be used for any other -purpose. It is quite too few code to take care on drafting out a -license, so regard it as GPLed software. - -Author: Veit Wahlich <cru@ircnet.de> -WWW: http://ircnet.de/home/cru/ed2k_urlslave/ diff --git a/net-p2p/edonkey-gui-gtk-urlslave/pkg-plist b/net-p2p/edonkey-gui-gtk-urlslave/pkg-plist deleted file mode 100644 index 238b86fa6b06..000000000000 --- a/net-p2p/edonkey-gui-gtk-urlslave/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/ed2k_urlslave -%%PORTDOCS%%share/doc/edonkey-gui-gtk-urlslave/README -%%PORTDOCS%%@dirrm share/doc/edonkey-gui-gtk-urlslave diff --git a/net-p2p/edonkey-gui-gtk/Makefile b/net-p2p/edonkey-gui-gtk/Makefile deleted file mode 100644 index 8fad5a1014fe..000000000000 --- a/net-p2p/edonkey-gui-gtk/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# New ports collection makefile for: eDonkey2000 GTK GUI for 'core' client -# Date created: Fri Jan 4 22:44:56 BRST 2002 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= edonkey -PORTVERSION= 0.2.0.a.2002080400 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= lioux -PKGNAMESUFFIX= -gui-gtk -DISTFILES= ed2k_gui-${PORTVERSION}.freebsd-stable-i386.gz -EXTRACT_ONLY= - -MAINTAINER= lioux@FreeBSD.org - -LIB_DEPENDS= gnet.1:${PORTSDIR}/net/gnet -RUN_DEPENDS= donkey:${PORTSDIR}/net/edonkey-core - -ONLY_FOR_ARCHS= i386 -XFREE86_VERSION= 4 -USE_GNOMENG= yes -USE_GNOME= gtk12 -USE_X_PREFIX= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes - -DOC_VERSION= 0.2.0.a.2002061600 - -BINARY_NAME= ed2k_gui -DOC_FILES= faq.html faq_german.html - -.ifndef(NOPORTDOCS) -DISTFILES+= ed2k_gui-${DOC_VERSION}.doc.tar.gz -.endif - -post-extract: -.ifndef(NOPORTDOCS) - @cd ${WRKSRC} && ${TAR} xzf \ - ${DISTDIR}/ed2k_gui-${DOC_VERSION}.doc.tar.gz -.endif - @${GZCAT} ${DISTDIR}/ed2k_gui-${PORTVERSION}.freebsd-stable-i386.gz \ - > ${WRKSRC}/${BINARY_NAME} - -do-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} -.for file in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} \ - ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} -.endfor -.endif - @${INSTALL_PROGRAM} ${WRKSRC}/${BINARY_NAME} ${PREFIX}/bin - @${LN} -s ${BINARY_NAME} ${PREFIX}/bin/edonkey-gui-gtk - -post-install: - ${CAT} ${PKGMESSAGE} - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 450006 || ${OSVERSION} >= 500000 -BROKEN= "only available for 4.X-STABLE (post 4.6 Release)" -.endif - -.include <bsd.port.post.mk> diff --git a/net-p2p/edonkey-gui-gtk/distinfo b/net-p2p/edonkey-gui-gtk/distinfo deleted file mode 100644 index f4e46e40d53e..000000000000 --- a/net-p2p/edonkey-gui-gtk/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ed2k_gui-0.2.0.a.2002080400.freebsd-stable-i386.gz) = 4d62b772e80eacb02b204aaf9578bd9c -MD5 (ed2k_gui-0.2.0.a.2002061600.doc.tar.gz) = 25a37a2bc514613a53443e2ab85314d6 diff --git a/net-p2p/edonkey-gui-gtk/pkg-comment b/net-p2p/edonkey-gui-gtk/pkg-comment deleted file mode 100644 index 396a88ae6fc7..000000000000 --- a/net-p2p/edonkey-gui-gtk/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GTK GUI to eDonkey2000 'core' command line client diff --git a/net-p2p/edonkey-gui-gtk/pkg-descr b/net-p2p/edonkey-gui-gtk/pkg-descr deleted file mode 100644 index ca42bcb1189a..000000000000 --- a/net-p2p/edonkey-gui-gtk/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -[ excerpt from Developer's site] - -This is a user interface to tell eDonkey2000 'core' what to do (ie. -connect to servers, do searches, download stuff). The core comes -with a very simple text interface (=command line client), where you -can tell it what to do by typing in commands. Most people do not -find this very convenient and rather have a window with lists and -buttons to click. The 'GUI' is a separate program which connect to -the core via a TCP connection and tells it what to do. Likewise, -the core sends messages to the GUI when something happens (eg. a -download has finished), so the GUI can present this to the user. - -Check http://www.edonkey2000.com/ and the WWW site below. - -WWW: http://users.aber.ac.uk/tpm01/guihome.html diff --git a/net-p2p/edonkey-gui-gtk/pkg-message b/net-p2p/edonkey-gui-gtk/pkg-message deleted file mode 100644 index 3d92e94ed260..000000000000 --- a/net-p2p/edonkey-gui-gtk/pkg-message +++ /dev/null @@ -1,16 +0,0 @@ - ATTENTIONATTENTION: - -This port is an attempt to distribute a FreeBSD native version of -the eDonkey GTK GUI written by Tim-Philipp Müller. - -It might not work at all. As always, there are no implied guarantees. -You try this at your own risk. Be warned. :-) - -If it does not work for you, you can always try the Linux version -of this port available at /usr/ports/net/linux-edonkey-gui-gtk. It -might work. - -Currently, this native version is restricted to the following FreeBSD -platforms: - -- i386 FreeBSD 4.x-STABLE (post 4.6R Release); OSVERSION=450006 diff --git a/net-p2p/edonkey-gui-gtk/pkg-plist b/net-p2p/edonkey-gui-gtk/pkg-plist deleted file mode 100644 index 31799176b713..000000000000 --- a/net-p2p/edonkey-gui-gtk/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/ed2k_gui -bin/edonkey-gui-gtk -%%PORTDOCS%%share/doc/edonkey-gui-gtk/faq.html -%%PORTDOCS%%share/doc/edonkey-gui-gtk/faq_german.html -%%PORTDOCS%%@dirrm share/doc/edonkey-gui-gtk diff --git a/net-p2p/edonkey-tool-hash/Makefile b/net-p2p/edonkey-tool-hash/Makefile deleted file mode 100644 index 696cce6079ed..000000000000 --- a/net-p2p/edonkey-tool-hash/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: edonkey hash tool -# Date created: Wed Feb 20 18:03:49 BRT 2002 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= edonkey -PORTVERSION= 0.3.2 -CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ed2k-tools -PKGNAMESUFFIX= -tool-hash -DISTNAME= ed2k_hash-${PORTVERSION} - -MAINTAINER= lioux@FreeBSD.org - -USE_REINPLACE= yes -USE_LIBTOOL= yes -GNU_CONFIGURE= yes - -post-patch: -# respect CFLAGS - @${REINPLACE_CMD} -E -e \ - 's|-O2||' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} - -do-install: -# uphold POLA, do not change binary name - @${INSTALL_PROGRAM} ${WRKSRC}/ed2k_hash/ed2k_hash \ - ${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX} - -.include <bsd.port.mk> diff --git a/net-p2p/edonkey-tool-hash/distinfo b/net-p2p/edonkey-tool-hash/distinfo deleted file mode 100644 index bf3094412e66..000000000000 --- a/net-p2p/edonkey-tool-hash/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ed2k_hash-0.3.2.tar.gz) = d350608ce000d0f0e34fd91c572ee9bf diff --git a/net-p2p/edonkey-tool-hash/pkg-comment b/net-p2p/edonkey-tool-hash/pkg-comment deleted file mode 100644 index 07dd6ba9327f..000000000000 --- a/net-p2p/edonkey-tool-hash/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Both calculates 'eDonkey/Overnet hashes' producing ed2k:// file links diff --git a/net-p2p/edonkey-tool-hash/pkg-descr b/net-p2p/edonkey-tool-hash/pkg-descr deleted file mode 100644 index 24f71696cf93..000000000000 --- a/net-p2p/edonkey-tool-hash/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This tool takes a file and calculates the final 'eDonkey/Overnet -hash' for it that you need if you want to create ed2k:// links to -that file. - -It also spits out the complete ed2k:// link in the end and appends -it to the file 'ed2k_links.txt' for easier copy-and-paste later on. - -WWW: http://ed2k-tools.sourceforge.net/ diff --git a/net-p2p/edonkey-tool-hash/pkg-plist b/net-p2p/edonkey-tool-hash/pkg-plist deleted file mode 100644 index 5a5e8ae8d189..000000000000 --- a/net-p2p/edonkey-tool-hash/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/edonkey-tool-hash diff --git a/net-p2p/edonkey-tool-slist/Makefile b/net-p2p/edonkey-tool-slist/Makefile deleted file mode 100644 index c02e03712821..000000000000 --- a/net-p2p/edonkey-tool-slist/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: edonkey server list tool -# Date created: Wed Feb 20 18:03:49 BRT 2002 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= edonkey -PORTVERSION= 0.2 -CATEGORIES= misc -MASTER_SITES= http://users.aber.ac.uk/tpm01/ed2k_tools/ -PKGNAMESUFFIX= -tool-slist -DISTNAME= ed2k_slist-${PORTVERSION} - -MAINTAINER= lioux@FreeBSD.org - -WRKSRC= ${WRKDIR}/ed2k_slist -USE_REINPLACE= yes - -post-patch: - @${REINPLACE_CMD} -e 's|
||' ${WRKSRC}/*.[ch] - -# I could have written a Makefile but I would rather -# not waste inodes -do-build: - @cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} \ - ed2k_slist.c -o ${PORTNAME}${PKGNAMESUFFIX} - -do-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} - @${INSTALL_DATA} ${WRKSRC}/COPYING \ - ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} - -.endif - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX} \ - ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/net-p2p/edonkey-tool-slist/distinfo b/net-p2p/edonkey-tool-slist/distinfo deleted file mode 100644 index 132c58b90bc5..000000000000 --- a/net-p2p/edonkey-tool-slist/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ed2k_slist-0.2.tar.gz) = add551eebc1d8a64e82f77ddbcf91545 diff --git a/net-p2p/edonkey-tool-slist/files/patch-linux_net.c b/net-p2p/edonkey-tool-slist/files/patch-linux_net.c deleted file mode 100644 index f1280c9c1e97..000000000000 --- a/net-p2p/edonkey-tool-slist/files/patch-linux_net.c +++ /dev/null @@ -1,10 +0,0 @@ ---- linux_net.c.orig Mon Nov 4 21:50:07 2002 -+++ linux_net.c Mon Nov 4 21:50:15 2002 -@@ -27,6 +27,7 @@ - #include <arpa/inet.h>
- #include <netdb.h>
- #include <unistd.h>
-+#include <sys/time.h> -
- /* connect with timeout
- *
diff --git a/net-p2p/edonkey-tool-slist/pkg-comment b/net-p2p/edonkey-tool-slist/pkg-comment deleted file mode 100644 index 59a83aaa6410..000000000000 --- a/net-p2p/edonkey-tool-slist/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Checks which servers are either dead or alive in server.met diff --git a/net-p2p/edonkey-tool-slist/pkg-descr b/net-p2p/edonkey-tool-slist/pkg-descr deleted file mode 100644 index cd22b70a6311..000000000000 --- a/net-p2p/edonkey-tool-slist/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -This tool takes your server.met file and checks which servers are -dead and which are alive. It then creates a new server.met file -which contains only working servers. It makes sense to use this -tool every time before you start the eDonkey 2000 client. - -On request this tool also creates a web page with ed2k:// links to -all working servers. - -WWW: http://users.aber.ac.uk/tpm01/ed2k_tools/ diff --git a/net-p2p/edonkey-tool-slist/pkg-plist b/net-p2p/edonkey-tool-slist/pkg-plist deleted file mode 100644 index bada7d073657..000000000000 --- a/net-p2p/edonkey-tool-slist/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/edonkey-tool-slist -%%PORTDOCS%%share/doc/edonkey-tool-slist/COPYING -%%PORTDOCS%%@dirrm share/doc/edonkey-tool-slist diff --git a/net-p2p/fidelio/Makefile b/net-p2p/fidelio/Makefile deleted file mode 100644 index fa1a19275e5e..000000000000 --- a/net-p2p/fidelio/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: fidelio -# Date created: 13 November 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= fidelio -PORTVERSION= 0.9.6 -PORTREVISION= 1 -CATEGORIES= net gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org - -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ - xml2.5:${PORTSDIR}/textproc/libxml2 - -XML_CONFIG?= ${LOCALBASE}/bin/xml2-config - -USE_REINPLACE= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libxml2 \ - -I${LOCALBASE}/include \ - `${GLIB_CONFIG} --cflags gthread`" \ - LDFLAGS="-L${LOCALBASE}/lib `${GLIB_CONFIG} --libs gthread`" \ - XML_CONFIG="${XML_CONFIG}" -CONFIGURE_ARGS= --without-included-gettext -CFLAGS+= -DHAVE_STRCASESTR - -pre-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|\$$(datadir)/gnome/|\$$(datadir)/|g ; \ - s|\$$(datadir)/locale|\$$(prefix)/share/locale|g' - @${REINPLACE_CMD} -e 's|-lxml|-lxml2|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|extern int strcasestr|//extern int strcasestr|' \ - ${WRKSRC}/src/trackers.c - -.include <bsd.port.mk> diff --git a/net-p2p/fidelio/distinfo b/net-p2p/fidelio/distinfo deleted file mode 100644 index 46cdb2347107..000000000000 --- a/net-p2p/fidelio/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (fidelio-0.9.6.tar.gz) = 5991eb226b354abff4e424fbdfc1b786 diff --git a/net-p2p/fidelio/files/patch-aa b/net-p2p/fidelio/files/patch-aa deleted file mode 100644 index 74dee6e096ac..000000000000 --- a/net-p2p/fidelio/files/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ ---- src/Makefile.in.orig Fri Dec 21 06:16:28 2001 -+++ src/Makefile.in Fri Dec 21 06:16:45 2001 -@@ -119,11 +119,11 @@ - fidelio_SOURCES = bookmarks.c bookmarks.h chat.c chat.h files.c files.h filelist.c filelist.h filetransfer.c filetransfer.h filethread.c filethread.h guiprefs.c guiprefs.h guiutils.c guiutils.h hldat.c hldat.h hotline.h login.c login.h main.c main.h network.c network.h news.c news.h news15.c news15.h pixmap.c pixmap.h privchat.c privchat.h privs.c privs.h protocol.c protocol.h server.c server.h smalltrans.c smalltrans.h tasks.c tasks.h threads.c threads.h trackers.c users.c users.h userlist.c userlist.h userwidget.c userwidget.h - - --fidelio_LDADD = -lgthread -+fidelio_LDADD = - - hlforw_SOURCES = hlforw.c threads.c protocol.c network.c tasks.c guiprefs.c hldat.c pixmap.c - --hlforw_LDADD = -lgthread -+hlforw_LDADD = - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h - CONFIG_CLEAN_FILES = diff --git a/net-p2p/fidelio/files/patch-ab b/net-p2p/fidelio/files/patch-ab deleted file mode 100644 index 5240086937b2..000000000000 --- a/net-p2p/fidelio/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- src/bookmarks.c.orig Sun Mar 31 22:03:02 2002 -+++ src/bookmarks.c Sun Mar 31 22:03:07 2002 -@@ -52,7 +52,7 @@ - #if FXML2 - #define xmlChildNode children - #else --#definf xmlChildNode childs -+#define xmlChildNode childs - #endif - #endif - diff --git a/net-p2p/fidelio/pkg-comment b/net-p2p/fidelio/pkg-comment deleted file mode 100644 index b460e2a92681..000000000000 --- a/net-p2p/fidelio/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A GNOME client for Hotline diff --git a/net-p2p/fidelio/pkg-descr b/net-p2p/fidelio/pkg-descr deleted file mode 100644 index 14a4ce39f523..000000000000 --- a/net-p2p/fidelio/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -Fidelio is a GNOME client for Hotline, a proprietary protocol that combines -ftp-like, irc-like and news-like functions in one package. - -Fidelio is currently fully functional as a non-administative client, with the -exception of banners and private chat. - -Feature include: - o Multiple concurrent connections; - o Single window per server connection; - o Tree-structured bookmarks; - o Trackers and searchable index of servers; - o Userlist and public chat in one pane; - o Private chat; - o Both flat (v. 1.2) and threaded news support, with posting of news; - o Ignore messages and chat of users; - o Private Messages; - o Sounds on events; - o Multiple icon set loading; - o Use of custom icon sets for buttons; - o Uploading, donwloading, resuming of file transfers; - o Per-donwload and per-upload bandwidth caps; - o Server-side and client-side file queues. - -WWW: http://fidelio.sourceforge.net/ diff --git a/net-p2p/fidelio/pkg-plist b/net-p2p/fidelio/pkg-plist deleted file mode 100644 index 44fbceb71a91..000000000000 --- a/net-p2p/fidelio/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -bin/fidelio -share/gnome/fidelio.default -share/locale/de/LC_MESSAGES/fidelio.mo -share/locale/el/LC_MESSAGES/fidelio.mo -share/locale/fr/LC_MESSAGES/fidelio.mo -share/locale/it/LC_MESSAGES/fidelio.mo -share/locale/pt_BR/LC_MESSAGES/fidelio.mo -@unexec rmdir %D/share/locale/pt_BR/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/pt_BR 2>/dev/null || true -@unexec rmdir %D/share/locale/it/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/it 2>/dev/null || true -@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/fr 2>/dev/null || true -@unexec rmdir %D/share/locale/el/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/el 2>/dev/null || true -@unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/de 2>/dev/null || true -@unexec rmdir %D/share/locale 2>/dev/null || true -@unexec rmdir %D/share/gnome 2>/dev/null || true diff --git a/net-p2p/gift/Makefile b/net-p2p/gift/Makefile deleted file mode 100644 index 1251fbcd1945..000000000000 --- a/net-p2p/gift/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: giFT library -# Date created: Fri Nov 16 02:47:45 BRST 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= giFT -PORTVERSION= 0.9.7 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME:L} - -MAINTAINER= lioux@FreeBSD.org - -IGNORE= 'Does not currently work' - -GNU_CONFIGURE= yes - -DOC_FILES= AUTHORS COPYING ChangeLog \ - INSTALL NEWS README TODO - -post-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for doc in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/net-p2p/gift/distinfo b/net-p2p/gift/distinfo deleted file mode 100644 index 31f6b3637c40..000000000000 --- a/net-p2p/gift/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (giFT-0.9.7.tar.gz) = 89d9c0ea1ec73582e09c43468228959a diff --git a/net-p2p/gift/files/patch-lib:Makefile.in b/net-p2p/gift/files/patch-lib:Makefile.in deleted file mode 100644 index aca64971fc83..000000000000 --- a/net-p2p/gift/files/patch-lib:Makefile.in +++ /dev/null @@ -1,29 +0,0 @@ ---- lib/Makefile.in.orig Fri Nov 16 02:52:02 2001 -+++ lib/Makefile.in Fri Nov 16 02:53:46 2001 -@@ -122,19 +122,19 @@ - maintainer-clean-libLIBRARIES: - - install-libLIBRARIES: $(lib_LIBRARIES) -- @$(NORMAL_INSTALL) -- $(mkinstalldirs) $(DESTDIR)$(libdir) -+ @$(PRE_INSTALL) - @list='$(lib_LIBRARIES)'; for p in $$list; do \ - if test -f $$p; then \ -- echo " $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \ -- $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \ -+ echo " $(RANLIB) $$p"; \ -+ $(RANLIB) $$p; \ - else :; fi; \ - done -- @$(POST_INSTALL) -+ @$(NORMAL_INSTALL) -+ $(mkinstalldirs) $(DESTDIR)$(libdir) - @list='$(lib_LIBRARIES)'; for p in $$list; do \ - if test -f $$p; then \ -- echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \ -- $(RANLIB) $(DESTDIR)$(libdir)/$$p; \ -+ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \ -+ $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \ - else :; fi; \ - done - diff --git a/net-p2p/gift/files/patch-src:Makefile.in b/net-p2p/gift/files/patch-src:Makefile.in deleted file mode 100644 index 3903fc4c84f7..000000000000 --- a/net-p2p/gift/files/patch-src:Makefile.in +++ /dev/null @@ -1,47 +0,0 @@ ---- src/Makefile.in.orig Thu Sep 27 13:11:51 2001 -+++ src/Makefile.in Mon Nov 19 21:43:46 2001 -@@ -65,7 +65,8 @@ - - AM_CFLAGS = -Wall - --bin_PROGRAMS = giFT giFTget -+bin_PROGRAMS = giFTget -+sbin_PROGRAMS = giFT - - LDADD = ../lib/libgiFT.a - INCLUDES = -I../lib -@@ -78,7 +79,7 @@ - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h - CONFIG_CLEAN_FILES = --PROGRAMS = $(bin_PROGRAMS) -+PROGRAMS = $(bin_PROGRAMS) $(sbin_PROGRAMS) - - - DEFS = @DEFS@ -I. -I$(srcdir) -I.. -@@ -137,6 +138,16 @@ - else :; fi; \ - done - -+install-sbinPROGRAMS: $(sbin_PROGRAMS) -+ @$(NORMAL_INSTALL) -+ $(mkinstalldirs) $(DESTDIR)$(sbindir) -+ @list='$(sbin_PROGRAMS)'; for p in $$list; do \ -+ if test -f $$p; then \ -+ echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ -+ $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ -+ else :; fi; \ -+ done -+ - uninstall-binPROGRAMS: - @$(NORMAL_UNINSTALL) - list='$(bin_PROGRAMS)'; for p in $$list; do \ -@@ -230,7 +241,7 @@ - check: check-am - installcheck-am: - installcheck: installcheck-am --install-exec-am: install-binPROGRAMS -+install-exec-am: install-binPROGRAMS install-sbinPROGRAMS - install-exec: install-exec-am - - install-data-am: diff --git a/net-p2p/gift/pkg-comment b/net-p2p/gift/pkg-comment deleted file mode 100644 index faddfba647b5..000000000000 --- a/net-p2p/gift/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A generic interface to the FastTrack (TM) peer-to-peer network diff --git a/net-p2p/gift/pkg-descr b/net-p2p/gift/pkg-descr deleted file mode 100644 index 7b655e007100..000000000000 --- a/net-p2p/gift/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -The FastTrack network (http://www.fasttrack.nu/) is a peer-to-peer -network for sharing files. It provides search facilities, and has -a 2 level hierarchical scheme for organizing peers. - -Being a peer-to-peer network, there is no central server during -normal operation. All communication is done between peers. - -giFT is the generic interface to FastTrack. It is intended to be -interoperable with existing clients, and to speak a compatible -protocol to that of the FastTrack network in order to communicate -with peers. This program's reason for existing is as a compatible, -interoperable, open source, Linux-based peer for the network. - -Unlike the existing clients, giFT uses a central server only extremely -rarely. It does not require registrations or logins, and is not -trying to show users advertisements. The issue of locating network -peers is discussed later on. In particular, giFT does not contact -the Morpheus, KaZaA, or Grokster central servers at all. giFT is -Open Source (See COPYING). - -WWW: http://gift.sourceforge.net/ diff --git a/net-p2p/gift/pkg-plist b/net-p2p/gift/pkg-plist deleted file mode 100644 index 783e5c7b0a97..000000000000 --- a/net-p2p/gift/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -bin/giFTget -include/giFT/giFT.h -include/giFT/giFTbuffer.h -include/giFT/giFTcrypt.h -include/giFT/giFTdescribe.h -include/giFT/giFTdownload.h -include/giFT/giFThash.h -include/giFT/giFTinterval.h -include/giFT/giFTmd5.h -include/giFT/giFTpacket.h -include/giFT/giFTproto.h -include/giFT/giFTshare.h -lib/libgiFT.a -sbin/giFT -%%PORTDOCS%%share/doc/giFT/AUTHORS -%%PORTDOCS%%share/doc/giFT/COPYING -%%PORTDOCS%%share/doc/giFT/ChangeLog -%%PORTDOCS%%share/doc/giFT/INSTALL -%%PORTDOCS%%share/doc/giFT/NEWS -%%PORTDOCS%%share/doc/giFT/README -%%PORTDOCS%%share/doc/giFT/TODO -%%PORTDOCS%%@dirrm share/doc/giFT -@dirrm include/giFT diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile deleted file mode 100644 index c42d94b1d237..000000000000 --- a/net-p2p/gnunet/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: GNUnet -# Date created: Mar 23, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= gnunet -PORTVERSION= 0.4.6 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= GNUnet-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org - -LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm - -USE_BZIP2= yes -USE_OPENSSL= yes -USE_GNOMENG= yes -USE_GNOME= gtk12 -USE_REINPLACE= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gnunet-check.1 gnunet-download.1 gnunet-gtk.1 \ - gnunet-insert-multi.1 gnunet-insert.1 gnunet-search.1 gnunetd.1 -MAN5= gnunet.conf.5 - -post-patch: - @${REINPLACE_CMD} -e \ - 's|-pthread [\$$]CFLAGS|${PTHREAD_CFLAGS} \$$CFLAGS|g ; \ - s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/net-p2p/gnunet/distinfo b/net-p2p/gnunet/distinfo deleted file mode 100644 index 8498480a74f7..000000000000 --- a/net-p2p/gnunet/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (GNUnet-0.4.6.tar.bz2) = be99b483b512d0d60345fdc5a0a749b4 diff --git a/net-p2p/gnunet/files/patch-src::include::gtkui::insert.h b/net-p2p/gnunet/files/patch-src::include::gtkui::insert.h deleted file mode 100644 index 500f57224013..000000000000 --- a/net-p2p/gnunet/files/patch-src::include::gtkui::insert.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/include/gtkui/insert.h.orig Mon Aug 12 02:48:18 2002 -+++ src/include/gtkui/insert.h Sat Aug 17 13:14:07 2002 -@@ -26,6 +26,7 @@ - #define GTKUI_INSERT_H - - #include "config.h" -+#include <pthread.h> - #include <gtk/gtk.h> - #include <glib.h> - diff --git a/net-p2p/gnunet/pkg-comment b/net-p2p/gnunet/pkg-comment deleted file mode 100644 index 0d398337ab68..000000000000 --- a/net-p2p/gnunet/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An anonymous, distributed, reputation-based network diff --git a/net-p2p/gnunet/pkg-descr b/net-p2p/gnunet/pkg-descr deleted file mode 100644 index d67f48c1e3e6..000000000000 --- a/net-p2p/gnunet/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -GNUnet is an anonymous, distributed, reputation-based network. A first -service implemented on top of the networking layer allows censorship- -resistant file-sharing. - -Our goal is to provide an infrastructure for secure networking. All -communication in GNUnet is authenticated and encrypted. The reputation -model makes attacks on the network harder. GNUnet does not rely on any -centralized services. - -While our goals are similar to projects like Freenet, Gnutella, MojoNation -and others, we hope to provide a superior combination of features for users -that value security more than efficiency. - -WWW: http://www.gnu.org/software/GNUnet/ diff --git a/net-p2p/gnunet/pkg-plist b/net-p2p/gnunet/pkg-plist deleted file mode 100644 index 5e393f91bc2a..000000000000 --- a/net-p2p/gnunet/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -bin/gnunet-check -bin/gnunet-download -bin/gnunet-gtk -bin/gnunet-insert -bin/gnunet-search -bin/gnunet-stats -bin/gnunetd -lib/libgnunetcommon.a -lib/libgnunetfilesharing.a -lib/libgnunetutil.a diff --git a/net-p2p/gtk-gnutella/Makefile b/net-p2p/gtk-gnutella/Makefile deleted file mode 100644 index a4ecd433cb8d..000000000000 --- a/net-p2p/gtk-gnutella/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: gtk-gnutella -# Date created: 19 May, 2000 -# Whom: rbt@zort.on.ca -# -# $FreeBSD$ -# - -PORTNAME= gtk-gnutella -PORTVERSION= 0.91 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://gtk-gnutella.sourceforge.net/download/ \ - ftp://gtk-gnutella.sourceforge.net/pub/gtk-gnutella/ -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= roman@xpert.com - -LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOMENG= yes -USE_GNOME= gtk12 -GNU_CONFIGURE= yes - -CONFIGURE_ARGS= --enable-no-rfc1918 - -.include <bsd.port.mk> diff --git a/net-p2p/gtk-gnutella/distinfo b/net-p2p/gtk-gnutella/distinfo deleted file mode 100644 index bff38f4471e2..000000000000 --- a/net-p2p/gtk-gnutella/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gtk-gnutella-0.91.tar.gz) = 019aab27e905886b5a952d7b98de3911 diff --git a/net-p2p/gtk-gnutella/pkg-comment b/net-p2p/gtk-gnutella/pkg-comment deleted file mode 100644 index f4a161626e2f..000000000000 --- a/net-p2p/gtk-gnutella/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GTK based Gnutella client diff --git a/net-p2p/gtk-gnutella/pkg-descr b/net-p2p/gtk-gnutella/pkg-descr deleted file mode 100644 index 7de6a9838b59..000000000000 --- a/net-p2p/gtk-gnutella/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -GTK based Gnutella client which supports the standard Gnutella operations. - -Search, download, file sharing, bandwidth limiting, host caching, as well -as some basic statistics. - -An excellent way to find that hidden file on the internet that you know exists -but standard search engines do not seem to carry. - -WWW: http://gtk-gnutella.sourceforge.net/ diff --git a/net-p2p/gtk-gnutella/pkg-plist b/net-p2p/gtk-gnutella/pkg-plist deleted file mode 100644 index 7cc5c885798b..000000000000 --- a/net-p2p/gtk-gnutella/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/gtk-gnutella -share/gtk-gnutella/pixmaps/arrow_down.xpm -share/gtk-gnutella/pixmaps/arrow_up.xpm -share/gtk-gnutella/pixmaps/booklib.xpm -share/gtk-gnutella/pixmaps/booksha.xpm -share/gtk-gnutella/pixmaps/firewall.xpm -share/gtk-gnutella/pixmaps/no_firewall.xpm -share/gtk-gnutella/pixmaps/offline.xpm -share/gtk-gnutella/pixmaps/online.xpm -share/gtk-gnutella/pixmaps/save.xpm -@dirrm share/gtk-gnutella/pixmaps -@dirrm share/gtk-gnutella diff --git a/net-p2p/gtkhx/Makefile b/net-p2p/gtkhx/Makefile deleted file mode 100644 index 63da4859d6f2..000000000000 --- a/net-p2p/gtkhx/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: gtkhx -# Date created: 9 February 2002 -# Whom: Josh Elsasser <jre@vineyard.net> -# -# $FreeBSD$ -# - -PORTNAME= gtkhx -PORTVERSION= 0.9.3 -PORTREVISION= 2 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gtkhx - -MAINTAINER= jre@vineyard.net - -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext - -USE_XLIB= yes -USE_GNOMENG= yes -USE_GNOME= gdkpixbuf -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-libiconv-prefix=${PREFIX} - -MAN1= gtkhx.1 - -.include <bsd.port.mk> diff --git a/net-p2p/gtkhx/distinfo b/net-p2p/gtkhx/distinfo deleted file mode 100644 index c39dd0727ad0..000000000000 --- a/net-p2p/gtkhx/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gtkhx-0.9.3.tar.gz) = 3ba38e64b5040b0b615087e1ef5d18fd diff --git a/net-p2p/gtkhx/files/patch-Makefile.in b/net-p2p/gtkhx/files/patch-Makefile.in deleted file mode 100644 index ba5d9946c3d5..000000000000 --- a/net-p2p/gtkhx/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig Tue Feb 19 22:14:44 2002 -+++ Makefile.in Fri Mar 15 17:01:22 2002 -@@ -16,7 +16,7 @@ - srcdir = @srcdir@ - top_srcdir = @top_srcdir@ - VPATH = @srcdir@ --prefix = @prefix@ -+prefix = ${PREFIX} - exec_prefix = @exec_prefix@ - - bindir = @bindir@ -@@ -102,7 +102,7 @@ - icon_DATA = icons.rsrc - - man_DATA = gtkhx.1 --mandir = $(prefix)/share/man/man1 -+mandir = $(prefix)/man/man1 - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = config.h diff --git a/net-p2p/gtkhx/files/patch-intl::Makefile.in b/net-p2p/gtkhx/files/patch-intl::Makefile.in deleted file mode 100644 index 053249b00b75..000000000000 --- a/net-p2p/gtkhx/files/patch-intl::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- intl/Makefile.in.orig Tue Feb 19 22:14:43 2002 -+++ intl/Makefile.in Fri Mar 15 13:43:30 2002 -@@ -26,7 +26,7 @@ - top_builddir = .. - VPATH = @srcdir@ - --prefix = @prefix@ -+prefix = ${PREFIX} - exec_prefix = @exec_prefix@ - transform = @program_transform_name@ - libdir = @libdir@ diff --git a/net-p2p/gtkhx/files/patch-plugins::Makefile.in b/net-p2p/gtkhx/files/patch-plugins::Makefile.in deleted file mode 100644 index 62b3aa4cd2ef..000000000000 --- a/net-p2p/gtkhx/files/patch-plugins::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/Makefile.in.orig Tue Feb 19 22:14:43 2002 -+++ plugins/Makefile.in Fri Mar 15 13:43:31 2002 -@@ -16,7 +16,7 @@ - srcdir = @srcdir@ - top_srcdir = @top_srcdir@ - VPATH = @srcdir@ --prefix = @prefix@ -+prefix = ${PREFIX} - exec_prefix = @exec_prefix@ - - bindir = @bindir@ diff --git a/net-p2p/gtkhx/files/patch-po::Makefile.in.in b/net-p2p/gtkhx/files/patch-po::Makefile.in.in deleted file mode 100644 index 4ae550855ddc..000000000000 --- a/net-p2p/gtkhx/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,11 +0,0 @@ ---- po/Makefile.in.in.orig Tue Feb 19 22:14:43 2002 -+++ po/Makefile.in.in Fri Mar 15 13:43:31 2002 -@@ -20,7 +20,7 @@ - top_srcdir = @top_srcdir@ - VPATH = @srcdir@ - --prefix = @prefix@ -+prefix = ${PREFIX} - exec_prefix = @exec_prefix@ - datadir = @datadir@ - localedir = $(datadir)/locale diff --git a/net-p2p/gtkhx/files/patch-sounds::Makefile.in b/net-p2p/gtkhx/files/patch-sounds::Makefile.in deleted file mode 100644 index 61230086aadd..000000000000 --- a/net-p2p/gtkhx/files/patch-sounds::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- sounds/Makefile.in.orig Tue Feb 19 22:14:43 2002 -+++ sounds/Makefile.in Fri Mar 15 13:43:31 2002 -@@ -16,7 +16,7 @@ - srcdir = @srcdir@ - top_srcdir = @top_srcdir@ - VPATH = @srcdir@ --prefix = @prefix@ -+prefix = ${PREFIX} - exec_prefix = @exec_prefix@ - - bindir = @bindir@ diff --git a/net-p2p/gtkhx/files/patch-src::Makefile.in b/net-p2p/gtkhx/files/patch-src::Makefile.in deleted file mode 100644 index 4dd3e26b3d1f..000000000000 --- a/net-p2p/gtkhx/files/patch-src::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Tue Feb 19 22:14:43 2002 -+++ src/Makefile.in Fri Mar 15 13:43:31 2002 -@@ -16,7 +16,7 @@ - srcdir = @srcdir@ - top_srcdir = @top_srcdir@ - VPATH = @srcdir@ --prefix = @prefix@ -+prefix = ${PREFIX} - exec_prefix = @exec_prefix@ - - bindir = @bindir@ diff --git a/net-p2p/gtkhx/files/patch-src::xfers.c b/net-p2p/gtkhx/files/patch-src::xfers.c deleted file mode 100644 index a63102e158fa..000000000000 --- a/net-p2p/gtkhx/files/patch-src::xfers.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/xfers.c.orig Fri Mar 22 16:26:04 2002 -+++ src/xfers.c Tue Mar 26 17:39:53 2002 -@@ -611,7 +611,9 @@ - pthread_join(htxf->tid, &thread_retval); - } - #ifdef USE_IPV6 -- freeaddrinfo(htxf->listen_addr); -+ if(htxf->listen_addr) { -+ freeaddrinfo(htxf->listen_addr); -+ } - #endif - g_free(htxf); - if (nxfers > (i+1)) { diff --git a/net-p2p/gtkhx/pkg-comment b/net-p2p/gtkhx/pkg-comment deleted file mode 100644 index 724efc1d3768..000000000000 --- a/net-p2p/gtkhx/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A GTK+ version of Hx, a UNIX Hotline Client diff --git a/net-p2p/gtkhx/pkg-descr b/net-p2p/gtkhx/pkg-descr deleted file mode 100644 index e4e11a6c7bca..000000000000 --- a/net-p2p/gtkhx/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -GtkHx is a GTK Hotline client. Hotline is a protocol which allows you -to chat, send messages, read and post news, and transfer files with -other users connected to a Hotline server. - -WWW: http://gtkhx.sourceforge.net/ diff --git a/net-p2p/gtkhx/pkg-plist b/net-p2p/gtkhx/pkg-plist deleted file mode 100644 index 41746a3be199..000000000000 --- a/net-p2p/gtkhx/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -bin/gtkhx -share/locale/fr/LC_MESSAGES/gtkhx.mo -share/gtkhx/sounds/chatinvite.aiff -share/gtkhx/sounds/chatpost.aiff -share/gtkhx/sounds/error.aiff -share/gtkhx/sounds/filedone.aiff -share/gtkhx/sounds/join.aiff -share/gtkhx/sounds/logged-in.aiff -share/gtkhx/sounds/message.aiff -share/gtkhx/sounds/newspost.aiff -share/gtkhx/sounds/part.aiff -share/gtkhx/icons.rsrc -@dirrm share/gtkhx/sounds -@dirrm share/gtkhx diff --git a/net-p2p/hagelslag/Makefile b/net-p2p/hagelslag/Makefile deleted file mode 100644 index b132597d8f70..000000000000 --- a/net-p2p/hagelslag/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: hagelslag -# Date created: 14 February 2001 -# Whom: Johann Visagie <johann@egenetics.com> -# -# $FreeBSD$ -# - -PORTNAME= hagelslag -PORTVERSION= 0.13 -CATEGORIES= net -MASTER_SITES= http://tiefighter.et.tudelft.nl/hagelslag/ \ - ftp://tiefighter.et.tudelft.nl/pub/hagelslag/v${PORTVERSION}/ - -MAINTAINER= ports@FreeBSD.org - -BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend - -USE_REINPLACE= yes -USE_GMAKE= yes -MAKEFILES= Makefile gui/Makefile src/Makefile -HS_DOCDIR= ${PREFIX}/share/doc/${PORTNAME} - -post-patch: -.for mfile in ${MAKEFILES} - @ ${REINPLACE_CMD} -e 's#make -C#\$${MAKE} -C#' ${WRKSRC}/${mfile} -.endfor - -post-install: -.if !defined(NOPORTDOCS) - @ ${MKDIR} ${HS_DOCDIR} - @ ${INSTALL_DATA} ${WRKSRC}/doc/* ${HS_DOCDIR} -.endif - -.include <bsd.port.mk> diff --git a/net-p2p/hagelslag/distinfo b/net-p2p/hagelslag/distinfo deleted file mode 100644 index eb6c7d806b58..000000000000 --- a/net-p2p/hagelslag/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (hagelslag-0.13.tar.gz) = 9038c8c2324e6d94af01cae34524c439 diff --git a/net-p2p/hagelslag/files/patch-Makefile b/net-p2p/hagelslag/files/patch-Makefile deleted file mode 100644 index 8fa4fc94aab8..000000000000 --- a/net-p2p/hagelslag/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig Sun Apr 8 20:00:36 2001 -+++ Makefile Mon May 7 12:09:57 2001 -@@ -3,7 +3,7 @@ - make -C gui all - - install: -- cp bin/* /usr/local/bin -+ ${BSD_INSTALL_PROGRAM} bin/* ${PREFIX}/bin - - - gui-all: diff --git a/net-p2p/hagelslag/files/patch-src-Makefile b/net-p2p/hagelslag/files/patch-src-Makefile deleted file mode 100644 index 51df1dc46bb1..000000000000 --- a/net-p2p/hagelslag/files/patch-src-Makefile +++ /dev/null @@ -1,28 +0,0 @@ ---- src/Makefile.orig Sun Apr 8 19:58:59 2001 -+++ src/Makefile Mon Nov 4 21:24:23 2002 -@@ -1,13 +1,13 @@ - # Don't change this... --CXX=g++ -+CXX?=g++ - LFLAGS= --COMMONFLAGS=-Wall -O2 -g -+#COMMONFLAGS=-Wall -O2 -g - ROUTER_FLAGS=$(COMMONFLAGS) -DROUTER - DAEMON_FLAGS=$(COMMONFLAGS) -DDAEMON - CONSOLE_FLAGS=$(COMMONFLAGS) -DCONSOLE - - # Change this instead. --CXXFLAGS=$(CONSOLE_FLAGS) -+CXXFLAGS+=$(CONSOLE_FLAGS) - - # Nothing below here should be changed - -@@ -98,7 +98,7 @@ - cp -f UserLib.a ../lib - - depend: -- makedepend -Y -- $(CPP_FILES) $(RC_CPP) $(USER_CPP) -+ makedepend -- $(CPP_FILES) $(RC_CPP) $(USER_CPP) - make -C RC depend - - clean: diff --git a/net-p2p/hagelslag/files/patch-src-RC-Makefile b/net-p2p/hagelslag/files/patch-src-RC-Makefile deleted file mode 100644 index b860b2d4d418..000000000000 --- a/net-p2p/hagelslag/files/patch-src-RC-Makefile +++ /dev/null @@ -1,21 +0,0 @@ ---- src/RC/Makefile.orig Mon Nov 4 21:30:53 2002 -+++ src/RC/Makefile Mon Nov 4 21:31:16 2002 -@@ -1,7 +1,7 @@ - # Don't change this... --CXX=g++ -+CXX?=g++ - LFLAGS= --CXXFLAGS=-Wall -O2 -g -+#CXXFLAGS=-Wall -O2 -g - - RC_H = RCEntry.h RCParameters.h RCPattern.h RCPacket.h RCQPacket.h \ - RCQRPacket.h RCMesgID.h RCPacketStorage.h RCSpam.h RCConnectionID.h \ -@@ -23,7 +23,7 @@ - all: clean depend remotecachelib - - depend: -- makedepend -Y -- $(RC_CPP) -+ makedepend -- $(RC_CPP) - - clean: - rm -f *.o *.a diff --git a/net-p2p/hagelslag/files/patch-src-SearchManager.cpp b/net-p2p/hagelslag/files/patch-src-SearchManager.cpp deleted file mode 100644 index 926b72b89b07..000000000000 --- a/net-p2p/hagelslag/files/patch-src-SearchManager.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/SearchManager.cpp.orig Mon Nov 4 21:18:37 2002 -+++ src/SearchManager.cpp Mon Nov 4 21:19:01 2002 -@@ -9,6 +9,7 @@ - - #include <time.h> - #include <stdio.h> -+#include <string.h> - - #include "Config.h" - #include "Constants.h" diff --git a/net-p2p/hagelslag/pkg-comment b/net-p2p/hagelslag/pkg-comment deleted file mode 100644 index 7ba19974a72d..000000000000 --- a/net-p2p/hagelslag/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A flexible command-line Gnutella implementation with advanced features diff --git a/net-p2p/hagelslag/pkg-descr b/net-p2p/hagelslag/pkg-descr deleted file mode 100644 index e849fdd4e51a..000000000000 --- a/net-p2p/hagelslag/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Hagelslag is a Gnutella servent which emphasises flexibility, stability and -performance. It boasts several advanced features including flexible -configuration and operation, and strategies to guard against network flooding -and spam. It also includes extensive documentation. - -Hagelslag currently only has a command-line interface, but it provides a -(documented) API which may be used to write a GUI. - -Author: Fokko Beekhof <lucifer@tiefighter.et.tudelft.nl> -WWW: http://tiefighter.et.tudelft.nl/hagelslag/ - --- Johann Visagie <johann@egenetics.com> diff --git a/net-p2p/hagelslag/pkg-plist b/net-p2p/hagelslag/pkg-plist deleted file mode 100644 index c3665d5fd171..000000000000 --- a/net-p2p/hagelslag/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -%%PORTDOCS%%share/doc/hagelslag/Hagelslag-design.txt -%%PORTDOCS%%share/doc/hagelslag/LICENSE -%%PORTDOCS%%share/doc/hagelslag/README -%%PORTDOCS%%share/doc/hagelslag/TODO -%%PORTDOCS%%share/doc/hagelslag/UsersManual.txt -%%PORTDOCS%%share/doc/hagelslag/hagelslag-classes.fig -%%PORTDOCS%%share/doc/hagelslag/hagelslag-classes.jpg -%%PORTDOCS%%share/doc/hagelslag/hagelslag-structure.fig -%%PORTDOCS%%share/doc/hagelslag/hagelslag-structure.jpg -bin/hagelslag -%%PORTDOCS%%@dirrm share/doc/hagelslag diff --git a/net-p2p/hx/Makefile b/net-p2p/hx/Makefile deleted file mode 100644 index 3d27f6173375..000000000000 --- a/net-p2p/hx/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: hx -# Date created: 28 March 2001 -# Whom: logo@blackened.com -# -# $FreeBSD$ -# - -PORTNAME= hx -PORTVERSION= 0.7.14 -CATEGORIES= net -MASTER_SITES= ftp://fadeto.blackened.com/pub/other/hotlinex.org/ - -MAINTAINER= logo@blackened.com - -GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/hx -.include <bsd.port.mk> diff --git a/net-p2p/hx/distinfo b/net-p2p/hx/distinfo deleted file mode 100644 index a4c71badf057..000000000000 --- a/net-p2p/hx/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (hx-0.7.14.tar.gz) = 1d0581ccb298fdb15b6c36c4e5387e34 diff --git a/net-p2p/hx/pkg-comment b/net-p2p/hx/pkg-comment deleted file mode 100644 index e04911b3f464..000000000000 --- a/net-p2p/hx/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A text based Hotline (http://www.bigredh.com) client for Unix diff --git a/net-p2p/hx/pkg-descr b/net-p2p/hx/pkg-descr deleted file mode 100644 index 511b73371069..000000000000 --- a/net-p2p/hx/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ - This is a text based version of the popular hotline client for -Macintosh. Hotline is a chat/ftp/news protocol. It's setup almost -like an IRC client, but with the ability to do commands such as cd -into a directory with /cd and more file transfer oriented functions. - -WWW: http://www.hotlinex.org/ -FTP MIRROR: ftp://fadeto.blackened.com/other/hotlinex.org/ - --Valentino Vaschetto - logo@blackened.com diff --git a/net-p2p/hx/pkg-plist b/net-p2p/hx/pkg-plist deleted file mode 100644 index 26005f9f7a9c..000000000000 --- a/net-p2p/hx/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/hx -man/man1/hx.1 diff --git a/net-p2p/javadc/Makefile b/net-p2p/javadc/Makefile deleted file mode 100644 index 3df618563363..000000000000 --- a/net-p2p/javadc/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# New ports collection makefile for: java Direct Connection -# Date created: Mon Nov 19 23:48:51 BRST 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= javadc -PORTVERSION= 0.20 -CATEGORIES= net java -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= lioux@FreeBSD.org - -USE_JAVA= 1.2+ -NEED_JAVAC= YES -WRKSRC= ${WRKDIR}/DirectConnect${PORTVERSION} -BUILD_WRKSRC= ${WRKDIR}/classes -PLIST_SUB= JAR_DIR=${JAR_DIR} \ - JAR_FILE=${JAR_FILE} - -JAVAVM= ${LOCALBASE}/bin/javavm -JAR_DIR= share/java/jar/${PORTNAME} -JAR_MANIFEST= ${FILESDIR}/manifest -CLASS_SRCDIR= ${WRKSRC}/source - -DOC_FILES= COPYING ChangeLog INSTALL README - -post-patch: - @${SED} -e "s|%%JAR_DIR%%|${JAR_DIR}|;s|%%JAR_FILE%%|${JAR_FILE}|; \ - s|%%JAVAVM%%|${JAVAVM}|;s|%%PREFIX%%|${PREFIX}|" \ - ${FILESDIR}/wrapper.sh > ${WRKDIR}/wrapper.sh - -# as far as build goes... ;) -do-build: - @${MKDIR} ${BUILD_WRKSRC} - @${JAVAC} -d ${BUILD_WRKSRC} -classpath ${BUILD_WRKSRC} ${CLASS_SRCDIR}/*.java 2>/dev/null - @${CP} ${CLASS_SRCDIR}/*.txt ${BUILD_WRKSRC} - @cd ${BUILD_WRKSRC} && ${JAR} -cmf ${JAR_MANIFEST} ${WRKDIR}/${JAR_FILE} * - -do-install: - @${MKDIR} ${PREFIX}/${JAR_DIR} - @${INSTALL_DATA} ${WRKDIR}/${JAR_FILE} ${PREFIX}/${JAR_DIR} - @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/${PORTNAME:L} -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for doc in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.pre.mk> - -JAR_FILE= ${PORTNAME}.jar - -.include <bsd.port.post.mk> diff --git a/net-p2p/javadc/distinfo b/net-p2p/javadc/distinfo deleted file mode 100644 index a45c14a0169b..000000000000 --- a/net-p2p/javadc/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (javadc-0.20.tar.gz) = 872aabcfbe431d62d061163e255f2546 diff --git a/net-p2p/javadc/files/manifest b/net-p2p/javadc/files/manifest deleted file mode 100644 index ad3049d647b2..000000000000 --- a/net-p2p/javadc/files/manifest +++ /dev/null @@ -1 +0,0 @@ -Main-Class: DCMain diff --git a/net-p2p/javadc/files/wrapper.sh b/net-p2p/javadc/files/wrapper.sh deleted file mode 100644 index 0f4e2ba5d1b1..000000000000 --- a/net-p2p/javadc/files/wrapper.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -PREFIX="%%PREFIX%%" -JAVAVM="%%JAVAVM%%" -JAR_DIR="%%JAR_DIR%%" -JAR_FILE="%%JAR_FILE%%" - -${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE} "${@}" diff --git a/net-p2p/javadc/pkg-comment b/net-p2p/javadc/pkg-comment deleted file mode 100644 index 1579fb71c6ac..000000000000 --- a/net-p2p/javadc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Open source Java DirectConnect (TM) command-line client diff --git a/net-p2p/javadc/pkg-descr b/net-p2p/javadc/pkg-descr deleted file mode 100644 index 6c4c37aeea10..000000000000 --- a/net-p2p/javadc/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The goal of the project is to open up Direct Connect (Neo-Modus.com) -so that other clients than the currently provided will be available. -More information about Direct Connect can be found on www.neo-modus.com - -WWW: http://sourceforge.net/projects/javadc/ diff --git a/net-p2p/javadc/pkg-plist b/net-p2p/javadc/pkg-plist deleted file mode 100644 index 7ef9a72e99fd..000000000000 --- a/net-p2p/javadc/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -bin/javadc -%%PORTDOCS%%share/doc/javadc/COPYING -%%PORTDOCS%%share/doc/javadc/ChangeLog -%%PORTDOCS%%share/doc/javadc/INSTALL -%%PORTDOCS%%share/doc/javadc/README -%%JAR_DIR%%/%%JAR_FILE%% -@dirrm %%JAR_DIR%% -%%PORTDOCS%%@dirrm share/doc/javadc -@unexec rmdir %D/share/java/jar 2>/dev/null || true diff --git a/net-p2p/jigdo/Makefile b/net-p2p/jigdo/Makefile deleted file mode 100644 index 48d2f497a34f..000000000000 --- a/net-p2p/jigdo/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# ports collection makefile for: jigdo -# Date created: 23 July 2002 -# Whom: Attila Nagy <bra@fsn.hu> -# -# $FreeBSD$ -# - -PORTNAME= jigdo -PORTVERSION= 0.6.8 -CATEGORIES= ftp -MASTER_SITES= http://home.in.tum.de/~atterer/jigdo/ - -MAINTAINER= bra@fsn.hu - -#BUILD_DEPENDS= libwww-config:${PORTSDIR}/www/libwww -RUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget - -MAN1= jigdo-file.1 jigdo-lite.1 jigdo-mirror.1 - -USE_BZIP2= yes -#USE_REINPLACE= yes -USE_SUBMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-libdb --disable-nls --without-gui -USE_GMAKE= yes - -SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ - TOUCH="${TOUCH}" \ - MKDIR="${MKDIR}" \ - -pre-fetch: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.jigdo - -.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) -.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" -.endif - -#post-patch: -# @${REINPLACE_CMD} -e "s/gtk-config/${GTK_CONFIG}/g" ${WRKSRC}/configure - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500041 -EXTRA_PATCHES= ${FILESDIR}/extra-glibc-getopt.h -.endif - -post-install: - @${STRIP_CMD} ${PREFIX}/bin/jigdo-file - -post-clean: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc - -.include <bsd.port.post.mk> diff --git a/net-p2p/jigdo/distinfo b/net-p2p/jigdo/distinfo deleted file mode 100644 index a2aac1271e61..000000000000 --- a/net-p2p/jigdo/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (jigdo-0.6.8.tar.bz2) = 9f9614fa7e01be98e79445f07179c675 diff --git a/net-p2p/jigdo/files/extra-glibc-getopt.h b/net-p2p/jigdo/files/extra-glibc-getopt.h deleted file mode 100644 index 300584ba0825..000000000000 --- a/net-p2p/jigdo/files/extra-glibc-getopt.h +++ /dev/null @@ -1,23 +0,0 @@ ---- src/glibc-getopt.h.orig Fri Dec 6 08:24:36 2002 -+++ src/glibc-getopt.h Fri Dec 6 08:29:58 2002 -@@ -37,12 +37,11 @@ - # define ELIDE_CODE - # endif - #endif -+#define ELIDE_CODE - #ifndef ELIDE_CODE - # define opterr my_opterr - # define optind my_optind - # define optopt my_optopt --#endif -- - - #ifdef __cplusplus - extern "C" { -@@ -186,5 +185,6 @@ - - /* Make sure we later can get all the definitions and declarations. */ - #undef __need_getopt -+#endif /* ELIDE_CODE */ - - #endif /* getopt.h */ diff --git a/net-p2p/jigdo/files/patch-scan.cc b/net-p2p/jigdo/files/patch-scan.cc deleted file mode 100644 index 2c1d4443f2e7..000000000000 --- a/net-p2p/jigdo/files/patch-scan.cc +++ /dev/null @@ -1,13 +0,0 @@ ---- src/scan.cc.orig Fri Sep 20 03:21:08 2002 -+++ src/scan.cc Fri Sep 20 03:21:36 2002 -@@ -174,8 +174,8 @@ - } - } - #else --JigdoCache::JigdoCache(const string&, size_t, size_t bufLen = 128*1024, -- ProgressReporter& pr = noReport) -+JigdoCache::JigdoCache(const string&, size_t, size_t bufLen, -+ ProgressReporter& pr) - : blockLength(0), md5BlockLength(0), files(), nrOfFiles(0), - locationPaths(), readAmount(bufLen), buffer(), reporter(pr) { } - #endif diff --git a/net-p2p/jigdo/pkg-comment b/net-p2p/jigdo/pkg-comment deleted file mode 100644 index deb859df317e..000000000000 --- a/net-p2p/jigdo/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An utility used to retrieve very large files over the Internet diff --git a/net-p2p/jigdo/pkg-descr b/net-p2p/jigdo/pkg-descr deleted file mode 100644 index 7cf9c4862c8b..000000000000 --- a/net-p2p/jigdo/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -This is a port of Jigsaw Download (AKA jigdo) which is a tool designed to -ease the distribution of very large files over the Internet, for example -CD or DVD images. - -Main features: - - The large images does not need to be stored on the server, instead only - the small files contained in the images (works with CD, DVD images, - uncompressed zip files, tar archives...) - - In spite of the above, jigdo creates a bit-exact copy of the image on the - user's machine (to achieve this, the directory data, boot block, etc. of - the image is stored in a special .template file which is distributes - alongside the .jigdo file) - - There is full control over where jigdo-lite will download the individual - parts. It is possible to define mirrors, so users can choose the nearest - one. - - jigdo relies on standard HTTP/FTP, no special protocols needed. - - jigdo-lite supports resuming aborted downloads, or continuing the - download with another mirror if the current one is slow. - - It is possible to "upgrade" the CD image, only the changed data will be - downloaded. - -WWW: http://www.atterer.net/jigdo/ - -Attila Nagy <bra@fsn.hu> diff --git a/net-p2p/jigdo/pkg-plist b/net-p2p/jigdo/pkg-plist deleted file mode 100644 index e2899580e2dc..000000000000 --- a/net-p2p/jigdo/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -bin/jigdo-file -bin/jigdo-lite -bin/jigdo-mirror -%%SUB_GUI%%bin/jigdo -share/jigdo/debian-mirrors.jigdo -@dirrm share/jigdo -%%SUB_GUI%%share/jigdo/pixmaps/button-cross.xpm -%%SUB_GUI%%share/jigdo/pixmaps/button-pause.xpm -%%SUB_GUI%%share/jigdo/pixmaps/button-play.xpm -%%SUB_GUI%%share/jigdo/pixmaps/jigdo-logo.xpm -%%SUB_GUI%%share/jigdo/pixmaps/new.xpm -%%SUB_GUI%%share/jigdo/pixmaps/preferences.xpm -%%SUB_GUI%%share/jigdo/pixmaps/progress051.xpm -%%SUB_GUI%%share/jigdo/pixmaps/quit.xpm -%%SUB_GUI%%share/jigdo/COPYING -%%SUB_GUI%%@dirrm share/jigdo/pixmaps diff --git a/net-p2p/jigdo/scripts/configure.jigdo b/net-p2p/jigdo/scripts/configure.jigdo deleted file mode 100644 index c198af9e58f1..000000000000 --- a/net-p2p/jigdo/scripts/configure.jigdo +++ /dev/null @@ -1,72 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then - exit -fi - -tempfile=`mktemp -t checklist` - -if [ "${BATCH}" = "yes" ]; then - set \"DB3\" -else - /usr/bin/dialog --title "Jigsaw Download configuration options" \ - --clear --checklist "\n\ -Please select desired options:" -1 -1 16 \ -GUI "Graphical User Interface (experimental)" OFF \ -DB3 "Berkeley DB3 (used for jigdo-file's cache)" ON \ -NLS "Native Language Support (no language files yet)" OFF \ -2> $tempfile - - retval=$? - - if [ -s $tempfile ]; then - set `cat $tempfile` - fi - rm -f $tempfile - - case $retval in - 0) if [ -z "$*" ]; then - echo "Nothing selected" - fi - ;; - 1) echo "Cancel pressed." - exit 1 - ;; - esac -fi - -${MKDIR} ${WRKDIRPREFIX}${CURDIR} -exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - -echo "PREFIX= ${PREFIX}" - -SUB_GUI="@comment " - -while [ "$1" ]; do - case $1 in - \"GUI\") - echo "CONFIGURE_ARGS+= --with-gui" - echo "BUILD_DEPENDS+= gtk12-config:\${PORTSDIR}/x11-toolkits/gtk12" - SUB_GUI="" - ;; - \"DB3\") - echo "CONFIGURE_ARGS+= --with-libdb=-ldb3" - echo "CONFIGURE_ENV+= \ - CPPFLAGS=\"-I\${LOCALBASE}/include/db3\" \ - LIBS=\"-L\${LOCALBASE}/lib\" LDFLAGS=\"-ldb3\"" - echo "LIB_DEPENDS= db3:\${PORTSDIR}/databases/db3" - ;; - \"NLS\") - echo "CONFIGURE_ARGS+= --enable-nls=/usr/local/include" - ;; - *) - echo "Invalid option(s): $*" > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - ;; - esac - shift -done - -echo "PLIST_SUB+= SUB_GUI=\"${SUB_GUI}\"" diff --git a/net-p2p/libfreenet/Makefile b/net-p2p/libfreenet/Makefile deleted file mode 100644 index 5cf8acd22f92..000000000000 --- a/net-p2p/libfreenet/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: libfreenet -# Date created: Mar 31, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libfreenet -PORTVERSION= 0.5.0 -CATEGORIES= net -MASTER_SITES= http://thalassocracy.org/libfreenet/ - -MAINTAINER= ports@FreeBSD.org - -USE_REINPLACE= yes -USE_OPENSSL= yes -USE_GMAKE= yes -USE_LIBTOOL= yes -CONFIGURE_ARGS= --includedir=${PREFIX}/include/libfreenet -INSTALLS_SHLIB= yes - -post-patch: - @${REINPLACE_CMD} -e 's|-g -Wall|\@CFLAGS\@|g' ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/net-p2p/libfreenet/distinfo b/net-p2p/libfreenet/distinfo deleted file mode 100644 index 1c8d23d73951..000000000000 --- a/net-p2p/libfreenet/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (libfreenet-0.5.0.tar.gz) = 04b7222576520e825e67b005c478cbb0 diff --git a/net-p2p/libfreenet/files/patch-client.c b/net-p2p/libfreenet/files/patch-client.c deleted file mode 100644 index ba0702f37af3..000000000000 --- a/net-p2p/libfreenet/files/patch-client.c +++ /dev/null @@ -1,12 +0,0 @@ ---- client.c.orig Wed Jun 13 19:04:37 2001 -+++ client.c Sun Dec 30 14:35:28 2001 -@@ -15,7 +15,9 @@ - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ -+#ifdef HAVE_MALLOC_H - #include <malloc.h> -+#endif - #include <string.h> - #include <openssl/dsa.h> - diff --git a/net-p2p/libfreenet/files/patch-client_util.c b/net-p2p/libfreenet/files/patch-client_util.c deleted file mode 100644 index 3fd891db3122..000000000000 --- a/net-p2p/libfreenet/files/patch-client_util.c +++ /dev/null @@ -1,28 +0,0 @@ ---- client_util.c.orig Wed Mar 28 03:27:38 2001 -+++ client_util.c Fri Mar 15 07:54:32 2002 -@@ -37,7 +37,7 @@ - #endif - - --long blstr2time(char *baseline); -+time_t blstr2time(char *baseline); - int timediff(); - - -@@ -60,13 +60,14 @@ - - int timediff () - { -+ struct tm *tmp; - long t = time(NULL); - - /* We are calling localtime here for its side-effect of setting - the timezone global appropriately. I have no proof that this - even happens on cygwin. Please, just let me die. */ -- localtime(&t); -- return (FN_TIMEZONE / 3600); -+ tmp = localtime(&t); -+ return (tmp->tm_gmtoff / 3600); - } - - diff --git a/net-p2p/libfreenet/files/patch-protocol.c b/net-p2p/libfreenet/files/patch-protocol.c deleted file mode 100644 index 66628daab52d..000000000000 --- a/net-p2p/libfreenet/files/patch-protocol.c +++ /dev/null @@ -1,22 +0,0 @@ ---- protocol.c.orig Wed Jun 13 19:03:11 2001 -+++ protocol.c Sun Dec 30 14:37:45 2001 -@@ -16,7 +16,11 @@ - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - #include <stdio.h> -+#ifdef HAVE_MALLOC_H - #include <malloc.h> -+#endif -+#include <sys/types.h> -+#include <netinet/in.h> - #include <sys/socket.h> - #include <netdb.h> - #include <string.h> -@@ -24,7 +28,6 @@ - #include <errno.h> - #include <fcntl.h> - #include <unistd.h> --#include <sys/types.h> - #include <ctype.h> - #include <time.h> - diff --git a/net-p2p/libfreenet/files/patch-testclient.c b/net-p2p/libfreenet/files/patch-testclient.c deleted file mode 100644 index 08a080bc7ce6..000000000000 --- a/net-p2p/libfreenet/files/patch-testclient.c +++ /dev/null @@ -1,10 +0,0 @@ ---- testclient.c.orig Sat Mar 31 15:17:15 2001 -+++ testclient.c Sat Mar 31 15:17:24 2001 -@@ -20,7 +20,6 @@ - #include <string.h> - #include <time.h> - #include <unistd.h> --#include <getopt.h> - - #include "protocol.h" - #include "client.h" diff --git a/net-p2p/libfreenet/files/patch-testserver.c b/net-p2p/libfreenet/files/patch-testserver.c deleted file mode 100644 index 9df4920aefe2..000000000000 --- a/net-p2p/libfreenet/files/patch-testserver.c +++ /dev/null @@ -1,16 +0,0 @@ ---- testserver.c.orig Wed Jun 13 19:05:19 2001 -+++ testserver.c Sun Dec 30 14:36:07 2001 -@@ -15,10 +15,13 @@ - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ -+#ifdef HAVE_MALLOC_H - #include <malloc.h> -+#endif - #include <string.h> - #include <unistd.h> - #include <stdlib.h> -+#include <netinet/in.h> - #include <sys/socket.h> - - diff --git a/net-p2p/libfreenet/pkg-comment b/net-p2p/libfreenet/pkg-comment deleted file mode 100644 index a400869f7afa..000000000000 --- a/net-p2p/libfreenet/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Freenet library written in C diff --git a/net-p2p/libfreenet/pkg-descr b/net-p2p/libfreenet/pkg-descr deleted file mode 100644 index 0c647d2ec4f1..000000000000 --- a/net-p2p/libfreenet/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -libfreenet is a Freenet library written in C. Right now it supports basic -client functionality, as well as a lower-level API for sending and -receiving messages over a Freenet connection. It's currently very much -hackerware -- it might explode at any moment, so approach it with caution. - -WWW: http://thalassocracy.org/libfreenet/ diff --git a/net-p2p/libfreenet/pkg-plist b/net-p2p/libfreenet/pkg-plist deleted file mode 100644 index 5778fa48f50f..000000000000 --- a/net-p2p/libfreenet/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -bin/testclient -bin/testserver -include/libfreenet/acconfig.h -include/libfreenet/base64.h -include/libfreenet/client.h -include/libfreenet/client_util.h -include/libfreenet/config.h -include/libfreenet/endtoend.h -include/libfreenet/message.h -include/libfreenet/protocol.h -include/libfreenet/rijndael-alg-fst.h -include/libfreenet/rijndael-api-fst.h -include/libfreenet/status.h -include/libfreenet/stream.h -include/libfreenet/twofish.h -include/libfreenet/uri.h -include/libfreenet/util.h -lib/libfreenet.a -lib/libfreenet.so -lib/libfreenet.so.1 -@dirrm include/libfreenet diff --git a/net-p2p/limewire/Makefile b/net-p2p/limewire/Makefile deleted file mode 100644 index 5f50afd9cb88..000000000000 --- a/net-p2p/limewire/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: limewire -# Date created: Fri Feb 22 00:28:41 CST 2002 -# Whom: Kyle Martin <mkm@ieee.org> et al -# -# $FreeBSD$ -# - -PORTNAME= limewire -PORTVERSION= 2.7.9 -CATEGORIES= net java -MASTER_SITES= http://www3.limewire.com/download/ -DISTNAME= LimeWireLinux -EXTRACT_SUFX= .tgz - -MAINTAINER= mkm@ieee.org - -USE_JAVA= 1.3+ -NO_BUILD= yes -NO_WRKSUBDIR= yes - -RESTRICTED= License does not allow redistribution of any kind -NO_CDROM= ${RESTRICTED} -NO_PACKAGE= ${RESTRICTED} - -JAR_DIR= ${PREFIX}/share/java/jar/limewire -PLIST_SUB= JAR_DIR="${JAR_DIR:S/${PREFIX}//}" - -post-patch: - @${SED} 's|%%JAR_DIR%%|${JAR_DIR}|; s|%%LOCALBASE%%|${LOCALBASE}|' \ - ${WRKSRC}/runLime.sh > ${WRKSRC}/runLime.sh.sed - -do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/runLime.sh.sed ${PREFIX}/bin/limewire - @${MKDIR} ${JAR_DIR} - @${INSTALL_DATA} ${WRKSRC}/*.jar ${WRKSRC}/MessagesBundle.properties \ - ${JAR_DIR} - -.include <bsd.port.mk> diff --git a/net-p2p/limewire/distinfo b/net-p2p/limewire/distinfo deleted file mode 100644 index 5e83f01a642b..000000000000 --- a/net-p2p/limewire/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (LimeWireLinux.tgz) = b1bf61048e8f98dc0330ed2d8f714285 diff --git a/net-p2p/limewire/files/patch-runLime.sh b/net-p2p/limewire/files/patch-runLime.sh deleted file mode 100644 index 8b99e6c2e3a3..000000000000 --- a/net-p2p/limewire/files/patch-runLime.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- runLime.sh.orig Wed May 15 14:32:03 2002 -+++ runLime.sh Tue Jul 16 22:25:34 2002 -@@ -7,8 +7,9 @@ - # work around some limitations in the JDK1.3. For more information - # see http://java.sun.com/j2se/1.3/relnotes.html#vm - # --CLASSPATH=".:collections.jar:xerces.jar:jl011.jar:MessagesBundles.jar" --export CLASSPATH -+CLASSPATH="%%JAR_DIR%%" - J2SE_PREEMPTCLOSE=1 - export J2SE_PREEMPTCLOSE --java -jar RunLime.jar -+exec %%LOCALBASE%%/bin/javavm \ -+ -cp "${CLASSPATH}/collections.jar:${CLASSPATH}/xerces.jar:${CLASSPATH}/jl011.jar:${CLASSPATH}/MessagesBundles.jar" \ -+ -jar ${CLASSPATH}/LimeWire.jar diff --git a/net-p2p/limewire/pkg-comment b/net-p2p/limewire/pkg-comment deleted file mode 100644 index 97c178b4bb1c..000000000000 --- a/net-p2p/limewire/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Java based gnutella client diff --git a/net-p2p/limewire/pkg-descr b/net-p2p/limewire/pkg-descr deleted file mode 100644 index 1dbccdcfe326..000000000000 --- a/net-p2p/limewire/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -LimeWire is a software package which enables individuals to search -for and share computer files with anyone on the internet. A product -of Lime Wire, LLC, LimeWire is compatible with the Gnutella -file-sharing protocol and can connect with anyone else running -Gnutella-compatible software. The LimeWire program will connect at -startup, via the internet, to the LimeWire Gateway, a specialized -intelligent Gnutella router, to maximize the user's viewable network -space. - -WWW: http://www.limewire.com/ diff --git a/net-p2p/limewire/pkg-plist b/net-p2p/limewire/pkg-plist deleted file mode 100644 index 9ac206834299..000000000000 --- a/net-p2p/limewire/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -bin/limewire -%%JAR_DIR%%/LimeWire.jar -%%JAR_DIR%%/MessagesBundle.properties -%%JAR_DIR%%/MessagesBundles.jar -%%JAR_DIR%%/RunLime.jar -%%JAR_DIR%%/collections.jar -%%JAR_DIR%%/jl011.jar -%%JAR_DIR%%/xerces.jar -@dirrm %%JAR_DIR%% -@unexec rmdir %D/share/java/jar 2>/dev/null || true diff --git a/net-p2p/linux-agsatellite/Makefile b/net-p2p/linux-agsatellite/Makefile deleted file mode 100644 index 571a40d73bbf..000000000000 --- a/net-p2p/linux-agsatellite/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: audiogalaxy satellite -# Date created: Thu Aug 30 15:59:04 GMT 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= agsatellite -PORTVERSION= 0.520 -PORTREVISION= 2 -CATEGORIES= audio net linux -MASTER_SITES= http://www.audiogalaxy.com/downloads/ -DISTNAME= AGSatellite${PORTVERSION:S/.//}-glibc21 - -MAINTAINER= lioux@FreeBSD.org - -WRKSRC= ${WRKDIR}/${DISTNAME:C/-.*//} - -USE_LINUX= yes -NO_BUILD= yes -USE_REINPLACE= yes -STRIP= -RESTRICTED= no response from developer on licensing issues - -DOCS= german_readme.txt license.txt readme.txt - -BRANDELF= /usr/bin/brandelf - -post-patch: - @${REINPLACE_CMD} -e "s|
||;s|email|username|" ${WRKSRC}/*.txt - @${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${FILESDIR}/wrapper.sh > \ - ${WRKDIR}/wrapper.sh - -pre-install: - @${BRANDELF} -t Linux ${WRKSRC}/AGSatellite - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/AGSatellite ${PREFIX}/bin/AGSatellite-real - @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/AGSatellite -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -. for doc in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} -. endfor -.endif - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/net-p2p/linux-agsatellite/distinfo b/net-p2p/linux-agsatellite/distinfo deleted file mode 100644 index 99a75c74089c..000000000000 --- a/net-p2p/linux-agsatellite/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (AGSatellite0520-glibc21.tar.gz) = 3876f43497acde0474809a752a076cbf diff --git a/net-p2p/linux-agsatellite/files/wrapper.sh b/net-p2p/linux-agsatellite/files/wrapper.sh deleted file mode 100644 index ce5b7d7ae0ba..000000000000 --- a/net-p2p/linux-agsatellite/files/wrapper.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh - -PREFIX="%%PREFIX%%" -PROGRAM="${0}" - -if [ ! -d ${HOME}/.agsatellite ] -then - mkdir -p ${HOME}/.agsatellite -fi - -if [ ! -h ${HOME}/.agsatellite/${PROGRAM##*/} ] -then - ln -sf ${PREFIX}/bin/${PROGRAM##*/}-real ${HOME}/.agsatellite/${PROGRAM##*/} -fi - -echo " ${*} " | grep " \-createdironly " || -{ - cd ${HOME}/.agsatellite && - echo Running Audio Galaxy Satellite under ${HOME}/.agsatellite && - echo Create both account.txt and shares.txt files under ${HOME}/.agsatellite && - exec ./${PROGRAM##*/} "${@}" || - echo PROBLEM. Cannot create directory ${HOME}/.agsatellite, make sure you have the proper permissions to create itnd try again -} diff --git a/net-p2p/linux-agsatellite/pkg-comment b/net-p2p/linux-agsatellite/pkg-comment deleted file mode 100644 index 5505062aa192..000000000000 --- a/net-p2p/linux-agsatellite/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Client that allows you to share your music on Audiogalaxy(TM) diff --git a/net-p2p/linux-agsatellite/pkg-descr b/net-p2p/linux-agsatellite/pkg-descr deleted file mode 100644 index 7749f35e202f..000000000000 --- a/net-p2p/linux-agsatellite/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The Audiogalaxy Satellite is a small and simple program that allows -you to share your music with friends and other users on Audiogalaxy. - -WWW: http://www.audiogalaxy.com/ diff --git a/net-p2p/linux-agsatellite/pkg-message b/net-p2p/linux-agsatellite/pkg-message deleted file mode 100644 index c9d9c0f8cea1..000000000000 --- a/net-p2p/linux-agsatellite/pkg-message +++ /dev/null @@ -1,25 +0,0 @@ -[obtained from developers site, edited a bit] -* Accounts are now created FIRST on the website. To create a new -account and use the software go to http://www.audiogalaxy.com/betatest -and signup (login). Then use the SAME login information you used -on the web when the Satellite asks you for it. - -* Feel free to edit the file called shares.txt. Each line in the -text file should specify a directory where your files are. The -first directory is where the files you request are downloaded to. -FreeBSD users must create account.txt and shares.txt in their -favorite text editor before the Satellite will run. The format of -account.txt is simply email that you used to create an account from -the web site on the first line. The second line will be your password - -> account.txt -first_line_with_Username_you_have_subscribed -second_line_with_Password_you_have_subscribed - -For example, - -echo Username_you_have_subscribed > account.txt -echo Password_you_have_subscribed >> account.txt - -* Create both account.txt and shares.txt files under the directory -.agsatellite in your HOME directory diff --git a/net-p2p/linux-agsatellite/pkg-plist b/net-p2p/linux-agsatellite/pkg-plist deleted file mode 100644 index 1fec4aea1310..000000000000 --- a/net-p2p/linux-agsatellite/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/AGSatellite -bin/AGSatellite-real -%%PORTDOCS%%share/doc/agsatellite/german_readme.txt -%%PORTDOCS%%share/doc/agsatellite/license.txt -%%PORTDOCS%%share/doc/agsatellite/readme.txt -%%PORTDOCS%%@dirrm share/doc/agsatellite diff --git a/net-p2p/linux-edonkey-core/Makefile b/net-p2p/linux-edonkey-core/Makefile deleted file mode 100644 index 42abc6624156..000000000000 --- a/net-p2p/linux-edonkey-core/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: eDonkey2000 'core' command line client -# Date created: Fri Jan 4 22:44:56 BRST 2002 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= edonkey -PORTVERSION= 16.16.58.3 -CATEGORIES= net linux -MASTER_SITES= http://users.aber.ac.uk/tpm01/ -PKGNAMESUFFIX= -core -DISTNAME= donkey_s_1658-gaps-3 - -MAINTAINER= lioux@FreeBSD.org - -ONLY_FOR_ARCHS= i386 -USE_LINUX= yes -NO_WRKSUBDIR= yes -NO_BUILD= yes -STRIP= - -STRIP_CMD= ${LINUXBASE}/usr/bin/strip - -.if exists(/usr/bin/brandelf) -BRANDELF?= /usr/bin/brandelf -.else -BRANDELF?= brandelf -.endif - -BINARY_NAME_OLD?= ${DISTNAME} -BINARY_NAME= donkey - -post-patch: - @${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${FILESDIR}/wrapper.sh > \ - ${WRKDIR}/wrapper.sh - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/${BINARY_NAME_OLD} ${PREFIX}/sbin/${BINARY_NAME}-real - @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/${BINARY_NAME} -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR}${PKGNAMESUFFIX} - @${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${DOCSDIR}${PKGNAMESUFFIX} -.endif - @${SED} s!/usr/local/share/doc/edonkey-core!${DOCSDIR}${PKGNAMESUFFIX}! ${PKGMESSAGE} - -.include <bsd.port.pre.mk> - -pre-install: -.if exists(${STRIP_CMD}) - @${STRIP_CMD} ${WRKSRC}/${BINARY_NAME_OLD} -.endif - @${BRANDELF} -t Linux ${WRKSRC}/${BINARY_NAME_OLD} - -.include <bsd.port.post.mk> diff --git a/net-p2p/linux-edonkey-core/distinfo b/net-p2p/linux-edonkey-core/distinfo deleted file mode 100644 index e179cdc7c0c6..000000000000 --- a/net-p2p/linux-edonkey-core/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (donkey_s_1658-gaps-3.tar.gz) = c97d94d66ccabf29fcab5c5534d9af1b diff --git a/net-p2p/linux-edonkey-core/files/README.FreeBSD b/net-p2p/linux-edonkey-core/files/README.FreeBSD deleted file mode 100644 index 8fe970822fc3..000000000000 --- a/net-p2p/linux-edonkey-core/files/README.FreeBSD +++ /dev/null @@ -1,94 +0,0 @@ -[ HELP file resumed from FAQ at - http://users.aber.ac.uk/tpm01/ed2k_tools/faq.html ] - - Read the aforementioned FAQ for complete instructions. - - 1) You have to configure the 'core' client and add a password - - Install the "net/edonkey-core" port and type 'donkey' -from the command line and then typing 'pass username password' (and -hitting ENTER). Once you are finished, type 'q' (ENTER) and 'y' -(ENTER) to quit and make the core save its preferences. - - Of course, username must be a username you desire; and, -password, a password you want to use. These are for connecting to -the 'core' client, not for anything else. Therefore, unless you -want someone mischiefly connecting to your client, choose both -carefully. :) - - 2) Start 'core' client prior to running any of the GUIs -after you have setup a password - - To start the core client to make it controllable via a GUI, -type 'donkey - !' from the command line. - - 3) Run the GUI and connect to the core client - - Install the port "net/edonkey-gui-gtk" or "net/edonkey-gui-java", -whichever one you prefer. Next run 'edonkey-gui-gtk' (if you chose -the FreeBSD native GTK GUI client, or linux-edonkey-gui-gtk if Linux -one) or 'edonkey-gui-java' (if you chose the Java GUI client). The -Java GUI is very slow compared to the GTK one but it both supports -multiple line selections and ed2k link pastes. The GTK one cannot -do that now but it's very fast; it can accept ed2k link drag-n-drops -using a mouse and keeps getting new features all the time. Therefore, -I would advise using both, each for what their strong points are. -The Java one to multiple select and the GTK one for normal use. - - Okay, the GUI starts and there is that 'connect to' dialog, -now what do I do? - - First of all, you'll need an edonkey core running somewhere. -Usually this will be the computer you're running the GUI on. There -should be a status message above the buttons that tell you if there -is already a core running locally or not. If not, hit the 'spawn -local donkey' button to start the edonkey2000 core program. Now the -status message should change. If not, you'll have to start the core -client manually (Refer to step #2). - - Second, if you spawned the donkey core alright, you enter -the admin username and password into the appropriate fields in the -'connect to' dialog and hit the 'connect' button. Now the 'connect -to' dialog should disappear and the GUI should be connected to the -core. If this does not happen, there could be the following problems -(also check the statusbar of the GUI main window for messages): - - (a) If you have started the core manually, you forgot the '-' - option. Start it with 'donkey - !' from the command line. - - (b) You're connecting to the wrong computer ('host'). This should - be 'localhost' by default. - - (c) You're connecting to the wrong port on your computer. The - default GUI port can be set in the command line 'core' client via - the 'aport' command, but should be 4663 by default. - - (d) You haven't set a username and/or password with the core - manually (Refer to step #1). - - (e) Your username/password are wrong (run the core manually and - type the 'vo' command to see what they are set to). - - (f) The 'connect to' dialog disappears, but nothing seems to - happen. Most notably, the options page shows 'pleasewait' as a - nickname: This happens if you connect to the core on the wrong - port, namely on the port the core uses as its _data_ port. Start - the core manually and type 'vo' to see what the admin port is. - Make sure the 'admin port' is different from the 'door port' - (=data port). If in doubt, type 'netstat -l' from the command - line to see on what ports the donkey is listening. It should be - one of those. - - (g) If you're trying to control a GUI on a remote host, chances - are that there is a firewall between you and the remote host that - blocks all TCP connections on the admin port. If this is the case, - you have to check your firewall settings and allow these connections - or try a different port as an admin port. - - Third, you're connected, and the options page does NOT show -'pleasewait' as a nickname. This is a very good sign, meaning that -the GUI and the core can actually talk to each other. Now you should -be able to do whatever you want: Go to the servers page and connect -to a server first. Then you can search and start to download things. -If you right-click on the list-entries you'll get all the available -actions. Don't forget to share! :) diff --git a/net-p2p/linux-edonkey-core/files/wrapper.sh b/net-p2p/linux-edonkey-core/files/wrapper.sh deleted file mode 100644 index a1cbdc0258a2..000000000000 --- a/net-p2p/linux-edonkey-core/files/wrapper.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh - -PREFIX="%%PREFIX%%" -PROGRAM="${0}" -DIRNAME=${HOME}/.edonkey2000-core - -if [ ! -d ${DIRNAME} ] -then - mkdir -p ${DIRNAME} -fi - -if [ ! -h ${DIRNAME}/${PROGRAM##*/} ] -then - ln -sf ${PREFIX}/sbin/${PROGRAM##*/}-real ${DIRNAME}/${PROGRAM##*/} -fi - -echo " ${*} " | grep " \-createdironly " || -{ - cd ${DIRNAME} && - echo Running under ${DIRNAME} && - exec ./${PROGRAM##*/} "${@}" || - echo PROBLEM. Cannot create directory ${DIRNAME}, make sure you have the proper permissions to create it and try again -} diff --git a/net-p2p/linux-edonkey-core/pkg-comment b/net-p2p/linux-edonkey-core/pkg-comment deleted file mode 100644 index ee94e3fad6f4..000000000000 --- a/net-p2p/linux-edonkey-core/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -eDonkey2000 'core' command line client diff --git a/net-p2p/linux-edonkey-core/pkg-descr b/net-p2p/linux-edonkey-core/pkg-descr deleted file mode 100644 index 16c9c6962ea4..000000000000 --- a/net-p2p/linux-edonkey-core/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The eDonkey2000 'core' is the actual edonkey program which does -everything behind the scenes - connecting to servers, searching, -downloading, uploading, all that stuff. - -The 'core' comes with a very simple text interface (=command line -client), where you can tell it what to do by typing in commands. - -Check http://www.edonkey2000.com/ and the WWW site below. - -WWW: http://users.aber.ac.uk/tpm01/guihome.html diff --git a/net-p2p/linux-edonkey-core/pkg-message b/net-p2p/linux-edonkey-core/pkg-message deleted file mode 100644 index 49bb236a9a3b..000000000000 --- a/net-p2p/linux-edonkey-core/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ - ATTENTIONATTENTION: - -Please make sure that you read -/usr/local/share/doc/edonkey-core/README.FreeBSD. -It contains important information about both configuring and running -edonkey2000 under FreeBSD. You will have problems running it if you -do not read it. - diff --git a/net-p2p/linux-edonkey-core/pkg-plist b/net-p2p/linux-edonkey-core/pkg-plist deleted file mode 100644 index b500e2c37b31..000000000000 --- a/net-p2p/linux-edonkey-core/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/donkey -sbin/donkey-real -%%PORTDOCS%%share/doc/edonkey-core/README.FreeBSD -%%PORTDOCS%%@dirrm share/doc/edonkey-core diff --git a/net-p2p/linux-edonkey-server/Makefile b/net-p2p/linux-edonkey-server/Makefile deleted file mode 100644 index 48bbcf85e5b3..000000000000 --- a/net-p2p/linux-edonkey-server/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -# New ports collection makefile for: Linux eDonkey server -# Date created: 18 December 2001 -# Whom: Yen-Ming Lee <leeym@leeym.com> & Mario S F Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= edonkey -PORTVERSION= 16.39 -CATEGORIES= net linux -MASTER_SITES= http://www.edonkey2000.com/files/ -PKGNAMEPREFIX= linux- -PKGNAMESUFFIX= -server -DISTNAME= dserver -EXTRACT_SUFX= .gz -EXTRACT_ONLY= - -MAINTAINER= lioux@FreeBSD.org - -ONLY_FOR_ARCHS= i386 -USE_LINUX= yes -NO_WRKSUBDIR= yes -NO_BUILD= yes -STRIP= -# -PKGDEINSTALL= ${PKGINSTALL} - -STRIP_CMD= ${LINUXBASE}/usr/bin/strip - -.if exists(/usr/bin/brandelf) -BRANDELF?= /usr/bin/brandelf -.else -BRANDELF?= brandelf -.endif - -BINARY_NAME= dserver -RC_SAMPLE= edonkey2000-server.sh.sample - -post-extract: - @${GZCAT} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKSRC}/${BINARY_NAME} - -post-patch: - @${SED} -e "s|%%PREFIX%%|${PREFIX}|" \ - -e "s|%%LOCALBASE%%|${LOCALBASE}|" ${FILESDIR}/${RC_SAMPLE} \ - > ${WRKDIR}/${RC_SAMPLE} - -do-install: -# pre-install work: create user ids, ... - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} \ - ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - @${INSTALL_PROGRAM} ${WRKDIR}/${BINARY_NAME} ${PREFIX}/sbin - @${INSTALL_SCRIPT} ${WRKSRC}/${RC_SAMPLE} ${PREFIX}/etc/rc.d - @${INSTALL_DATA} ${FILESDIR}/donkey.ini ${PREFIX}/etc/edonkey2000 - -.include <bsd.port.pre.mk> - -pre-install: -.if exists(${STRIP_CMD}) - @${STRIP_CMD} ${WRKSRC}/${BINARY_NAME} -.endif - @${BRANDELF} -t Linux ${WRKSRC}/${BINARY_NAME} - -.include <bsd.port.post.mk> diff --git a/net-p2p/linux-edonkey-server/distinfo b/net-p2p/linux-edonkey-server/distinfo deleted file mode 100644 index 1f6895bf6d88..000000000000 --- a/net-p2p/linux-edonkey-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dserver.gz) = b4ed9db5ed01337c222ebd16f25f45d9 diff --git a/net-p2p/linux-edonkey-server/files/donkey.ini b/net-p2p/linux-edonkey-server/files/donkey.ini deleted file mode 100644 index c268f163becb..000000000000 --- a/net-p2p/linux-edonkey-server/files/donkey.ini +++ /dev/null @@ -1,19 +0,0 @@ -[server] -name=UNKNOWN(Amnesiac) -desc=Change both name and description to real values -maxClients=6000 -public=true -console=false -logFile= -verbose=false -welcome[0]=This is my server built from FreeBSD ports collection. -welcome[1]=Check www.edonkey2000.com for updates. -threads=5 -thisIP= -port=4661 -seedIP= -seedPort=4661 -type=key -tableSize=2333 -maxVersion=1000 -minVersion=39 diff --git a/net-p2p/linux-edonkey-server/files/edonkey2000-server.sh.sample b/net-p2p/linux-edonkey-server/files/edonkey2000-server.sh.sample deleted file mode 100644 index 8f38866566f1..000000000000 --- a/net-p2p/linux-edonkey-server/files/edonkey2000-server.sh.sample +++ /dev/null @@ -1,44 +0,0 @@ -#!/bin/sh - -ETC_DIR=%%PREFIX%%/etc/edonkey2000 -SBIN_DIR=%%PREFIX%%/sbin -PATH=/bin:/usr/bin:%%LOCALBASE%%/bin -# -SU=/usr/bin/su -# -USER=edonkey2000 - -CONSOLE=`grep ^console= ${ETC_DIR}/donkey.ini | grep -i true | wc -l` - -if [ ${CONSOLE} -gt 0 -a ! -x %%LOCALBASE%%/bin/screen ]; then - echo "Please install ports misc/screen first to enable edonkey2000-server console" >&2 - exit -fi - -case "${1}" in -start) - if [ -x ${SBIN_DIR}/dserver ]; then - cd ${ETC_DIR} - if [ ${CONSOLE} -gt 0 ]; then - ${SU} ${USER} -c "screen -dmS ${SBIN_DIR}/dserver dserver" & - else - ${SU} ${USER} -c "${SBIN_DIR}/dserver >/dev/null 2>&1" & - fi - echo -n ' edonkey2000-server' - fi - ;; -stop) - killall -1 dserver > /dev/null 2>&1 - echo -n ' edonkey2000-server' - ;; -console) - if [ ${CONSOLE} -gt 0 ]; then - ${SU} edonkey2000 -c "screen -d -r dserver" - else - echo "Please set console=true in ${ETC_DIR}/donkey.ini, install ports misc/screen, then restart dserver" - fi - ;; -*) - echo "Usage: `basename $0` {start|stop|console}" >&2 - ;; -esac diff --git a/net-p2p/linux-edonkey-server/pkg-comment b/net-p2p/linux-edonkey-server/pkg-comment deleted file mode 100644 index 28411b465ff8..000000000000 --- a/net-p2p/linux-edonkey-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A decentralized peer-to-peer file-sharing server (eDonkey2000 server) diff --git a/net-p2p/linux-edonkey-server/pkg-descr b/net-p2p/linux-edonkey-server/pkg-descr deleted file mode 100644 index 6c7e7ca61142..000000000000 --- a/net-p2p/linux-edonkey-server/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -eDonkey2000 doesn't rely on one central server yet searches are -quick and your client doesn't get bogged down with endless search -requests. You have the ability to search all the files being shared -anywhere on the eDonkey2000 network. - -It allows you to transfer any type of file. It automatically resumes -interrupted transfers from alternate sources. It even introduces -ways to share a whole collection of files together so you can be -sure to get all the songs in an album or all pieces of a movie. -Users will be able to download a file from multiple sources at the -same time thus insuring that transfers will be as fast as possible. - -Files can be uploaded while being downloaded. This insures that a -rare file that is wanted by many people will be distributed as -quickly as possible. - -The server and client are both distributed for free. There are Linux -and Windows versions available with Mac versions coming soon. - -WWW: http://www.edonkey2000.com/ diff --git a/net-p2p/linux-edonkey-server/pkg-install b/net-p2p/linux-edonkey-server/pkg-install deleted file mode 100644 index 97f8a7cecee9..000000000000 --- a/net-p2p/linux-edonkey-server/pkg-install +++ /dev/null @@ -1,60 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -# based on original from apache13 port - -[ $# != 2 ] && exit 1 -PKGNAME=$1 -ACTION=$2 - -USER=edonkey2000 -GROUP=${USER} - -ECHO=echo -INSTALL=/usr/bin/install -PW=/usr/sbin/pw - -case "$ACTION" in - -PRE-INSTALL) - if ! ${PW} groupshow "${GROUP}" 2>/dev/null 1>&2; then - if ${PW} groupadd ${GROUP}; then - ${ECHO} "Added group \"${GROUP}\"." - else - ${ECHO} "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - if ! ${PW} usershow "${USER}" 2>/dev/null 1>&2; then - if ${PW} useradd ${USER} -g ${GROUP} -h - \ - -s "/sbin/nologin" -d "/nonexistent" \ - -c "& Server Owner"; \ - then - ${ECHO} "Added user \"${USER}\"." - else - ${ECHO} "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - ${INSTALL} -d -g ${GROUP} -m 1570 ${PKG_PREFIX}/etc/edonkey2000 - ;; - -DEINSTALL) - if ${PW} usershow "${USER}" 2>/dev/null 1>&2; then - ${ECHO} "To delete eDonkey user permanently, use '${PW} userdel ${USER}'" - fi - if ${PW} groupshow "${GROUP}" 2>/dev/null 1>&2; then - ${ECHO} "To delete eDonkey group permanently, use '${PW} groupdel ${GROUP}'" - fi - exit 0 - ;; - -POST-INSTALL|POST-DEINSTALL) - ;; - -*) - exit 1 - ;; -esac - -exit diff --git a/net-p2p/linux-edonkey-server/pkg-plist b/net-p2p/linux-edonkey-server/pkg-plist deleted file mode 100644 index 086a4ea589be..000000000000 --- a/net-p2p/linux-edonkey-server/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -etc/edonkey2000/donkey.ini -etc/rc.d/edonkey2000-server.sh.sample -sbin/dserver -@unexec [ -r %D/etc/rc.d/edonkey2000-server.sh ] 2>/dev/null && echo "Do not forget to remove rc script ${PKG_PREFIX}/etc/rc.d/edonkey2000-server.sh. Deinstalling the port does not remove this file." | fmt || true -@unexec rmdir %D/etc/edonkey2000 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -rf ${PKG_PREFIX}/etc/edonkey2000`` to remove any configuration files and logs left." | fmt diff --git a/net-p2p/linux-edonkey-tool-recovermet/Makefile b/net-p2p/linux-edonkey-tool-recovermet/Makefile deleted file mode 100644 index 90520ee63983..000000000000 --- a/net-p2p/linux-edonkey-tool-recovermet/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: edonkey recovermet tool -# Date created: Wed Feb 20 18:03:49 BRT 2002 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= edonkey -PORTVERSION= 0.0.2 -CATEGORIES= misc linux -MASTER_SITES= http://users.aber.ac.uk/tpm01/ed2k_tools/ -PKGNAMESUFFIX= -tool-recovermet -DISTNAME= ed2k_recovermet -EXTRACT_SUFX= .gz -EXTRACT_ONLY= - -MAINTAINER= lioux@FreeBSD.org - -ONLY_FOR_ARCHS= i386 -USE_LINUX= yes -NO_WRKSUBDIR= yes -NO_BUILD= yes -STRIP= - -STRIP_CMD= ${LINUXBASE}/usr/bin/strip - -.if exists(/usr/bin/brandelf) -BRANDELF?= /usr/bin/brandelf -.else -BRANDELF?= brandelf -.endif - -BINARY_NAME= ${PORTNAME}${PKGNAMESUFFIX} - -post-extract: - @${GZCAT} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKSRC}/${BINARY_NAME} - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/${BINARY_NAME} ${PREFIX}/bin - -.include <bsd.port.pre.mk> - -pre-install: -.if exists(${STRIP_CMD}) - @${STRIP_CMD} ${WRKSRC}/${BINARY_NAME} -.endif - @${BRANDELF} -t Linux ${WRKSRC}/${BINARY_NAME} - -.include <bsd.port.post.mk> diff --git a/net-p2p/linux-edonkey-tool-recovermet/distinfo b/net-p2p/linux-edonkey-tool-recovermet/distinfo deleted file mode 100644 index 1cdf6f57dc55..000000000000 --- a/net-p2p/linux-edonkey-tool-recovermet/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ed2k_recovermet.gz) = bc25fae29e31582e47d32e027d1ab2fd diff --git a/net-p2p/linux-edonkey-tool-recovermet/pkg-comment b/net-p2p/linux-edonkey-tool-recovermet/pkg-comment deleted file mode 100644 index 89f01ba3646f..000000000000 --- a/net-p2p/linux-edonkey-tool-recovermet/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Tool that tries to re-create x.part.met files compromised due to crash diff --git a/net-p2p/linux-edonkey-tool-recovermet/pkg-descr b/net-p2p/linux-edonkey-tool-recovermet/pkg-descr deleted file mode 100644 index b8997aacd1be..000000000000 --- a/net-p2p/linux-edonkey-tool-recovermet/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -This is a tool for eDonkey2000 that re-creates x.part.met files -that have been lost or set zero size after a crash. - -Obviously, this only works if the x.part file in your temp folder -survives. Only those 9MB blocks will be saved which have been fully -downloaded, but you'll be able to continue your download. - -The tool tries to find the best match from information stored in -the known.met file and all the x.part.met files in the temp folder. - -Therefore, you can increase the chance of recovery by searching for -the file you are trying to restore and put as many possible candidates -as you can find in the download list (which you can cancel again -after using this tool). - -N.B. Obviously these candidates should have the same size as your -download was/is supposed to have! Therefore, if your download was -supposed to be 699MB when finished, files with 720MB or 750MB are -NOT likely candidates, even if the name is the same. - -WWW: http://users.aber.ac.uk/tpm01/ed2k_tools/ diff --git a/net-p2p/linux-edonkey-tool-recovermet/pkg-plist b/net-p2p/linux-edonkey-tool-recovermet/pkg-plist deleted file mode 100644 index c525bb7cc121..000000000000 --- a/net-p2p/linux-edonkey-tool-recovermet/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/edonkey-tool-recovermet diff --git a/net-p2p/lopster/Makefile b/net-p2p/lopster/Makefile deleted file mode 100644 index 5d718c553dc6..000000000000 --- a/net-p2p/lopster/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: lopster -# Date created: 19 Oct 2000 -# Whom: Roman Shterenzon <roman@xpert.com> -# -# $FreeBSD$ -# - -PORTNAME= lopster -PORTVERSION= 1.0.1 -PORTREVISION= 2 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= roman@xpert.com - -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext - -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOMENG= yes -USE_GNOME= gtk12 -USE_X_PREFIX= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/net-p2p/lopster/distinfo b/net-p2p/lopster/distinfo deleted file mode 100644 index 460eb158cbe5..000000000000 --- a/net-p2p/lopster/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (lopster-1.0.1.tar.gz) = 536e31b0864e0f5af2fe50807225e797 diff --git a/net-p2p/lopster/files/patch-configure b/net-p2p/lopster/files/patch-configure deleted file mode 100644 index 02a20be5228d..000000000000 --- a/net-p2p/lopster/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Tue May 29 20:42:56 2001 -+++ configure Tue May 29 20:44:40 2001 -@@ -2826,7 +2826,7 @@ - cat conftest.$ac_ext >&5 - rm -rf conftest* - CATOBJEXT=.mo -- DATADIRNAME=lib -+ DATADIRNAME=share - fi - rm -f conftest* - INSTOBJEXT=.mo diff --git a/net-p2p/lopster/files/patch-src::global.c b/net-p2p/lopster/files/patch-src::global.c deleted file mode 100644 index 3ad87740d577..000000000000 --- a/net-p2p/lopster/files/patch-src::global.c +++ /dev/null @@ -1,27 +0,0 @@ ---- src/global.c.orig Sun Nov 4 13:30:19 2001 -+++ src/global.c Sat Jan 26 22:15:50 2002 -@@ -1333,7 +1333,6 @@ - - return NULL; - } --*/ - - char *strcasestr(char *str, char *sub) - { -@@ -1361,6 +1360,7 @@ - - return NULL; - } -+*/ - - int idle_function(gpointer data ATTR_UNUSED) - { -@@ -3597,7 +3597,7 @@ - global.auto_save = NULL; - global.execs = NULL; - global.pings = NULL; -- global.ping_command = l_strdup("/bin/ping -c 3 $IP"); -+ global.ping_command = l_strdup("/sbin/ping -c 3 $IP"); - - global.browse_width[0] = 369; - global.browse_width[1] = 80; diff --git a/net-p2p/lopster/files/patch-src::global.h b/net-p2p/lopster/files/patch-src::global.h deleted file mode 100644 index 3837a2ce9da3..000000000000 --- a/net-p2p/lopster/files/patch-src::global.h +++ /dev/null @@ -1,8 +0,0 @@ ---- src/global.h.orig Wed Oct 17 20:54:36 2001 -+++ src/global.h Sat Jan 26 22:09:13 2002 -@@ -98,7 +98,7 @@ - void create_dir(char *dir); - - void update_status_line(int highlight); --char *strcasestr(char *str, char *sub); -+// char *strcasestr(char *str, char *sub); diff --git a/net-p2p/lopster/files/patch-src::transfer.c b/net-p2p/lopster/files/patch-src::transfer.c deleted file mode 100644 index ffc51a29a38f..000000000000 --- a/net-p2p/lopster/files/patch-src::transfer.c +++ /dev/null @@ -1,15 +0,0 @@ ---- src/transfer.c.orig Sun Nov 4 20:30:19 2001 -+++ src/transfer.c Mon Nov 18 11:09:25 2002 -@@ -1827,8 +1827,10 @@ - printf("set offset to %ld %d\n", transfer->progress, cnt); - #endif - transfer->resume_check = l_malloc(cnt * sizeof(char)); -- transfer->check_length = read(fileno(transfer->file), -- transfer->resume_check, cnt); -+ transfer->check_length = fread(transfer->resume_check, -+ sizeof(char), -+ cnt, -+ transfer->file); - fclose(transfer->file); - - if (transfer->check_length != cnt) { diff --git a/net-p2p/lopster/pkg-comment b/net-p2p/lopster/pkg-comment deleted file mode 100644 index e1765a82545c..000000000000 --- a/net-p2p/lopster/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GTK+ client for Napster diff --git a/net-p2p/lopster/pkg-descr b/net-p2p/lopster/pkg-descr deleted file mode 100644 index ae315c663e90..000000000000 --- a/net-p2p/lopster/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Lopster is a Napster client for Linux/Unix written in C and based on GTK. - -WWW: http://lopster.sourceforge.net/ - -Roman Shterenzon <roman@xpert.com> diff --git a/net-p2p/lopster/pkg-plist b/net-p2p/lopster/pkg-plist deleted file mode 100644 index e92fd25c8feb..000000000000 --- a/net-p2p/lopster/pkg-plist +++ /dev/null @@ -1,41 +0,0 @@ -bin/lopster -share/locale/de/LC_MESSAGES/lopster.mo -share/locale/fr/LC_MESSAGES/lopster.mo -share/lopster/pixmaps/arrowd.xpm -share/lopster/pixmaps/arrowl.xpm -share/lopster/pixmaps/arrowr.xpm -share/lopster/pixmaps/arrowu.xpm -share/lopster/pixmaps/book1.xpm -share/lopster/pixmaps/book2.xpm -share/lopster/pixmaps/bug.xpm -share/lopster/pixmaps/chat.xpm -share/lopster/pixmaps/d16x16.xpm -share/lopster/pixmaps/download.xpm -share/lopster/pixmaps/email.xpm -share/lopster/pixmaps/enemy.xpm -share/lopster/pixmaps/enemy2.xpm -share/lopster/pixmaps/folder.xpm -share/lopster/pixmaps/folder_open.xpm -share/lopster/pixmaps/forum.xpm -share/lopster/pixmaps/friend.xpm -share/lopster/pixmaps/home16b.xpm -share/lopster/pixmaps/hotlist.xpm -share/lopster/pixmaps/ignore.xpm -share/lopster/pixmaps/info.xpm -share/lopster/pixmaps/library.xpm -share/lopster/pixmaps/logo.xpm -share/lopster/pixmaps/logo1.xpm -share/lopster/pixmaps/mini-folder.xpm -share/lopster/pixmaps/project.xpm -share/lopster/pixmaps/search.xpm -share/lopster/pixmaps/server.xpm -share/lopster/pixmaps/speedgray.xpm -share/lopster/pixmaps/speedgreen.xpm -share/lopster/pixmaps/speedred.xpm -share/lopster/pixmaps/speedyellow.xpm -share/lopster/pixmaps/statistic.xpm -share/lopster/pixmaps/transfer.xpm -share/lopster/pixmaps/user1.xpm -share/lopster/pixmaps/user2.xpm -@dirrm share/lopster/pixmaps -@dirrm share/lopster diff --git a/net-p2p/mldonkey-devel/Makefile b/net-p2p/mldonkey-devel/Makefile deleted file mode 100644 index db104e3308f5..000000000000 --- a/net-p2p/mldonkey-devel/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: mldonkey -# Date created: 21 August 2002 -# Whom: Holger Lamm <holger@e-gitt.net> -# -# $FreeBSD$ -# - -PORTNAME= mldonkey -PORTVERSION= 1.16 -CATEGORIES= net -MASTER_SITES= http://www.schraegerpunkt.de/ \ - http://ernie.eit.uni-kl.de/mldonkey/ - -DISTNAME= ${PORTNAME}-${PORTVERSION}.static.${ARCH}-FreeBSD - -MAINTAINER= holger@e-gitt.net - -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww - -ONLY_FOR_ARCHS= i386 -USE_BZIP2= yes -USE_PERL5= yes -USE_REINPLACE= yes -NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-distrib - -DIRNAME= ${HOME}/.mldonkey - -# do not strip, it breaks OCAML binaries -STRIP= - -post-patch: - @${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${FILESDIR}/wrapper.sh > \ - ${WRKDIR}/wrapper.sh - @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' \ - ${WRKSRC}/kill_mldonkey - -pre-install: -# we can strip the GTK binary - @${STRIP_CMD} ${WRKSRC}/mldonkey_gui - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/mldonkey ${PREFIX}/bin/mldonkey-real - @${INSTALL_PROGRAM} ${WRKSRC}/mldonkey_gui ${PREFIX}/bin - @${INSTALL_SCRIPT} ${WRKSRC}/kill_mldonkey ${PREFIX}/bin - @${INSTALL_SCRIPT} ${WRKSRC}/mldonkey_previewer ${PREFIX}/bin - @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/mldonkey -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/Readme.txt ${DOCSDIR} -.endif - -post-install: - @${SED} -e 's|/usr/local/|${PREFIX}/|' ${PKGMESSAGE} - -.include <bsd.port.pre.mk> - -install-user: extract - @${TEST} -d ${DIRNAME} || ${MKDIR} ${DIRNAME} - @${CP} ${WRKSRC}/servers.ini ${DIRNAME}/ - -.include <bsd.port.post.mk> diff --git a/net-p2p/mldonkey-devel/distinfo b/net-p2p/mldonkey-devel/distinfo deleted file mode 100644 index a2660a36c994..000000000000 --- a/net-p2p/mldonkey-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mldonkey-1.16.static.i386-FreeBSD.tar.bz2) = b15aeabf1b0496f225f62baca7b0077c diff --git a/net-p2p/mldonkey-devel/files/wrapper.sh b/net-p2p/mldonkey-devel/files/wrapper.sh deleted file mode 100644 index c25fd62bc133..000000000000 --- a/net-p2p/mldonkey-devel/files/wrapper.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -PREFIX="%%PREFIX%%/bin" -PROGRAM="${0}" -DIRNAME=${HOME}/.mldonkey - -if [ ! -d ${DIRNAME} ] -then - mkdir -p ${DIRNAME} -fi - -echo " ${*} " | grep " \-createdironly " || -{ - cd ${DIRNAME} && - echo Running under ${DIRNAME} && - exec ${PREFIX}/${PROGRAM##*/}-real "${@}" || - echo PROBLEM. Cannot create directory ${DIRNAME}, make sure you have the proper permissions to create it and try again -} diff --git a/net-p2p/mldonkey-devel/pkg-comment b/net-p2p/mldonkey-devel/pkg-comment deleted file mode 100644 index 985c930c3045..000000000000 --- a/net-p2p/mldonkey-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A OCAML/GTK client for the eDonkey peer-to-peer network diff --git a/net-p2p/mldonkey-devel/pkg-descr b/net-p2p/mldonkey-devel/pkg-descr deleted file mode 100644 index 470212b5f06b..000000000000 --- a/net-p2p/mldonkey-devel/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -mldonkey is a OCAML/GTK client for the eDonkey peer-to-peer network -(see http://www.edonkey2000.com/ and the 'edonkey' ports). - -It is separated into a core with telnet and web interfaces, and -brings a GTK GUI. - -Other features over the original client are: -- better stability -- faster operation -- much better control -- saves its current state, checksums and known peers - (instead of starting from scratch every time) - -WWW: http://www.freesoftware.fsf.org/mldonkey/ diff --git a/net-p2p/mldonkey-devel/pkg-message b/net-p2p/mldonkey-devel/pkg-message deleted file mode 100644 index 568af83e56c0..000000000000 --- a/net-p2p/mldonkey-devel/pkg-message +++ /dev/null @@ -1,20 +0,0 @@ - ATTENTIONATTENTION: - -- It is not a bad idea to install mplayer. You will be able - to preview half-downloaded files (if you have the beginning). - -- Please make sure that you read - /usr/local/share/doc/mldonkey/Readme.txt. - It contains important information about how to run mldonkey. - -- If this is the first time you install mldonkey, - please go to the mldonkey ports dir as a user and enter: - - make install-user - - this will set up your user config and install an - initial server list. - -- You can import the downloads started with eDonkey - (try "import /home/directory/path/.edonkey2000-core" - on the console), but you can NOT go back! diff --git a/net-p2p/mldonkey-devel/pkg-plist b/net-p2p/mldonkey-devel/pkg-plist deleted file mode 100644 index dbe1cecdc4d7..000000000000 --- a/net-p2p/mldonkey-devel/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/kill_mldonkey -bin/mldonkey -bin/mldonkey-real -bin/mldonkey_gui -bin/mldonkey_previewer -%%PORTDOCS%%share/doc/mldonkey/Readme.txt -%%PORTDOCS%%@dirrm share/doc/mldonkey diff --git a/net-p2p/mldonkey-gui-devel/Makefile b/net-p2p/mldonkey-gui-devel/Makefile deleted file mode 100644 index db104e3308f5..000000000000 --- a/net-p2p/mldonkey-gui-devel/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: mldonkey -# Date created: 21 August 2002 -# Whom: Holger Lamm <holger@e-gitt.net> -# -# $FreeBSD$ -# - -PORTNAME= mldonkey -PORTVERSION= 1.16 -CATEGORIES= net -MASTER_SITES= http://www.schraegerpunkt.de/ \ - http://ernie.eit.uni-kl.de/mldonkey/ - -DISTNAME= ${PORTNAME}-${PORTVERSION}.static.${ARCH}-FreeBSD - -MAINTAINER= holger@e-gitt.net - -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww - -ONLY_FOR_ARCHS= i386 -USE_BZIP2= yes -USE_PERL5= yes -USE_REINPLACE= yes -NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-distrib - -DIRNAME= ${HOME}/.mldonkey - -# do not strip, it breaks OCAML binaries -STRIP= - -post-patch: - @${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${FILESDIR}/wrapper.sh > \ - ${WRKDIR}/wrapper.sh - @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' \ - ${WRKSRC}/kill_mldonkey - -pre-install: -# we can strip the GTK binary - @${STRIP_CMD} ${WRKSRC}/mldonkey_gui - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/mldonkey ${PREFIX}/bin/mldonkey-real - @${INSTALL_PROGRAM} ${WRKSRC}/mldonkey_gui ${PREFIX}/bin - @${INSTALL_SCRIPT} ${WRKSRC}/kill_mldonkey ${PREFIX}/bin - @${INSTALL_SCRIPT} ${WRKSRC}/mldonkey_previewer ${PREFIX}/bin - @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/mldonkey -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/Readme.txt ${DOCSDIR} -.endif - -post-install: - @${SED} -e 's|/usr/local/|${PREFIX}/|' ${PKGMESSAGE} - -.include <bsd.port.pre.mk> - -install-user: extract - @${TEST} -d ${DIRNAME} || ${MKDIR} ${DIRNAME} - @${CP} ${WRKSRC}/servers.ini ${DIRNAME}/ - -.include <bsd.port.post.mk> diff --git a/net-p2p/mldonkey-gui-devel/distinfo b/net-p2p/mldonkey-gui-devel/distinfo deleted file mode 100644 index a2660a36c994..000000000000 --- a/net-p2p/mldonkey-gui-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mldonkey-1.16.static.i386-FreeBSD.tar.bz2) = b15aeabf1b0496f225f62baca7b0077c diff --git a/net-p2p/mldonkey-gui-devel/files/wrapper.sh b/net-p2p/mldonkey-gui-devel/files/wrapper.sh deleted file mode 100644 index c25fd62bc133..000000000000 --- a/net-p2p/mldonkey-gui-devel/files/wrapper.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -PREFIX="%%PREFIX%%/bin" -PROGRAM="${0}" -DIRNAME=${HOME}/.mldonkey - -if [ ! -d ${DIRNAME} ] -then - mkdir -p ${DIRNAME} -fi - -echo " ${*} " | grep " \-createdironly " || -{ - cd ${DIRNAME} && - echo Running under ${DIRNAME} && - exec ${PREFIX}/${PROGRAM##*/}-real "${@}" || - echo PROBLEM. Cannot create directory ${DIRNAME}, make sure you have the proper permissions to create it and try again -} diff --git a/net-p2p/mldonkey-gui-devel/mldonkey-gui/Makefile b/net-p2p/mldonkey-gui-devel/mldonkey-gui/Makefile deleted file mode 100644 index db104e3308f5..000000000000 --- a/net-p2p/mldonkey-gui-devel/mldonkey-gui/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: mldonkey -# Date created: 21 August 2002 -# Whom: Holger Lamm <holger@e-gitt.net> -# -# $FreeBSD$ -# - -PORTNAME= mldonkey -PORTVERSION= 1.16 -CATEGORIES= net -MASTER_SITES= http://www.schraegerpunkt.de/ \ - http://ernie.eit.uni-kl.de/mldonkey/ - -DISTNAME= ${PORTNAME}-${PORTVERSION}.static.${ARCH}-FreeBSD - -MAINTAINER= holger@e-gitt.net - -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww - -ONLY_FOR_ARCHS= i386 -USE_BZIP2= yes -USE_PERL5= yes -USE_REINPLACE= yes -NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-distrib - -DIRNAME= ${HOME}/.mldonkey - -# do not strip, it breaks OCAML binaries -STRIP= - -post-patch: - @${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${FILESDIR}/wrapper.sh > \ - ${WRKDIR}/wrapper.sh - @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' \ - ${WRKSRC}/kill_mldonkey - -pre-install: -# we can strip the GTK binary - @${STRIP_CMD} ${WRKSRC}/mldonkey_gui - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/mldonkey ${PREFIX}/bin/mldonkey-real - @${INSTALL_PROGRAM} ${WRKSRC}/mldonkey_gui ${PREFIX}/bin - @${INSTALL_SCRIPT} ${WRKSRC}/kill_mldonkey ${PREFIX}/bin - @${INSTALL_SCRIPT} ${WRKSRC}/mldonkey_previewer ${PREFIX}/bin - @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/mldonkey -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/Readme.txt ${DOCSDIR} -.endif - -post-install: - @${SED} -e 's|/usr/local/|${PREFIX}/|' ${PKGMESSAGE} - -.include <bsd.port.pre.mk> - -install-user: extract - @${TEST} -d ${DIRNAME} || ${MKDIR} ${DIRNAME} - @${CP} ${WRKSRC}/servers.ini ${DIRNAME}/ - -.include <bsd.port.post.mk> diff --git a/net-p2p/mldonkey-gui-devel/mldonkey-gui/distinfo b/net-p2p/mldonkey-gui-devel/mldonkey-gui/distinfo deleted file mode 100644 index a2660a36c994..000000000000 --- a/net-p2p/mldonkey-gui-devel/mldonkey-gui/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mldonkey-1.16.static.i386-FreeBSD.tar.bz2) = b15aeabf1b0496f225f62baca7b0077c diff --git a/net-p2p/mldonkey-gui-devel/mldonkey-gui/files/wrapper.sh b/net-p2p/mldonkey-gui-devel/mldonkey-gui/files/wrapper.sh deleted file mode 100644 index c25fd62bc133..000000000000 --- a/net-p2p/mldonkey-gui-devel/mldonkey-gui/files/wrapper.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -PREFIX="%%PREFIX%%/bin" -PROGRAM="${0}" -DIRNAME=${HOME}/.mldonkey - -if [ ! -d ${DIRNAME} ] -then - mkdir -p ${DIRNAME} -fi - -echo " ${*} " | grep " \-createdironly " || -{ - cd ${DIRNAME} && - echo Running under ${DIRNAME} && - exec ${PREFIX}/${PROGRAM##*/}-real "${@}" || - echo PROBLEM. Cannot create directory ${DIRNAME}, make sure you have the proper permissions to create it and try again -} diff --git a/net-p2p/mldonkey-gui-devel/mldonkey-gui/pkg-comment b/net-p2p/mldonkey-gui-devel/mldonkey-gui/pkg-comment deleted file mode 100644 index 985c930c3045..000000000000 --- a/net-p2p/mldonkey-gui-devel/mldonkey-gui/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A OCAML/GTK client for the eDonkey peer-to-peer network diff --git a/net-p2p/mldonkey-gui-devel/mldonkey-gui/pkg-descr b/net-p2p/mldonkey-gui-devel/mldonkey-gui/pkg-descr deleted file mode 100644 index 470212b5f06b..000000000000 --- a/net-p2p/mldonkey-gui-devel/mldonkey-gui/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -mldonkey is a OCAML/GTK client for the eDonkey peer-to-peer network -(see http://www.edonkey2000.com/ and the 'edonkey' ports). - -It is separated into a core with telnet and web interfaces, and -brings a GTK GUI. - -Other features over the original client are: -- better stability -- faster operation -- much better control -- saves its current state, checksums and known peers - (instead of starting from scratch every time) - -WWW: http://www.freesoftware.fsf.org/mldonkey/ diff --git a/net-p2p/mldonkey-gui-devel/mldonkey-gui/pkg-message b/net-p2p/mldonkey-gui-devel/mldonkey-gui/pkg-message deleted file mode 100644 index 568af83e56c0..000000000000 --- a/net-p2p/mldonkey-gui-devel/mldonkey-gui/pkg-message +++ /dev/null @@ -1,20 +0,0 @@ - ATTENTIONATTENTION: - -- It is not a bad idea to install mplayer. You will be able - to preview half-downloaded files (if you have the beginning). - -- Please make sure that you read - /usr/local/share/doc/mldonkey/Readme.txt. - It contains important information about how to run mldonkey. - -- If this is the first time you install mldonkey, - please go to the mldonkey ports dir as a user and enter: - - make install-user - - this will set up your user config and install an - initial server list. - -- You can import the downloads started with eDonkey - (try "import /home/directory/path/.edonkey2000-core" - on the console), but you can NOT go back! diff --git a/net-p2p/mldonkey-gui-devel/mldonkey-gui/pkg-plist b/net-p2p/mldonkey-gui-devel/mldonkey-gui/pkg-plist deleted file mode 100644 index dbe1cecdc4d7..000000000000 --- a/net-p2p/mldonkey-gui-devel/mldonkey-gui/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/kill_mldonkey -bin/mldonkey -bin/mldonkey-real -bin/mldonkey_gui -bin/mldonkey_previewer -%%PORTDOCS%%share/doc/mldonkey/Readme.txt -%%PORTDOCS%%@dirrm share/doc/mldonkey diff --git a/net-p2p/mldonkey-gui-devel/pkg-comment b/net-p2p/mldonkey-gui-devel/pkg-comment deleted file mode 100644 index 985c930c3045..000000000000 --- a/net-p2p/mldonkey-gui-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A OCAML/GTK client for the eDonkey peer-to-peer network diff --git a/net-p2p/mldonkey-gui-devel/pkg-descr b/net-p2p/mldonkey-gui-devel/pkg-descr deleted file mode 100644 index 470212b5f06b..000000000000 --- a/net-p2p/mldonkey-gui-devel/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -mldonkey is a OCAML/GTK client for the eDonkey peer-to-peer network -(see http://www.edonkey2000.com/ and the 'edonkey' ports). - -It is separated into a core with telnet and web interfaces, and -brings a GTK GUI. - -Other features over the original client are: -- better stability -- faster operation -- much better control -- saves its current state, checksums and known peers - (instead of starting from scratch every time) - -WWW: http://www.freesoftware.fsf.org/mldonkey/ diff --git a/net-p2p/mldonkey-gui-devel/pkg-message b/net-p2p/mldonkey-gui-devel/pkg-message deleted file mode 100644 index 568af83e56c0..000000000000 --- a/net-p2p/mldonkey-gui-devel/pkg-message +++ /dev/null @@ -1,20 +0,0 @@ - ATTENTIONATTENTION: - -- It is not a bad idea to install mplayer. You will be able - to preview half-downloaded files (if you have the beginning). - -- Please make sure that you read - /usr/local/share/doc/mldonkey/Readme.txt. - It contains important information about how to run mldonkey. - -- If this is the first time you install mldonkey, - please go to the mldonkey ports dir as a user and enter: - - make install-user - - this will set up your user config and install an - initial server list. - -- You can import the downloads started with eDonkey - (try "import /home/directory/path/.edonkey2000-core" - on the console), but you can NOT go back! diff --git a/net-p2p/mldonkey-gui-devel/pkg-plist b/net-p2p/mldonkey-gui-devel/pkg-plist deleted file mode 100644 index dbe1cecdc4d7..000000000000 --- a/net-p2p/mldonkey-gui-devel/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/kill_mldonkey -bin/mldonkey -bin/mldonkey-real -bin/mldonkey_gui -bin/mldonkey_previewer -%%PORTDOCS%%share/doc/mldonkey/Readme.txt -%%PORTDOCS%%@dirrm share/doc/mldonkey diff --git a/net-p2p/mldonkey-gui/Makefile b/net-p2p/mldonkey-gui/Makefile deleted file mode 100644 index db104e3308f5..000000000000 --- a/net-p2p/mldonkey-gui/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: mldonkey -# Date created: 21 August 2002 -# Whom: Holger Lamm <holger@e-gitt.net> -# -# $FreeBSD$ -# - -PORTNAME= mldonkey -PORTVERSION= 1.16 -CATEGORIES= net -MASTER_SITES= http://www.schraegerpunkt.de/ \ - http://ernie.eit.uni-kl.de/mldonkey/ - -DISTNAME= ${PORTNAME}-${PORTVERSION}.static.${ARCH}-FreeBSD - -MAINTAINER= holger@e-gitt.net - -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww - -ONLY_FOR_ARCHS= i386 -USE_BZIP2= yes -USE_PERL5= yes -USE_REINPLACE= yes -NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-distrib - -DIRNAME= ${HOME}/.mldonkey - -# do not strip, it breaks OCAML binaries -STRIP= - -post-patch: - @${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${FILESDIR}/wrapper.sh > \ - ${WRKDIR}/wrapper.sh - @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' \ - ${WRKSRC}/kill_mldonkey - -pre-install: -# we can strip the GTK binary - @${STRIP_CMD} ${WRKSRC}/mldonkey_gui - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/mldonkey ${PREFIX}/bin/mldonkey-real - @${INSTALL_PROGRAM} ${WRKSRC}/mldonkey_gui ${PREFIX}/bin - @${INSTALL_SCRIPT} ${WRKSRC}/kill_mldonkey ${PREFIX}/bin - @${INSTALL_SCRIPT} ${WRKSRC}/mldonkey_previewer ${PREFIX}/bin - @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/mldonkey -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/Readme.txt ${DOCSDIR} -.endif - -post-install: - @${SED} -e 's|/usr/local/|${PREFIX}/|' ${PKGMESSAGE} - -.include <bsd.port.pre.mk> - -install-user: extract - @${TEST} -d ${DIRNAME} || ${MKDIR} ${DIRNAME} - @${CP} ${WRKSRC}/servers.ini ${DIRNAME}/ - -.include <bsd.port.post.mk> diff --git a/net-p2p/mldonkey-gui/distinfo b/net-p2p/mldonkey-gui/distinfo deleted file mode 100644 index a2660a36c994..000000000000 --- a/net-p2p/mldonkey-gui/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mldonkey-1.16.static.i386-FreeBSD.tar.bz2) = b15aeabf1b0496f225f62baca7b0077c diff --git a/net-p2p/mldonkey-gui/files/wrapper.sh b/net-p2p/mldonkey-gui/files/wrapper.sh deleted file mode 100644 index c25fd62bc133..000000000000 --- a/net-p2p/mldonkey-gui/files/wrapper.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -PREFIX="%%PREFIX%%/bin" -PROGRAM="${0}" -DIRNAME=${HOME}/.mldonkey - -if [ ! -d ${DIRNAME} ] -then - mkdir -p ${DIRNAME} -fi - -echo " ${*} " | grep " \-createdironly " || -{ - cd ${DIRNAME} && - echo Running under ${DIRNAME} && - exec ${PREFIX}/${PROGRAM##*/}-real "${@}" || - echo PROBLEM. Cannot create directory ${DIRNAME}, make sure you have the proper permissions to create it and try again -} diff --git a/net-p2p/mldonkey-gui/pkg-comment b/net-p2p/mldonkey-gui/pkg-comment deleted file mode 100644 index 985c930c3045..000000000000 --- a/net-p2p/mldonkey-gui/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A OCAML/GTK client for the eDonkey peer-to-peer network diff --git a/net-p2p/mldonkey-gui/pkg-descr b/net-p2p/mldonkey-gui/pkg-descr deleted file mode 100644 index 470212b5f06b..000000000000 --- a/net-p2p/mldonkey-gui/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -mldonkey is a OCAML/GTK client for the eDonkey peer-to-peer network -(see http://www.edonkey2000.com/ and the 'edonkey' ports). - -It is separated into a core with telnet and web interfaces, and -brings a GTK GUI. - -Other features over the original client are: -- better stability -- faster operation -- much better control -- saves its current state, checksums and known peers - (instead of starting from scratch every time) - -WWW: http://www.freesoftware.fsf.org/mldonkey/ diff --git a/net-p2p/mldonkey-gui/pkg-message b/net-p2p/mldonkey-gui/pkg-message deleted file mode 100644 index 568af83e56c0..000000000000 --- a/net-p2p/mldonkey-gui/pkg-message +++ /dev/null @@ -1,20 +0,0 @@ - ATTENTIONATTENTION: - -- It is not a bad idea to install mplayer. You will be able - to preview half-downloaded files (if you have the beginning). - -- Please make sure that you read - /usr/local/share/doc/mldonkey/Readme.txt. - It contains important information about how to run mldonkey. - -- If this is the first time you install mldonkey, - please go to the mldonkey ports dir as a user and enter: - - make install-user - - this will set up your user config and install an - initial server list. - -- You can import the downloads started with eDonkey - (try "import /home/directory/path/.edonkey2000-core" - on the console), but you can NOT go back! diff --git a/net-p2p/mldonkey-gui/pkg-plist b/net-p2p/mldonkey-gui/pkg-plist deleted file mode 100644 index dbe1cecdc4d7..000000000000 --- a/net-p2p/mldonkey-gui/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/kill_mldonkey -bin/mldonkey -bin/mldonkey-real -bin/mldonkey_gui -bin/mldonkey_previewer -%%PORTDOCS%%share/doc/mldonkey/Readme.txt -%%PORTDOCS%%@dirrm share/doc/mldonkey diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile deleted file mode 100644 index db104e3308f5..000000000000 --- a/net-p2p/mldonkey/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: mldonkey -# Date created: 21 August 2002 -# Whom: Holger Lamm <holger@e-gitt.net> -# -# $FreeBSD$ -# - -PORTNAME= mldonkey -PORTVERSION= 1.16 -CATEGORIES= net -MASTER_SITES= http://www.schraegerpunkt.de/ \ - http://ernie.eit.uni-kl.de/mldonkey/ - -DISTNAME= ${PORTNAME}-${PORTVERSION}.static.${ARCH}-FreeBSD - -MAINTAINER= holger@e-gitt.net - -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww - -ONLY_FOR_ARCHS= i386 -USE_BZIP2= yes -USE_PERL5= yes -USE_REINPLACE= yes -NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-distrib - -DIRNAME= ${HOME}/.mldonkey - -# do not strip, it breaks OCAML binaries -STRIP= - -post-patch: - @${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${FILESDIR}/wrapper.sh > \ - ${WRKDIR}/wrapper.sh - @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' \ - ${WRKSRC}/kill_mldonkey - -pre-install: -# we can strip the GTK binary - @${STRIP_CMD} ${WRKSRC}/mldonkey_gui - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/mldonkey ${PREFIX}/bin/mldonkey-real - @${INSTALL_PROGRAM} ${WRKSRC}/mldonkey_gui ${PREFIX}/bin - @${INSTALL_SCRIPT} ${WRKSRC}/kill_mldonkey ${PREFIX}/bin - @${INSTALL_SCRIPT} ${WRKSRC}/mldonkey_previewer ${PREFIX}/bin - @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/mldonkey -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/Readme.txt ${DOCSDIR} -.endif - -post-install: - @${SED} -e 's|/usr/local/|${PREFIX}/|' ${PKGMESSAGE} - -.include <bsd.port.pre.mk> - -install-user: extract - @${TEST} -d ${DIRNAME} || ${MKDIR} ${DIRNAME} - @${CP} ${WRKSRC}/servers.ini ${DIRNAME}/ - -.include <bsd.port.post.mk> diff --git a/net-p2p/mldonkey/distinfo b/net-p2p/mldonkey/distinfo deleted file mode 100644 index a2660a36c994..000000000000 --- a/net-p2p/mldonkey/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mldonkey-1.16.static.i386-FreeBSD.tar.bz2) = b15aeabf1b0496f225f62baca7b0077c diff --git a/net-p2p/mldonkey/files/wrapper.sh b/net-p2p/mldonkey/files/wrapper.sh deleted file mode 100644 index c25fd62bc133..000000000000 --- a/net-p2p/mldonkey/files/wrapper.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -PREFIX="%%PREFIX%%/bin" -PROGRAM="${0}" -DIRNAME=${HOME}/.mldonkey - -if [ ! -d ${DIRNAME} ] -then - mkdir -p ${DIRNAME} -fi - -echo " ${*} " | grep " \-createdironly " || -{ - cd ${DIRNAME} && - echo Running under ${DIRNAME} && - exec ${PREFIX}/${PROGRAM##*/}-real "${@}" || - echo PROBLEM. Cannot create directory ${DIRNAME}, make sure you have the proper permissions to create it and try again -} diff --git a/net-p2p/mldonkey/pkg-comment b/net-p2p/mldonkey/pkg-comment deleted file mode 100644 index 985c930c3045..000000000000 --- a/net-p2p/mldonkey/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A OCAML/GTK client for the eDonkey peer-to-peer network diff --git a/net-p2p/mldonkey/pkg-descr b/net-p2p/mldonkey/pkg-descr deleted file mode 100644 index 470212b5f06b..000000000000 --- a/net-p2p/mldonkey/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -mldonkey is a OCAML/GTK client for the eDonkey peer-to-peer network -(see http://www.edonkey2000.com/ and the 'edonkey' ports). - -It is separated into a core with telnet and web interfaces, and -brings a GTK GUI. - -Other features over the original client are: -- better stability -- faster operation -- much better control -- saves its current state, checksums and known peers - (instead of starting from scratch every time) - -WWW: http://www.freesoftware.fsf.org/mldonkey/ diff --git a/net-p2p/mldonkey/pkg-message b/net-p2p/mldonkey/pkg-message deleted file mode 100644 index 568af83e56c0..000000000000 --- a/net-p2p/mldonkey/pkg-message +++ /dev/null @@ -1,20 +0,0 @@ - ATTENTIONATTENTION: - -- It is not a bad idea to install mplayer. You will be able - to preview half-downloaded files (if you have the beginning). - -- Please make sure that you read - /usr/local/share/doc/mldonkey/Readme.txt. - It contains important information about how to run mldonkey. - -- If this is the first time you install mldonkey, - please go to the mldonkey ports dir as a user and enter: - - make install-user - - this will set up your user config and install an - initial server list. - -- You can import the downloads started with eDonkey - (try "import /home/directory/path/.edonkey2000-core" - on the console), but you can NOT go back! diff --git a/net-p2p/mldonkey/pkg-plist b/net-p2p/mldonkey/pkg-plist deleted file mode 100644 index dbe1cecdc4d7..000000000000 --- a/net-p2p/mldonkey/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/kill_mldonkey -bin/mldonkey -bin/mldonkey-real -bin/mldonkey_gui -bin/mldonkey_previewer -%%PORTDOCS%%share/doc/mldonkey/Readme.txt -%%PORTDOCS%%@dirrm share/doc/mldonkey diff --git a/net-p2p/mutella/Makefile b/net-p2p/mutella/Makefile deleted file mode 100644 index 10d3d78d29d1..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 <d.marks@student.umist.ac.uk> -# -# $FreeBSD$ -# - -PORTNAME= mutella -PORTVERSION= 0.4.1 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= d.marks@student.umist.ac.uk - -GNU_CONFIGURE= yes -USE_REINPLACE= yes -CONFIGURE_TARGET= -CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} - -post-patch: - ${REINPLACE_CMD} -e 's|ulong|u_long|' \ - ${WRKSRC}/mutella/asyncsocket.cpp \ - ${WRKSRC}/mutella/asyncsocket.h - -.include <bsd.port.mk> diff --git a/net-p2p/mutella/distinfo b/net-p2p/mutella/distinfo deleted file mode 100644 index 2c9704c3b59b..000000000000 --- a/net-p2p/mutella/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mutella-0.4.1.tar.gz) = 68e83b16e63c59304fc65e19635985bc diff --git a/net-p2p/mutella/files/patch-mutella::mutella.h b/net-p2p/mutella/files/patch-mutella::mutella.h deleted file mode 100644 index 1c4a03f6f1f7..000000000000 --- a/net-p2p/mutella/files/patch-mutella::mutella.h +++ /dev/null @@ -1,22 +0,0 @@ ---- mutella/mutella.h.orig Sat Dec 21 04:06:30 2002 -+++ mutella/mutella.h Sat Dec 21 04:09:31 2002 -@@ -70,6 +70,7 @@ - // declare namespaces - using std::min; - using std::max; -+using std::find; - using std::swap; - //using std::queue; - //using std::deque; -@@ -80,7 +81,11 @@ - #ifdef NAVE_NO_SLIST - # define slist list - #else -+#ifdef HAVE_EXT_SLIST -+ using __gnu_cxx::slist; -+#else - using std::slist; -+#endif - #endif - - #endif /*__cplusplus*/ diff --git a/net-p2p/mutella/pkg-comment b/net-p2p/mutella/pkg-comment deleted file mode 100644 index 175dda936012..000000000000 --- a/net-p2p/mutella/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A command line Gnutella client 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 648cbb897183..000000000000 --- a/net-p2p/mutella/pkg-plist +++ /dev/null @@ -1,66 +0,0 @@ -bin/mutella -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/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/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/results-detail.html -share/mutella/remote/template/results-overview.html -share/mutella/remote/template/results-ungrouped.html -share/mutella/remote/template/results.html -share/mutella/remote/template/searches.html -share/mutella/remote/template/transfers.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 diff --git a/net-p2p/napshare/Makefile b/net-p2p/napshare/Makefile deleted file mode 100644 index 0ddea2a9aad3..000000000000 --- a/net-p2p/napshare/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: napshare -# Date created: 4 July 2001 -# Whom: Mike Heffner <mikeh@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= napshare -PORTVERSION= 1.1 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= napshare - -MAINTAINER= mikeh@FreeBSD.org - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOMENG= yes -USE_GNOME= gtk12 -GNU_CONFIGURE= yes - -.include <bsd.port.mk> diff --git a/net-p2p/napshare/distinfo b/net-p2p/napshare/distinfo deleted file mode 100644 index 2a15e2ca081d..000000000000 --- a/net-p2p/napshare/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (napshare-1.1.tar.gz) = 83d3c79f7db56feb5409b949900c9a81 diff --git a/net-p2p/napshare/pkg-comment b/net-p2p/napshare/pkg-comment deleted file mode 100644 index 93e0ec231fd9..000000000000 --- a/net-p2p/napshare/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A GTK based Gnutella client diff --git a/net-p2p/napshare/pkg-descr b/net-p2p/napshare/pkg-descr deleted file mode 100644 index 0a484db8ddd8..000000000000 --- a/net-p2p/napshare/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -NapShare is a GUI based Gnutella Client. - -It's a fully featured Gnutella Client designed to share any type of -file the user wishes to share. You supply a list of keywords and -filters for the file types you want and it downloads them overnight, -automatically - -WWW: http://napshare.sourceforge.net/ -- Mike Heffner -mikeh@FreeBSD.org diff --git a/net-p2p/napshare/pkg-plist b/net-p2p/napshare/pkg-plist deleted file mode 100644 index b61cd0b43b46..000000000000 --- a/net-p2p/napshare/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/napshare diff --git a/net-p2p/opendchub/Makefile b/net-p2p/opendchub/Makefile deleted file mode 100644 index e72a0b6c4a95..000000000000 --- a/net-p2p/opendchub/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: opendchub -# Date created: May 29, 2002 -# Whom: Munish Chopra <mchopra@engmail.uwaterloo.ca> -# -# $FreeBSD$ -# - -PORTNAME= opendchub -PORTVERSION= 0.6.6 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@freebsd.org - -GNU_CONFIGURE= yes -USE_GMAKE= yes - -DOC_FILES= COPYING README - -post-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/net-p2p/opendchub/distinfo b/net-p2p/opendchub/distinfo deleted file mode 100644 index 4771721f45ed..000000000000 --- a/net-p2p/opendchub/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (opendchub-0.6.6.tar.gz) = 18e566e069b985d0024e8658d80fb252 diff --git a/net-p2p/opendchub/pkg-comment b/net-p2p/opendchub/pkg-comment deleted file mode 100644 index c394b3e274f8..000000000000 --- a/net-p2p/opendchub/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Unofficial Unix version of the Direct Connect Hub software diff --git a/net-p2p/opendchub/pkg-descr b/net-p2p/opendchub/pkg-descr deleted file mode 100644 index 438dd411ecc8..000000000000 --- a/net-p2p/opendchub/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Open DC Hub is a Unix/Linux version of the Hub software for the -Direct Connect network. Direct Connect is a file sharing network -made up by hubs, to which clients can connect. - -Once connected to a hub, the user can search for files on the hub -or the network, or browse files of other users connected to the -hub. - -WWW: http://opendchub.sourceforge.net/ - -- Munish Chopra -mchopra@engmail.uwaterloo.ca diff --git a/net-p2p/opendchub/pkg-plist b/net-p2p/opendchub/pkg-plist deleted file mode 100644 index 0bffaf9765fb..000000000000 --- a/net-p2p/opendchub/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/opendchub -%%PORTDOCS%%share/doc/opendchub/COPYING -%%PORTDOCS%%share/doc/opendchub/README -%%PORTDOCS%%@dirrm share/doc/opendchub diff --git a/net-p2p/opennap/Makefile b/net-p2p/opennap/Makefile deleted file mode 100644 index f86eedab437f..000000000000 --- a/net-p2p/opennap/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: opennap -# Date created: 26 July 2000 -# Whom: Donald Burr <dburr@FreeBSD.ORG> -# -# $FreeBSD$ -# - -PORTNAME= opennap -PORTVERSION= 0.44 -CATEGORIES= audio net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= dburr@FreeBSD.ORG - -USE_GMAKE= YES -GNU_CONFIGURE= YES - -post-install: - (${ECHO_CMD} "" ; ${ECHO_CMD} "admin" ; ${ECHO_CMD} "opennap" ; ${ECHO_CMD} "") | ${WRKSRC}/setup -.if defined(NOPORTDOCS) - @${ECHO_MSG} "===> Documentation skipped." -.else - @${ECHO_MSG} "===> Installing documentation into ${PREFIX}/share/doc/opennap." - @${MKDIR} ${PREFIX}/share/doc/opennap - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/opennap - ${INSTALL_DATA} ${WRKSRC}/napster.txt ${PREFIX}/share/doc/opennap -.endif - @${ECHO_MSG} "===> Installing example config files into ${PREFIX}/share/doc/opennap." - @${MKDIR} ${PREFIX}/share/opennap/examples - ${CHOWN} -R nobody:nobody ${PREFIX}/share/opennap - cd ${WRKSRC} ; for FILE in sample.*; do ${INSTALL_DATA} $${FILE} ${PREFIX}/share/opennap/examples ; done - @${ECHO_MSG} "===> Installing startup script into ${PREFIX}/etc/rc.d." - ${INSTALL_SCRIPT} ${FILESDIR}/opennap.sh ${PREFIX}/etc/rc.d - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/net-p2p/opennap/distinfo b/net-p2p/opennap/distinfo deleted file mode 100644 index 44d5c3a2e86c..000000000000 --- a/net-p2p/opennap/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (opennap-0.44.tar.gz) = 1dcce1826283888111fb9fbe0684f6f2 diff --git a/net-p2p/opennap/files/opennap.sh b/net-p2p/opennap/files/opennap.sh deleted file mode 100644 index ecf5937fc025..000000000000 --- a/net-p2p/opennap/files/opennap.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -start) - if [ -x ${PREFIX}/sbin/opennap ]; then - ${PREFIX}/sbin/opennap > /dev/null 2>&1 & - echo -n ' opennap' - fi - ;; -stop) - [ -r ${PREFIX}/share/opennap/pid ] && kill -15 `cat ${PREFIX}/share/opennap/pid` > /dev/null && rm -f ${PREFIX}/share/opennap/pid && echo -n ' opennap' - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/net-p2p/opennap/pkg-comment b/net-p2p/opennap/pkg-comment deleted file mode 100644 index 7d1ebf6f0af1..000000000000 --- a/net-p2p/opennap/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The OpenNAP open-source Napster server diff --git a/net-p2p/opennap/pkg-descr b/net-p2p/opennap/pkg-descr deleted file mode 100644 index 8c73b2123411..000000000000 --- a/net-p2p/opennap/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Napster is a protocol for sharing files between users. With Napster, -the files stay on the client machine, never passing through -the server. The server provides the ability to search for particular -files and initiate a direct transfer between the clients. In -addition, chat forums similar to IRC are available. OpenNap extends -the Napster protocol to allow sharing of any media type, -and the ability to link servers together. - -WWW: http://opennap.sourceforge.net/ - -[ This port is maintained by Donald Burr <dburr@FreeBSD.ORG> ] diff --git a/net-p2p/opennap/pkg-message b/net-p2p/opennap/pkg-message deleted file mode 100644 index 64253999d582..000000000000 --- a/net-p2p/opennap/pkg-message +++ /dev/null @@ -1,25 +0,0 @@ -************************************************* - -A default administrator user has been created. -The user name is 'admin', password 'opennap'. -You will probably want to change these. -To do so, edit the file -${PREFIX}/share/opennap/users . - -Example configuration files are located in -${PREFIX}/share/opennap/examples/ . Copy -them to ${PREFIX}/share/opennap, removing the -'sample.' prefix (e.g. 'sample.conf' becomes -'conf') and edit to your preferences. - -Documentation is installed under -${PREFIX}/share/doc/opennap . - -If you would like to link your server to the -global Napigator search system, go to -http://www.napigator.com/ and follow the -directions under "CAN I RUN MY OWN NAP SERVER?" - -Have fun! - -************************************************* diff --git a/net-p2p/opennap/pkg-plist b/net-p2p/opennap/pkg-plist deleted file mode 100644 index fcf846cbea0e..000000000000 --- a/net-p2p/opennap/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -sbin/opennap -sbin/metaserver -sbin/setup -share/opennap/users -share/opennap/examples/sample.block -share/opennap/examples/sample.channels -share/opennap/examples/sample.config -share/opennap/examples/sample.filter -share/opennap/examples/sample.motd -share/opennap/examples/sample.servers -share/opennap/examples/sample.users -%%PORTDOCS%%share/doc/opennap/README -%%PORTDOCS%%share/doc/opennap/napster.txt -@dirrm share/opennap/examples -@dirrm share/opennap -%%PORTDOCS%%@dirrm share/doc/opennap -etc/rc.d/opennap.sh diff --git a/net-p2p/phex/Makefile b/net-p2p/phex/Makefile deleted file mode 100644 index 6db6558c3c9f..000000000000 --- a/net-p2p/phex/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: phex -# Date created: Mon Nov 19 23:48:51 BRST 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= phex -PORTVERSION= 0.7.3 -CATEGORIES= net java -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}_${PORTVERSION}_j2se1.3 - -MAINTAINER= lioux@FreeBSD.org - -USE_JAVA= 1.3+ -USE_ZIP= yes -NO_BUILD= yes -NO_BUILD_DEPENDS_JAVA= yes -PLIST_SUB= JAR_DIR=${JAR_DIR} \ - JAR_FILE=${JAR_FILE} - -JAVAVM= ${LOCALBASE}/bin/javavm -JAR_DIR= share/java/jar/${PORTNAME}/ -JAR_MANIFEST= ${FILESDIR}/manifest - -DOC_FILES= COPYING License-RI.html License-W3C.html changelog.txt \ - contributors.txt readme-Furi.txt readme-developers.txt \ - GPL.txt \ - readme.txt -JAR_FILES= crimson.jar jaxp.jar phex.jar xalan.jar - -post-patch: -# remove trailing ^M - @${PERL} -pi -ne 's!\r\n!\n!' ${WRKSRC}/readme/* - @${SED} -e "s|%%JAR_DIR%%|${JAR_DIR}|;s|%%JAR_FILE%%|${JAR_FILE}|; \ - s|%%JAVAVM%%|${JAVAVM}|;s|%%PREFIX%%|${PREFIX}|" \ - ${FILESDIR}/wrapper.sh > ${WRKDIR}/wrapper.sh - -do-install: - @${MKDIR} ${PREFIX}/${JAR_DIR} -.for jar in ${JAR_FILES} - @${INSTALL_DATA} ${WRKSRC}/${jar} ${PREFIX}/${JAR_DIR} -.endfor - @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/${PORTNAME} -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for doc in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/readme/${doc} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.pre.mk> - -JAR_FILE= ${PORTNAME}.jar - -.include <bsd.port.post.mk> diff --git a/net-p2p/phex/distinfo b/net-p2p/phex/distinfo deleted file mode 100644 index d35c64506523..000000000000 --- a/net-p2p/phex/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (phex_0.7.3_j2se1.3.zip) = e4f789619405dd4f9904c0e71fda4aaf diff --git a/net-p2p/phex/files/wrapper.sh b/net-p2p/phex/files/wrapper.sh deleted file mode 100644 index 0f4e2ba5d1b1..000000000000 --- a/net-p2p/phex/files/wrapper.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -PREFIX="%%PREFIX%%" -JAVAVM="%%JAVAVM%%" -JAR_DIR="%%JAR_DIR%%" -JAR_FILE="%%JAR_FILE%%" - -${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE} "${@}" diff --git a/net-p2p/phex/pkg-comment b/net-p2p/phex/pkg-comment deleted file mode 100644 index c5abad2a0f19..000000000000 --- a/net-p2p/phex/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Java multi platform and spyware free gnutella client diff --git a/net-p2p/phex/pkg-descr b/net-p2p/phex/pkg-descr deleted file mode 100644 index 4935b17b0490..000000000000 --- a/net-p2p/phex/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Phex is a Java multi platform and spyware free gnutella client. - -o Automatic search functionality to find new download candidates. -o Download resuming across different hosts. -o Advanced configuration options. -o Passive searching for files. - -Visit these following web pages for more information: - -WWW: http://phex.sourceforge.net/ diff --git a/net-p2p/phex/pkg-plist b/net-p2p/phex/pkg-plist deleted file mode 100644 index 2f4a12624b08..000000000000 --- a/net-p2p/phex/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -bin/phex -%%PORTDOCS%%share/doc/phex/COPYING -%%PORTDOCS%%share/doc/phex/GPL.txt -%%PORTDOCS%%share/doc/phex/License-RI.html -%%PORTDOCS%%share/doc/phex/License-W3C.html -%%PORTDOCS%%share/doc/phex/changelog.txt -%%PORTDOCS%%share/doc/phex/contributors.txt -%%PORTDOCS%%share/doc/phex/readme-Furi.txt -%%PORTDOCS%%share/doc/phex/readme-developers.txt -%%PORTDOCS%%share/doc/phex/readme.txt -%%JAR_DIR%%/crimson.jar -%%JAR_DIR%%/jaxp.jar -%%JAR_DIR%%/phex.jar -%%JAR_DIR%%/xalan.jar -%%PORTDOCS%%@dirrm share/doc/phex -@dirrm %%JAR_DIR%% -@unexec rmdir %D/share/java/jar 2>/dev/null || true diff --git a/net-p2p/py-fngrab/Makefile b/net-p2p/py-fngrab/Makefile deleted file mode 100644 index f320041f16d2..000000000000 --- a/net-p2p/py-fngrab/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: py-fngrab -# Date created: Mar 23, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= fngrab -PORTVERSION= 0.0.4 -CATEGORIES= net python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= freebbs -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= ports@FreeBSD.org - -BUILD_DEPENDS= ${PYXML} -RUN_DEPENDS= ${BUILD_DEPENDS} - -USE_PYTHON= yes -USE_PYDISTUTILS= yes - -post-install: - @${MV} ${PREFIX}/bin/fngrab.py ${PREFIX}/bin/fngrab - -.include <bsd.port.mk> diff --git a/net-p2p/py-fngrab/distinfo b/net-p2p/py-fngrab/distinfo deleted file mode 100644 index aea2bcb8f754..000000000000 --- a/net-p2p/py-fngrab/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (fngrab-0.0.4.tar.gz) = c1b59402b3f210d13548611894b74520 diff --git a/net-p2p/py-fngrab/files/patch-fngrab.py b/net-p2p/py-fngrab/files/patch-fngrab.py deleted file mode 100644 index 091fb5ff6fae..000000000000 --- a/net-p2p/py-fngrab/files/patch-fngrab.py +++ /dev/null @@ -1,17 +0,0 @@ ---- fngrab.py.orig Sun Mar 24 14:14:24 2002 -+++ fngrab.py Sun Mar 24 14:14:38 2002 -@@ -14,10 +14,10 @@ - import os, socket, sys, string, time, threading - - # Custom stuff: --#from FreenetGrab import cmdline --#from FreenetGrab import xmlrpclib --import cmdline --from xmlrpclib import * -+from FreenetGrab import cmdline -+from FreenetGrab import xmlrpclib -+#import cmdline -+#from xmlrpclib import * - - TRANSFERRING=0 - DONE=1 diff --git a/net-p2p/py-fngrab/pkg-comment b/net-p2p/py-fngrab/pkg-comment deleted file mode 100644 index 0ed4b3e1ea62..000000000000 --- a/net-p2p/py-fngrab/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A replacement for the official Freenet Project's freenet_request diff --git a/net-p2p/py-fngrab/pkg-descr b/net-p2p/py-fngrab/pkg-descr deleted file mode 100644 index 3a6d4a1271d6..000000000000 --- a/net-p2p/py-fngrab/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Freenet Grab (fngrab.py) is a GPL'd replacement for the official Freenet -Project's freenet_request (Un*x) and frequest.exe (Windows). Freenet Grab has -several features freenet_request/frequest doesn't have: - - - Retrying failed requests with incremental hops to live. - - New: Multiple simultaneous downloads (multi-threading) - - Better support for in-Freenet key index searching. - - Specify a file containing a list of keys to download. - - Verifying a list of keys in a file. - -WWW: http://freebbs.sourceforge.net/ diff --git a/net-p2p/py-fngrab/pkg-plist b/net-p2p/py-fngrab/pkg-plist deleted file mode 100644 index 580c27e7d1e3..000000000000 --- a/net-p2p/py-fngrab/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -bin/fngrab -lib/%%PYTHON_VERSION%%/site-packages/FreenetGrab/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/FreenetGrab/__init__.pyc -lib/%%PYTHON_VERSION%%/site-packages/FreenetGrab/__init__.pyo -lib/%%PYTHON_VERSION%%/site-packages/FreenetGrab/cmdline.py -lib/%%PYTHON_VERSION%%/site-packages/FreenetGrab/cmdline.pyc -lib/%%PYTHON_VERSION%%/site-packages/FreenetGrab/cmdline.pyo -lib/%%PYTHON_VERSION%%/site-packages/FreenetGrab/fngrab.py -lib/%%PYTHON_VERSION%%/site-packages/FreenetGrab/fngrab.pyc -lib/%%PYTHON_VERSION%%/site-packages/FreenetGrab/fngrab.pyo -lib/%%PYTHON_VERSION%%/site-packages/FreenetGrab/status.py -lib/%%PYTHON_VERSION%%/site-packages/FreenetGrab/status.pyc -lib/%%PYTHON_VERSION%%/site-packages/FreenetGrab/status.pyo -lib/%%PYTHON_VERSION%%/site-packages/FreenetGrab/xmlrpclib.py -lib/%%PYTHON_VERSION%%/site-packages/FreenetGrab/xmlrpclib.pyc -lib/%%PYTHON_VERSION%%/site-packages/FreenetGrab/xmlrpclib.pyo -@dirrm lib/%%PYTHON_VERSION%%/site-packages/FreenetGrab diff --git a/net-p2p/qtella/Makefile b/net-p2p/qtella/Makefile deleted file mode 100644 index bed9e47164e3..000000000000 --- a/net-p2p/qtella/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: qtella -# Date created: Sunday September 2nd, 2001 -# Whom: Jonathan Belson (jon@witchspace.com) -# -# $FreeBSD$ -# - -PORTNAME= qtella -PORTVERSION= 0.5.3 -PORTREVISION= 1 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= qtella - -MAINTAINER= jon@witchspace.com - -HAS_CONFIGURE= yes -USE_GMAKE= yes -CONFIGURE_ARGS+= --with-qt-dir=${X11BASE} --with-qt-moc=${X11BASE}/bin -CONFIGURE_ENV+= LDFLAGS=-pthread CXXFLAGS="${CXXFLAGS} -pthread" -MAKE_ARGS+= -j2 - -USE_KDELIBS_VER=3 - -.include <bsd.port.mk> diff --git a/net-p2p/qtella/distinfo b/net-p2p/qtella/distinfo deleted file mode 100644 index 239c864517fa..000000000000 --- a/net-p2p/qtella/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (qtella-0.5.3.tar.gz) = f0a6a532250b03b39bd221b93948349b diff --git a/net-p2p/qtella/pkg-comment b/net-p2p/qtella/pkg-comment deleted file mode 100644 index 1cbdc23c4c93..000000000000 --- a/net-p2p/qtella/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Gnutella client using Qt diff --git a/net-p2p/qtella/pkg-descr b/net-p2p/qtella/pkg-descr deleted file mode 100644 index 5ac1b1bc7732..000000000000 --- a/net-p2p/qtella/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -A Gnutella client using Qt. - -WWW: http://qtella.sourceforge.net - -- Jon Belson -jon@witchspace.com diff --git a/net-p2p/qtella/pkg-plist b/net-p2p/qtella/pkg-plist deleted file mode 100644 index feb105085955..000000000000 --- a/net-p2p/qtella/pkg-plist +++ /dev/null @@ -1,24 +0,0 @@ -bin/qtella -share/qtella/language/qtella_cs.qm -share/qtella/language/qtella_de.qm -share/qtella/language/qtella_fi.qm -share/qtella/language/qtella_fr.qm -share/qtella/language/qtella_nb.qm -share/qtella/language/qtella_nn.qm -share/qtella/language/qtella_no.qm -share/qtella/language/qtella_po.qm -share/qtella/language/qtella_pt_BR.qm -share/qtella/language/qtella_sv.qm -share/qtella/pixmaps/ball_d.xpm -share/qtella/pixmaps/ball_g.xpm -share/qtella/pixmaps/ball_r.xpm -share/qtella/pixmaps/ball_y.xpm -share/qtella/pixmaps/gsmile.xpm -share/qtella/pixmaps/remove.xpm -share/qtella/pixmaps/removeresearch.xpm -share/qtella/pixmaps/research.xpm -share/qtella/pixmaps/smile.xpm -@comment directories -@dirrm share/qtella/pixmaps -@dirrm share/qtella/language -@dirrm share/qtella diff --git a/net-p2p/teknap/Makefile b/net-p2p/teknap/Makefile deleted file mode 100644 index a966df18164d..000000000000 --- a/net-p2p/teknap/Makefile +++ /dev/null @@ -1,74 +0,0 @@ -# New ports collection makefile for: TekNap napster client -# Date created: 6 Jul 2000 -# Whom: Carl Johan Madestrand -# -# $FreeBSD$ -# - -PORTNAME= TekNap -PORTVERSION= 1.3.g -CATEGORIES= audio -MASTER_SITES= ftp://ftp.sra.co.jp/pub/os/OpenBSD/distfiles/ \ - ftp://ftp.arnes.si/packages2/OpenBSD/distfiles/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.g/g/} - -MAINTAINER= calle.madestrand@norrgarden.se - -.if defined(WITH_MP3) -BUILD_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 -.endif -.if defined(WITH_XMMS) -BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms -.endif - -WRKSRC= ${WRKDIR}/TekNap -USE_REINPLACE= yes - -PLIST_SUB+= PORTVERSION="${PORTVERSION}" - -USE_GMAKE= yes -USE_GNOMENG= yes -WANT_GNOME= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mgtk12}!="" -USE_GNOME+= gtk12 -CONFIGURE_ARGS+=--with-gtk -PKGNAMESUFFIX= -gtk -.else -CONFIGURE_ARGS+=--without-gtk -.endif - -.if defined(WITH_MP3) -CONFIGURE_ARGS+=--enable-mp3 -.endif - -.if defined(WITH_XMMS) -CONFIGURE_ARGS+=--enable-xmms -.endif - -pre-extract: - @${ECHO} "Available switches:" - @${ECHO} "-------------------" - @${ECHO} "WITH_MP3 - Support MP3 playback" - @${ECHO} "WITH_XMMS - Support XMMS" - -pre-configure: - @${REINPLACE_CMD} -e "s:-lc_r:${PTHREAD_LIBS}:g" ${WRKSRC}/configure - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/TekNap - ${TAR} --directory ${WRKSRC}/teknap-help -cf - . --exclude CVS | \ - ${TAR} --directory ${PREFIX}/share/TekNap/help -xf - - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/TekNap - @${ECHO} - @${CAT} ${PKGMESSAGE} | ${SED} -e "s:%%PREFIX%%:${PREFIX}:g" - @${ECHO} -.endif - -.include <bsd.port.post.mk> diff --git a/net-p2p/teknap/distinfo b/net-p2p/teknap/distinfo deleted file mode 100644 index d03187d5e9f1..000000000000 --- a/net-p2p/teknap/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (TekNap-1.3g.tar.gz) = 8c1bf4027d9af4767a7a060532831cc9 diff --git a/net-p2p/teknap/files/patch-aa b/net-p2p/teknap/files/patch-aa deleted file mode 100644 index 9ce74dbfd745..000000000000 --- a/net-p2p/teknap/files/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.in.orig Thu Jun 22 11:32:39 2000 -+++ Makefile.in Thu Jul 6 01:10:22 2000 -@@ -34,7 +34,7 @@ - NAPLIB = @NAPLIB@ - - CC = @CC@ --DEFS = -I$$(srcdir)/../include -I$(topdir)/include -+DEFS = -I. -I$(topdir)/include -I- - LIBS = @LIBS@ - INCLUDES = @INCLUDES@ - -@@ -58,8 +58,8 @@ - - # This command will be used to install the BitchX help files. If you don't - # want to install them, replace with the following: --# INSTALL_HELP_CMD = @echo The help files have not been installed. --INSTALL_HELP_CMD = cp -pr $(srcdir)/teknap-help/* $(HELPDIR) -+INSTALL_HELP_CMD = @echo -+#INSTALL_HELP_CMD = cp -pr $(srcdir)/teknap-help/* $(HELPDIR) - - ## You probably don't need to change anything below this line - diff --git a/net-p2p/teknap/pkg-comment b/net-p2p/teknap/pkg-comment deleted file mode 100644 index 4df98f41f036..000000000000 --- a/net-p2p/teknap/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Console napster client diff --git a/net-p2p/teknap/pkg-descr b/net-p2p/teknap/pkg-descr deleted file mode 100644 index cf24448f4096..000000000000 --- a/net-p2p/teknap/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -TekNap is a console Napster client using curses/ncurses/termcap and -pthreads if available. It has powerful scripting features based on -BitchX/Epic scripting, support for both Napster and opennap servers, -and a full-screen browse/search mode. - - -Author: Colten Edwards <edwards@bitchx.dimension6.com> -WWW: http://www.teknap.com/ diff --git a/net-p2p/teknap/pkg-message b/net-p2p/teknap/pkg-message deleted file mode 100644 index d5f98520a91b..000000000000 --- a/net-p2p/teknap/pkg-message +++ /dev/null @@ -1 +0,0 @@ -Please read %%PREFIX%%/share/doc/TekNap/README diff --git a/net-p2p/teknap/pkg-plist b/net-p2p/teknap/pkg-plist deleted file mode 100644 index 6151a4d7d476..000000000000 --- a/net-p2p/teknap/pkg-plist +++ /dev/null @@ -1,659 +0,0 @@ -bin/TekNap -bin/TekNap-1.3g -share/TekNap/help/1_General/1_General -share/TekNap/help/1_General/close -share/TekNap/help/1_General/disconnect -share/TekNap/help/1_General/help -share/TekNap/help/1_General/i -share/TekNap/help/1_General/invite -share/TekNap/help/1_General/irc -share/TekNap/help/1_General/j -share/TekNap/help/1_General/join -share/TekNap/help/1_General/l -share/TekNap/help/1_General/lastlog -share/TekNap/help/1_General/leave -share/TekNap/help/1_General/list -share/TekNap/help/1_General/m -share/TekNap/help/1_General/me -share/TekNap/help/1_General/motd -share/TekNap/help/1_General/msg -share/TekNap/help/1_General/names -share/TekNap/help/1_General/nslookup -share/TekNap/help/1_General/part -share/TekNap/help/1_General/ping -share/TekNap/help/1_General/query -share/TekNap/help/1_General/quit -share/TekNap/help/1_General/relm -share/TekNap/help/1_General/reset -share/TekNap/help/1_General/say -share/TekNap/help/1_General/sc -share/TekNap/help/1_General/scan -share/TekNap/help/1_General/server -share/TekNap/help/1_General/t -share/TekNap/help/1_General/topic -share/TekNap/help/1_General/version -share/TekNap/help/1_General/w -share/TekNap/help/1_General/whois -share/TekNap/help/2_Napster/2_Napster -share/TekNap/help/2_Napster/browse -share/TekNap/help/2_Napster/cignore -share/TekNap/help/2_Napster/chat -share/TekNap/help/2_Napster/dbsearch -share/TekNap/help/2_Napster/dccget -share/TekNap/help/2_Napster/delete -share/TekNap/help/2_Napster/get -share/TekNap/help/2_Napster/glist -share/TekNap/help/2_Napster/hotlist -share/TekNap/help/2_Napster/ignore -share/TekNap/help/2_Napster/print -share/TekNap/help/2_Napster/queue -share/TekNap/help/2_Napster/raw -share/TekNap/help/2_Napster/request -share/TekNap/help/2_Napster/resume -share/TekNap/help/2_Napster/s -share/TekNap/help/2_Napster/scott -share/TekNap/help/2_Napster/search -share/TekNap/help/2_Napster/send -share/TekNap/help/2_Napster/share -share/TekNap/help/2_Napster/signore -share/TekNap/help/2_Napster/soundex -share/TekNap/help/3_Admin/3_Admin -share/TekNap/help/3_Admin/admin -share/TekNap/help/3_Admin/announce -share/TekNap/help/3_Admin/ban -share/TekNap/help/3_Admin/banlist -share/TekNap/help/3_Admin/banuser -share/TekNap/help/3_Admin/cban -share/TekNap/help/3_Admin/cbanclear -share/TekNap/help/3_Admin/cbanlist -share/TekNap/help/3_Admin/chanlevel -share/TekNap/help/3_Admin/clearchannel -share/TekNap/help/3_Admin/cloak -share/TekNap/help/3_Admin/cmuzzle -share/TekNap/help/3_Admin/config -share/TekNap/help/3_Admin/connect -share/TekNap/help/3_Admin/cunban -share/TekNap/help/3_Admin/cunmuzzle -share/TekNap/help/3_Admin/dataport -share/TekNap/help/3_Admin/deop -share/TekNap/help/3_Admin/disconnect -share/TekNap/help/3_Admin/dns -share/TekNap/help/3_Admin/email -share/TekNap/help/3_Admin/gusers -share/TekNap/help/3_Admin/kick -share/TekNap/help/3_Admin/kill -share/TekNap/help/3_Admin/killserver -share/TekNap/help/3_Admin/links -share/TekNap/help/3_Admin/mode -share/TekNap/help/3_Admin/muzzle -share/TekNap/help/3_Admin/nukeuser -share/TekNap/help/3_Admin/op -share/TekNap/help/3_Admin/opdel -share/TekNap/help/3_Admin/oplist -share/TekNap/help/3_Admin/opsay -share/TekNap/help/3_Admin/password -share/TekNap/help/3_Admin/ptest -share/TekNap/help/3_Admin/register -share/TekNap/help/3_Admin/reload -share/TekNap/help/3_Admin/removeserver -share/TekNap/help/3_Admin/setchanlevel -share/TekNap/help/3_Admin/setchanlimit -share/TekNap/help/3_Admin/setdataport -share/TekNap/help/3_Admin/setlinespeed -share/TekNap/help/3_Admin/setpassword -share/TekNap/help/3_Admin/setuserlevel -share/TekNap/help/3_Admin/showallchannels -share/TekNap/help/3_Admin/speed -share/TekNap/help/3_Admin/sping -share/TekNap/help/3_Admin/stats -share/TekNap/help/3_Admin/tban -share/TekNap/help/3_Admin/unbanuser -share/TekNap/help/3_Admin/unmuzzle -share/TekNap/help/3_Admin/unnukeuser -share/TekNap/help/3_Admin/unvoice -share/TekNap/help/3_Admin/version -share/TekNap/help/3_Admin/voice -share/TekNap/help/3_Admin/wallop -share/TekNap/help/4_Misc/4_Misc -share/TekNap/help/4_Misc/beep -share/TekNap/help/4_Misc/bind/altcharset -share/TekNap/help/4_Misc/bind/backspace -share/TekNap/help/4_Misc/bind/backward_character -share/TekNap/help/4_Misc/bind/backward_history -share/TekNap/help/4_Misc/bind/backward_word -share/TekNap/help/4_Misc/bind/beginning_of_line -share/TekNap/help/4_Misc/bind/bind -share/TekNap/help/4_Misc/bind/blink -share/TekNap/help/4_Misc/bind/bold -share/TekNap/help/4_Misc/bind/clear_screen -share/TekNap/help/4_Misc/bind/command_completion -share/TekNap/help/4_Misc/bind/cpusaver -share/TekNap/help/4_Misc/bind/delete_character -share/TekNap/help/4_Misc/bind/delete_next_word -share/TekNap/help/4_Misc/bind/delete_previous_word -share/TekNap/help/4_Misc/bind/delete_to_previous_space -share/TekNap/help/4_Misc/bind/end_of_line -share/TekNap/help/4_Misc/bind/erase_line -share/TekNap/help/4_Misc/bind/erase_to_beg_of_line -share/TekNap/help/4_Misc/bind/erase_to_end_of_line -share/TekNap/help/4_Misc/bind/forward_character -share/TekNap/help/4_Misc/bind/forward_history -share/TekNap/help/4_Misc/bind/forward_word -share/TekNap/help/4_Misc/bind/highlight_off -share/TekNap/help/4_Misc/bind/join_last_invite -share/TekNap/help/4_Misc/bind/new_beginning_of_line -share/TekNap/help/4_Misc/bind/new_scroll_backward -share/TekNap/help/4_Misc/bind/new_scroll_end -share/TekNap/help/4_Misc/bind/new_scroll_forward -share/TekNap/help/4_Misc/bind/next_window -share/TekNap/help/4_Misc/bind/nothing -share/TekNap/help/4_Misc/bind/parse_command -share/TekNap/help/4_Misc/bind/previous_window -share/TekNap/help/4_Misc/bind/quit_nap -share/TekNap/help/4_Misc/bind/quote_character -share/TekNap/help/4_Misc/bind/refresh_inputline -share/TekNap/help/4_Misc/bind/refresh_screen -share/TekNap/help/4_Misc/bind/refresh_status -share/TekNap/help/4_Misc/bind/reverse -share/TekNap/help/4_Misc/bind/scroll_backward -share/TekNap/help/4_Misc/bind/scroll_end -share/TekNap/help/4_Misc/bind/scroll_forward -share/TekNap/help/4_Misc/bind/scroll_start -share/TekNap/help/4_Misc/bind/self_insert -share/TekNap/help/4_Misc/bind/send_line -share/TekNap/help/4_Misc/bind/shove_to_history -share/TekNap/help/4_Misc/bind/stop_nap -share/TekNap/help/4_Misc/bind/swap_last_window -share/TekNap/help/4_Misc/bind/swap_next_window -share/TekNap/help/4_Misc/bind/swap_previous_window -share/TekNap/help/4_Misc/bind/switch_channels -share/TekNap/help/4_Misc/bind/tab_completion -share/TekNap/help/4_Misc/bind/toggle_insert_mode -share/TekNap/help/4_Misc/bind/toggle_stop_screen -share/TekNap/help/4_Misc/bind/transpose_characters -share/TekNap/help/4_Misc/bind/type_text -share/TekNap/help/4_Misc/bind/unclear_screen -share/TekNap/help/4_Misc/bind/underline -share/TekNap/help/4_Misc/bind/unstop_all_windows -share/TekNap/help/4_Misc/bind/window_balance -share/TekNap/help/4_Misc/bind/window_grow_one -share/TekNap/help/4_Misc/bind/window_hide -share/TekNap/help/4_Misc/bind/window_kill -share/TekNap/help/4_Misc/bind/window_list -share/TekNap/help/4_Misc/bind/window_move -share/TekNap/help/4_Misc/bind/window_shrink_one -share/TekNap/help/4_Misc/bind/window_swap_1 -share/TekNap/help/4_Misc/bind/window_swap_10 -share/TekNap/help/4_Misc/bind/window_swap_2 -share/TekNap/help/4_Misc/bind/window_swap_3 -share/TekNap/help/4_Misc/bind/window_swap_4 -share/TekNap/help/4_Misc/bind/window_swap_5 -share/TekNap/help/4_Misc/bind/window_swap_6 -share/TekNap/help/4_Misc/bind/window_swap_7 -share/TekNap/help/4_Misc/bind/window_swap_8 -share/TekNap/help/4_Misc/bind/window_swap_9 -share/TekNap/help/4_Misc/bind/yank_from_cutbuffer -share/TekNap/help/4_Misc/cd -share/TekNap/help/4_Misc/clear -share/TekNap/help/4_Misc/debug -share/TekNap/help/4_Misc/df -share/TekNap/help/4_Misc/du -share/TekNap/help/4_Misc/history -share/TekNap/help/4_Misc/ls -share/TekNap/help/4_Misc/mp3 -share/TekNap/help/4_Misc/paste -share/TekNap/help/4_Misc/ps -share/TekNap/help/4_Misc/rbind -share/TekNap/help/4_Misc/set/allow_dcc -share/TekNap/help/4_Misc/set/alt_charset -share/TekNap/help/4_Misc/set/always_split_biggest -share/TekNap/help/4_Misc/set/append_log -share/TekNap/help/4_Misc/set/auto_reconnect -share/TekNap/help/4_Misc/set/auto_rejoin -share/TekNap/help/4_Misc/set/auto_share -share/TekNap/help/4_Misc/set/beep -share/TekNap/help/4_Misc/set/beep_always -share/TekNap/help/4_Misc/set/beep_max -share/TekNap/help/4_Misc/set/beep_on_msg -share/TekNap/help/4_Misc/set/beep_when_away -share/TekNap/help/4_Misc/set/blink_video -share/TekNap/help/4_Misc/set/bold_video -share/TekNap/help/4_Misc/set/cd_device -share/TekNap/help/4_Misc/set/channel_name_width -share/TekNap/help/4_Misc/set/clock -share/TekNap/help/4_Misc/set/clock_24hour -share/TekNap/help/4_Misc/set/clock_format -share/TekNap/help/4_Misc/set/cmdchars -share/TekNap/help/4_Misc/set/color -share/TekNap/help/4_Misc/set/command_mode -share/TekNap/help/4_Misc/set/connect_timeout -share/TekNap/help/4_Misc/set/cpu_saver_after -share/TekNap/help/4_Misc/set/cpu_saver_every -share/TekNap/help/4_Misc/set/debug -share/TekNap/help/4_Misc/set/default_dataport -share/TekNap/help/4_Misc/set/default_email -share/TekNap/help/4_Misc/set/default_metaserver -share/TekNap/help/4_Misc/set/default_nickname -share/TekNap/help/4_Misc/set/default_password -share/TekNap/help/4_Misc/set/default_server -share/TekNap/help/4_Misc/set/default_speed -share/TekNap/help/4_Misc/set/display -share/TekNap/help/4_Misc/set/display_ansi -share/TekNap/help/4_Misc/set/display_pc_characters -share/TekNap/help/4_Misc/set/double_status_line -share/TekNap/help/4_Misc/set/download_directory -share/TekNap/help/4_Misc/set/eight_bit_characters -share/TekNap/help/4_Misc/set/floating_point -share/TekNap/help/4_Misc/set/flood_after -share/TekNap/help/4_Misc/set/flood_rate -share/TekNap/help/4_Misc/set/flood_users -share/TekNap/help/4_Misc/set/flood_warning -share/TekNap/help/4_Misc/set/format_directory -share/TekNap/help/4_Misc/set/format_filename -share/TekNap/help/4_Misc/set/full_status_line -share/TekNap/help/4_Misc/set/gtk -share/TekNap/help/4_Misc/set/help_pager -share/TekNap/help/4_Misc/set/help_path -share/TekNap/help/4_Misc/set/help_prompt -share/TekNap/help/4_Misc/set/help_window -share/TekNap/help/4_Misc/set/high_bit_escape -share/TekNap/help/4_Misc/set/highlight_char -share/TekNap/help/4_Misc/set/history -share/TekNap/help/4_Misc/set/hold_mode -share/TekNap/help/4_Misc/set/hold_mode_max -share/TekNap/help/4_Misc/set/indent -share/TekNap/help/4_Misc/set/input_aliases -share/TekNap/help/4_Misc/set/input_glob -share/TekNap/help/4_Misc/set/input_prompt -share/TekNap/help/4_Misc/set/insert_mode -share/TekNap/help/4_Misc/set/inverse_video -share/TekNap/help/4_Misc/set/lastlog -share/TekNap/help/4_Misc/set/lastlog_level -share/TekNap/help/4_Misc/set/load_path -share/TekNap/help/4_Misc/set/log -share/TekNap/help/4_Misc/set/logfile -share/TekNap/help/4_Misc/set/max_relm -share/TekNap/help/4_Misc/set/max_requests_nick -share/TekNap/help/4_Misc/set/max_results -share/TekNap/help/4_Misc/set/max_sends_nick -share/TekNap/help/4_Misc/set/max_server_reconnect -share/TekNap/help/4_Misc/set/max_urls -share/TekNap/help/4_Misc/set/meta_states -share/TekNap/help/4_Misc/set/move_incomplete -share/TekNap/help/4_Misc/set/names_columns -share/TekNap/help/4_Misc/set/names_nickcolor -share/TekNap/help/4_Misc/set/nd_space_max -share/TekNap/help/4_Misc/set/pad_char -share/TekNap/help/4_Misc/set/ptest -share/TekNap/help/4_Misc/set/ptest_change_port -share/TekNap/help/4_Misc/set/ptest_connect_timeout -share/TekNap/help/4_Misc/set/queue_sends -share/TekNap/help/4_Misc/set/queue_sends_timeout -share/TekNap/help/4_Misc/set/quiet_sends -share/TekNap/help/4_Misc/set/random_source -share/TekNap/help/4_Misc/set/resume_download -share/TekNap/help/4_Misc/set/reverse_status -share/TekNap/help/4_Misc/set/scroll_lines -share/TekNap/help/4_Misc/set/scrollback -share/TekNap/help/4_Misc/set/scrollback_ratio -share/TekNap/help/4_Misc/set/search_format -share/TekNap/help/4_Misc/set/send_limit -share/TekNap/help/4_Misc/set/set -share/TekNap/help/4_Misc/set/share -share/TekNap/help/4_Misc/set/share_links -share/TekNap/help/4_Misc/set/shell -share/TekNap/help/4_Misc/set/shell_flags -share/TekNap/help/4_Misc/set/shell_limit -share/TekNap/help/4_Misc/set/show_channel_names -share/TekNap/help/4_Misc/set/show_end_of_msgs -share/TekNap/help/4_Misc/set/show_numerics -share/TekNap/help/4_Misc/set/show_numerics_str -share/TekNap/help/4_Misc/set/show_status_all -share/TekNap/help/4_Misc/set/status_channel -share/TekNap/help/4_Misc/set/status_clock -share/TekNap/help/4_Misc/set/status_cpu_saver -share/TekNap/help/4_Misc/set/status_format1 -share/TekNap/help/4_Misc/set/status_format2 -share/TekNap/help/4_Misc/set/status_hold -share/TekNap/help/4_Misc/set/status_hold_lines -share/TekNap/help/4_Misc/set/status_insert -share/TekNap/help/4_Misc/set/status_nick -share/TekNap/help/4_Misc/set/status_no_repeat -share/TekNap/help/4_Misc/set/status_notify -share/TekNap/help/4_Misc/set/status_overwrite -share/TekNap/help/4_Misc/set/status_query -share/TekNap/help/4_Misc/set/status_scrollback -share/TekNap/help/4_Misc/set/status_server -share/TekNap/help/4_Misc/set/status_stats -share/TekNap/help/4_Misc/set/status_user -share/TekNap/help/4_Misc/set/status_window -share/TekNap/help/4_Misc/set/suppress_server_motd -share/TekNap/help/4_Misc/set/tab -share/TekNap/help/4_Misc/set/tab_max -share/TekNap/help/4_Misc/set/transfer_timeout -share/TekNap/help/4_Misc/set/underline_video -share/TekNap/help/4_Misc/set/url_grab -share/TekNap/help/4_Misc/set/window_quiet -share/TekNap/help/4_Misc/set/word_break -share/TekNap/help/4_Misc/set/xterm_show_title -share/TekNap/help/4_Misc/url -share/TekNap/help/4_Misc/which -share/TekNap/help/4_Misc/window/add -share/TekNap/help/4_Misc/window/back -share/TekNap/help/4_Misc/window/balance -share/TekNap/help/4_Misc/window/beep_always -share/TekNap/help/4_Misc/window/bind -share/TekNap/help/4_Misc/window/channel -share/TekNap/help/4_Misc/window/describe -share/TekNap/help/4_Misc/window/discon -share/TekNap/help/4_Misc/window/double -share/TekNap/help/4_Misc/window/echo -share/TekNap/help/4_Misc/window/fixed -share/TekNap/help/4_Misc/window/goto -share/TekNap/help/4_Misc/window/grow -share/TekNap/help/4_Misc/window/help -share/TekNap/help/4_Misc/window/hide -share/TekNap/help/4_Misc/window/hide_others -share/TekNap/help/4_Misc/window/hold_mode -share/TekNap/help/4_Misc/window/kill -share/TekNap/help/4_Misc/window/kill_others -share/TekNap/help/4_Misc/window/killswap -share/TekNap/help/4_Misc/window/last -share/TekNap/help/4_Misc/window/lastlog -share/TekNap/help/4_Misc/window/lastlog_level -share/TekNap/help/4_Misc/window/level -share/TekNap/help/4_Misc/window/list -share/TekNap/help/4_Misc/window/log -share/TekNap/help/4_Misc/window/logfile -share/TekNap/help/4_Misc/window/move -share/TekNap/help/4_Misc/window/name -share/TekNap/help/4_Misc/window/new -share/TekNap/help/4_Misc/window/new_hide -share/TekNap/help/4_Misc/window/next -share/TekNap/help/4_Misc/window/noserv -share/TekNap/help/4_Misc/window/notify -share/TekNap/help/4_Misc/window/notify_level -share/TekNap/help/4_Misc/window/number -share/TekNap/help/4_Misc/window/pop -share/TekNap/help/4_Misc/window/previous -share/TekNap/help/4_Misc/window/prompt -share/TekNap/help/4_Misc/window/push -share/TekNap/help/4_Misc/window/query -share/TekNap/help/4_Misc/window/refnum -share/TekNap/help/4_Misc/window/refresh -share/TekNap/help/4_Misc/window/remove -share/TekNap/help/4_Misc/window/scratch -share/TekNap/help/4_Misc/window/scroll -share/TekNap/help/4_Misc/window/scrollback -share/TekNap/help/4_Misc/window/server -share/TekNap/help/4_Misc/window/show -share/TekNap/help/4_Misc/window/showall -share/TekNap/help/4_Misc/window/shrink -share/TekNap/help/4_Misc/window/size -share/TekNap/help/4_Misc/window/skip -share/TekNap/help/4_Misc/window/split -share/TekNap/help/4_Misc/window/stack -share/TekNap/help/4_Misc/window/swap -share/TekNap/help/4_Misc/window/unbind -share/TekNap/help/4_Misc/window/update -share/TekNap/help/4_Misc/window/window -share/TekNap/help/5_Programming/5_Programming -share/TekNap/help/5_Programming/alias -share/TekNap/help/5_Programming/assign -share/TekNap/help/5_Programming/break -share/TekNap/help/5_Programming/comment -share/TekNap/help/5_Programming/continue -share/TekNap/help/5_Programming/do -share/TekNap/help/5_Programming/dump -share/TekNap/help/5_Programming/echo -share/TekNap/help/5_Programming/eval -share/TekNap/help/5_Programming/exec -share/TekNap/help/5_Programming/fe -share/TekNap/help/5_Programming/fec -share/TekNap/help/5_Programming/for -share/TekNap/help/5_Programming/foreach -share/TekNap/help/5_Programming/if -share/TekNap/help/5_Programming/input -share/TekNap/help/5_Programming/input_char -share/TekNap/help/5_Programming/load -share/TekNap/help/5_Programming/local -share/TekNap/help/5_Programming/on/action -share/TekNap/help/5_Programming/on/browse_begin -share/TekNap/help/5_Programming/on/browse_end -share/TekNap/help/5_Programming/on/channel_join -share/TekNap/help/5_Programming/on/connect -share/TekNap/help/5_Programming/on/disconnect -share/TekNap/help/5_Programming/on/error -share/TekNap/help/5_Programming/on/exec -share/TekNap/help/5_Programming/on/exec_errors -share/TekNap/help/5_Programming/on/exec_exit -share/TekNap/help/5_Programming/on/exec_prompt -share/TekNap/help/5_Programming/on/exit -share/TekNap/help/5_Programming/on/flood -share/TekNap/help/5_Programming/on/glist -share/TekNap/help/5_Programming/on/help -share/TekNap/help/5_Programming/on/hook -share/TekNap/help/5_Programming/on/hotlist -share/TekNap/help/5_Programming/on/idle -share/TekNap/help/5_Programming/on/input -share/TekNap/help/5_Programming/on/join -share/TekNap/help/5_Programming/on/kill -share/TekNap/help/5_Programming/on/leave -share/TekNap/help/5_Programming/on/list -share/TekNap/help/5_Programming/on/mp3 -share/TekNap/help/5_Programming/on/msg -share/TekNap/help/5_Programming/on/names -share/TekNap/help/5_Programming/on/nap -share/TekNap/help/5_Programming/on/naperror -share/TekNap/help/5_Programming/on/napfinish -share/TekNap/help/5_Programming/on/naprequest -share/TekNap/help/5_Programming/on/napsend -share/TekNap/help/5_Programming/on/on -share/TekNap/help/5_Programming/on/paste -share/TekNap/help/5_Programming/on/pong -share/TekNap/help/5_Programming/on/public -share/TekNap/help/5_Programming/on/public_other -share/TekNap/help/5_Programming/on/raw_nap -share/TekNap/help/5_Programming/on/search_begin -share/TekNap/help/5_Programming/on/search_end -share/TekNap/help/5_Programming/on/send_action -share/TekNap/help/5_Programming/on/send_msg -share/TekNap/help/5_Programming/on/send_ops -share/TekNap/help/5_Programming/on/send_public -share/TekNap/help/5_Programming/on/servermsg -share/TekNap/help/5_Programming/on/sigusr1 -share/TekNap/help/5_Programming/on/status_update -share/TekNap/help/5_Programming/on/switch_channels -share/TekNap/help/5_Programming/on/switch_windows -share/TekNap/help/5_Programming/on/timer -share/TekNap/help/5_Programming/on/timer_hour -share/TekNap/help/5_Programming/on/topic -share/TekNap/help/5_Programming/on/wall -share/TekNap/help/5_Programming/on/who -share/TekNap/help/5_Programming/on/window -share/TekNap/help/5_Programming/on/window_create -share/TekNap/help/5_Programming/on/window_kill -share/TekNap/help/5_Programming/parsekey -share/TekNap/help/5_Programming/pause -share/TekNap/help/5_Programming/pop -share/TekNap/help/5_Programming/pretend -share/TekNap/help/5_Programming/purge -share/TekNap/help/5_Programming/push -share/TekNap/help/5_Programming/repeat -share/TekNap/help/5_Programming/return -share/TekNap/help/5_Programming/save -share/TekNap/help/5_Programming/send -share/TekNap/help/5_Programming/sendline -share/TekNap/help/5_Programming/setenv -share/TekNap/help/5_Programming/shift -share/TekNap/help/5_Programming/sleep -share/TekNap/help/5_Programming/stack -share/TekNap/help/5_Programming/stub -share/TekNap/help/5_Programming/switch -share/TekNap/help/5_Programming/timer -share/TekNap/help/5_Programming/type -share/TekNap/help/5_Programming/unless -share/TekNap/help/5_Programming/unshift -share/TekNap/help/5_Programming/usleep -share/TekNap/help/5_Programming/wait -share/TekNap/help/5_Programming/while -share/TekNap/help/5_Programming/xecho -share/TekNap/help/5_Programming/xtype -share/TekNap/help/6_Functions/6_Functions -share/TekNap/help/6_Functions/after -share/TekNap/help/6_Functions/afterw -share/TekNap/help/6_Functions/aliasctl -share/TekNap/help/6_Functions/ascii -share/TekNap/help/6_Functions/before -share/TekNap/help/6_Functions/beforew -share/TekNap/help/6_Functions/builtin -share/TekNap/help/6_Functions/channel -share/TekNap/help/6_Functions/channelnicks -share/TekNap/help/6_Functions/chanusers -share/TekNap/help/6_Functions/chngw -share/TekNap/help/6_Functions/chr -share/TekNap/help/6_Functions/close -share/TekNap/help/6_Functions/common -share/TekNap/help/6_Functions/connect -share/TekNap/help/6_Functions/cparse -share/TekNap/help/6_Functions/crypt -share/TekNap/help/6_Functions/decode -share/TekNap/help/6_Functions/delarray -share/TekNap/help/6_Functions/delitem -share/TekNap/help/6_Functions/diff -share/TekNap/help/6_Functions/encode -share/TekNap/help/6_Functions/eof -share/TekNap/help/6_Functions/fexist -share/TekNap/help/6_Functions/filter -share/TekNap/help/6_Functions/finditem -share/TekNap/help/6_Functions/findw -share/TekNap/help/6_Functions/fromw -share/TekNap/help/6_Functions/fsize -share/TekNap/help/6_Functions/getarrays -share/TekNap/help/6_Functions/getcap -share/TekNap/help/6_Functions/getitem -share/TekNap/help/6_Functions/getmatches -share/TekNap/help/6_Functions/getopt -share/TekNap/help/6_Functions/getrmatches -share/TekNap/help/6_Functions/gettmatch -share/TekNap/help/6_Functions/globi -share/TekNap/help/6_Functions/glob -share/TekNap/help/6_Functions/idle -share/TekNap/help/6_Functions/ifindfirst -share/TekNap/help/6_Functions/ifinditem -share/TekNap/help/6_Functions/igetitem -share/TekNap/help/6_Functions/igetmatches -share/TekNap/help/6_Functions/igetrmatches -share/TekNap/help/6_Functions/index -share/TekNap/help/6_Functions/indextoitem -share/TekNap/help/6_Functions/insertw -share/TekNap/help/6_Functions/iptolong -share/TekNap/help/6_Functions/isalnum -share/TekNap/help/6_Functions/isalpha -share/TekNap/help/6_Functions/isdigit -share/TekNap/help/6_Functions/isdisplaying -share/TekNap/help/6_Functions/isirc -share/TekNap/help/6_Functions/isspace -share/TekNap/help/6_Functions/isxdigit -share/TekNap/help/6_Functions/itemtoindex -share/TekNap/help/6_Functions/jot -share/TekNap/help/6_Functions/lastlog -share/TekNap/help/6_Functions/left -share/TekNap/help/6_Functions/leftw -share/TekNap/help/6_Functions/line -share/TekNap/help/6_Functions/listarray -share/TekNap/help/6_Functions/longtoip -share/TekNap/help/6_Functions/match -share/TekNap/help/6_Functions/matchitem -share/TekNap/help/6_Functions/md5 -share/TekNap/help/6_Functions/mid -share/TekNap/help/6_Functions/midw -share/TekNap/help/6_Functions/mp3time -share/TekNap/help/6_Functions/msar -share/TekNap/help/6_Functions/numarrays -share/TekNap/help/6_Functions/numitems -share/TekNap/help/6_Functions/numsort -share/TekNap/help/6_Functions/numwords -share/TekNap/help/6_Functions/onchannels -share/TekNap/help/6_Functions/open -share/TekNap/help/6_Functions/pattern -share/TekNap/help/6_Functions/pop -share/TekNap/help/6_Functions/push -share/TekNap/help/6_Functions/rand -share/TekNap/help/6_Functions/read -share/TekNap/help/6_Functions/regcomp -share/TekNap/help/6_Functions/regerror -share/TekNap/help/6_Functions/regexec -share/TekNap/help/6_Functions/regfree -share/TekNap/help/6_Functions/remw -share/TekNap/help/6_Functions/remws -share/TekNap/help/6_Functions/rest -share/TekNap/help/6_Functions/restw -share/TekNap/help/6_Functions/reverse -share/TekNap/help/6_Functions/revw -share/TekNap/help/6_Functions/rfilter -share/TekNap/help/6_Functions/right -share/TekNap/help/6_Functions/rightw -share/TekNap/help/6_Functions/rindex -share/TekNap/help/6_Functions/rmatch -share/TekNap/help/6_Functions/rmatchitem -share/TekNap/help/6_Functions/rpattern -share/TekNap/help/6_Functions/sar -share/TekNap/help/6_Functions/servernick -share/TekNap/help/6_Functions/setitem -share/TekNap/help/6_Functions/shift -share/TekNap/help/6_Functions/sort -share/TekNap/help/6_Functions/srand -share/TekNap/help/6_Functions/status -share/TekNap/help/6_Functions/strchr -share/TekNap/help/6_Functions/strcmp -share/TekNap/help/6_Functions/strftime -share/TekNap/help/6_Functions/strip -share/TekNap/help/6_Functions/strlen -share/TekNap/help/6_Functions/strrchr -share/TekNap/help/6_Functions/time -share/TekNap/help/6_Functions/tolower -share/TekNap/help/6_Functions/toupper -share/TekNap/help/6_Functions/tow -share/TekNap/help/6_Functions/tr -share/TekNap/help/6_Functions/twiddle -share/TekNap/help/6_Functions/uname -share/TekNap/help/6_Functions/unlink -share/TekNap/help/6_Functions/unshift -share/TekNap/help/6_Functions/utime -share/TekNap/help/6_Functions/winnum -share/TekNap/help/6_Functions/winsize -share/TekNap/help/6_Functions/word -share/TekNap/help/6_Functions/wordtoindex -share/TekNap/help/6_Functions/write -share/TekNap/help/6_Functions/xmms -share/TekNap/help/7_Docs/7_Docs -share/TekNap/help/7_Docs/Arrays -share/TekNap/help/7_Docs/Command_Line -share/TekNap/help/7_Docs/Environment -share/TekNap/help/7_Docs/Expressions -share/TekNap/help/7_Docs/Introduction -share/TekNap/help/7_Docs/Key_Bindings -share/TekNap/help/7_Docs/Patterns -share/TekNap/help/7_Docs/Programming -share/TekNap/help/7_Docs/Serial_Numbers -share/TekNap/help/7_Docs/Server_Numerics -share/TekNap/help/7_Docs/Signals -share/TekNap/help/7_Docs/Special_Vars -share/TekNap/help/7_Docs/Status_Line -share/TekNap/help/7_Docs/Text_Highlight -share/doc/TekNap/README -@dirrm share/doc/TekNap -@dirrm share/TekNap/help/7_Docs -@dirrm share/TekNap/help/6_Functions -@dirrm share/TekNap/help/5_Programming/on -@dirrm share/TekNap/help/5_Programming -@dirrm share/TekNap/help/4_Misc/window -@dirrm share/TekNap/help/4_Misc/set -@dirrm share/TekNap/help/4_Misc/bind -@dirrm share/TekNap/help/4_Misc -@dirrm share/TekNap/help/3_Admin -@dirrm share/TekNap/help/2_Napster -@dirrm share/TekNap/help/1_General -@dirrm share/TekNap/help -@dirrm share/TekNap diff --git a/net-p2p/valknut/Makefile b/net-p2p/valknut/Makefile deleted file mode 100644 index 2a9a39e746e9..000000000000 --- a/net-p2p/valknut/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: dclib -# Date created: Wed 10 Jul 2002 -# Whom: Sverrir Valgeirsson <e96sv@yahoo.se> and -# Amar Takhar <verm@drunkmonk.net> et al -# -# $FreeBSD$ -# - -PORTNAME= dcgui -PORTVERSION= 0.1.11 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://ftp.kde.com/Networking_Internet/File_Sharing/Direct_Connect_4_Linux/ \ - http://download.berlios.de/dcgui/ \ - ftp://ftp.kde.com/Networking_Internet/File_Sharing/Direct_Connect_4_Linux/ \ - http://dc.ketelhot.de/files/dcgui/unstable/source/ -MASTER_SITE_SUBDIR= dc-gui -DISTNAME= dcgui-0.1beta11 - -MAINTAINER= e96sv@yahoo.se - -LIB_DEPENDS= dc.0:${PORTSDIR}/net/dclib \ - xml2.5:${PORTSDIR}/textproc/libxml2 - -USE_X_PREFIX= yes -USE_QT_VER=3 -USE_BZIP2= yes -USE_GMAKE= yes -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-libdc=${LOCALBASE} \ - --with-xml-prefix=${LOCALBASE} \ - --program-prefix= - -post-patch: -# Fix libxml2 test -# And, do not add optimizations because it might break some ARCHs, e.g., -# alpha - @${REINPLACE_CMD} -e 's@xmlversion.h@libxml/xmlversion.h@; \ - s@-O2@@' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} - -.include <bsd.port.mk> diff --git a/net-p2p/valknut/distinfo b/net-p2p/valknut/distinfo deleted file mode 100644 index c062f4c25cc4..000000000000 --- a/net-p2p/valknut/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dcgui-0.1beta11.tar.bz2) = 0487c67a4a205fb1846df19d611b1aee diff --git a/net-p2p/valknut/pkg-comment b/net-p2p/valknut/pkg-comment deleted file mode 100644 index 368928dbc71e..000000000000 --- a/net-p2p/valknut/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Direct Connect client QT GUI diff --git a/net-p2p/valknut/pkg-descr b/net-p2p/valknut/pkg-descr deleted file mode 100644 index bc60949e63a7..000000000000 --- a/net-p2p/valknut/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is a QT frontend to the Direct Connect system. It supports -most if not all of the DC features. - -WWW: http://dc.ketelhot.de/ - -- sverrir -e96sv@yahoo.se diff --git a/net-p2p/valknut/pkg-plist b/net-p2p/valknut/pkg-plist deleted file mode 100644 index 76407897fa28..000000000000 --- a/net-p2p/valknut/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/dcgui diff --git a/net-p2p/xnap/Makefile b/net-p2p/xnap/Makefile deleted file mode 100644 index 193e7398cb51..000000000000 --- a/net-p2p/xnap/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: XNap -# Date created: Mon Nov 19 22:02:27 BRST 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= XNap -PORTVERSION= 2.4.b2 -CATEGORIES= audio java net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME:L} -DISTNAME= ${PORTNAME:L}-${PORTVERSION:S/.p/-pre/:S/.b/-beta/} - -MAINTAINER= lioux@FreeBSD.org - -USE_JAVA= 1.3+ -NO_BUILD= yes -NO_BUILD_DEPENDS_JAVA= yes -PLIST_SUB= JAR_DIR=${JAR_DIR} - -JAVAVM= ${LOCALBASE}/bin/javavm -JAR_DIR= share/java/jar/${PORTNAME} - -DOC_FILES= AUTHORS COPYING COPYING.LIB NEWS README \ - TODO - -post-patch: - @${SED} -e "s|%%JAR_DIR%%|${JAR_DIR}|;s|%%JAVAVM%%|${JAVAVM}|; \ - s|%%PREFIX%%|${PREFIX}|" \ - ${FILESDIR}/wrapper.sh > ${WRKDIR}/wrapper.sh - -do-install: - @${MKDIR} ${PREFIX}/${JAR_DIR} - @${INSTALL_DATA} ${WRKSRC}/xnap.jar ${PREFIX}/${JAR_DIR} - @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/${PORTNAME:L} -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for doc in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/net-p2p/xnap/distinfo b/net-p2p/xnap/distinfo deleted file mode 100644 index d4603541fc8a..000000000000 --- a/net-p2p/xnap/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (xnap-2.4-beta2.tar.gz) = 7a4929a9384b25c3222981bb536527d9 diff --git a/net-p2p/xnap/files/wrapper.sh b/net-p2p/xnap/files/wrapper.sh deleted file mode 100644 index c7f03e9fb6c8..000000000000 --- a/net-p2p/xnap/files/wrapper.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -PREFIX="%%PREFIX%%" -JAVAVM="%%JAVAVM%%" -JAR_DIR="%%JAR_DIR%%" -JAR_FILE=xnap.jar - -${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE} "${@}" diff --git a/net-p2p/xnap/pkg-comment b/net-p2p/xnap/pkg-comment deleted file mode 100644 index b80c671be45a..000000000000 --- a/net-p2p/xnap/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A pure java napster client; also, supports OpenNap & giFT (FastTrack) diff --git a/net-p2p/xnap/pkg-descr b/net-p2p/xnap/pkg-descr deleted file mode 100644 index c4baade29777..000000000000 --- a/net-p2p/xnap/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -XNap is a pure java napster client. The XNap project is about -enhancing JNapster to include other file sharing protocols. Currently -Napster is supported for use with OpenNap servers. FastTrack -(Morpheus, Kaaza) support is available through giFT. -Gnutella support will be coming soon. - -WWW: http://xnap.sourceforge.net/ diff --git a/net-p2p/xnap/pkg-plist b/net-p2p/xnap/pkg-plist deleted file mode 100644 index 8ab19056999e..000000000000 --- a/net-p2p/xnap/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/xnap -%%PORTDOCS%%share/doc/XNap/AUTHORS -%%PORTDOCS%%share/doc/XNap/COPYING -%%PORTDOCS%%share/doc/XNap/COPYING.LIB -%%PORTDOCS%%share/doc/XNap/NEWS -%%PORTDOCS%%share/doc/XNap/README -%%PORTDOCS%%share/doc/XNap/TODO -%%JAR_DIR%%/xnap.jar -@dirrm %%JAR_DIR%% -%%PORTDOCS%%@dirrm share/doc/XNap -@unexec rmdir %D/share/java/jar 2>/dev/null || true |