diff options
Diffstat (limited to 'net-p2p')
80 files changed, 0 insertions, 3611 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile deleted file mode 100644 index 248129472ff2..000000000000 --- a/net-p2p/amule-devel/Makefile +++ /dev/null @@ -1,146 +0,0 @@ -# New ports collection makefile for: amule2 -# Date created: Wed Nov 05 09:30:00 UTC 2003 -# Whom: Ganael LAPLANCHE <ganael.laplanche@martymac.com> -# -# $FreeBSD$ -# - -PORTNAME= aMule -PORTVERSION= 2.1.0 -CATEGORIES= net-p2p -MASTER_SITES= http://download.berlios.de/amule/ - -MAINTAINER= ganael.laplanche@martymac.com -COMMENT= The all-platform eMule p2p client - -LIB_DEPENDS= wx_gtk2u_core-2.6:${PORTSDIR}/x11-toolkits/wxgtk26-unicode \ - curl.3:${PORTSDIR}/ftp/curl -# gd.4:${PORTSDIR}/graphics/gd -# png.5:${PORTSDIR}/graphics/png - -LATEST_LINK= aMule2 -CONFLICTS= aMule-1.* aMule-devel-[0-9]* - -USE_X_PREFIX= yes -USE_GNOME= gnomehier gnomehack gnomeprefix -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --disable-debug \ - --without-included-gettext \ - --with-libintl-prefix=${LOCALBASE} \ - --with-libiconv-prefix=${LOCALBASE} \ - --with-wx-config=${WX_CONFIG} \ - --with-curl-config=${CURL_CONFIG} \ - --enable-embedded_crypto \ - --enable-monolithic -# --with-gdlib-prefix=${LOCALBASE} \ -# --with-libpng-prefix=${LOCALBASE} - -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -OPTIONS= OPTIMIZE "Build with optimization" on \ - ED2K "Compile aMule ed2k links handler" on \ - AMULECMD "Compile aMule command line client" on \ - AMULEWEBSRV "Compile aMule WebServer" on \ - CAS "Compile C aMule Statistics (+GUI)" on \ - ALC "Compile aMule Link Creator (+GUI)" on \ - AMULEDAEMON "Compile aMule daemon version - EXPERIMENTAL" off - -WX_CONFIG?= ${X11BASE}/bin/wxgtk2u-2.6-config -CURL_CONFIG?= ${LOCALBASE}/bin/curl-config - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= "Won't compile on FreeBSD 4.x - See net-p2p/amule1 for 4.x compatibility." -.endif - -# Configure options -.if defined(WITH_OPTIMIZE) -CONFIGURE_ARGS+= --enable-optimize -.else -CONFIGURE_ARGS+= --disable-optimize -.endif - -.if defined(WITH_ED2K) -CONFIGURE_ARGS+= --enable-ed2k -PLIST_SUB+= PL_ED2K="" -.else -CONFIGURE_ARGS+= --disable-ed2k -PLIST_SUB+= PL_ED2K="@comment " -.endif - -.if defined(WITH_AMULECMD) -CONFIGURE_ARGS+= --enable-amulecmd -PLIST_SUB+= PL_AMULECMD="" -.else -CONFIGURE_ARGS+= --disable-amulecmd -PLIST_SUB+= PL_AMULECMD="@comment " -.endif - -.if defined(WITH_AMULEWEBSRV) -CONFIGURE_ARGS+= --enable-webserver -PLIST_SUB+= PL_AMULEWEBSRV="" -.else -CONFIGURE_ARGS+= --disable-webserver -PLIST_SUB+= PL_AMULEWEBSRV="@comment " -.endif - -.if defined(WITH_CAS) -CONFIGURE_ARGS+= --enable-cas --enable-wxcas -PLIST_SUB+= PL_CAS="" -.else -CONFIGURE_ARGS+= --disable-cas --disable-wxcas -PLIST_SUB+= PL_CAS="@comment " -.endif - -.if defined(WITH_ALC) -CONFIGURE_ARGS+= --enable-alc --enable-alcc -PLIST_SUB+= PL_ALC="" -.else -CONFIGURE_ARGS+= --disable-alc --disable-alcc -PLIST_SUB+= PL_ALC="@comment " -.endif - -.if defined(WITH_AMULEDAEMON) -CONFIGURE_ARGS+= --enable-amule-daemon --enable-amule-gui -PLIST_SUB+= PL_AMULEDAEMON="" -USE_RC_SUBR= yes -RCSCRIPT= ${PREFIX}/etc/rc.d/amuled.sh -.else -CONFIGURE_ARGS+= --disable-amule-daemon --disable-amule-gui -PLIST_SUB+= PL_AMULEDAEMON="@comment " -.endif - -# Man pages management -.include "Makefile.man" - -# Copy startup script if needed (amuledaemon compiled) -post-install: -.if defined(WITH_AMULEDAEMON) - ${ECHO} "Installing ${RCSCRIPT} startup file." - ${INSTALL_SCRIPT} ${FILESDIR}/amuled.sh ${RCSCRIPT} -.endif - -# fr manpages are still incomplete and can't be managed -# by MANLANG. Will be done when pages are complete. -.if defined(WITH_AMULECMD) - ${GZIP_CMD} ${PREFIX}/man/fr/man1/amulecmd.1 -.endif -.if defined(WITH_AMULEWEBSRV) - ${GZIP_CMD} ${PREFIX}/man/fr/man1/amuleweb.1 -.endif - ${GZIP_CMD} ${PREFIX}/man/fr/man1/amule.1 -.if defined(WITH_AMULEDAEMON) - ${GZIP_CMD} ${PREFIX}/man/fr/man1/amuled.1 -.endif -.if defined(WITH_ED2K) - ${GZIP_CMD} ${PREFIX}/man/fr/man1/ed2k.1 -.endif -.if defined(WITH_ALC) - ${GZIP_CMD} ${PREFIX}/man/fr/man1/alcc.1 -.endif - -.include <bsd.port.post.mk> diff --git a/net-p2p/amule-devel/Makefile.man b/net-p2p/amule-devel/Makefile.man deleted file mode 100644 index 586cf50ea099..000000000000 --- a/net-p2p/amule-devel/Makefile.man +++ /dev/null @@ -1,25 +0,0 @@ -# TODO : Add fr here when pages are complete -MANLANG= "" de es hu -MANCOMPRESSED= no -.if defined(WITH_CAS) -MAN1+= cas.1 -MAN1+= wxcas.1 -.endif -.if defined(WITH_ALC) -MAN1+= alc.1 -MAN1+= alcc.1 -.endif -.if defined(WITH_AMULEWEBSRV) -MAN1+= amuleweb.1 -.endif -.if defined(WITH_AMULECMD) -MAN1+= amulecmd.1 -.endif -.if defined(WITH_ED2K) -MAN1+= ed2k.1 -.endif -.if defined(WITH_AMULEDAEMON) -MAN1+= amuled.1 -.endif -MAN1+= amule.1 -MAN1+= xas.1 diff --git a/net-p2p/amule-devel/distinfo b/net-p2p/amule-devel/distinfo deleted file mode 100644 index 71707e5c7a2e..000000000000 --- a/net-p2p/amule-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (aMule-2.1.0.tar.gz) = f2582a1d51766927386592d07dee85be -SHA256 (aMule-2.1.0.tar.gz) = 5be6001e381f8157ef50122a7b3c8d3e6fac3e37dfb8d14ed1d6444b99175a3a -SIZE (aMule-2.1.0.tar.gz) = 4092686 diff --git a/net-p2p/amule-devel/files/amuled.sh b/net-p2p/amule-devel/files/amuled.sh deleted file mode 100644 index 8e4d5d366974..000000000000 --- a/net-p2p/amule-devel/files/amuled.sh +++ /dev/null @@ -1,70 +0,0 @@ -#!/bin/sh -# -# aMule RCng startup script -# Ogirinal work from Gabriele Cecchetti (amule.org forum) -# Modified by Ganaël LAPLANCHE (ganael.laplanche@martymac.com) -# - -# PROVIDE: amuled -# REQUIRE: NETWORKING SERVERS -# BEFORE: DAEMON -# KEYWORD: shutdown - -# -# Add the following lines to /etc/rc.conf to enable amuled at startup -# amuled (bool): Set to "NO" by default. -# Set it to "YES" to enable amuled -# amuled_user (str): Set to user running amuled -# (default 'aMule') -# amuled_home (str): Set to home directory of user running amuled -# (default /home/${amuled_user}) -# -. /etc/rc.subr - -name="amuled" -rcvar=`set_rcvar` - -load_rc_config $name - -[ -z "$amuled_enable" ] && amuled_enable="NO" -[ -z "$amuled_user" ] && amuled_user="aMule" -[ -z "$amuled_home" ] && amuled_home="/home/${amuled_user}" - -required_dirs=${amuled_home} -required_files="${amuled_home}/.aMule/amule.conf" - -start_cmd="${name}_start" -stop_cmd="${name}_stop" - -amuled_start() -{ - if [ ! -f /var/run/${name}.run ] - then - su -l ${amuled_user} -c "amuled &" 2>>/var/log/${name}.log >>/var/log/${name}.log && touch /var/run/${name}.run - echo "Started ${name}." - echo `date` : "Started ${name}." >> /var/log/${name}.log - else - echo "${name} seems to be already running -- remove /var/run/${name}.run manually if needed." - fi -} - -amuled_stop() -{ - if [ -f /var/run/${name}.run ] - then - # The following line is much better, but doesn't stop totally amuled - # su -l ${amuled_user} -c "amulecmd -c Shutdown" 2>>/var/log/${name}.log >>/var/log/${name}.log - # Since amuled catches SIGTERM, this way is preferred for now - killall -TERM amuled 2>>/var/log/${name}.log >>/var/log/${name}.log ; sleep 3 - killall -KILL amuled 2>>/var/log/${name}.log >>/var/log/${name}.log - # Also kill amuleweb if needed - killall -KILL amuleweb 2>/dev/null >/dev/null - rm -f /var/run/${name}.run - echo "Stopped ${name}." - echo `date` : "Stopped ${name}." >> /var/log/${name}.log - else - echo "${name} doesn't seem to be running -- create /var/run/${name}.run if needed." - fi -} - -run_rc_command "$1" diff --git a/net-p2p/amule-devel/files/patch-amuleDlg.cpp b/net-p2p/amule-devel/files/patch-amuleDlg.cpp deleted file mode 100644 index 5ef977954dc5..000000000000 --- a/net-p2p/amule-devel/files/patch-amuleDlg.cpp +++ /dev/null @@ -1,24 +0,0 @@ ---- src/amuleDlg.cpp.orig Sun Jan 1 06:17:25 2006 -+++ src/amuleDlg.cpp Tue Jan 3 19:12:04 2006 -@@ -413,9 +413,9 @@ - { - wxString msg = wxT(" "); - #ifdef CLIENT_GUI -- msg << _("aMule remote control ") << wxT(VERSION); -+ msg << _("aMule remote control ") << wxT(VERSION) << wxT(" for FreeBSD"); - #else -- msg << wxT("aMule ") << wxT(VERSION); -+ msg << wxT("aMule ") << wxT(VERSION) << wxT(" for FreeBSD"); - #endif - msg << wxT(" "); - #ifdef CVSDATE -@@ -425,7 +425,8 @@ - " 'All-Platform' p2p client based on eMule \n\n" - " Website: http://www.amule.org \n" - " Forum: http://forum.amule.org \n" -- " FAQ: http://wiki.amule.org \n\n" -+ " FAQ: http://wiki.amule.org \n" -+ " FreeBSD port: http://contribs.martymac.com \n\n" - " Contact: admin@amule.org (administrative issues) \n" - " Copyright (C) 2003-2006 aMule Team \n\n" - " Part of aMule is based on \n" diff --git a/net-p2p/amule-devel/pkg-descr b/net-p2p/amule-devel/pkg-descr deleted file mode 100644 index afd986a280da..000000000000 --- a/net-p2p/amule-devel/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -aMule, the all-platform eMule p2p client - -aMule is a multiplatform fork of xMule -client using wxWindows class library. - -WWW: http://www.amule.org diff --git a/net-p2p/amule-devel/pkg-plist b/net-p2p/amule-devel/pkg-plist deleted file mode 100644 index 6059a3f4976c..000000000000 --- a/net-p2p/amule-devel/pkg-plist +++ /dev/null @@ -1,245 +0,0 @@ -%%PL_AMULEDAEMON%%@unexec %D/etc/rc.d/amuled.sh stop > /dev/null 2>&1 || true -%%PL_AMULEDAEMON%%etc/rc.d/amuled.sh -%%PL_ALC%%man/fr/man1/alcc.1.gz -%%PL_AMULEWEBSRV%%man/fr/man1/amuleweb.1.gz -%%PL_AMULECMD%%man/fr/man1/amulecmd.1.gz -%%PL_ED2K%%man/fr/man1/ed2k.1.gz -%%PL_AMULEDAEMON%%man/fr/man1/amuled.1.gz -man/fr/man1/amule.1.gz -share/locale/en_GB/LC_MESSAGES/amule.mo -share/locale/en_US/LC_MESSAGES/amule.mo -share/locale/es/LC_MESSAGES/amule.mo -share/locale/de/LC_MESSAGES/amule.mo -share/locale/fr/LC_MESSAGES/amule.mo -share/locale/it/LC_MESSAGES/amule.mo -share/locale/ko_KR/LC_MESSAGES/amule.mo -share/locale/pl/LC_MESSAGES/amule.mo -share/locale/et_EE/LC_MESSAGES/amule.mo -share/locale/ru/LC_MESSAGES/amule.mo -share/locale/bg/LC_MESSAGES/amule.mo -share/locale/es_MX/LC_MESSAGES/amule.mo -share/locale/pt_BR/LC_MESSAGES/amule.mo -share/locale/gl/LC_MESSAGES/amule.mo -share/locale/eu/LC_MESSAGES/amule.mo -share/locale/nl/LC_MESSAGES/amule.mo -share/locale/ar/LC_MESSAGES/amule.mo -share/locale/fi/LC_MESSAGES/amule.mo -share/locale/zh_CN/LC_MESSAGES/amule.mo -share/locale/zh_TW/LC_MESSAGES/amule.mo -share/locale/da/LC_MESSAGES/amule.mo -share/locale/hu/LC_MESSAGES/amule.mo -share/locale/ca/LC_MESSAGES/amule.mo -share/locale/it_CH/LC_MESSAGES/amule.mo -share/locale/pt_PT/LC_MESSAGES/amule.mo -share/locale/hr/LC_MESSAGES/amule.mo -share/locale/sl/LC_MESSAGES/amule.mo -@dirrmtry share/locale/en_US/LC_MESSAGES -@dirrmtry share/locale/en_US -@dirrmtry share/locale/et_EE/LC_MESSAGES -@dirrmtry share/locale/et_EE -@dirrmtry share/locale/it_CH/LC_MESSAGES -@dirrmtry share/locale/it_CH -@dirrmtry share/locale/ko_KR/LC_MESSAGES -@dirrmtry share/locale/ko_KR -share/gnome/doc/aMule-2.1.0/ABOUT-NLS -share/gnome/doc/aMule-2.1.0/amulesig.txt -share/gnome/doc/aMule-2.1.0/amule-win32.HOWTO.txt -share/gnome/doc/aMule-2.1.0/Changelog -share/gnome/doc/aMule-2.1.0/Doxyfile -share/gnome/doc/aMule-2.1.0/ED2K-Links.HOWTO -share/gnome/doc/aMule-2.1.0/INSTALL -share/gnome/doc/aMule-2.1.0/license.txt -share/gnome/doc/aMule-2.1.0/README -share/gnome/doc/aMule-2.1.0/TODO -share/gnome/doc/aMule-2.1.0/EC_Protocol.txt -share/gnome/doc/aMule-2.1.0/socks4.protocol -@dirrmtry share/gnome/doc/aMule-2.1.0 -@dirrmtry share/gnome/doc -%%PL_CAS%%share/gnome/cas/tmp.html -%%PL_CAS%%share/gnome/cas/stat.png -%%PL_CAS%%@dirrmtry share/gnome/cas -%%PL_CAS%%share/gnome/pixmaps/wxcas.xpm -%%PL_ALC%%share/gnome/pixmaps/alc.xpm -share/gnome/pixmaps/amule.xpm -@dirrmtry share/gnome/pixmaps -%%PL_CAS%%share/gnome/applications/wxcas.desktop -%%PL_ALC%%share/gnome/applications/alc.desktop -share/gnome/applications/amule.desktop -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/aMule.tmpl -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/add_server.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/arrow_down.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/arrow_right.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/arrow_up.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/back.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/black.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/blue1.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/blue2.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/blue3.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/blue4.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/blue5.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/blue6.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/cp_download.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/cp_kad.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/cp_search.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/cp_servers.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/cp_settings.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/cp_shared.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/cp_stats.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/emule.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/green.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/greenpercent.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/l_cancel.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/l_connect.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/l_down.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/l_ed2klink.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/l_info.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/l_pause.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/l_resume.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/l_up.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/log.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/logo.jpg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/red.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/transparent.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/yellow.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/phpamule.png -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/tree-leaf.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/tree-open.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/tree-closed.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/favicon.ico -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/downloads.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/preferences.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/search.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/servers.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/shared.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/stat_graphs.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/stat_tree.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/login.html -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/index.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/amuleweb-main-dload.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/amuleweb-main-search.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/amuleweb-main-servers.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/amuleweb-main-shared.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/amuleweb-main-stats.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/amuleweb-main-prefs.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/amuleweb-main-kad.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/stats.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/stats_tree.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/top.html -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/footer.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/login.html -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/tree-open.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/tree-closed.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/tree-leaf.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-reload.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-search.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-search-pressed.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-servers.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-servers-pressed.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-settings.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-settings-pressed.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-shared.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-shared-pressed.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-download.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-download-pressed.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-kad.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-kad-pressed.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-stats.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-stats-pressed.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-connect.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-logout.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-logout-pressed.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-filter.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/connect.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/cancel.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/arrow-r.png -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/up.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/down.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/pause.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/resume.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/apply.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/delete.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/phpamule.png -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/favicon.ico -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/index.html -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/aMule.tmpl -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/add_server.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/arrow_down.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/arrow_down_logout.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/arrow_right.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/arrow_up.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/back.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/black.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/blank1x1.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/blue1.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/blue2.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/blue3.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/blue4.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/blue5.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/blue6.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/cp_download.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/cp_kad.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/cp_search.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/cp_servers.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/cp_settings.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/cp_shared.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/log.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/cp_stats.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/emule.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/green.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/greenpercent.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/l_cancel.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/l_connect.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/l_down.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/l_ed2klink.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/l_info.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/l_pause.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/l_resume.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/l_up.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/login_bottom.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/login_downmain.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/login_lefttop.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/login_righttop.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/login_top.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/login_topdown.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/login_topseperator.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/logo.jpg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/main_bg.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/main_top_bg.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/main_topbar.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/main_topbardarker.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/main_topbarseperator.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/red.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/transparent.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/yellow.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/phpamule.png -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/tree-leaf.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/tree-open.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/tree-closed.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/favicon.ico -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/downloads.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/preferences.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/search.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/servers.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/shared.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/stat_graphs.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/stat_tree.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/login.html -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/index.php -%%PL_AMULEWEBSRV%%@dirrmtry share/gnome/amule/webserver/default -%%PL_AMULEWEBSRV%%@dirrmtry share/gnome/amule/webserver/php-default -%%PL_AMULEWEBSRV%%@dirrmtry share/gnome/amule/webserver/chicane -%%PL_AMULEWEBSRV%%@dirrmtry share/gnome/amule/webserver -%%PL_AMULEWEBSRV%%@dirrmtry share/gnome/amule -lib/xchat/plugins/xas.pl -@dirrmtry lib/xchat/plugins -@dirrmtry lib/xchat -%%PL_CAS%%bin/cas -%%PL_CAS%%bin/wxcas -%%PL_ALC%%bin/alc -%%PL_ALC%%bin/alcc -%%PL_AMULEWEBSRV%%bin/amuleweb -%%PL_AMULECMD%%bin/amulecmd -%%PL_ED2K%%bin/ed2k -%%PL_AMULEDAEMON%%bin/amulegui -%%PL_AMULEDAEMON%%bin/amuled -bin/amule diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile deleted file mode 100644 index 248129472ff2..000000000000 --- a/net-p2p/amule/Makefile +++ /dev/null @@ -1,146 +0,0 @@ -# New ports collection makefile for: amule2 -# Date created: Wed Nov 05 09:30:00 UTC 2003 -# Whom: Ganael LAPLANCHE <ganael.laplanche@martymac.com> -# -# $FreeBSD$ -# - -PORTNAME= aMule -PORTVERSION= 2.1.0 -CATEGORIES= net-p2p -MASTER_SITES= http://download.berlios.de/amule/ - -MAINTAINER= ganael.laplanche@martymac.com -COMMENT= The all-platform eMule p2p client - -LIB_DEPENDS= wx_gtk2u_core-2.6:${PORTSDIR}/x11-toolkits/wxgtk26-unicode \ - curl.3:${PORTSDIR}/ftp/curl -# gd.4:${PORTSDIR}/graphics/gd -# png.5:${PORTSDIR}/graphics/png - -LATEST_LINK= aMule2 -CONFLICTS= aMule-1.* aMule-devel-[0-9]* - -USE_X_PREFIX= yes -USE_GNOME= gnomehier gnomehack gnomeprefix -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --disable-debug \ - --without-included-gettext \ - --with-libintl-prefix=${LOCALBASE} \ - --with-libiconv-prefix=${LOCALBASE} \ - --with-wx-config=${WX_CONFIG} \ - --with-curl-config=${CURL_CONFIG} \ - --enable-embedded_crypto \ - --enable-monolithic -# --with-gdlib-prefix=${LOCALBASE} \ -# --with-libpng-prefix=${LOCALBASE} - -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -OPTIONS= OPTIMIZE "Build with optimization" on \ - ED2K "Compile aMule ed2k links handler" on \ - AMULECMD "Compile aMule command line client" on \ - AMULEWEBSRV "Compile aMule WebServer" on \ - CAS "Compile C aMule Statistics (+GUI)" on \ - ALC "Compile aMule Link Creator (+GUI)" on \ - AMULEDAEMON "Compile aMule daemon version - EXPERIMENTAL" off - -WX_CONFIG?= ${X11BASE}/bin/wxgtk2u-2.6-config -CURL_CONFIG?= ${LOCALBASE}/bin/curl-config - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= "Won't compile on FreeBSD 4.x - See net-p2p/amule1 for 4.x compatibility." -.endif - -# Configure options -.if defined(WITH_OPTIMIZE) -CONFIGURE_ARGS+= --enable-optimize -.else -CONFIGURE_ARGS+= --disable-optimize -.endif - -.if defined(WITH_ED2K) -CONFIGURE_ARGS+= --enable-ed2k -PLIST_SUB+= PL_ED2K="" -.else -CONFIGURE_ARGS+= --disable-ed2k -PLIST_SUB+= PL_ED2K="@comment " -.endif - -.if defined(WITH_AMULECMD) -CONFIGURE_ARGS+= --enable-amulecmd -PLIST_SUB+= PL_AMULECMD="" -.else -CONFIGURE_ARGS+= --disable-amulecmd -PLIST_SUB+= PL_AMULECMD="@comment " -.endif - -.if defined(WITH_AMULEWEBSRV) -CONFIGURE_ARGS+= --enable-webserver -PLIST_SUB+= PL_AMULEWEBSRV="" -.else -CONFIGURE_ARGS+= --disable-webserver -PLIST_SUB+= PL_AMULEWEBSRV="@comment " -.endif - -.if defined(WITH_CAS) -CONFIGURE_ARGS+= --enable-cas --enable-wxcas -PLIST_SUB+= PL_CAS="" -.else -CONFIGURE_ARGS+= --disable-cas --disable-wxcas -PLIST_SUB+= PL_CAS="@comment " -.endif - -.if defined(WITH_ALC) -CONFIGURE_ARGS+= --enable-alc --enable-alcc -PLIST_SUB+= PL_ALC="" -.else -CONFIGURE_ARGS+= --disable-alc --disable-alcc -PLIST_SUB+= PL_ALC="@comment " -.endif - -.if defined(WITH_AMULEDAEMON) -CONFIGURE_ARGS+= --enable-amule-daemon --enable-amule-gui -PLIST_SUB+= PL_AMULEDAEMON="" -USE_RC_SUBR= yes -RCSCRIPT= ${PREFIX}/etc/rc.d/amuled.sh -.else -CONFIGURE_ARGS+= --disable-amule-daemon --disable-amule-gui -PLIST_SUB+= PL_AMULEDAEMON="@comment " -.endif - -# Man pages management -.include "Makefile.man" - -# Copy startup script if needed (amuledaemon compiled) -post-install: -.if defined(WITH_AMULEDAEMON) - ${ECHO} "Installing ${RCSCRIPT} startup file." - ${INSTALL_SCRIPT} ${FILESDIR}/amuled.sh ${RCSCRIPT} -.endif - -# fr manpages are still incomplete and can't be managed -# by MANLANG. Will be done when pages are complete. -.if defined(WITH_AMULECMD) - ${GZIP_CMD} ${PREFIX}/man/fr/man1/amulecmd.1 -.endif -.if defined(WITH_AMULEWEBSRV) - ${GZIP_CMD} ${PREFIX}/man/fr/man1/amuleweb.1 -.endif - ${GZIP_CMD} ${PREFIX}/man/fr/man1/amule.1 -.if defined(WITH_AMULEDAEMON) - ${GZIP_CMD} ${PREFIX}/man/fr/man1/amuled.1 -.endif -.if defined(WITH_ED2K) - ${GZIP_CMD} ${PREFIX}/man/fr/man1/ed2k.1 -.endif -.if defined(WITH_ALC) - ${GZIP_CMD} ${PREFIX}/man/fr/man1/alcc.1 -.endif - -.include <bsd.port.post.mk> diff --git a/net-p2p/amule/Makefile.man b/net-p2p/amule/Makefile.man deleted file mode 100644 index 586cf50ea099..000000000000 --- a/net-p2p/amule/Makefile.man +++ /dev/null @@ -1,25 +0,0 @@ -# TODO : Add fr here when pages are complete -MANLANG= "" de es hu -MANCOMPRESSED= no -.if defined(WITH_CAS) -MAN1+= cas.1 -MAN1+= wxcas.1 -.endif -.if defined(WITH_ALC) -MAN1+= alc.1 -MAN1+= alcc.1 -.endif -.if defined(WITH_AMULEWEBSRV) -MAN1+= amuleweb.1 -.endif -.if defined(WITH_AMULECMD) -MAN1+= amulecmd.1 -.endif -.if defined(WITH_ED2K) -MAN1+= ed2k.1 -.endif -.if defined(WITH_AMULEDAEMON) -MAN1+= amuled.1 -.endif -MAN1+= amule.1 -MAN1+= xas.1 diff --git a/net-p2p/amule/distinfo b/net-p2p/amule/distinfo deleted file mode 100644 index 71707e5c7a2e..000000000000 --- a/net-p2p/amule/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (aMule-2.1.0.tar.gz) = f2582a1d51766927386592d07dee85be -SHA256 (aMule-2.1.0.tar.gz) = 5be6001e381f8157ef50122a7b3c8d3e6fac3e37dfb8d14ed1d6444b99175a3a -SIZE (aMule-2.1.0.tar.gz) = 4092686 diff --git a/net-p2p/amule/files/amuled.sh b/net-p2p/amule/files/amuled.sh deleted file mode 100644 index 8e4d5d366974..000000000000 --- a/net-p2p/amule/files/amuled.sh +++ /dev/null @@ -1,70 +0,0 @@ -#!/bin/sh -# -# aMule RCng startup script -# Ogirinal work from Gabriele Cecchetti (amule.org forum) -# Modified by Ganaël LAPLANCHE (ganael.laplanche@martymac.com) -# - -# PROVIDE: amuled -# REQUIRE: NETWORKING SERVERS -# BEFORE: DAEMON -# KEYWORD: shutdown - -# -# Add the following lines to /etc/rc.conf to enable amuled at startup -# amuled (bool): Set to "NO" by default. -# Set it to "YES" to enable amuled -# amuled_user (str): Set to user running amuled -# (default 'aMule') -# amuled_home (str): Set to home directory of user running amuled -# (default /home/${amuled_user}) -# -. /etc/rc.subr - -name="amuled" -rcvar=`set_rcvar` - -load_rc_config $name - -[ -z "$amuled_enable" ] && amuled_enable="NO" -[ -z "$amuled_user" ] && amuled_user="aMule" -[ -z "$amuled_home" ] && amuled_home="/home/${amuled_user}" - -required_dirs=${amuled_home} -required_files="${amuled_home}/.aMule/amule.conf" - -start_cmd="${name}_start" -stop_cmd="${name}_stop" - -amuled_start() -{ - if [ ! -f /var/run/${name}.run ] - then - su -l ${amuled_user} -c "amuled &" 2>>/var/log/${name}.log >>/var/log/${name}.log && touch /var/run/${name}.run - echo "Started ${name}." - echo `date` : "Started ${name}." >> /var/log/${name}.log - else - echo "${name} seems to be already running -- remove /var/run/${name}.run manually if needed." - fi -} - -amuled_stop() -{ - if [ -f /var/run/${name}.run ] - then - # The following line is much better, but doesn't stop totally amuled - # su -l ${amuled_user} -c "amulecmd -c Shutdown" 2>>/var/log/${name}.log >>/var/log/${name}.log - # Since amuled catches SIGTERM, this way is preferred for now - killall -TERM amuled 2>>/var/log/${name}.log >>/var/log/${name}.log ; sleep 3 - killall -KILL amuled 2>>/var/log/${name}.log >>/var/log/${name}.log - # Also kill amuleweb if needed - killall -KILL amuleweb 2>/dev/null >/dev/null - rm -f /var/run/${name}.run - echo "Stopped ${name}." - echo `date` : "Stopped ${name}." >> /var/log/${name}.log - else - echo "${name} doesn't seem to be running -- create /var/run/${name}.run if needed." - fi -} - -run_rc_command "$1" diff --git a/net-p2p/amule/files/patch-amuleDlg.cpp b/net-p2p/amule/files/patch-amuleDlg.cpp deleted file mode 100644 index 5ef977954dc5..000000000000 --- a/net-p2p/amule/files/patch-amuleDlg.cpp +++ /dev/null @@ -1,24 +0,0 @@ ---- src/amuleDlg.cpp.orig Sun Jan 1 06:17:25 2006 -+++ src/amuleDlg.cpp Tue Jan 3 19:12:04 2006 -@@ -413,9 +413,9 @@ - { - wxString msg = wxT(" "); - #ifdef CLIENT_GUI -- msg << _("aMule remote control ") << wxT(VERSION); -+ msg << _("aMule remote control ") << wxT(VERSION) << wxT(" for FreeBSD"); - #else -- msg << wxT("aMule ") << wxT(VERSION); -+ msg << wxT("aMule ") << wxT(VERSION) << wxT(" for FreeBSD"); - #endif - msg << wxT(" "); - #ifdef CVSDATE -@@ -425,7 +425,8 @@ - " 'All-Platform' p2p client based on eMule \n\n" - " Website: http://www.amule.org \n" - " Forum: http://forum.amule.org \n" -- " FAQ: http://wiki.amule.org \n\n" -+ " FAQ: http://wiki.amule.org \n" -+ " FreeBSD port: http://contribs.martymac.com \n\n" - " Contact: admin@amule.org (administrative issues) \n" - " Copyright (C) 2003-2006 aMule Team \n\n" - " Part of aMule is based on \n" diff --git a/net-p2p/amule/pkg-descr b/net-p2p/amule/pkg-descr deleted file mode 100644 index afd986a280da..000000000000 --- a/net-p2p/amule/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -aMule, the all-platform eMule p2p client - -aMule is a multiplatform fork of xMule -client using wxWindows class library. - -WWW: http://www.amule.org diff --git a/net-p2p/amule/pkg-plist b/net-p2p/amule/pkg-plist deleted file mode 100644 index 6059a3f4976c..000000000000 --- a/net-p2p/amule/pkg-plist +++ /dev/null @@ -1,245 +0,0 @@ -%%PL_AMULEDAEMON%%@unexec %D/etc/rc.d/amuled.sh stop > /dev/null 2>&1 || true -%%PL_AMULEDAEMON%%etc/rc.d/amuled.sh -%%PL_ALC%%man/fr/man1/alcc.1.gz -%%PL_AMULEWEBSRV%%man/fr/man1/amuleweb.1.gz -%%PL_AMULECMD%%man/fr/man1/amulecmd.1.gz -%%PL_ED2K%%man/fr/man1/ed2k.1.gz -%%PL_AMULEDAEMON%%man/fr/man1/amuled.1.gz -man/fr/man1/amule.1.gz -share/locale/en_GB/LC_MESSAGES/amule.mo -share/locale/en_US/LC_MESSAGES/amule.mo -share/locale/es/LC_MESSAGES/amule.mo -share/locale/de/LC_MESSAGES/amule.mo -share/locale/fr/LC_MESSAGES/amule.mo -share/locale/it/LC_MESSAGES/amule.mo -share/locale/ko_KR/LC_MESSAGES/amule.mo -share/locale/pl/LC_MESSAGES/amule.mo -share/locale/et_EE/LC_MESSAGES/amule.mo -share/locale/ru/LC_MESSAGES/amule.mo -share/locale/bg/LC_MESSAGES/amule.mo -share/locale/es_MX/LC_MESSAGES/amule.mo -share/locale/pt_BR/LC_MESSAGES/amule.mo -share/locale/gl/LC_MESSAGES/amule.mo -share/locale/eu/LC_MESSAGES/amule.mo -share/locale/nl/LC_MESSAGES/amule.mo -share/locale/ar/LC_MESSAGES/amule.mo -share/locale/fi/LC_MESSAGES/amule.mo -share/locale/zh_CN/LC_MESSAGES/amule.mo -share/locale/zh_TW/LC_MESSAGES/amule.mo -share/locale/da/LC_MESSAGES/amule.mo -share/locale/hu/LC_MESSAGES/amule.mo -share/locale/ca/LC_MESSAGES/amule.mo -share/locale/it_CH/LC_MESSAGES/amule.mo -share/locale/pt_PT/LC_MESSAGES/amule.mo -share/locale/hr/LC_MESSAGES/amule.mo -share/locale/sl/LC_MESSAGES/amule.mo -@dirrmtry share/locale/en_US/LC_MESSAGES -@dirrmtry share/locale/en_US -@dirrmtry share/locale/et_EE/LC_MESSAGES -@dirrmtry share/locale/et_EE -@dirrmtry share/locale/it_CH/LC_MESSAGES -@dirrmtry share/locale/it_CH -@dirrmtry share/locale/ko_KR/LC_MESSAGES -@dirrmtry share/locale/ko_KR -share/gnome/doc/aMule-2.1.0/ABOUT-NLS -share/gnome/doc/aMule-2.1.0/amulesig.txt -share/gnome/doc/aMule-2.1.0/amule-win32.HOWTO.txt -share/gnome/doc/aMule-2.1.0/Changelog -share/gnome/doc/aMule-2.1.0/Doxyfile -share/gnome/doc/aMule-2.1.0/ED2K-Links.HOWTO -share/gnome/doc/aMule-2.1.0/INSTALL -share/gnome/doc/aMule-2.1.0/license.txt -share/gnome/doc/aMule-2.1.0/README -share/gnome/doc/aMule-2.1.0/TODO -share/gnome/doc/aMule-2.1.0/EC_Protocol.txt -share/gnome/doc/aMule-2.1.0/socks4.protocol -@dirrmtry share/gnome/doc/aMule-2.1.0 -@dirrmtry share/gnome/doc -%%PL_CAS%%share/gnome/cas/tmp.html -%%PL_CAS%%share/gnome/cas/stat.png -%%PL_CAS%%@dirrmtry share/gnome/cas -%%PL_CAS%%share/gnome/pixmaps/wxcas.xpm -%%PL_ALC%%share/gnome/pixmaps/alc.xpm -share/gnome/pixmaps/amule.xpm -@dirrmtry share/gnome/pixmaps -%%PL_CAS%%share/gnome/applications/wxcas.desktop -%%PL_ALC%%share/gnome/applications/alc.desktop -share/gnome/applications/amule.desktop -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/aMule.tmpl -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/add_server.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/arrow_down.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/arrow_right.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/arrow_up.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/back.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/black.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/blue1.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/blue2.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/blue3.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/blue4.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/blue5.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/blue6.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/cp_download.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/cp_kad.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/cp_search.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/cp_servers.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/cp_settings.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/cp_shared.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/cp_stats.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/emule.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/green.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/greenpercent.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/l_cancel.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/l_connect.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/l_down.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/l_ed2klink.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/l_info.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/l_pause.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/l_resume.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/l_up.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/log.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/logo.jpg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/red.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/transparent.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/yellow.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/phpamule.png -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/tree-leaf.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/tree-open.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/tree-closed.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/favicon.ico -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/downloads.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/preferences.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/search.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/servers.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/shared.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/stat_graphs.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/stat_tree.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/login.html -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/default/index.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/amuleweb-main-dload.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/amuleweb-main-search.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/amuleweb-main-servers.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/amuleweb-main-shared.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/amuleweb-main-stats.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/amuleweb-main-prefs.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/amuleweb-main-kad.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/stats.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/stats_tree.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/top.html -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/footer.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/login.html -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/tree-open.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/tree-closed.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/tree-leaf.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-reload.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-search.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-search-pressed.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-servers.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-servers-pressed.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-settings.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-settings-pressed.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-shared.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-shared-pressed.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-download.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-download-pressed.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-kad.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-kad-pressed.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-stats.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-stats-pressed.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-connect.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-logout.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-logout-pressed.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/toolbutton-filter.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/connect.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/cancel.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/arrow-r.png -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/up.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/down.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/pause.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/resume.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/apply.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/delete.jpeg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/phpamule.png -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/favicon.ico -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/php-default/index.html -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/aMule.tmpl -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/add_server.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/arrow_down.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/arrow_down_logout.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/arrow_right.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/arrow_up.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/back.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/black.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/blank1x1.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/blue1.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/blue2.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/blue3.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/blue4.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/blue5.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/blue6.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/cp_download.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/cp_kad.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/cp_search.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/cp_servers.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/cp_settings.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/cp_shared.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/log.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/cp_stats.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/emule.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/green.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/greenpercent.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/l_cancel.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/l_connect.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/l_down.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/l_ed2klink.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/l_info.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/l_pause.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/l_resume.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/l_up.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/login_bottom.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/login_downmain.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/login_lefttop.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/login_righttop.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/login_top.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/login_topdown.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/login_topseperator.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/logo.jpg -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/main_bg.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/main_top_bg.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/main_topbar.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/main_topbardarker.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/main_topbarseperator.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/red.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/transparent.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/yellow.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/phpamule.png -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/tree-leaf.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/tree-open.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/tree-closed.gif -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/favicon.ico -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/downloads.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/preferences.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/search.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/servers.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/shared.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/stat_graphs.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/stat_tree.php -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/login.html -%%PL_AMULEWEBSRV%%share/gnome/amule/webserver/chicane/index.php -%%PL_AMULEWEBSRV%%@dirrmtry share/gnome/amule/webserver/default -%%PL_AMULEWEBSRV%%@dirrmtry share/gnome/amule/webserver/php-default -%%PL_AMULEWEBSRV%%@dirrmtry share/gnome/amule/webserver/chicane -%%PL_AMULEWEBSRV%%@dirrmtry share/gnome/amule/webserver -%%PL_AMULEWEBSRV%%@dirrmtry share/gnome/amule -lib/xchat/plugins/xas.pl -@dirrmtry lib/xchat/plugins -@dirrmtry lib/xchat -%%PL_CAS%%bin/cas -%%PL_CAS%%bin/wxcas -%%PL_ALC%%bin/alc -%%PL_ALC%%bin/alcc -%%PL_AMULEWEBSRV%%bin/amuleweb -%%PL_AMULECMD%%bin/amulecmd -%%PL_ED2K%%bin/ed2k -%%PL_AMULEDAEMON%%bin/amulegui -%%PL_AMULEDAEMON%%bin/amuled -bin/amule diff --git a/net-p2p/azureus2/Makefile b/net-p2p/azureus2/Makefile deleted file mode 100644 index a8488083f4ad..000000000000 --- a/net-p2p/azureus2/Makefile +++ /dev/null @@ -1,83 +0,0 @@ -# New ports collection makefile for: Azureus -# Date created: October 6, 2004 -# Whom: Jeremy Faulkner <gldisater@gldis.ca> -# -# $FreeBSD$ -# - -PORTNAME= azureus -PORTVERSION= 2.3.0.6 -PORTREVISION= 1 -CATEGORIES= net-p2p java -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= Azureus_${PORTVERSION}_source - -MAINTAINER= lioux@FreeBSD.org -COMMENT= A BitTorrent client written in Java - -BUILD_DEPENDS= \ - ${JAVALIBDIR}/log4j.jar:${PORTSDIR}/devel/log4j \ - ${JAVALIBDIR}/commons-cli.jar:${PORTSDIR}/java/jakarta-commons-cli \ - ${JAVALIBDIR}/junit.jar:${PORTSDIR}/java/junit \ - ${JAVALIBDIR}/swt.jar:${PORTSDIR}/x11-toolkits/swt31 \ - ${JAVALIBDIR}/seda.jar:${PORTSDIR}/net/seda -RUN_DEPENDS= \ - ${JAVALIBDIR}/swt.jar:${PORTSDIR}/x11-toolkits/swt31 - -ONLY_FOR_ARCHS= i386 amd64 - -USE_JAVA= yes -JAVA_BUILD= jdk -JAVA_RUN= jdk -JAVA_VERSION= 1.4 -JAVA_OS= native -USE_ANT= yes -USE_JIKES= no - -USE_ZIP= yes -USE_DOS2UNIX= org/gudy/azureus2/ui/swt/test/PrintTransferTypes.java -NO_WRKSUBDIR= yes - -JARFILE= ${PORTNAME}.jar - -# build classpath from BUILD_DEPENDS -MAKE_ENV= LANG=C -CLASSPATH_JARS= ${BUILD_DEPENDS:C/:.+$//:M*.jar} - -PLIST_FILES= %%JAVAJARDIR%%/${JARFILE} bin/${PORTNAME} - -do-configure: - ${SED} -e "s+%%PREFIX%%+${PREFIX}+" -e "s+%%LOCALBASE%%+${LOCALBASE}+" \ - -e "s|%%LIBDIR%%|${LOCALBASE}/lib|" \ - -e "s|%%JAVAJARDIR%%|${JAVAJARDIR}|" \ - -e "s|%%JAVA%%|${LOCALBASE}/bin/java|" \ - -e "s|%%JAVA_VERSION%%|${JAVA_VERSION}|" \ - -e "s|%%JAVA_OS%%|${JAVA_OS}|" \ - -e "s|%%JARFILE%%|${JARFILE}|" \ - -e "s|%%SWTJAR%%|${JAVALIBDIR}/swt.jar|" \ - ${FILESDIR}/${PORTNAME} > ${WRKDIR}/${PORTNAME} - -do-install: - ${MKDIR} ${JAVAJARDIR} - ${INSTALL_DATA} ${WRKSRC}/dist/lib/${JARFILE} \ - ${JAVAJARDIR}/ - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} - -.include <bsd.port.pre.mk> - -CLASSPATH=. -.for jar in ${CLASSPATH_JARS} -CLASSPATH:=${CLASSPATH}:${jar} -.endfor - -post-patch: - @${SED} -E \ - -e 's|%%CLASSPATH%%|${CLASSPATH}|' \ - ${FILESDIR}/build.xml > ${WRKSRC}/build.xml -# bash -> sh - @${REINPLACE_CMD} -E \ - -e 's|/bin/bash|${SH}|' \ - ${WRKSRC}/com/aelitis/azureus/core/update/impl/AzureusRestarterImpl.java - -.include <bsd.port.post.mk> diff --git a/net-p2p/azureus2/distinfo b/net-p2p/azureus2/distinfo deleted file mode 100644 index 6049092fef21..000000000000 --- a/net-p2p/azureus2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Azureus_2.3.0.6_source.zip) = d02357ee2917482fee1174a0dc549c5e -SHA256 (Azureus_2.3.0.6_source.zip) = 7244b8b379f6254d0adf3f43da240b415f982c496d63529a86eaf8e231ef120a -SIZE (Azureus_2.3.0.6_source.zip) = 4773566 diff --git a/net-p2p/azureus2/files/azureus b/net-p2p/azureus2/files/azureus deleted file mode 100644 index ae536948e69a..000000000000 --- a/net-p2p/azureus2/files/azureus +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -export JAVA_VERSION -export JAVA_OS - -# java -JAVA_VERSION="%%JAVA_VERSION%%" -JAVA_OS="%%JAVA_OS%%" - -ECLIPSE_BASE=%%LOCALBASE%%/eclipse -ECLIPSE_SWT_JAR=%%SWTJAR%% -LIB_PATH=%%LIBDIR%% - -CLASS_PATH=:%%JAVAJARDIR%%/%%JARFILE%%:${ECLIPSE_SWT_JAR} - -if [ "${DEBUG}" ] -then - echo "ECLIPSE_BASE = ${ECLIPSE_BASE}" - echo "ECLIPSE_WS = ${ECLIPSE_WS}" - echo "ECLIPSE_SWT = ${ECLIPSE_SWT}" - echo "ECLIPSE_SWT_JAR = ${ECLIPSE_SWT_JAR}" - echo "CLASS_PATH = ${CLASS_PATH}" - echo "LIB_PATH = ${LIB_PATH}" -fi - -exec "%%JAVA%%" -cp "${CLASS_PATH}" "-Djava.library.path=${LIB_PATH}" "-Dos.name=Linux" "-Dazureus.config.path=${HOME}/.Azureus" "-Duser.dir=${HOME}/.Azureus" org.gudy.azureus2.ui.swt.Main "${@}" diff --git a/net-p2p/azureus2/files/build.xml b/net-p2p/azureus2/files/build.xml deleted file mode 100644 index 4555797a810c..000000000000 --- a/net-p2p/azureus2/files/build.xml +++ /dev/null @@ -1,50 +0,0 @@ -<!-- Under a BSDL license. Copyright by Mario S F Ferreira <lioux@FreeBSD.org> 2005- --> -<!-- Under a BSDL license. Copyright by jrandom 2005- --> -<!-- $FreeBSD$ --> -<project basedir="." default="dist" name="azureus"> - <description> - Builds Azureus - </description> - <!-- set global properties for this build --> - <property name="src" location="src"/> - <property name="build" location="build"/> - <property name="dist" location="dist"/> - - <target name="init"> - <!-- Create the time stamp --> - <tstamp/> - <!-- Create the build directory structure used by compile --> - <mkdir dir="${build}"/> - </target> - - <target name="compile" depends="init" description="compile the source " > - <!-- Compile the java code from ${src} into ${build} --> - <javac srcdir="." destdir="${build}" fork="yes" memoryMaximumSize="512m"> - <include name="**/*.java"/> - <exclude name="**/Win32*.java"/> - <exclude name="**/swt/osx/**"/> - <exclude name="**/macosx/**"/> - <classpath path="%%CLASSPATH%%"/> - </javac> - </target> - - <target name="dist" depends="compile" description="generate the distribution" > - <!-- Create the distribution directory --> - <mkdir dir="${dist}/lib"/> - - <copy todir="${build}"> - <fileset dir="." includes="**/*.gif **/*.jpg, **/*.png **/*.properties" /> - <fileset dir="." includes="**/*.dat **/*.stf **/*.xsd" /> - <fileset dir="." includes="**/*.css **/*.html **/*.js **/*.php **/*.tmpl **/*.txt" /> - <fileset dir="." includes="**/*.ico **/*.wav" /> - </copy> - <!-- Put everything in ${build} into the azureus.jar file --> - <jar jarfile="${dist}/lib/azureus.jar" basedir="${build}"/> - </target> - - <target name="clean" description="clean up" > - <!-- Delete the ${build} and ${dist} directory trees --> - <delete dir="${build}"/> - <delete dir="${dist}"/> - </target> -</project> diff --git a/net-p2p/azureus2/files/patch-TransferTypes b/net-p2p/azureus2/files/patch-TransferTypes deleted file mode 100644 index 2c13840c877e..000000000000 --- a/net-p2p/azureus2/files/patch-TransferTypes +++ /dev/null @@ -1,17 +0,0 @@ ---- org/gudy/azureus2/ui/swt/test/PrintTransferTypes.java Fri Dec 12 09:56:48 2003 -+++ org/gudy/azureus2/ui/swt/test/PrintTransferTypes.java Sat Jun 11 16:06:40 2005 -@@ -41,5 +41,5 @@ - TransferData[] data = event.dataTypes; - for (int i = 0; i < data.length; i++) { -- int id = data[i].type; -+ long id = data[i].type; - String name = getNameFromId(id); - System.out.println("Data type is " + id + " " + name); -@@ -97,5 +97,5 @@ - return ids; - } -- static String getNameFromId(int id) { -+ static String getNameFromId(long id) { -- switch (id) { -+ switch ((int)id) { - case 1 : diff --git a/net-p2p/azureus2/pkg-descr b/net-p2p/azureus2/pkg-descr deleted file mode 100644 index b63cc7c3410c..000000000000 --- a/net-p2p/azureus2/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Azureus is a java bittorrent client. Azureus offers multiple -torrent downloads, queuing/priority systems (on torrents and -files), start/stop seeding options and instant access to -numerous pieces of information about your torrents. Azureus -now features an embedded tracker easily setup and ready to use. - -WWW: http://azureus.sourceforge.net/ diff --git a/net-p2p/freenet05/Makefile b/net-p2p/freenet05/Makefile deleted file mode 100644 index 9163f46b4da2..000000000000 --- a/net-p2p/freenet05/Makefile +++ /dev/null @@ -1,85 +0,0 @@ -# New ports collection makefile for: freenet -# Date created: Thu May 1 20:19:56 UTC 2003 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= freenet -PORTVERSION= 0.5.2.1.5106 -PORTREVISION= 1 -CATEGORIES= net-p2p java security -MASTER_SITES= http://freenetproject.org/snapshots/ \ - http://downloads.freenetproject.org/ \ - http://fgudin.nerim.net/files/ -DISTNAME= ${PORTNAME}-20051123 -EXTRACT_SUFX= .tgz - -MAINTAINER= lioux@FreeBSD.org -COMMENT= Peer-to-peer network aiming at anonymity and freedom of speech - -USE_RC_SUBR= yes -USE_JAVA= yes -JAVA_VERSION= 1.4+ -NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME} - -JAVAVM= ${LOCALBASE}/bin/java -# -DATA_FILES= seednodes.ref -DOC_FILES= README -JAR_FILES= freenet.jar freenet-ext.jar -# jar startup file -JAR_START= freenet.jar -# seed file -SEED_FILE= seednodes.ref - -PORTDOCS= ${DOC_FILES} - -PLIST_FILES= \ - sbin/${PORTNAME:L} \ - etc/rc.d/${PORTNAME:L}.sh \ - %%DATADIR%%/seednodes.ref \ - %%JAVAJARDIR%%/freenet-ext.jar \ - %%JAVAJARDIR%%/freenet.jar -PLIST_DIRS= %%DATADIR%% - -post-patch: - @${SED} -e "s|%%PREFIX%%|${PREFIX}|; \ - s|%%DATA_DIR%%|${DATADIR:S,^${PREFIX}/,,}|; \ - s|%%JAVA_VERSION%%|${JAVA_VERSION}|; \ - s|%%JAVAVM%%|${JAVAVM}|; \ - s|%%JAVAJARDIR%%|${JAVAJARDIR:S,^${PREFIX}/,,}|; \ - s|%%JAR_FILES%%|${JAR_FILES}|; \ - s|%%JAR_START%%|${JAR_START}|; \ - s|%%SEED_FILE%%|${SEED_FILE}|" \ - ${FILESDIR}/wrapper.sh > ${WRKDIR}/wrapper.sh - @${SED} -e "s|%%PREFIX%%|${PREFIX}|" \ - ${FILESDIR}/${PORTNAME:L}.sh > ${WRKDIR}/${PORTNAME:L}.sh - -do-install: -# docs -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for doc in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} -.endfor -.endif -# data - @${MKDIR} ${DATADIR} -.for file in ${DATA_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DATADIR} -.endfor -# jar -.for jar in ${JAR_FILES} - @${INSTALL_DATA} ${WRKSRC}/${jar} ${JAVAJARDIR} -.endfor -# rc.d - @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME:L}.sh ${PREFIX}/etc/rc.d -# wrapper - @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/sbin/${PORTNAME:L} - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/net-p2p/freenet05/distinfo b/net-p2p/freenet05/distinfo deleted file mode 100644 index 9f44b0af27f5..000000000000 --- a/net-p2p/freenet05/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (freenet-20051123.tgz) = 5013e9fc58e908f09810ded6dedf1b90 -SHA256 (freenet-20051123.tgz) = d764b499d82ba17a41a38752ee2db7ad7a1d91d9a00ae613d7af635463ac379d -SIZE (freenet-20051123.tgz) = 6557648 diff --git a/net-p2p/freenet05/files/freenet.sh b/net-p2p/freenet05/files/freenet.sh deleted file mode 100644 index f77a13c15784..000000000000 --- a/net-p2p/freenet05/files/freenet.sh +++ /dev/null @@ -1,67 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Under a BSDL license. Copyright 2005. Mario S F Ferreira <lioux@FreeBSD.org> - -# PROVIDE: freenet -# REQUIRE: LOGIN -# KEYWORD: shutdown - -# -# Add the following lines to /etc/rc.conf to enable freenet: -# -#freenet_enable="YES" -#freenet_user="" -# - -. /etc/rc.subr - -name="freenet" -rcvar=`set_rcvar` -command="%%PREFIX%%/sbin/${name}" -extra_commands="configure" - -freenet_check_vars() -{ - if [ -z "${freenet_user}" ]; then - freenet_user=$(whoami) - fi - - if [ "x${freenet_user}" = "xroot" ]; then - err 1 "You have to set freenet_user to a non-root user for security reasons" - fi -} - -configure_cmd="configure_cmd" -configure_cmd() -{ - freenet_check_vars - su -l ${freenet_user} -c "${command} -c" -} - -start_cmd="start_cmd" -start_cmd() -{ - freenet_check_vars - su -l ${freenet_user} -c "${command} -i" -} - -stop_cmd="stop_cmd" -stop_cmd() -{ - freenet_check_vars - su -l ${freenet_user} -c "${command} -o" -} - -status_cmd="status_cmd" -status_cmd() -{ - echo "Can't check ${name} status" -} - -load_rc_config "${name}" -: ${freenet_enable="NO"} -: ${freenet_user=""} - -run_rc_command "$1" diff --git a/net-p2p/freenet05/files/wrapper.sh b/net-p2p/freenet05/files/wrapper.sh deleted file mode 100644 index 4c6a41452484..000000000000 --- a/net-p2p/freenet05/files/wrapper.sh +++ /dev/null @@ -1,163 +0,0 @@ -#!/bin/sh -# -# Under a BSDL license. Copyright by Mario S F Ferreira <lioux@FreeBSD.org> -# $FreeBSD$ - -export JAVA_VERSION - -PREFIX="%%PREFIX%%" -# java -JAVA_VERSION="%%JAVA_VERSION%%" -JAVAVM_CALL="%%JAVAVM%%" -JAVAJARDIR="%%JAVAJARDIR%%" -JAR_FILES="%%JAR_FILES%%" -JAR_START="%%JAR_START%%" -# data -DATA_DIR="%%DATA_DIR%%" -SEED_FILE=seednodes.ref -# home -HOME_DIR=${HOME}/.freenet -CONFIG_FILE=freenet.conf - -configure_freenet () { - echo "Configuring FreeNet node" - cd ${HOME_DIR} && - ${JAVAVM_CALL} -jar ./${JAR_START} freenet.node.Main --config "${@}" -} - -configure_java_classpath () { - if [ -z "${CLASSPATH}" ]; then - CLASSPATH=./freenet.jar:./freenet-ext.jar - else - CLASSPATH=./freenet.jar:./freenet-ext.jar:${CLASSPATH} - fi -} - -display_usage () { - echo "Usage: ${0} [-h] [-c] [-i|-o]" - echo 'Options:' - echo ' -h Display this help message' - echo ' -c Configure FreeNet node' - echo ' -i Start a FreeNet node' - echo ' -o Stop a FreeNet node' - echo '' -} - -prepare_configure_freenet () { - # do we have a config file? - if [ ! -f ${HOME_DIR}/${CONFIG_FILE} ]; then - # add basic information prior to configuration - echo > ${HOME_DIR}/${CONFIG_FILE} - - # select listenPort randomly - if [ -n "${RANDOM}" ] - then - DEFLP=$((${RANDOM}%30000+2000)) - else - echo "no random in shell, enter a FNP port number + <ENTER>" - read DEFLP - fi - echo "listenPort=${DEFLP}" >> ${HOME_DIR}/${CONFIG_FILE} - - # point to seednodes file - echo 'seedNodes=seednodes.ref' >> ${HOME_DIR}/${CONFIG_FILE} - - # tell FreeNet to request configuration procedure - CONFIGURE=yes - fi -} - -prepare_home_dir () { - # create home dir staging area - if [ ! -d ${HOME_DIR} ] - then - mkdir -p ${HOME_DIR} - fi - # copy a seed file if none exists - if [ ! -f ${HOME_DIR}/${SEED_FILE} ] - then - rm -f ${HOME_DIR}/${SEED_FILE} - cp -f ${PREFIX}/${DATA_DIR}/${SEED_FILE} ${HOME_DIR}/${SEED_FILE} - # avoid unnecessary reseeding - touch -t "197001011200" ${HOME_DIR}/${SEED_FILE} - fi - # link the jar files - for jar in ${JAR_FILES} - do - ln -sf ${PREFIX}/${JAVAJARDIR}/${jar} ${HOME_DIR}/${jar} - done -} - -start_freenet () { - echo "Starting FreeNet node" - cd ${HOME_DIR} && - nice -10 ${JAVAVM_CALL} -jar ./${JAR_START} "${@}" & - echo $! > ${HOME_DIR}/freenet.pid - exit 0 -} - -stop_freenet () { - if [ -f ${HOME_DIR}/freenet.pid ]; then - echo "Stopping FreeNet node" - cd ${HOME_DIR} && - exec kill `cat freenet.pid` & - else - echo "Cannot find FreeNet node" - echo "Where is the ${HOME_DIR}/freenet.pid file?" - fi -} - -# we require at least one command line parameter -if [ $# -lt 1 ]; then - display_usage - exit 1 -fi - -# parse command line parameters -while getopts "chio" COMMAND_LINE_ARGUMENT ; do - case "${COMMAND_LINE_ARGUMENT}" in - c) - CONFIGURE=yes - ;; - h) - display_usage - exit 0 - ;; - i) - START=yes - unset STOP - ;; - o) - STOP=yes - unset START - ;; - *) - display_usage - exit 1 - ;; - esac -done - -# always verify that home dir staging area is pristine -prepare_home_dir - -# check for proper configuration -prepare_configure_freenet - -# prepare java CLASSPATH -configure_java_classpath - -if [ -n "${CONFIGURE}" ]; then - configure_freenet -fi - -if [ -n "${START}" ]; then - start_freenet -fi - -if [ -n "${STOP}" ]; then - stop_freenet -fi - -# we should never get this far -exit 1 diff --git a/net-p2p/freenet05/pkg-descr b/net-p2p/freenet05/pkg-descr deleted file mode 100644 index 0f7d4a2c81ca..000000000000 --- a/net-p2p/freenet05/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -Freenet is a large-scale peer-to-peer network which pools the power -of member computers around the world to create a massive virtual -information store open to anyone to freely publish or view information -of all kinds. Freenet is: - -Highly survivable: All internal processes are completely anonymized -and decentralized across the global network, making it virtually -impossible for an attacker to destroy information or take control -of the system. - -Private: Freenet makes it extremely difficult for anyone to spy on -the information that you are viewing, publishing, or storing. - -Secure: Information stored in Freenet is protected by strong -cryptography against malicious tampering or counterfeiting. - -Efficient: Freenet dynamically replicates and relocates information -in response to demand to provide efficient service and minimal -bandwidth usage regardless of load. Significantly, Freenet generally -requires log(n) time to retrieve a piece of information in a network -of size n. - -WWW: http://freenet.sourceforge.net/ diff --git a/net-p2p/freenet05/pkg-message b/net-p2p/freenet05/pkg-message deleted file mode 100644 index 47addd918baa..000000000000 --- a/net-p2p/freenet05/pkg-message +++ /dev/null @@ -1,23 +0,0 @@ - ATTENTIONATTENTION: - -Restrictions -============ - -This program uses heavy encryption algorithms. If your country has -restrictions against encryption, you should check with legal -authorities before using it. - -Short usage note -================ - -Please, check -/usr/local/share/doc/freenet/README -for more information. - -Using FreeNet -============= - -Point your web browser to http://127.0.0.1:8888/ to get the Freenet -user interface, this page serves as a "gateway" to Freenet. Try -clicking the various links in the "Bookmarks" panel to reach some -of the popular Freenet index sites. diff --git a/net-p2p/ktorrent-devel/Makefile b/net-p2p/ktorrent-devel/Makefile deleted file mode 100644 index 7c92f09cafbc..000000000000 --- a/net-p2p/ktorrent-devel/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: ktorrent -# Date created: Wed Jul 13 11:38:46 CEST 2005 -# Whom: Markus Brueffer <markus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= ktorrent -PORTVERSION= 1.2 -PORTREVISION= 2 -CATEGORIES= net-p2p kde -MASTER_SITES= http://ktorrent.pwsp.net/downloads/${PORTVERSION}/ - -MAINTAINER= markus@FreeBSD.org -COMMENT= BitTorrent client for KDE - -USE_KDELIBS_VER=3 -USE_AUTOTOOLS= libtool:15 -USE_GMAKE= yes -USE_REINPLACE= yes - -post-patch: - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} - -.include <bsd.port.mk> diff --git a/net-p2p/ktorrent-devel/distinfo b/net-p2p/ktorrent-devel/distinfo deleted file mode 100644 index 8cdb56432b8c..000000000000 --- a/net-p2p/ktorrent-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ktorrent-1.2.tar.gz) = 55c6c4ae679aea0ba0370058856ddb92 -SHA256 (ktorrent-1.2.tar.gz) = e2324f49da0a408750676ba18bb48ac76c57869f0e69cd4b8060198caa790373 -SIZE (ktorrent-1.2.tar.gz) = 1447380 diff --git a/net-p2p/ktorrent-devel/files/patch-Makefile.in b/net-p2p/ktorrent-devel/files/patch-Makefile.in deleted file mode 100644 index 1b03611212c3..000000000000 --- a/net-p2p/ktorrent-devel/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Thu Feb 2 14:27:14 2006 -+++ Makefile.in Thu Feb 2 14:27:26 2006 -@@ -257,7 +257,7 @@ - xdg_appsdir = @xdg_appsdir@ - xdg_directorydir = @xdg_directorydir@ - xdg_menudir = @xdg_menudir@ --SUBDIRS = libktorrent apps plugins -+SUBDIRS = libktorrent apps plugins translations - EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO - subdir = . - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff --git a/net-p2p/ktorrent-devel/files/patch-apps-ktcachecheck-cachecheck.cpp b/net-p2p/ktorrent-devel/files/patch-apps-ktcachecheck-cachecheck.cpp deleted file mode 100644 index 2736b2b67087..000000000000 --- a/net-p2p/ktorrent-devel/files/patch-apps-ktcachecheck-cachecheck.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- apps/ktcachecheck/cachecheck.cpp.orig Sun Jan 8 02:45:26 2006 -+++ apps/ktcachecheck/cachecheck.cpp Sun Jan 8 02:46:29 2006 -@@ -18,6 +18,7 @@ - * 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ - #include <iostream> -+#include <string> - #include <util/log.h> - #include <util/error.h> - #include <util/functions.h> diff --git a/net-p2p/ktorrent-devel/files/patch-libktorrent-util-sha1hash.cpp b/net-p2p/ktorrent-devel/files/patch-libktorrent-util-sha1hash.cpp deleted file mode 100644 index f91d52dd3907..000000000000 --- a/net-p2p/ktorrent-devel/files/patch-libktorrent-util-sha1hash.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- libktorrent/util/sha1hash.cpp.orig Sun Jan 8 02:28:06 2006 -+++ libktorrent/util/sha1hash.cpp Sun Jan 8 02:29:24 2006 -@@ -17,6 +17,8 @@ - * Free Software Foundation, Inc., * - * 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ -+#include <stdio.h> -+ - #include <qurl.h> - #include <string.h> - #include <algorithm> diff --git a/net-p2p/ktorrent-devel/files/patch-plugins-partfileimport-Makefile.in b/net-p2p/ktorrent-devel/files/patch-plugins-partfileimport-Makefile.in deleted file mode 100644 index f2fa75559bfe..000000000000 --- a/net-p2p/ktorrent-devel/files/patch-plugins-partfileimport-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/partfileimport/Makefile.in.orig Mon Jan 9 21:49:01 2006 -+++ plugins/partfileimport/Makefile.in Mon Jan 9 21:49:23 2006 -@@ -257,7 +257,7 @@ - xdg_appsdir = @xdg_appsdir@ - xdg_directorydir = @xdg_directorydir@ - xdg_menudir = @xdg_menudir@ --INCLUDES = $(all_includes) -I$(srcdir)/../../libktorrent -+INCLUDES = -I$(srcdir)/../../libktorrent $(all_includes) - #>- METASOURCES = AUTO - kde_module_LTLIBRARIES = ktpartfileimportplugin.la - noinst_HEADERS = partfileimportplugin.h multidatachecker.h importdialog.h diff --git a/net-p2p/ktorrent-devel/files/patch-plugins-upnp-upnpmcastsocket.cpp b/net-p2p/ktorrent-devel/files/patch-plugins-upnp-upnpmcastsocket.cpp deleted file mode 100644 index cb45a8a78566..000000000000 --- a/net-p2p/ktorrent-devel/files/patch-plugins-upnp-upnpmcastsocket.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- plugins/upnp/upnpmcastsocket.cpp.orig Fri Feb 3 18:13:05 2006 -+++ plugins/upnp/upnpmcastsocket.cpp Fri Feb 3 20:00:54 2006 -@@ -40,6 +40,7 @@ - QObject::connect(this,SIGNAL(readyRead()),this,SLOT(onReadyRead())); - QObject::connect(this,SIGNAL(gotError(int)),this,SLOT(onError(int))); - setAddressReuseable(true); -+ setFamily(KNetwork::KResolver::IPv4Family); - setBlocking(true); - for (Uint32 i = 0;i < 10;i++) - { diff --git a/net-p2p/ktorrent-devel/pkg-descr b/net-p2p/ktorrent-devel/pkg-descr deleted file mode 100644 index aecb74c10aff..000000000000 --- a/net-p2p/ktorrent-devel/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -KTorrent is a BitTorrent client for KDE. Its main features are: - - o Download torrent files - o Upload speed capping, seeing that most people can't upload infinite - amounts of data - o Internet searching using The Bittorrent website's search engine - o UDP Trackers - -WWW: http://ktorrent.pwsp.net/ diff --git a/net-p2p/ktorrent-devel/pkg-plist b/net-p2p/ktorrent-devel/pkg-plist deleted file mode 100644 index 7bc7625cc68e..000000000000 --- a/net-p2p/ktorrent-devel/pkg-plist +++ /dev/null @@ -1,127 +0,0 @@ -bin/ktcachecheck -bin/ktorrent -bin/kttorinfo -lib/kde3/ktinfowidgetplugin.a -lib/kde3/ktinfowidgetplugin.la -lib/kde3/ktinfowidgetplugin.so -lib/kde3/ktipfilterplugin.a -lib/kde3/ktipfilterplugin.la -lib/kde3/ktipfilterplugin.so -lib/kde3/ktlogviewerplugin.a -lib/kde3/ktlogviewerplugin.la -lib/kde3/ktlogviewerplugin.so -lib/kde3/ktpartfileimportplugin.a -lib/kde3/ktpartfileimportplugin.la -lib/kde3/ktpartfileimportplugin.so -lib/kde3/ktsearchplugin.a -lib/kde3/ktsearchplugin.la -lib/kde3/ktsearchplugin.so -lib/kde3/ktupnpplugin.a -lib/kde3/ktupnpplugin.la -lib/kde3/ktupnpplugin.so -lib/libktorrent.a -lib/libktorrent.la -lib/libktorrent.so -lib/libktorrent.so.0 -share/applications/kde/ktorrent.desktop -share/applnk/Internet/ktorrent.desktop -share/apps/ktorrent/icons/hicolor/128x128/apps/ktorrent.png -share/apps/ktorrent/icons/hicolor/16x16/apps/ktorrent.png -share/apps/ktorrent/icons/hicolor/22x22/actions/ktremove.png -share/apps/ktorrent/icons/hicolor/22x22/actions/ktstart.png -share/apps/ktorrent/icons/hicolor/22x22/actions/ktstart_all.png -share/apps/ktorrent/icons/hicolor/22x22/actions/ktstop.png -share/apps/ktorrent/icons/hicolor/22x22/actions/ktstop_all.png -share/apps/ktorrent/icons/hicolor/22x22/apps/ktorrent.png -share/apps/ktorrent/icons/hicolor/32x32/apps/ktorrent.png -share/apps/ktorrent/icons/hicolor/48x48/actions/ktplugins.png -share/apps/ktorrent/icons/hicolor/48x48/apps/ktorrent.png -share/apps/ktorrent/icons/hicolor/64x64/actions/ktinfowidget.png -share/apps/ktorrent/icons/hicolor/64x64/actions/ktqueuemanager.png -share/apps/ktorrent/icons/hicolor/64x64/actions/ktupnp.png -share/apps/ktorrent/icons/hicolor/64x64/apps/ktorrent.png -share/apps/ktorrent/icons/hicolor/64x64/filesystems/ktprefdownloads.png -share/apps/ktorrent/icons/hicolor/scalable/apps/ktorrent.svgz -share/apps/ktorrent/ktorrentui.rc -share/apps/ktorrent/ktpartfileimportpluginui.rc -share/config.kcfg/ktinfowidgetplugin.kcfg -share/config.kcfg/ktipfilterplugin.kcfg -share/config.kcfg/ktorrent.kcfg -share/config.kcfg/ktsearchplugin.kcfg -share/config.kcfg/ktupnpplugin.kcfg -share/icons/hicolor/128x128/apps/ktorrent.png -share/icons/hicolor/16x16/apps/ktorrent.png -share/icons/hicolor/22x22/apps/ktorrent.png -share/icons/hicolor/32x32/apps/ktorrent.png -share/icons/hicolor/48x48/apps/ktorrent.png -share/icons/hicolor/64x64/apps/ktorrent.png -share/icons/hicolor/scalable/apps/ktorrent.svgz -share/locale/br/LC_MESSAGES/ktorrent.mo -share/locale/cs/LC_MESSAGES/ktorrent.mo -share/locale/cy/LC_MESSAGES/ktorrent.mo -share/locale/da/LC_MESSAGES/ktorrent.mo -share/locale/de/LC_MESSAGES/ktorrent.mo -share/locale/el/LC_MESSAGES/ktorrent.mo -share/locale/en_GB/LC_MESSAGES/ktorrent.mo -share/locale/es/LC_MESSAGES/ktorrent.mo -share/locale/et/LC_MESSAGES/ktorrent.mo -share/locale/fr/LC_MESSAGES/ktorrent.mo -share/locale/ga/LC_MESSAGES/ktorrent.mo -share/locale/hu/LC_MESSAGES/ktorrent.mo -share/locale/it/LC_MESSAGES/ktorrent.mo -share/locale/lt/LC_MESSAGES/ktorrent.mo -share/locale/nl/LC_MESSAGES/ktorrent.mo -share/locale/pa/LC_MESSAGES/ktorrent.mo -share/locale/pl/LC_MESSAGES/ktorrent.mo -share/locale/pt/LC_MESSAGES/ktorrent.mo -share/locale/pt_BR/LC_MESSAGES/ktorrent.mo -share/locale/ru/LC_MESSAGES/ktorrent.mo -share/locale/sr/LC_MESSAGES/ktorrent.mo -share/locale/sr@Latn/LC_MESSAGES/ktorrent.mo -share/locale/sv/LC_MESSAGES/ktorrent.mo -share/locale/tr/LC_MESSAGES/ktorrent.mo -share/locale/uk/LC_MESSAGES/ktorrent.mo -share/locale/zh_CN/LC_MESSAGES/ktorrent.mo -share/services/ktinfowidgetplugin.desktop -share/services/ktipfilterplugin.desktop -share/services/ktlogviewerplugin.desktop -share/services/ktpartfileimportplugin.desktop -share/services/ktsearchplugin.desktop -share/services/ktupnpplugin.desktop -share/servicetypes/ktorrentplugin.desktop -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrm share/apps/ktorrent/icons/hicolor/scalable/apps -@dirrm share/apps/ktorrent/icons/hicolor/scalable -@dirrm share/apps/ktorrent/icons/hicolor/64x64/filesystems -@dirrm share/apps/ktorrent/icons/hicolor/64x64/apps -@dirrm share/apps/ktorrent/icons/hicolor/64x64/actions -@dirrm share/apps/ktorrent/icons/hicolor/64x64 -@dirrm share/apps/ktorrent/icons/hicolor/48x48/apps -@dirrm share/apps/ktorrent/icons/hicolor/48x48/actions -@dirrm share/apps/ktorrent/icons/hicolor/48x48 -@dirrm share/apps/ktorrent/icons/hicolor/32x32/apps -@dirrm share/apps/ktorrent/icons/hicolor/32x32 -@dirrm share/apps/ktorrent/icons/hicolor/22x22/apps -@dirrm share/apps/ktorrent/icons/hicolor/22x22/actions -@dirrm share/apps/ktorrent/icons/hicolor/22x22 -@dirrm share/apps/ktorrent/icons/hicolor/16x16/apps -@dirrm share/apps/ktorrent/icons/hicolor/16x16 -@dirrm share/apps/ktorrent/icons/hicolor/128x128/apps -@dirrm share/apps/ktorrent/icons/hicolor/128x128 -@dirrm share/apps/ktorrent/icons/hicolor -@dirrm share/apps/ktorrent/icons -@dirrm share/apps/ktorrent -@dirrmtry share/applications/kde diff --git a/net-p2p/ktorrent2/Makefile b/net-p2p/ktorrent2/Makefile deleted file mode 100644 index 7c92f09cafbc..000000000000 --- a/net-p2p/ktorrent2/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: ktorrent -# Date created: Wed Jul 13 11:38:46 CEST 2005 -# Whom: Markus Brueffer <markus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= ktorrent -PORTVERSION= 1.2 -PORTREVISION= 2 -CATEGORIES= net-p2p kde -MASTER_SITES= http://ktorrent.pwsp.net/downloads/${PORTVERSION}/ - -MAINTAINER= markus@FreeBSD.org -COMMENT= BitTorrent client for KDE - -USE_KDELIBS_VER=3 -USE_AUTOTOOLS= libtool:15 -USE_GMAKE= yes -USE_REINPLACE= yes - -post-patch: - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} - -.include <bsd.port.mk> diff --git a/net-p2p/ktorrent2/distinfo b/net-p2p/ktorrent2/distinfo deleted file mode 100644 index 8cdb56432b8c..000000000000 --- a/net-p2p/ktorrent2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ktorrent-1.2.tar.gz) = 55c6c4ae679aea0ba0370058856ddb92 -SHA256 (ktorrent-1.2.tar.gz) = e2324f49da0a408750676ba18bb48ac76c57869f0e69cd4b8060198caa790373 -SIZE (ktorrent-1.2.tar.gz) = 1447380 diff --git a/net-p2p/ktorrent2/files/patch-Makefile.in b/net-p2p/ktorrent2/files/patch-Makefile.in deleted file mode 100644 index 1b03611212c3..000000000000 --- a/net-p2p/ktorrent2/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Thu Feb 2 14:27:14 2006 -+++ Makefile.in Thu Feb 2 14:27:26 2006 -@@ -257,7 +257,7 @@ - xdg_appsdir = @xdg_appsdir@ - xdg_directorydir = @xdg_directorydir@ - xdg_menudir = @xdg_menudir@ --SUBDIRS = libktorrent apps plugins -+SUBDIRS = libktorrent apps plugins translations - EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO - subdir = . - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff --git a/net-p2p/ktorrent2/files/patch-apps-ktcachecheck-cachecheck.cpp b/net-p2p/ktorrent2/files/patch-apps-ktcachecheck-cachecheck.cpp deleted file mode 100644 index 2736b2b67087..000000000000 --- a/net-p2p/ktorrent2/files/patch-apps-ktcachecheck-cachecheck.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- apps/ktcachecheck/cachecheck.cpp.orig Sun Jan 8 02:45:26 2006 -+++ apps/ktcachecheck/cachecheck.cpp Sun Jan 8 02:46:29 2006 -@@ -18,6 +18,7 @@ - * 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ - #include <iostream> -+#include <string> - #include <util/log.h> - #include <util/error.h> - #include <util/functions.h> diff --git a/net-p2p/ktorrent2/files/patch-libktorrent-util-sha1hash.cpp b/net-p2p/ktorrent2/files/patch-libktorrent-util-sha1hash.cpp deleted file mode 100644 index f91d52dd3907..000000000000 --- a/net-p2p/ktorrent2/files/patch-libktorrent-util-sha1hash.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- libktorrent/util/sha1hash.cpp.orig Sun Jan 8 02:28:06 2006 -+++ libktorrent/util/sha1hash.cpp Sun Jan 8 02:29:24 2006 -@@ -17,6 +17,8 @@ - * Free Software Foundation, Inc., * - * 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ -+#include <stdio.h> -+ - #include <qurl.h> - #include <string.h> - #include <algorithm> diff --git a/net-p2p/ktorrent2/files/patch-plugins-partfileimport-Makefile.in b/net-p2p/ktorrent2/files/patch-plugins-partfileimport-Makefile.in deleted file mode 100644 index f2fa75559bfe..000000000000 --- a/net-p2p/ktorrent2/files/patch-plugins-partfileimport-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/partfileimport/Makefile.in.orig Mon Jan 9 21:49:01 2006 -+++ plugins/partfileimport/Makefile.in Mon Jan 9 21:49:23 2006 -@@ -257,7 +257,7 @@ - xdg_appsdir = @xdg_appsdir@ - xdg_directorydir = @xdg_directorydir@ - xdg_menudir = @xdg_menudir@ --INCLUDES = $(all_includes) -I$(srcdir)/../../libktorrent -+INCLUDES = -I$(srcdir)/../../libktorrent $(all_includes) - #>- METASOURCES = AUTO - kde_module_LTLIBRARIES = ktpartfileimportplugin.la - noinst_HEADERS = partfileimportplugin.h multidatachecker.h importdialog.h diff --git a/net-p2p/ktorrent2/files/patch-plugins-upnp-upnpmcastsocket.cpp b/net-p2p/ktorrent2/files/patch-plugins-upnp-upnpmcastsocket.cpp deleted file mode 100644 index cb45a8a78566..000000000000 --- a/net-p2p/ktorrent2/files/patch-plugins-upnp-upnpmcastsocket.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- plugins/upnp/upnpmcastsocket.cpp.orig Fri Feb 3 18:13:05 2006 -+++ plugins/upnp/upnpmcastsocket.cpp Fri Feb 3 20:00:54 2006 -@@ -40,6 +40,7 @@ - QObject::connect(this,SIGNAL(readyRead()),this,SLOT(onReadyRead())); - QObject::connect(this,SIGNAL(gotError(int)),this,SLOT(onError(int))); - setAddressReuseable(true); -+ setFamily(KNetwork::KResolver::IPv4Family); - setBlocking(true); - for (Uint32 i = 0;i < 10;i++) - { diff --git a/net-p2p/ktorrent2/pkg-descr b/net-p2p/ktorrent2/pkg-descr deleted file mode 100644 index aecb74c10aff..000000000000 --- a/net-p2p/ktorrent2/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -KTorrent is a BitTorrent client for KDE. Its main features are: - - o Download torrent files - o Upload speed capping, seeing that most people can't upload infinite - amounts of data - o Internet searching using The Bittorrent website's search engine - o UDP Trackers - -WWW: http://ktorrent.pwsp.net/ diff --git a/net-p2p/ktorrent2/pkg-plist b/net-p2p/ktorrent2/pkg-plist deleted file mode 100644 index 7bc7625cc68e..000000000000 --- a/net-p2p/ktorrent2/pkg-plist +++ /dev/null @@ -1,127 +0,0 @@ -bin/ktcachecheck -bin/ktorrent -bin/kttorinfo -lib/kde3/ktinfowidgetplugin.a -lib/kde3/ktinfowidgetplugin.la -lib/kde3/ktinfowidgetplugin.so -lib/kde3/ktipfilterplugin.a -lib/kde3/ktipfilterplugin.la -lib/kde3/ktipfilterplugin.so -lib/kde3/ktlogviewerplugin.a -lib/kde3/ktlogviewerplugin.la -lib/kde3/ktlogviewerplugin.so -lib/kde3/ktpartfileimportplugin.a -lib/kde3/ktpartfileimportplugin.la -lib/kde3/ktpartfileimportplugin.so -lib/kde3/ktsearchplugin.a -lib/kde3/ktsearchplugin.la -lib/kde3/ktsearchplugin.so -lib/kde3/ktupnpplugin.a -lib/kde3/ktupnpplugin.la -lib/kde3/ktupnpplugin.so -lib/libktorrent.a -lib/libktorrent.la -lib/libktorrent.so -lib/libktorrent.so.0 -share/applications/kde/ktorrent.desktop -share/applnk/Internet/ktorrent.desktop -share/apps/ktorrent/icons/hicolor/128x128/apps/ktorrent.png -share/apps/ktorrent/icons/hicolor/16x16/apps/ktorrent.png -share/apps/ktorrent/icons/hicolor/22x22/actions/ktremove.png -share/apps/ktorrent/icons/hicolor/22x22/actions/ktstart.png -share/apps/ktorrent/icons/hicolor/22x22/actions/ktstart_all.png -share/apps/ktorrent/icons/hicolor/22x22/actions/ktstop.png -share/apps/ktorrent/icons/hicolor/22x22/actions/ktstop_all.png -share/apps/ktorrent/icons/hicolor/22x22/apps/ktorrent.png -share/apps/ktorrent/icons/hicolor/32x32/apps/ktorrent.png -share/apps/ktorrent/icons/hicolor/48x48/actions/ktplugins.png -share/apps/ktorrent/icons/hicolor/48x48/apps/ktorrent.png -share/apps/ktorrent/icons/hicolor/64x64/actions/ktinfowidget.png -share/apps/ktorrent/icons/hicolor/64x64/actions/ktqueuemanager.png -share/apps/ktorrent/icons/hicolor/64x64/actions/ktupnp.png -share/apps/ktorrent/icons/hicolor/64x64/apps/ktorrent.png -share/apps/ktorrent/icons/hicolor/64x64/filesystems/ktprefdownloads.png -share/apps/ktorrent/icons/hicolor/scalable/apps/ktorrent.svgz -share/apps/ktorrent/ktorrentui.rc -share/apps/ktorrent/ktpartfileimportpluginui.rc -share/config.kcfg/ktinfowidgetplugin.kcfg -share/config.kcfg/ktipfilterplugin.kcfg -share/config.kcfg/ktorrent.kcfg -share/config.kcfg/ktsearchplugin.kcfg -share/config.kcfg/ktupnpplugin.kcfg -share/icons/hicolor/128x128/apps/ktorrent.png -share/icons/hicolor/16x16/apps/ktorrent.png -share/icons/hicolor/22x22/apps/ktorrent.png -share/icons/hicolor/32x32/apps/ktorrent.png -share/icons/hicolor/48x48/apps/ktorrent.png -share/icons/hicolor/64x64/apps/ktorrent.png -share/icons/hicolor/scalable/apps/ktorrent.svgz -share/locale/br/LC_MESSAGES/ktorrent.mo -share/locale/cs/LC_MESSAGES/ktorrent.mo -share/locale/cy/LC_MESSAGES/ktorrent.mo -share/locale/da/LC_MESSAGES/ktorrent.mo -share/locale/de/LC_MESSAGES/ktorrent.mo -share/locale/el/LC_MESSAGES/ktorrent.mo -share/locale/en_GB/LC_MESSAGES/ktorrent.mo -share/locale/es/LC_MESSAGES/ktorrent.mo -share/locale/et/LC_MESSAGES/ktorrent.mo -share/locale/fr/LC_MESSAGES/ktorrent.mo -share/locale/ga/LC_MESSAGES/ktorrent.mo -share/locale/hu/LC_MESSAGES/ktorrent.mo -share/locale/it/LC_MESSAGES/ktorrent.mo -share/locale/lt/LC_MESSAGES/ktorrent.mo -share/locale/nl/LC_MESSAGES/ktorrent.mo -share/locale/pa/LC_MESSAGES/ktorrent.mo -share/locale/pl/LC_MESSAGES/ktorrent.mo -share/locale/pt/LC_MESSAGES/ktorrent.mo -share/locale/pt_BR/LC_MESSAGES/ktorrent.mo -share/locale/ru/LC_MESSAGES/ktorrent.mo -share/locale/sr/LC_MESSAGES/ktorrent.mo -share/locale/sr@Latn/LC_MESSAGES/ktorrent.mo -share/locale/sv/LC_MESSAGES/ktorrent.mo -share/locale/tr/LC_MESSAGES/ktorrent.mo -share/locale/uk/LC_MESSAGES/ktorrent.mo -share/locale/zh_CN/LC_MESSAGES/ktorrent.mo -share/services/ktinfowidgetplugin.desktop -share/services/ktipfilterplugin.desktop -share/services/ktlogviewerplugin.desktop -share/services/ktpartfileimportplugin.desktop -share/services/ktsearchplugin.desktop -share/services/ktupnpplugin.desktop -share/servicetypes/ktorrentplugin.desktop -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrm share/apps/ktorrent/icons/hicolor/scalable/apps -@dirrm share/apps/ktorrent/icons/hicolor/scalable -@dirrm share/apps/ktorrent/icons/hicolor/64x64/filesystems -@dirrm share/apps/ktorrent/icons/hicolor/64x64/apps -@dirrm share/apps/ktorrent/icons/hicolor/64x64/actions -@dirrm share/apps/ktorrent/icons/hicolor/64x64 -@dirrm share/apps/ktorrent/icons/hicolor/48x48/apps -@dirrm share/apps/ktorrent/icons/hicolor/48x48/actions -@dirrm share/apps/ktorrent/icons/hicolor/48x48 -@dirrm share/apps/ktorrent/icons/hicolor/32x32/apps -@dirrm share/apps/ktorrent/icons/hicolor/32x32 -@dirrm share/apps/ktorrent/icons/hicolor/22x22/apps -@dirrm share/apps/ktorrent/icons/hicolor/22x22/actions -@dirrm share/apps/ktorrent/icons/hicolor/22x22 -@dirrm share/apps/ktorrent/icons/hicolor/16x16/apps -@dirrm share/apps/ktorrent/icons/hicolor/16x16 -@dirrm share/apps/ktorrent/icons/hicolor/128x128/apps -@dirrm share/apps/ktorrent/icons/hicolor/128x128 -@dirrm share/apps/ktorrent/icons/hicolor -@dirrm share/apps/ktorrent/icons -@dirrm share/apps/ktorrent -@dirrmtry share/applications/kde diff --git a/net-p2p/lopster/Makefile b/net-p2p/lopster/Makefile deleted file mode 100644 index a387242e59b5..000000000000 --- a/net-p2p/lopster/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# New ports collection makefile for: lopster -# Date created: 19 Oct 2000 -# Whom: Roman Shterenzon <roman@xpert.com> -# -# $FreeBSD$ -# - -PORTNAME= lopster -PORTVERSION= 1.2.2 -PORTREVISION= 2 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://lopster.sourceforge.net/download/ -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= GTK+ client for Napster - -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gtk12 -USE_X_PREFIX= yes -USE_REINPLACE= yes -CONFIGURE_ARGS= --with-pthread=yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/lib/libogg.so.4) -WITH_OGG= yes -.endif - -.if defined(WITH_OGG) -LIB_DEPENDS+= ogg.5:${PORTSDIR}/audio/libogg -.endif - -.if !defined(WITHOUT_ZLIB) -CONFIGURE_ARGS+= --with-zlib=yes -.else -CONFIGURE_ARGS+= --with-zlib=no -.endif - -pre-everything:: -.ifndef WITH_OGG - @${ECHO_MSG} "You can specify WITH_OGG to include Ogg support" -.endif -.ifndef WITHOUT_ZLIB - @${ECHO_MSG} "You can specify WITHOUT_ZLIB to disable compression for old servers" -.endif - -post-patch: - @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/net-p2p/lopster/distinfo b/net-p2p/lopster/distinfo deleted file mode 100644 index 7e4fe2049050..000000000000 --- a/net-p2p/lopster/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (lopster-1.2.2.tar.gz) = ae857116eddd01f1f7d2769908a142c0 -SHA256 (lopster-1.2.2.tar.gz) = 3154b57c2fa13ff9006b5b5dce6120ac9f539e934247dee319941939c8d74d42 -SIZE (lopster-1.2.2.tar.gz) = 630325 diff --git a/net-p2p/lopster/files/patch-src-napster.c b/net-p2p/lopster/files/patch-src-napster.c deleted file mode 100644 index fed12dede824..000000000000 --- a/net-p2p/lopster/files/patch-src-napster.c +++ /dev/null @@ -1,19 +0,0 @@ ---- src/napster.c.orig Sat Aug 28 23:27:09 2004 -+++ src/napster.c Sun Jul 10 14:46:50 2005 -@@ -717,11 +717,13 @@ - global.linespeed, - email?email:"anon@anon"); - #else -- size = sprintf(text+4, "%s %s %d \"Lopster %s\" %d", -+ size = sprintf(text+4, "%s %s %d \"Lopster %s\" %d %s", - net->user.username, -- net->user.password, -+ strlen(net->user.password)?net->user.password:net->user.username, - port, VERSION, -- global.linespeed); -+ global.linespeed, -+ email?email:"anon@anon" -+ ); - #endif - - size = BSWAP16(size); 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 b1e92ff7e2f2..000000000000 --- a/net-p2p/lopster/files/patch-src::global.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/global.c.orig Sat Jul 3 19:19:19 2004 -+++ src/global.c Thu Jul 22 14:03:01 2004 -@@ -3588,7 +3588,7 @@ - global.allowed_ports = NULL; - - global.auto_save = NULL; -- global.ping_command = g_strdup("/bin/ping -c 3 $IP"); -+ global.ping_command = g_strdup("/sbin/ping -c 3 $IP"); - - global.browse_width[0] = 369; - global.browse_width[1] = 80; diff --git a/net-p2p/lopster/pkg-descr b/net-p2p/lopster/pkg-descr deleted file mode 100644 index d024aa17d79a..000000000000 --- a/net-p2p/lopster/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Lopster is a Napster client with Multiserver and Multisource support -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 91c77472208c..000000000000 --- a/net-p2p/lopster/pkg-plist +++ /dev/null @@ -1,45 +0,0 @@ -bin/lopster -%%DATADIR%%/pixmaps/arrowd.xpm -%%DATADIR%%/pixmaps/arrowl.xpm -%%DATADIR%%/pixmaps/arrowr.xpm -%%DATADIR%%/pixmaps/arrowu.xpm -%%DATADIR%%/pixmaps/bug.xpm -%%DATADIR%%/pixmaps/chat.xpm -%%DATADIR%%/pixmaps/close.xpm -%%DATADIR%%/pixmaps/d16x16.xpm -%%DATADIR%%/pixmaps/download.xpm -%%DATADIR%%/pixmaps/email.xpm -%%DATADIR%%/pixmaps/enemy.xpm -%%DATADIR%%/pixmaps/enemy2.xpm -%%DATADIR%%/pixmaps/folder.xpm -%%DATADIR%%/pixmaps/folder_open.xpm -%%DATADIR%%/pixmaps/forum.xpm -%%DATADIR%%/pixmaps/friend.xpm -%%DATADIR%%/pixmaps/home16b.xpm -%%DATADIR%%/pixmaps/hotlist.xpm -%%DATADIR%%/pixmaps/ignore.xpm -%%DATADIR%%/pixmaps/info.xpm -%%DATADIR%%/pixmaps/library.xpm -%%DATADIR%%/pixmaps/logo1.xpm -%%DATADIR%%/pixmaps/mini-folder.xpm -%%DATADIR%%/pixmaps/project.xpm -%%DATADIR%%/pixmaps/search.xpm -%%DATADIR%%/pixmaps/server.xpm -%%DATADIR%%/pixmaps/server_con.xpm -%%DATADIR%%/pixmaps/server_deact.xpm -%%DATADIR%%/pixmaps/server_napi.xpm -%%DATADIR%%/pixmaps/server_nnapi.xpm -%%DATADIR%%/pixmaps/server_perm.xpm -%%DATADIR%%/pixmaps/share_all.xpm -%%DATADIR%%/pixmaps/share_none.xpm -%%DATADIR%%/pixmaps/share_part.xpm -%%DATADIR%%/pixmaps/speedgray.xpm -%%DATADIR%%/pixmaps/speedgreen.xpm -%%DATADIR%%/pixmaps/speedred.xpm -%%DATADIR%%/pixmaps/speedyellow.xpm -%%DATADIR%%/pixmaps/statistic.xpm -%%DATADIR%%/pixmaps/transfer.xpm -%%DATADIR%%/pixmaps/user1.xpm -%%DATADIR%%/pixmaps/user2.xpm -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%% diff --git a/net-p2p/mldonkey-devel/files/mlnet.in b/net-p2p/mldonkey-devel/files/mlnet.in deleted file mode 100644 index ad55c9c7b347..000000000000 --- a/net-p2p/mldonkey-devel/files/mlnet.in +++ /dev/null @@ -1,69 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Under a BSDL license. Copyright 2005. Mario S F Ferreira <lioux@FreeBSD.org> - -# PROVIDE: mlnet -# REQUIRE: LOGIN -# KEYWORD: shutdown - -# -# Add the following lines to /etc/rc.conf to enable mlnet: -# -#mlnet_enable="YES" -#mlnet_user="" -#mlnet_flags="" -#mlnet_logfile="" -# - -. /etc/rc.subr - -name="mlnet" -rcvar=`set_rcvar` -command="%%PREFIX%%/bin/${name}" -procname="%%PREFIX%%/bin/${name}-real" - -load_rc_config "${name}" -: ${mlnet_enable="NO"} -: ${mlnet_user="$(whoami)"} -: ${mlnet_flags=""} -: ${mlnet_logfile=""} - -pidfile="$(eval echo ~${mlnet_user}/.mldonkey/$(basename ${procname}).pid)" -required_dirs="$(eval echo ~${mlnet_user})" - -mlnet_check_vars() -{ - if [ "x${mlnet_user}" = "xroot" ]; then - warn "You have to set mlnet_user to a non-root user for security reasons" - return 1 - fi - - return 0 -} - -start_precmd="mlnet_check_vars" -start_cmd="start_cmd" -start_cmd() -{ - if [ -n "${mlnet_logfile}" ]; then - mlnet_logcommand="-log_file ${mlnet_logfile}" - fi - - if [ "x${mlnet_user}" = "x$(whoami)" ]; then - eval "${command} \ - ${mlnet_logcommand} \ - ${mlnet_flags} \ - >/dev/null &" - else - su -l ${mlnet_user} -c "${command} \ - ${mlnet_logcommand} \ - ${mlnet_flags} \ - >/dev/null &" - fi -} - -stop_precmd="mlnet_check_vars" - -run_rc_command "$1" diff --git a/net-p2p/nicotine-plus/Makefile b/net-p2p/nicotine-plus/Makefile deleted file mode 100644 index 363341847c3c..000000000000 --- a/net-p2p/nicotine-plus/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: nicotine -# Date created: 19 Aug 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= nicotine -PORTVERSION= 1.0.8 -PORTREVISION= 1 -CATEGORIES= net-p2p -MASTER_SITES= http://nicotine.thegraveyard.org/ - -MAINTAINER= sw@gegenunendlich.de -COMMENT= GTK2 SoulSeek filesharing client - -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \ - ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb - -USE_BZIP2= yes -USE_PYTHON= yes -USE_PYDISTUTILS= yes -USE_REINPLACE= yes - -OPTIONS= GEOIP "Enable the GeoIP based country code blocker" off \ - PSYCO "Enable Psyco, the optimizing Python compiler" off \ - VORBIS "Enable OGG/Vorbis support" on - -.include <bsd.port.pre.mk> - -.if defined(WITH_GEOIP) -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/GeoIP.so:${PORTSDIR}/net/py-GeoIP -.endif -.if defined(WITH_PSYCO) -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psyco/_psyco.so:${PORTSDIR}/devel/py-psyco -.endif -.if defined(WITH_VORBIS) -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis -.endif - -post-patch: - @${REINPLACE_CMD} -e "s|sys\.prefix|\"${PREFIX}\"|g" ${WRKSRC}/setup.py - -.if !defined(NOPORTDOCS) -post-install: - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README.import-winconfig ${DOCSDIR} -.endif - -.include <bsd.port.post.mk> diff --git a/net-p2p/nicotine-plus/distinfo b/net-p2p/nicotine-plus/distinfo deleted file mode 100644 index 969e961c7186..000000000000 --- a/net-p2p/nicotine-plus/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (nicotine-1.0.8.tar.bz2) = 2392a74dc5be09a062ba77ec4a041e99 -SHA256 (nicotine-1.0.8.tar.bz2) = 8e9d8707991316603363a9198fa4a3510e66aecfcead6f6f721b0500916bf4d2 -SIZE (nicotine-1.0.8.tar.bz2) = 305645 diff --git a/net-p2p/nicotine-plus/pkg-descr b/net-p2p/nicotine-plus/pkg-descr deleted file mode 100644 index ba82d0f159cb..000000000000 --- a/net-p2p/nicotine-plus/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Nicotine is a GTK2 SoulSeek filesharing client, and is based upon the -PySoulSeek (net-p2p/pyslsk) code. - -WWW: http://nicotine.thegraveyard.org/ diff --git a/net-p2p/nicotine-plus/pkg-plist b/net-p2p/nicotine-plus/pkg-plist deleted file mode 100644 index 5da2fb22ffa6..000000000000 --- a/net-p2p/nicotine-plus/pkg-plist +++ /dev/null @@ -1,111 +0,0 @@ -bin/nicotine -bin/nicotine-import-winconfig -%%PYTHON_SITELIBDIR%%/pynicotine/ConfigParser.py -%%PYTHON_SITELIBDIR%%/pynicotine/ConfigParser.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/ConfigParser.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/__init__.py -%%PYTHON_SITELIBDIR%%/pynicotine/__init__.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/__init__.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/config.py -%%PYTHON_SITELIBDIR%%/pynicotine/config.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/config.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/__init__.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/__init__.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/__init__.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/about.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/about.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/about.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/browsetreemodels.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/browsetreemodels.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/browsetreemodels.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/chatrooms.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/chatrooms.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/chatrooms.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/checklatest.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/checklatest.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/checklatest.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/dirchooser.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/dirchooser.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/dirchooser.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/downloads.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/downloads.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/downloads.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/frame.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/frame.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/frame.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/glade2py.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/glade2py.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/glade2py.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/imagedata.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/imagedata.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/imagedata.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/nicotine_glade.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/nicotine_glade.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/nicotine_glade.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/privatechat.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/privatechat.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/privatechat.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/search.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/search.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/search.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/settings_glade.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/settings_glade.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/settings_glade.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/settingswindow.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/settingswindow.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/settingswindow.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/ticker.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/ticker.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/ticker.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/transferlist.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/transferlist.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/transferlist.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/translux.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/translux.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/translux.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/uploads.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/uploads.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/uploads.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/userbrowse.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/userbrowse.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/userbrowse.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/userinfo.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/userinfo.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/userinfo.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/userlist.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/userlist.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/userlist.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/utils.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/utils.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/utils.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/mp3.py -%%PYTHON_SITELIBDIR%%/pynicotine/mp3.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/mp3.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/pynicotine.py -%%PYTHON_SITELIBDIR%%/pynicotine/pynicotine.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/pynicotine.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/slskmessages.py -%%PYTHON_SITELIBDIR%%/pynicotine/slskmessages.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/slskmessages.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/slskproto.py -%%PYTHON_SITELIBDIR%%/pynicotine/slskproto.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/slskproto.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/transfers.py -%%PYTHON_SITELIBDIR%%/pynicotine/transfers.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/transfers.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/utils.py -%%PYTHON_SITELIBDIR%%/pynicotine/utils.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/utils.pyo -%%PORTDOCS%%%%DOCSDIR%%/README.import-winconfig -%%PORTDOCS%%%%DOCSDIR%%/README -share/locale/de/LC_MESSAGES/nicotine.mo -share/locale/dk/LC_MESSAGES/nicotine.mo -share/locale/es/LC_MESSAGES/nicotine.mo -share/locale/fr/LC_MESSAGES/nicotine.mo -share/locale/it/LC_MESSAGES/nicotine.mo -share/locale/nl/LC_MESSAGES/nicotine.mo -share/locale/pl/LC_MESSAGES/nicotine.mo -share/locale/sv/LC_MESSAGES/nicotine.mo -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%PYTHON_SITELIBDIR%%/pynicotine/gtkgui -@dirrm %%PYTHON_SITELIBDIR%%/pynicotine diff --git a/net-p2p/opennap/Makefile b/net-p2p/opennap/Makefile deleted file mode 100644 index a213579e3dcd..000000000000 --- a/net-p2p/opennap/Makefile +++ /dev/null @@ -1,39 +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 -PORTREVISION= 1 -CATEGORIES= audio net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= The OpenNAP open-source Napster server - -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 db7228618a7c..000000000000 --- a/net-p2p/opennap/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (opennap-0.44.tar.gz) = 1dcce1826283888111fb9fbe0684f6f2 -SHA256 (opennap-0.44.tar.gz) = 9de766b0833ef023bb647ac4ec89001e2d1d524f16bf95a58011e685bd640a00 -SIZE (opennap-0.44.tar.gz) = 330323 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-descr b/net-p2p/opennap/pkg-descr deleted file mode 100644 index 2ee0d95aa682..000000000000 --- a/net-p2p/opennap/pkg-descr +++ /dev/null @@ -1,9 +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/ 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 36a5302a893b..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%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/napster.txt -@dirrm share/opennap/examples -@dirrm share/opennap -%%PORTDOCS%%@dirrm %%DOCSDIR%% -etc/rc.d/opennap.sh diff --git a/net-p2p/teknap/Makefile b/net-p2p/teknap/Makefile deleted file mode 100644 index 67c9be8d3b0b..000000000000 --- a/net-p2p/teknap/Makefile +++ /dev/null @@ -1,75 +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 -PORTREVISION= 2 -CATEGORIES= audio -MASTER_SITES= http://got.net/~brian/teknap/ \ - ftp://ftp.arnes.si/packages2/OpenBSD/distfiles/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.g/g/} - -MAINTAINER= calle.madestrand@norrgarden.se -COMMENT= Console napster client - -.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 -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 e223a927addb..000000000000 --- a/net-p2p/teknap/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (TekNap-1.3g.tar.gz) = 8c1bf4027d9af4767a7a060532831cc9 -SHA256 (TekNap-1.3g.tar.gz) = 3aead8cd1d7e9c808de759a6a705af30c3976cc23187462202ed294c82196e06 -SIZE (TekNap-1.3g.tar.gz) = 755718 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/files/patch-irchandler.c b/net-p2p/teknap/files/patch-irchandler.c deleted file mode 100644 index 675904b694d3..000000000000 --- a/net-p2p/teknap/files/patch-irchandler.c +++ /dev/null @@ -1,22 +0,0 @@ ---- source/irchandler.c.orig Sun Jul 20 15:08:00 2003 -+++ source/irchandler.c Sun Jul 20 15:09:35 2003 -@@ -169,12 +169,6 @@ - break; - case 333: /* topic time */ - break; --#if 0 --ùíù Numbered server stuff: "352 pana #opennap toasty bender.thirty4.com -- irc.lightning.net Toasty_ H@ :2 Chad Boyda" (irc.core.com) -- ùíù Numbered server stuff: "315 pana #opennap :End of /WHO list." -- (irc.core.com) --#endif - case 315: - break; - case 352: -@@ -943,4 +937,4 @@ - } - from_server = ofs; - } -- -\ No newline at end of file -+ diff --git a/net-p2p/teknap/files/patch-source-scott.c b/net-p2p/teknap/files/patch-source-scott.c deleted file mode 100644 index a56058516c6d..000000000000 --- a/net-p2p/teknap/files/patch-source-scott.c +++ /dev/null @@ -1,10 +0,0 @@ ---- source/scott.c.orig Fri Aug 6 17:45:27 2004 -+++ source/scott.c Fri Aug 6 17:47:15 2004 -@@ -364,6 +364,7 @@ - mvwaddstr(main_win, 1, 0, buf); - } - #endif -+ break; - } - #if 0 - wrefresh(main_win); diff --git a/net-p2p/teknap/files/patch-source_term_c b/net-p2p/teknap/files/patch-source_term_c deleted file mode 100644 index 3909338c3503..000000000000 --- a/net-p2p/teknap/files/patch-source_term_c +++ /dev/null @@ -1,10 +0,0 @@ ---- source/term.c.orig Fri Jul 23 01:10:02 2004 -+++ source/term.c Fri Jul 23 01:11:02 2004 -@@ -92,7 +92,6 @@ - #endif - - extern char *getenv(); --extern char *tparm(); - - /* - * The old code assumed termcap. termcap is almost always present, but on diff --git a/net-p2p/teknap/files/patch-status.c b/net-p2p/teknap/files/patch-status.c deleted file mode 100644 index 3f601fcc18f3..000000000000 --- a/net-p2p/teknap/files/patch-status.c +++ /dev/null @@ -1,11 +0,0 @@ ---- source/status.c.orig Sun Jul 20 14:33:43 2003 -+++ source/status.c Sun Jul 20 15:01:05 2003 -@@ -38,7 +38,7 @@ - * Maximum number of "%" expressions in a status line format. If you change - * this number, you must manually change the sprintf() in make_status - */ --#define STATUS_FUNCTION(x) static Char * ## x (Window *window, int map, int key) -+#define STATUS_FUNCTION(x) static Char * x (Window *window, int map, int key) - #define MAX_FUNCTIONS 40 - #define MAX_STATUS_USER 19 - diff --git a/net-p2p/teknap/pkg-descr b/net-p2p/teknap/pkg-descr deleted file mode 100644 index 6ac806afbfd3..000000000000 --- a/net-p2p/teknap/pkg-descr +++ /dev/null @@ -1,6 +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> 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 b3ef5646bb64..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 -%%DOCSDIR%%/README -@dirrm %%DOCSDIR%% -@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/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile deleted file mode 100644 index fcf4ef580b8a..000000000000 --- a/net-p2p/transmission-cli/Makefile +++ /dev/null @@ -1,76 +0,0 @@ -# New ports collection makefile for: transmission -# Date created: 08 October 2005 -# Whom: Mezz <mezz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= transmission -PORTVERSION= 0.5 -PORTREVISION?= 0 -CATEGORIES= net-p2p -MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR=mezz -DISTNAME= Transmission-${PORTVERSION} - -MAINTAINER= mezz@FreeBSD.org -COMMENT?= A free BitTorrent client written from scratch in C - -BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam - -CFLAGS+= -Wall -W ${CPPFLAGS} -HAS_CONFIGURE= yes -USE_GETOPT_LONG=yes -CONFIGURE_ARGS?=--prefix=${PREFIX} \ - --disable-gtk - -EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude beos \ - --exclude macosx \ - --exclude packageOSX.sh - -PLIST_FILES?= bin/transmissioncli -PORTDOCS= AUTHORS LICENSE NEWS README - -.if defined(WITHOUT_OPENSSL) -CONFIGURE_ARGS+=--disable-openssl -.else -USE_OPENSSL= yes -CONFIGURE_ARGS+=--openssl-prefix=${OPENSSLBASE} -.endif - -pre-everything:: -.if !defined(WITHOUT_OPENSSL) - @${ECHO_MSG} "You may specify the following on the command line:" - @${ECHO_MSG} " " -.endif -.if !defined(WITHOUT_OPENSSL) - @${ECHO_MSG} "WITHOUT_OPENSSL=yes to disable OpenSSL support, using built-in SHA1 implementation. Warning, it is a bit slower if you use this option." | ${FMT} 75 75 -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g ; \ - s|$$LINKLIBS ;|${LDFLAGS} $$LINKLIBS ;|g ; \ - s|/usr/local/|${LOCALBASE}/|g ; s|/usr/X11R6/|${X11BASE}/|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|-O3||g' \ - ${WRKSRC}/Jamrules - -# jam -dx, it will giving a verbose of build. -do-build: - @(cd ${BUILD_WRKSRC} ; ${SETENV} ${MAKE_ENV} jam -dx) - -.if !defined(SLAVE_PORT) -do-install: docsfiles - ${INSTALL_PROGRAM} ${WRKSRC}/transmissioncli ${PREFIX}/bin/ -.endif - -docsfiles: -.ifndef (NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for i in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/net-p2p/transmission-cli/distinfo b/net-p2p/transmission-cli/distinfo deleted file mode 100644 index d544ed0d8657..000000000000 --- a/net-p2p/transmission-cli/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Transmission-0.5.tar.gz) = 07f737c837d25af7d14056edd4a81d49 -SHA256 (Transmission-0.5.tar.gz) = d098259b0414515228e48abc44fc0bb587bef39db30908c9b11102d4ab25b98f -SIZE (Transmission-0.5.tar.gz) = 236266 diff --git a/net-p2p/transmission-cli/pkg-descr b/net-p2p/transmission-cli/pkg-descr deleted file mode 100644 index 1e0bfaec648e..000000000000 --- a/net-p2p/transmission-cli/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Transmission is a free, lightweight BitTorrent client. It features a -simple, intuitive interface on top on an efficient, cross-platform -back-end. - -Transmission is open source (MIT license) and runs on Mac OS X (Cocoa -interface), Linux/NetBSD/FreeBSD/OpenBSD (GTK+ interface) and BeOS -(native interface). - -WWW: http://transmission.m0k.org/ diff --git a/net-p2p/vuze/Makefile b/net-p2p/vuze/Makefile deleted file mode 100644 index a8488083f4ad..000000000000 --- a/net-p2p/vuze/Makefile +++ /dev/null @@ -1,83 +0,0 @@ -# New ports collection makefile for: Azureus -# Date created: October 6, 2004 -# Whom: Jeremy Faulkner <gldisater@gldis.ca> -# -# $FreeBSD$ -# - -PORTNAME= azureus -PORTVERSION= 2.3.0.6 -PORTREVISION= 1 -CATEGORIES= net-p2p java -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= Azureus_${PORTVERSION}_source - -MAINTAINER= lioux@FreeBSD.org -COMMENT= A BitTorrent client written in Java - -BUILD_DEPENDS= \ - ${JAVALIBDIR}/log4j.jar:${PORTSDIR}/devel/log4j \ - ${JAVALIBDIR}/commons-cli.jar:${PORTSDIR}/java/jakarta-commons-cli \ - ${JAVALIBDIR}/junit.jar:${PORTSDIR}/java/junit \ - ${JAVALIBDIR}/swt.jar:${PORTSDIR}/x11-toolkits/swt31 \ - ${JAVALIBDIR}/seda.jar:${PORTSDIR}/net/seda -RUN_DEPENDS= \ - ${JAVALIBDIR}/swt.jar:${PORTSDIR}/x11-toolkits/swt31 - -ONLY_FOR_ARCHS= i386 amd64 - -USE_JAVA= yes -JAVA_BUILD= jdk -JAVA_RUN= jdk -JAVA_VERSION= 1.4 -JAVA_OS= native -USE_ANT= yes -USE_JIKES= no - -USE_ZIP= yes -USE_DOS2UNIX= org/gudy/azureus2/ui/swt/test/PrintTransferTypes.java -NO_WRKSUBDIR= yes - -JARFILE= ${PORTNAME}.jar - -# build classpath from BUILD_DEPENDS -MAKE_ENV= LANG=C -CLASSPATH_JARS= ${BUILD_DEPENDS:C/:.+$//:M*.jar} - -PLIST_FILES= %%JAVAJARDIR%%/${JARFILE} bin/${PORTNAME} - -do-configure: - ${SED} -e "s+%%PREFIX%%+${PREFIX}+" -e "s+%%LOCALBASE%%+${LOCALBASE}+" \ - -e "s|%%LIBDIR%%|${LOCALBASE}/lib|" \ - -e "s|%%JAVAJARDIR%%|${JAVAJARDIR}|" \ - -e "s|%%JAVA%%|${LOCALBASE}/bin/java|" \ - -e "s|%%JAVA_VERSION%%|${JAVA_VERSION}|" \ - -e "s|%%JAVA_OS%%|${JAVA_OS}|" \ - -e "s|%%JARFILE%%|${JARFILE}|" \ - -e "s|%%SWTJAR%%|${JAVALIBDIR}/swt.jar|" \ - ${FILESDIR}/${PORTNAME} > ${WRKDIR}/${PORTNAME} - -do-install: - ${MKDIR} ${JAVAJARDIR} - ${INSTALL_DATA} ${WRKSRC}/dist/lib/${JARFILE} \ - ${JAVAJARDIR}/ - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} - -.include <bsd.port.pre.mk> - -CLASSPATH=. -.for jar in ${CLASSPATH_JARS} -CLASSPATH:=${CLASSPATH}:${jar} -.endfor - -post-patch: - @${SED} -E \ - -e 's|%%CLASSPATH%%|${CLASSPATH}|' \ - ${FILESDIR}/build.xml > ${WRKSRC}/build.xml -# bash -> sh - @${REINPLACE_CMD} -E \ - -e 's|/bin/bash|${SH}|' \ - ${WRKSRC}/com/aelitis/azureus/core/update/impl/AzureusRestarterImpl.java - -.include <bsd.port.post.mk> diff --git a/net-p2p/vuze/distinfo b/net-p2p/vuze/distinfo deleted file mode 100644 index 6049092fef21..000000000000 --- a/net-p2p/vuze/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Azureus_2.3.0.6_source.zip) = d02357ee2917482fee1174a0dc549c5e -SHA256 (Azureus_2.3.0.6_source.zip) = 7244b8b379f6254d0adf3f43da240b415f982c496d63529a86eaf8e231ef120a -SIZE (Azureus_2.3.0.6_source.zip) = 4773566 diff --git a/net-p2p/vuze/files/azureus b/net-p2p/vuze/files/azureus deleted file mode 100644 index ae536948e69a..000000000000 --- a/net-p2p/vuze/files/azureus +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -export JAVA_VERSION -export JAVA_OS - -# java -JAVA_VERSION="%%JAVA_VERSION%%" -JAVA_OS="%%JAVA_OS%%" - -ECLIPSE_BASE=%%LOCALBASE%%/eclipse -ECLIPSE_SWT_JAR=%%SWTJAR%% -LIB_PATH=%%LIBDIR%% - -CLASS_PATH=:%%JAVAJARDIR%%/%%JARFILE%%:${ECLIPSE_SWT_JAR} - -if [ "${DEBUG}" ] -then - echo "ECLIPSE_BASE = ${ECLIPSE_BASE}" - echo "ECLIPSE_WS = ${ECLIPSE_WS}" - echo "ECLIPSE_SWT = ${ECLIPSE_SWT}" - echo "ECLIPSE_SWT_JAR = ${ECLIPSE_SWT_JAR}" - echo "CLASS_PATH = ${CLASS_PATH}" - echo "LIB_PATH = ${LIB_PATH}" -fi - -exec "%%JAVA%%" -cp "${CLASS_PATH}" "-Djava.library.path=${LIB_PATH}" "-Dos.name=Linux" "-Dazureus.config.path=${HOME}/.Azureus" "-Duser.dir=${HOME}/.Azureus" org.gudy.azureus2.ui.swt.Main "${@}" diff --git a/net-p2p/vuze/files/build.xml b/net-p2p/vuze/files/build.xml deleted file mode 100644 index 4555797a810c..000000000000 --- a/net-p2p/vuze/files/build.xml +++ /dev/null @@ -1,50 +0,0 @@ -<!-- Under a BSDL license. Copyright by Mario S F Ferreira <lioux@FreeBSD.org> 2005- --> -<!-- Under a BSDL license. Copyright by jrandom 2005- --> -<!-- $FreeBSD$ --> -<project basedir="." default="dist" name="azureus"> - <description> - Builds Azureus - </description> - <!-- set global properties for this build --> - <property name="src" location="src"/> - <property name="build" location="build"/> - <property name="dist" location="dist"/> - - <target name="init"> - <!-- Create the time stamp --> - <tstamp/> - <!-- Create the build directory structure used by compile --> - <mkdir dir="${build}"/> - </target> - - <target name="compile" depends="init" description="compile the source " > - <!-- Compile the java code from ${src} into ${build} --> - <javac srcdir="." destdir="${build}" fork="yes" memoryMaximumSize="512m"> - <include name="**/*.java"/> - <exclude name="**/Win32*.java"/> - <exclude name="**/swt/osx/**"/> - <exclude name="**/macosx/**"/> - <classpath path="%%CLASSPATH%%"/> - </javac> - </target> - - <target name="dist" depends="compile" description="generate the distribution" > - <!-- Create the distribution directory --> - <mkdir dir="${dist}/lib"/> - - <copy todir="${build}"> - <fileset dir="." includes="**/*.gif **/*.jpg, **/*.png **/*.properties" /> - <fileset dir="." includes="**/*.dat **/*.stf **/*.xsd" /> - <fileset dir="." includes="**/*.css **/*.html **/*.js **/*.php **/*.tmpl **/*.txt" /> - <fileset dir="." includes="**/*.ico **/*.wav" /> - </copy> - <!-- Put everything in ${build} into the azureus.jar file --> - <jar jarfile="${dist}/lib/azureus.jar" basedir="${build}"/> - </target> - - <target name="clean" description="clean up" > - <!-- Delete the ${build} and ${dist} directory trees --> - <delete dir="${build}"/> - <delete dir="${dist}"/> - </target> -</project> diff --git a/net-p2p/vuze/files/patch-TransferTypes b/net-p2p/vuze/files/patch-TransferTypes deleted file mode 100644 index 2c13840c877e..000000000000 --- a/net-p2p/vuze/files/patch-TransferTypes +++ /dev/null @@ -1,17 +0,0 @@ ---- org/gudy/azureus2/ui/swt/test/PrintTransferTypes.java Fri Dec 12 09:56:48 2003 -+++ org/gudy/azureus2/ui/swt/test/PrintTransferTypes.java Sat Jun 11 16:06:40 2005 -@@ -41,5 +41,5 @@ - TransferData[] data = event.dataTypes; - for (int i = 0; i < data.length; i++) { -- int id = data[i].type; -+ long id = data[i].type; - String name = getNameFromId(id); - System.out.println("Data type is " + id + " " + name); -@@ -97,5 +97,5 @@ - return ids; - } -- static String getNameFromId(int id) { -+ static String getNameFromId(long id) { -- switch (id) { -+ switch ((int)id) { - case 1 : diff --git a/net-p2p/vuze/pkg-descr b/net-p2p/vuze/pkg-descr deleted file mode 100644 index b63cc7c3410c..000000000000 --- a/net-p2p/vuze/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Azureus is a java bittorrent client. Azureus offers multiple -torrent downloads, queuing/priority systems (on torrents and -files), start/stop seeding options and instant access to -numerous pieces of information about your torrents. Azureus -now features an embedded tracker easily setup and ready to use. - -WWW: http://azureus.sourceforge.net/ |