diff options
Diffstat (limited to 'net-p2p')
76 files changed, 0 insertions, 4331 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile deleted file mode 100644 index 548d7a3763b5..000000000000 --- a/net-p2p/amule-devel/Makefile +++ /dev/null @@ -1,141 +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.3 -PORTREVISION= 2 -CATEGORIES= net-p2p -#MASTER_SITES= http://download.berlios.de/amule/ -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= amule -PATCH_SITES= http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/ -PATCHFILES= aMule-wx.patch?rev=1.2 -PATCH_DIST_STRIP= -p1 - -MAINTAINER= boris@tagnet.ru -COMMENT= The all-platform eMule p2p client - -LATEST_LINK= aMule2 -CONFLICTS= aMule-1.* aMule-devel-[0-9]* - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GNOME= gnomehier gnomehack gnomeprefix -USE_GMAKE= yes -USE_GETTEXT= yes -USE_WX= 2.8 -WX_CONF_ARGS= absolute -GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --disable-debug \ - --mandir=${MANPREFIX}/man \ - --without-included-gettext \ - --with-libintl-prefix=${LOCALBASE} \ - --with-libiconv-prefix=${LOCALBASE} \ - --with-curl-config=${CURL_CONFIG} \ - --enable-embedded_crypto \ - --enable-monolithic - -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 - -CURL_CONFIG?= ${LOCALBASE}/bin/curl-config - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Will not 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= amuled.sh -.else -CONFIGURE_ARGS+= --disable-amule-daemon --disable-amule-gui -PLIST_SUB+= PL_AMULEDAEMON="@comment " -.endif - -# Man pages management -.include "Makefile.man" - -post-install: -# 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 f4d9ebe17f39..000000000000 --- a/net-p2p/amule-devel/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (aMule-2.1.3.tar.bz2) = 0aafdd159edb8ad5f0064da87998b47d -SHA256 (aMule-2.1.3.tar.bz2) = 6e97e947bb7ac231b75e3b21a509a2ec0239bcd7e9dbfc6062c520a6d13b0244 -SIZE (aMule-2.1.3.tar.bz2) = 3248530 -MD5 (aMule-wx.patch?rev=1.2) = 7b61651b0abdee7dc577a03dad8025c1 -SHA256 (aMule-wx.patch?rev=1.2) = c0c0a55fb437fdf618137f2cb0c5ff59a1595aeddf5455a1bad2b2ab11b0a244 -SIZE (aMule-wx.patch?rev=1.2) = 4943 diff --git a/net-p2p/amule-devel/files/amuled.sh.in b/net-p2p/amule-devel/files/amuled.sh.in deleted file mode 100644 index 99e6723cb0c5..000000000000 --- a/net-p2p/amule-devel/files/amuled.sh.in +++ /dev/null @@ -1,69 +0,0 @@ -#!/bin/sh -# -# aMule RCng startup script -# Ogirinal work from Gabriele Cecchetti (amule.org forum) -# - -# 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}) -# -. %%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 63f3714bb704..000000000000 --- a/net-p2p/amule-devel/pkg-plist +++ /dev/null @@ -1,243 +0,0 @@ -%%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.3/ABOUT-NLS -share/gnome/doc/aMule-2.1.3/amulesig.txt -share/gnome/doc/aMule-2.1.3/amule-win32.HOWTO.txt -share/gnome/doc/aMule-2.1.3/Changelog -share/gnome/doc/aMule-2.1.3/Doxyfile -share/gnome/doc/aMule-2.1.3/ED2K-Links.HOWTO -share/gnome/doc/aMule-2.1.3/INSTALL -share/gnome/doc/aMule-2.1.3/license.txt -share/gnome/doc/aMule-2.1.3/README -share/gnome/doc/aMule-2.1.3/TODO -share/gnome/doc/aMule-2.1.3/EC_Protocol.txt -share/gnome/doc/aMule-2.1.3/socks4.protocol -@dirrmtry share/gnome/doc/aMule-2.1.3 -@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.php -%%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.php -%%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.php -%%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 548d7a3763b5..000000000000 --- a/net-p2p/amule/Makefile +++ /dev/null @@ -1,141 +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.3 -PORTREVISION= 2 -CATEGORIES= net-p2p -#MASTER_SITES= http://download.berlios.de/amule/ -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= amule -PATCH_SITES= http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/ -PATCHFILES= aMule-wx.patch?rev=1.2 -PATCH_DIST_STRIP= -p1 - -MAINTAINER= boris@tagnet.ru -COMMENT= The all-platform eMule p2p client - -LATEST_LINK= aMule2 -CONFLICTS= aMule-1.* aMule-devel-[0-9]* - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GNOME= gnomehier gnomehack gnomeprefix -USE_GMAKE= yes -USE_GETTEXT= yes -USE_WX= 2.8 -WX_CONF_ARGS= absolute -GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --disable-debug \ - --mandir=${MANPREFIX}/man \ - --without-included-gettext \ - --with-libintl-prefix=${LOCALBASE} \ - --with-libiconv-prefix=${LOCALBASE} \ - --with-curl-config=${CURL_CONFIG} \ - --enable-embedded_crypto \ - --enable-monolithic - -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 - -CURL_CONFIG?= ${LOCALBASE}/bin/curl-config - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Will not 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= amuled.sh -.else -CONFIGURE_ARGS+= --disable-amule-daemon --disable-amule-gui -PLIST_SUB+= PL_AMULEDAEMON="@comment " -.endif - -# Man pages management -.include "Makefile.man" - -post-install: -# 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 f4d9ebe17f39..000000000000 --- a/net-p2p/amule/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (aMule-2.1.3.tar.bz2) = 0aafdd159edb8ad5f0064da87998b47d -SHA256 (aMule-2.1.3.tar.bz2) = 6e97e947bb7ac231b75e3b21a509a2ec0239bcd7e9dbfc6062c520a6d13b0244 -SIZE (aMule-2.1.3.tar.bz2) = 3248530 -MD5 (aMule-wx.patch?rev=1.2) = 7b61651b0abdee7dc577a03dad8025c1 -SHA256 (aMule-wx.patch?rev=1.2) = c0c0a55fb437fdf618137f2cb0c5ff59a1595aeddf5455a1bad2b2ab11b0a244 -SIZE (aMule-wx.patch?rev=1.2) = 4943 diff --git a/net-p2p/amule/files/amuled.sh.in b/net-p2p/amule/files/amuled.sh.in deleted file mode 100644 index 99e6723cb0c5..000000000000 --- a/net-p2p/amule/files/amuled.sh.in +++ /dev/null @@ -1,69 +0,0 @@ -#!/bin/sh -# -# aMule RCng startup script -# Ogirinal work from Gabriele Cecchetti (amule.org forum) -# - -# 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}) -# -. %%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 63f3714bb704..000000000000 --- a/net-p2p/amule/pkg-plist +++ /dev/null @@ -1,243 +0,0 @@ -%%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.3/ABOUT-NLS -share/gnome/doc/aMule-2.1.3/amulesig.txt -share/gnome/doc/aMule-2.1.3/amule-win32.HOWTO.txt -share/gnome/doc/aMule-2.1.3/Changelog -share/gnome/doc/aMule-2.1.3/Doxyfile -share/gnome/doc/aMule-2.1.3/ED2K-Links.HOWTO -share/gnome/doc/aMule-2.1.3/INSTALL -share/gnome/doc/aMule-2.1.3/license.txt -share/gnome/doc/aMule-2.1.3/README -share/gnome/doc/aMule-2.1.3/TODO -share/gnome/doc/aMule-2.1.3/EC_Protocol.txt -share/gnome/doc/aMule-2.1.3/socks4.protocol -@dirrmtry share/gnome/doc/aMule-2.1.3 -@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.php -%%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.php -%%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.php -%%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 984d62343b10..000000000000 --- a/net-p2p/azureus2/Makefile +++ /dev/null @@ -1,107 +0,0 @@ -# New ports collection makefile for: Azureus -# Date created: October 6, 2004 -# Whom: Jeremy Faulkner <gldisater@gldis.ca> -# -# $FreeBSD$ -# - -PORTNAME= azureus -PORTVERSION= 2.5.0.0 -PORTREVISION= 2 -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}/seda.jar:${PORTSDIR}/net/seda - -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 \ - org/gudy/azureus2/ui/swt/Messages.java \ - org/gudy/azureus2/ui/swt/views/configsections/ConfigSectionPlugins.java \ - org/gudy/azureus2/ui/swt/shells/MessageSlideShell.java \ - org/gudy/azureus2/ui/swt/views/TableView.java \ - org/gudy/azureus2/ui/swt/Utils.java \ - org/gudy/azureus2/platform/macosx/access/jnilib/OSXAccess.java \ - com/aelitis/azureus/core/networkmanager/impl/TransportHelperFilterStream.java - -NO_WRKSUBDIR= yes - -JARFILE= ${PORTNAME}.jar - -OPTIONS= SWTDEVEL "Use SWT Development port" off - -# 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} - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.pre.mk> - -.if defined(WITH_SWTDEVEL) -BUILD_DEPENDS+= \ - ${JAVALIBDIR}/swt-devel.jar:${PORTSDIR}/x11-toolkits/swt-devel -RUN_DEPENDS+= \ - ${JAVALIBDIR}/swt-devel.jar:${PORTSDIR}/x11-toolkits/swt-devel -SWT_JAR= swt-devel.jar -.else -BUILD_DEPENDS+= \ - ${JAVALIBDIR}/swt.jar:${PORTSDIR}/x11-toolkits/swt -RUN_DEPENDS+= \ - ${JAVALIBDIR}/swt.jar:${PORTSDIR}/x11-toolkits/swt -SWT_JAR= swt.jar -.endif - -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 e6d2c0e32bd7..000000000000 --- a/net-p2p/azureus2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Azureus_2.5.0.0_source.zip) = f487f75f37674820bd3b2cc6af97ce57 -SHA256 (Azureus_2.5.0.0_source.zip) = 64aa4150bb8036f11e5207a602253431d46578ce9cd3b62732b0ae0f555a08c4 -SIZE (Azureus_2.5.0.0_source.zip) = 5856328 diff --git a/net-p2p/azureus2/files/azureus b/net-p2p/azureus2/files/azureus deleted file mode 100644 index 6856237034b0..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=FreeBSD" "-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/files/patch-org__gudy__azureus2__platform__macosx__access__jnilib__OSXAccess.java b/net-p2p/azureus2/files/patch-org__gudy__azureus2__platform__macosx__access__jnilib__OSXAccess.java deleted file mode 100644 index c5cab31b137e..000000000000 --- a/net-p2p/azureus2/files/patch-org__gudy__azureus2__platform__macosx__access__jnilib__OSXAccess.java +++ /dev/null @@ -1,20 +0,0 @@ ---- org/gudy/azureus2/platform/macosx/access/jnilib/OSXAccess.java.orig Sun Sep 24 16:18:49 2006 -+++ org/gudy/azureus2/platform/macosx/access/jnilib/OSXAccess.java Sun Sep 24 16:19:07 2006 -@@ -19,7 +19,7 @@ - */ - package org.gudy.azureus2.platform.macosx.access.jnilib; - --import org.eclipse.swt.internal.carbon.AEDesc; -+// import org.eclipse.swt.internal.carbon.AEDesc; - - import org.gudy.azureus2.core3.util.Debug; - -@@ -42,7 +42,7 @@ - } - } - -- public static final native int AEGetParamDesc(int theAppleEvent, int theAEKeyword, int desiredType, AEDesc result); -+// public static final native int AEGetParamDesc(int theAppleEvent, int theAEKeyword, int desiredType, AEDesc result); - - public static final native String getVersion(); - 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/azureus2/pkg-message b/net-p2p/azureus2/pkg-message deleted file mode 100644 index 5cb6f3adf3d8..000000000000 --- a/net-p2p/azureus2/pkg-message +++ /dev/null @@ -1,14 +0,0 @@ -==================================== -============ ATTENTION ============= -==================================== - -If you have problems running -Azureus, make sure you have the -latest version of all your installed -packages. - -For instance, make sure the swt -package is of version 3.2.1 or -later. - -==================================== diff --git a/net-p2p/freenet05/Makefile b/net-p2p/freenet05/Makefile deleted file mode 100644 index 2b0d36e9a075..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= ports@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/ktorrent2/Makefile b/net-p2p/ktorrent2/Makefile deleted file mode 100644 index bbe29685dccf..000000000000 --- a/net-p2p/ktorrent2/Makefile +++ /dev/null @@ -1,34 +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= 2.0.3 -CATEGORIES= net-p2p kde -MASTER_SITES= http://ktorrent.pwsp.net/downloads/${PORTVERSION}/ - -MAINTAINER= markus@FreeBSD.org -COMMENT= BitTorrent client for KDE - -LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4 - -CONFLICTS= ktorrent-devel-[0-9]* - -USE_KDELIBS_VER=3 -USE_AUTOTOOLS= libtool:15 -USE_GMAKE= yes - -post-patch: - @${TOUCH} ${WRKSRC}/config.h.in - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on FreeBSD 4.x -.endif - -.include <bsd.port.post.mk> diff --git a/net-p2p/ktorrent2/distinfo b/net-p2p/ktorrent2/distinfo deleted file mode 100644 index 27e501b85842..000000000000 --- a/net-p2p/ktorrent2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ktorrent-2.0.3.tar.gz) = f0297ab9ead77ee11f9f46cffa904b89 -SHA256 (ktorrent-2.0.3.tar.gz) = 5bf5204d408ecbb5a0cf0e74230e2ea0eb0500f0b52828481399c560909155fc -SIZE (ktorrent-2.0.3.tar.gz) = 2736562 diff --git a/net-p2p/ktorrent2/pkg-descr b/net-p2p/ktorrent2/pkg-descr deleted file mode 100644 index 574a196bcdf2..000000000000 --- a/net-p2p/ktorrent2/pkg-descr +++ /dev/null @@ -1,18 +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 - o Port forwarding with UPnP - o IP blocking plugin - o Importing of partially or fully downloaded files - o Support for distributed hash tables - o Protocol encryption - o Bandwith scheduling - o Directory scanner to automatically load torrents in certain directories - o Trackers can be added to torrents - o File prioritization for multi file torrents - -WWW: http://ktorrent.org/ diff --git a/net-p2p/ktorrent2/pkg-plist b/net-p2p/ktorrent2/pkg-plist deleted file mode 100644 index 5d9f83d80d97..000000000000 --- a/net-p2p/ktorrent2/pkg-plist +++ /dev/null @@ -1,411 +0,0 @@ -bin/ktcachecheck -bin/ktorrent -bin/ktshell -bin/kttorinfo -bin/ktupnptest -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/ktscanfolderplugin.a -lib/kde3/ktscanfolderplugin.la -lib/kde3/ktscanfolderplugin.so -lib/kde3/ktschedulerplugin.a -lib/kde3/ktschedulerplugin.la -lib/kde3/ktschedulerplugin.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/geoip/FLAGS_LICENCE -share/apps/ktorrent/geoip/GeoIP-LICENSE.txt -share/apps/ktorrent/geoip/ad.png -share/apps/ktorrent/geoip/ae.png -share/apps/ktorrent/geoip/af.png -share/apps/ktorrent/geoip/ag.png -share/apps/ktorrent/geoip/ai.png -share/apps/ktorrent/geoip/al.png -share/apps/ktorrent/geoip/am.png -share/apps/ktorrent/geoip/an.png -share/apps/ktorrent/geoip/ao.png -share/apps/ktorrent/geoip/aq.png -share/apps/ktorrent/geoip/ar.png -share/apps/ktorrent/geoip/as.png -share/apps/ktorrent/geoip/at.png -share/apps/ktorrent/geoip/au.png -share/apps/ktorrent/geoip/aw.png -share/apps/ktorrent/geoip/az.png -share/apps/ktorrent/geoip/ba.png -share/apps/ktorrent/geoip/bb.png -share/apps/ktorrent/geoip/bd.png -share/apps/ktorrent/geoip/be.png -share/apps/ktorrent/geoip/bf.png -share/apps/ktorrent/geoip/bg.png -share/apps/ktorrent/geoip/bh.png -share/apps/ktorrent/geoip/bi.png -share/apps/ktorrent/geoip/bj.png -share/apps/ktorrent/geoip/bm.png -share/apps/ktorrent/geoip/bn.png -share/apps/ktorrent/geoip/bo.png -share/apps/ktorrent/geoip/br.png -share/apps/ktorrent/geoip/bs.png -share/apps/ktorrent/geoip/bt.png -share/apps/ktorrent/geoip/bv.png -share/apps/ktorrent/geoip/bw.png -share/apps/ktorrent/geoip/by.png -share/apps/ktorrent/geoip/bz.png -share/apps/ktorrent/geoip/ca.png -share/apps/ktorrent/geoip/cc.png -share/apps/ktorrent/geoip/cd.png -share/apps/ktorrent/geoip/cf.png -share/apps/ktorrent/geoip/cg.png -share/apps/ktorrent/geoip/ch.png -share/apps/ktorrent/geoip/ci.png -share/apps/ktorrent/geoip/ck.png -share/apps/ktorrent/geoip/cl.png -share/apps/ktorrent/geoip/cm.png -share/apps/ktorrent/geoip/cn.png -share/apps/ktorrent/geoip/co.png -share/apps/ktorrent/geoip/cr.png -share/apps/ktorrent/geoip/cs.png -share/apps/ktorrent/geoip/cu.png -share/apps/ktorrent/geoip/cv.png -share/apps/ktorrent/geoip/cx.png -share/apps/ktorrent/geoip/cy.png -share/apps/ktorrent/geoip/cz.png -share/apps/ktorrent/geoip/de.png -share/apps/ktorrent/geoip/dj.png -share/apps/ktorrent/geoip/dk.png -share/apps/ktorrent/geoip/dm.png -share/apps/ktorrent/geoip/do.png -share/apps/ktorrent/geoip/dz.png -share/apps/ktorrent/geoip/ec.png -share/apps/ktorrent/geoip/ee.png -share/apps/ktorrent/geoip/eg.png -share/apps/ktorrent/geoip/eh.png -share/apps/ktorrent/geoip/er.png -share/apps/ktorrent/geoip/es.png -share/apps/ktorrent/geoip/et.png -share/apps/ktorrent/geoip/eu.png -share/apps/ktorrent/geoip/fi.png -share/apps/ktorrent/geoip/fj.png -share/apps/ktorrent/geoip/fk.png -share/apps/ktorrent/geoip/fm.png -share/apps/ktorrent/geoip/fo.png -share/apps/ktorrent/geoip/fr.png -share/apps/ktorrent/geoip/ga.png -share/apps/ktorrent/geoip/gb.png -share/apps/ktorrent/geoip/gd.png -share/apps/ktorrent/geoip/ge.png -share/apps/ktorrent/geoip/geoip.dat -share/apps/ktorrent/geoip/gf.png -share/apps/ktorrent/geoip/gh.png -share/apps/ktorrent/geoip/gi.png -share/apps/ktorrent/geoip/gl.png -share/apps/ktorrent/geoip/gm.png -share/apps/ktorrent/geoip/gn.png -share/apps/ktorrent/geoip/gp.png -share/apps/ktorrent/geoip/gq.png -share/apps/ktorrent/geoip/gr.png -share/apps/ktorrent/geoip/gs.png -share/apps/ktorrent/geoip/gt.png -share/apps/ktorrent/geoip/gu.png -share/apps/ktorrent/geoip/gw.png -share/apps/ktorrent/geoip/gy.png -share/apps/ktorrent/geoip/hk.png -share/apps/ktorrent/geoip/hm.png -share/apps/ktorrent/geoip/hn.png -share/apps/ktorrent/geoip/hr.png -share/apps/ktorrent/geoip/ht.png -share/apps/ktorrent/geoip/hu.png -share/apps/ktorrent/geoip/id.png -share/apps/ktorrent/geoip/ie.png -share/apps/ktorrent/geoip/il.png -share/apps/ktorrent/geoip/in.png -share/apps/ktorrent/geoip/io.png -share/apps/ktorrent/geoip/iq.png -share/apps/ktorrent/geoip/ir.png -share/apps/ktorrent/geoip/is.png -share/apps/ktorrent/geoip/it.png -share/apps/ktorrent/geoip/jm.png -share/apps/ktorrent/geoip/jo.png -share/apps/ktorrent/geoip/jp.png -share/apps/ktorrent/geoip/ke.png -share/apps/ktorrent/geoip/kg.png -share/apps/ktorrent/geoip/kh.png -share/apps/ktorrent/geoip/ki.png -share/apps/ktorrent/geoip/km.png -share/apps/ktorrent/geoip/kn.png -share/apps/ktorrent/geoip/kp.png -share/apps/ktorrent/geoip/kr.png -share/apps/ktorrent/geoip/kw.png -share/apps/ktorrent/geoip/ky.png -share/apps/ktorrent/geoip/kz.png -share/apps/ktorrent/geoip/la.png -share/apps/ktorrent/geoip/lb.png -share/apps/ktorrent/geoip/lc.png -share/apps/ktorrent/geoip/li.png -share/apps/ktorrent/geoip/lk.png -share/apps/ktorrent/geoip/lr.png -share/apps/ktorrent/geoip/ls.png -share/apps/ktorrent/geoip/lt.png -share/apps/ktorrent/geoip/lu.png -share/apps/ktorrent/geoip/lv.png -share/apps/ktorrent/geoip/ly.png -share/apps/ktorrent/geoip/ma.png -share/apps/ktorrent/geoip/mc.png -share/apps/ktorrent/geoip/md.png -share/apps/ktorrent/geoip/mg.png -share/apps/ktorrent/geoip/mh.png -share/apps/ktorrent/geoip/mk.png -share/apps/ktorrent/geoip/ml.png -share/apps/ktorrent/geoip/mm.png -share/apps/ktorrent/geoip/mn.png -share/apps/ktorrent/geoip/mo.png -share/apps/ktorrent/geoip/mp.png -share/apps/ktorrent/geoip/mq.png -share/apps/ktorrent/geoip/mr.png -share/apps/ktorrent/geoip/ms.png -share/apps/ktorrent/geoip/mt.png -share/apps/ktorrent/geoip/mu.png -share/apps/ktorrent/geoip/mv.png -share/apps/ktorrent/geoip/mw.png -share/apps/ktorrent/geoip/mx.png -share/apps/ktorrent/geoip/my.png -share/apps/ktorrent/geoip/mz.png -share/apps/ktorrent/geoip/na.png -share/apps/ktorrent/geoip/nc.png -share/apps/ktorrent/geoip/ne.png -share/apps/ktorrent/geoip/nf.png -share/apps/ktorrent/geoip/ng.png -share/apps/ktorrent/geoip/ni.png -share/apps/ktorrent/geoip/nl.png -share/apps/ktorrent/geoip/no.png -share/apps/ktorrent/geoip/np.png -share/apps/ktorrent/geoip/nr.png -share/apps/ktorrent/geoip/nu.png -share/apps/ktorrent/geoip/nz.png -share/apps/ktorrent/geoip/om.png -share/apps/ktorrent/geoip/pa.png -share/apps/ktorrent/geoip/pe.png -share/apps/ktorrent/geoip/pf.png -share/apps/ktorrent/geoip/pg.png -share/apps/ktorrent/geoip/ph.png -share/apps/ktorrent/geoip/pk.png -share/apps/ktorrent/geoip/pl.png -share/apps/ktorrent/geoip/pm.png -share/apps/ktorrent/geoip/pn.png -share/apps/ktorrent/geoip/pr.png -share/apps/ktorrent/geoip/ps.png -share/apps/ktorrent/geoip/pt.png -share/apps/ktorrent/geoip/pw.png -share/apps/ktorrent/geoip/py.png -share/apps/ktorrent/geoip/qa.png -share/apps/ktorrent/geoip/re.png -share/apps/ktorrent/geoip/ro.png -share/apps/ktorrent/geoip/ru.png -share/apps/ktorrent/geoip/rw.png -share/apps/ktorrent/geoip/sa.png -share/apps/ktorrent/geoip/sb.png -share/apps/ktorrent/geoip/sc.png -share/apps/ktorrent/geoip/sd.png -share/apps/ktorrent/geoip/se.png -share/apps/ktorrent/geoip/sg.png -share/apps/ktorrent/geoip/sh.png -share/apps/ktorrent/geoip/si.png -share/apps/ktorrent/geoip/sj.png -share/apps/ktorrent/geoip/sk.png -share/apps/ktorrent/geoip/sl.png -share/apps/ktorrent/geoip/sm.png -share/apps/ktorrent/geoip/sn.png -share/apps/ktorrent/geoip/so.png -share/apps/ktorrent/geoip/sr.png -share/apps/ktorrent/geoip/st.png -share/apps/ktorrent/geoip/sv.png -share/apps/ktorrent/geoip/sy.png -share/apps/ktorrent/geoip/sz.png -share/apps/ktorrent/geoip/tc.png -share/apps/ktorrent/geoip/td.png -share/apps/ktorrent/geoip/tf.png -share/apps/ktorrent/geoip/tg.png -share/apps/ktorrent/geoip/th.png -share/apps/ktorrent/geoip/tj.png -share/apps/ktorrent/geoip/tk.png -share/apps/ktorrent/geoip/tl.png -share/apps/ktorrent/geoip/tm.png -share/apps/ktorrent/geoip/tn.png -share/apps/ktorrent/geoip/to.png -share/apps/ktorrent/geoip/tp.png -share/apps/ktorrent/geoip/tr.png -share/apps/ktorrent/geoip/tt.png -share/apps/ktorrent/geoip/tv.png -share/apps/ktorrent/geoip/tw.png -share/apps/ktorrent/geoip/tz.png -share/apps/ktorrent/geoip/ua.png -share/apps/ktorrent/geoip/ug.png -share/apps/ktorrent/geoip/um.png -share/apps/ktorrent/geoip/us.png -share/apps/ktorrent/geoip/uy.png -share/apps/ktorrent/geoip/uz.png -share/apps/ktorrent/geoip/va.png -share/apps/ktorrent/geoip/vc.png -share/apps/ktorrent/geoip/ve.png -share/apps/ktorrent/geoip/vg.png -share/apps/ktorrent/geoip/vi.png -share/apps/ktorrent/geoip/vn.png -share/apps/ktorrent/geoip/vu.png -share/apps/ktorrent/geoip/wf.png -share/apps/ktorrent/geoip/ws.png -share/apps/ktorrent/geoip/ye.png -share/apps/ktorrent/geoip/yt.png -share/apps/ktorrent/geoip/yu.png -share/apps/ktorrent/geoip/za.png -share/apps/ktorrent/geoip/zm.png -share/apps/ktorrent/geoip/zw.png -share/apps/ktorrent/icons/cell-a-0000.png -share/apps/ktorrent/icons/cell-a-0001.png -share/apps/ktorrent/icons/cell-a-0002.png -share/apps/ktorrent/icons/cell-a-0003.png -share/apps/ktorrent/icons/cell-a-0004.png -share/apps/ktorrent/icons/cell-b-0000.png -share/apps/ktorrent/icons/cell-b-0001.png -share/apps/ktorrent/icons/cell-b-0002.png -share/apps/ktorrent/icons/cell-b-0003.png -share/apps/ktorrent/icons/cell-b-0004.png -share/apps/ktorrent/icons/hicolor/22x22/actions/ktencrypted.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/48x48/actions/ktplugins.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/filesystems/ktprefdownloads.png -share/apps/ktorrent/ktorrentui.rc -share/apps/ktorrent/ktpartfileimportpluginui.rc -share/apps/ktorrent/ktschedulerpluginui.rc -share/config.kcfg/ktinfowidgetplugin.kcfg -share/config.kcfg/ktipfilterplugin.kcfg -share/config.kcfg/ktlogviewerplugin.kcfg -share/config.kcfg/ktorrent.kcfg -share/config.kcfg/ktscanfolderplugin.kcfg -share/config.kcfg/ktschedulerplugin.kcfg -share/config.kcfg/ktsearchplugin.kcfg -share/config.kcfg/ktupnpplugin.kcfg -share/icons/hicolor/128x128/apps/ktorrent.png -share/icons/hicolor/128x128/mimetypes/torrent.png -share/icons/hicolor/16x16/apps/ktorrent.png -share/icons/hicolor/16x16/mimetypes/torrent.png -share/icons/hicolor/22x22/apps/ktorrent.png -share/icons/hicolor/22x22/mimetypes/torrent.png -share/icons/hicolor/32x32/apps/ktorrent.png -share/icons/hicolor/32x32/mimetypes/torrent.png -share/icons/hicolor/48x48/apps/ktorrent.png -share/icons/hicolor/48x48/mimetypes/torrent.png -share/icons/hicolor/64x64/apps/ktorrent.png -share/icons/hicolor/64x64/mimetypes/torrent.png -share/icons/hicolor/scalable/apps/ktorrent.svgz -share/icons/hicolor/scalable/mimetypes/torrent.svgz -share/locale/bg/LC_MESSAGES/ktorrent.mo -share/locale/br/LC_MESSAGES/ktorrent.mo -share/locale/ca/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/eu/LC_MESSAGES/ktorrent.mo -share/locale/fr/LC_MESSAGES/ktorrent.mo -share/locale/ga/LC_MESSAGES/ktorrent.mo -share/locale/gl/LC_MESSAGES/ktorrent.mo -share/locale/hu/LC_MESSAGES/ktorrent.mo -share/locale/it/LC_MESSAGES/ktorrent.mo -share/locale/ja/LC_MESSAGES/ktorrent.mo -share/locale/km/LC_MESSAGES/ktorrent.mo -share/locale/lt/LC_MESSAGES/ktorrent.mo -share/locale/mk/LC_MESSAGES/ktorrent.mo -share/locale/ms/LC_MESSAGES/ktorrent.mo -share/locale/nb/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/rw/LC_MESSAGES/ktorrent.mo -share/locale/sk/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/locale/zh_TW/LC_MESSAGES/ktorrent.mo -share/services/ktinfowidgetplugin.desktop -share/services/ktipfilterplugin.desktop -share/services/ktlogviewerplugin.desktop -share/services/ktpartfileimportplugin.desktop -share/services/ktscanfolderplugin.desktop -share/services/ktschedulerplugin.desktop -share/services/ktsearchplugin.desktop -share/services/ktupnpplugin.desktop -share/servicetypes/ktorrentplugin.desktop -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@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/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/km/LC_MESSAGES -@dirrmtry share/locale/km -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrm share/apps/ktorrent/icons/hicolor/64x64/filesystems -@dirrm share/apps/ktorrent/icons/hicolor/64x64/actions -@dirrm share/apps/ktorrent/icons/hicolor/64x64 -@dirrm share/apps/ktorrent/icons/hicolor/48x48/actions -@dirrm share/apps/ktorrent/icons/hicolor/48x48 -@dirrm share/apps/ktorrent/icons/hicolor/22x22/actions -@dirrm share/apps/ktorrent/icons/hicolor/22x22 -@dirrm share/apps/ktorrent/icons/hicolor -@dirrm share/apps/ktorrent/icons -@dirrm share/apps/ktorrent/geoip -@dirrm share/apps/ktorrent -@dirrmtry share/applications/kde diff --git a/net-p2p/libtorrent-rasterbar-14/Makefile b/net-p2p/libtorrent-rasterbar-14/Makefile deleted file mode 100644 index 64ec889d5c99..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: rblibtorrent -# Date created: 5 February 2006 -# Whom: Johan Ström <johan@stromnet.org> -# -# $FreeBSD$ -# - -PORTNAME= libtorrent -PORTVERSION= 0.11 -PORTREVISION= 1 -CATEGORIES= net-p2p -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=libtorrent -PKGNAMEPREFIX= rb - -MAINTAINER= johan@stromnet.se -COMMENT= A C++ library implementing a BitTorrent client - -LIB_DEPENDS= boost_date_time.3:${PORTSDIR}/devel/boost \ - boost_filesystem.3:${PORTSDIR}/devel/boost \ - boost_thread.3:${PORTSDIR}/devel/boost - -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-debug -CONFIGURE_ENV= CXXFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -CONFLICTS= libtorrent-[0-9]* - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= is unsupported on FreeBSD < 5 -.endif - -.include <bsd.port.post.mk> diff --git a/net-p2p/libtorrent-rasterbar-14/distinfo b/net-p2p/libtorrent-rasterbar-14/distinfo deleted file mode 100644 index 74318f11702b..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libtorrent-0.11.tar.gz) = 56e9071b95a6e3f9377121f2fead3499 -SHA256 (libtorrent-0.11.tar.gz) = f350e0af6b42c2cdb1f19008b00fe5f0b70236817f532a94bcb1e3ef6ebba0d7 -SIZE (libtorrent-0.11.tar.gz) = 1130537 diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-Makefile.in b/net-p2p/libtorrent-rasterbar-14/files/patch-Makefile.in deleted file mode 100644 index 1b322cd1715d..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Wed Nov 29 13:16:17 2006 -+++ Makefile.in Wed Nov 29 13:16:22 2006 -@@ -235,7 +235,7 @@ - debian/libtorrent0.install \ - debian/rules - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = libtorrent.pc - all: config.h - $(MAKE) $(AM_MAKEFLAGS) all-recursive diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-include_libtorrent_asio_detail_socket_ops.hpp b/net-p2p/libtorrent-rasterbar-14/files/patch-include_libtorrent_asio_detail_socket_ops.hpp deleted file mode 100644 index 0943e805c176..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/files/patch-include_libtorrent_asio_detail_socket_ops.hpp +++ /dev/null @@ -1,92 +0,0 @@ ---- include/libtorrent/asio/detail/socket_ops.hpp.original Tue Oct 24 00:50:21 2006 -+++ include/libtorrent/asio/detail/socket_ops.hpp Wed Nov 29 14:40:02 2006 -@@ -66,7 +66,7 @@ - socket_addr_len_type* addrlen) - { - set_error(0); --#if defined(__MACH__) && defined(__APPLE__) -+#if defined(__MACH__) && defined(__APPLE__) || defined(__FreeBSD__) - socket_type new_s = error_wrapper(::accept(s, addr, addrlen)); - if (new_s == invalid_socket) - return new_s; -@@ -279,7 +279,7 @@ - #if defined(BOOST_WINDOWS) || defined(__CYGWIN__) - return error_wrapper(::WSASocket(af, type, protocol, 0, 0, - WSA_FLAG_OVERLAPPED)); --#elif defined(__MACH__) && defined(__APPLE__) -+#elif defined(__MACH__) && defined(__APPLE__) || defined(__FreeBSD__) - socket_type s = error_wrapper(::socket(af, type, protocol)); - if (s == invalid_socket) - return s; -@@ -561,7 +561,7 @@ - } - - #if defined(BOOST_WINDOWS) || defined(__CYGWIN__) \ -- || defined(__MACH__) && defined(__APPLE__) -+ || defined(__MACH__) && defined(__APPLE__) || defined(__FreeBSD__) - - // The following functions are only needed for emulation of getaddrinfo and - // getnameinfo. -@@ -604,7 +604,7 @@ - buffer, buflength, error)); - *error = translate_netdb_error(*error); - return retval; --#elif defined(__MACH__) && defined(__APPLE__) -+#elif defined(__MACH__) && defined(__APPLE__) || defined(__FreeBSD__) - (void)(buffer); - (void)(buflength); - hostent* retval = error_wrapper(::getipnodebyaddr(addr, length, af, error)); -@@ -652,7 +652,7 @@ - buflength, error)); - *error = translate_netdb_error(*error); - return retval; --#elif defined(__MACH__) && defined(__APPLE__) -+#elif defined(__MACH__) && defined(__APPLE__) || defined(__FreeBSD__) - (void)(buffer); - (void)(buflength); - hostent* retval = error_wrapper(::getipnodebyname( -@@ -679,7 +679,7 @@ - - inline void freehostent(hostent* h) - { --#if defined(__MACH__) && defined(__APPLE__) -+#if defined(__MACH__) && defined(__APPLE__) || defined(__FreeBSD__) - if (h) - ::freehostent(h); - #else -@@ -1372,7 +1372,7 @@ - } - - #endif // defined(BOOST_WINDOWS) || defined(__CYGWIN__) -- // || defined(__MACH__) && defined(__APPLE__) -+ // || defined(__MACH__) && defined(__APPLE__) || defined(__FreeBSD__) - - inline int translate_addrinfo_error(int error) - { -@@ -1425,7 +1425,7 @@ - int error = getaddrinfo_emulation(host, service, hints, result); - return translate_addrinfo_error(error); - # endif --#elif defined(__MACH__) && defined(__APPLE__) -+#elif defined(__MACH__) && defined(__APPLE__) || defined(__FreeBSD__) - int error = getaddrinfo_emulation(host, service, hints, result); - return translate_addrinfo_error(error); - #else -@@ -1453,7 +1453,7 @@ - } - freeaddrinfo_emulation(ai); - # endif --#elif defined(__MACH__) && defined(__APPLE__) -+#elif defined(__MACH__) && defined(__APPLE__) || defined(__FreeBSD__) - freeaddrinfo_emulation(ai); - #else - ::freeaddrinfo(ai); -@@ -1488,7 +1488,7 @@ - host, hostlen, serv, servlen, flags); - return translate_addrinfo_error(error); - # endif --#elif defined(__MACH__) && defined(__APPLE__) -+#elif defined(__MACH__) && defined(__APPLE__) || defined(__FreeBSD__) - using namespace std; // For memcpy. - sockaddr_storage_type tmp_addr; - memcpy(&tmp_addr, addr, addrlen); diff --git a/net-p2p/libtorrent-rasterbar-14/pkg-descr b/net-p2p/libtorrent-rasterbar-14/pkg-descr deleted file mode 100644 index 814d0c42687a..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -libtorrent is a C++ library that aims to be a good alternative to -all the other bittorrent implementations around. -It is a library and not a full featured client, although it comes -with a working example client. - -The main goals of libtorrent are: - * to be cpu efficient - * to be memory efficient - * to be very easy to use - -Note that this is NOT the same library as the libtorrent port! - -WWW: http://www.rasterbar.com/products/libtorrent.html diff --git a/net-p2p/libtorrent-rasterbar-14/pkg-plist b/net-p2p/libtorrent-rasterbar-14/pkg-plist deleted file mode 100644 index fca1337deebc..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/pkg-plist +++ /dev/null @@ -1,213 +0,0 @@ -include/libtorrent/alert.hpp -include/libtorrent/alert_types.hpp -include/libtorrent/allocate_resources.hpp -include/libtorrent/asio.hpp -include/libtorrent/asio/basic_datagram_socket.hpp -include/libtorrent/asio/basic_deadline_timer.hpp -include/libtorrent/asio/basic_io_object.hpp -include/libtorrent/asio/basic_resolver.hpp -include/libtorrent/asio/basic_socket.hpp -include/libtorrent/asio/basic_socket_acceptor.hpp -include/libtorrent/asio/basic_socket_iostream.hpp -include/libtorrent/asio/basic_socket_streambuf.hpp -include/libtorrent/asio/basic_stream_socket.hpp -include/libtorrent/asio/basic_streambuf.hpp -include/libtorrent/asio/buffer.hpp -include/libtorrent/asio/buffered_read_stream.hpp -include/libtorrent/asio/buffered_read_stream_fwd.hpp -include/libtorrent/asio/buffered_stream.hpp -include/libtorrent/asio/buffered_stream_fwd.hpp -include/libtorrent/asio/buffered_write_stream.hpp -include/libtorrent/asio/buffered_write_stream_fwd.hpp -include/libtorrent/asio/completion_condition.hpp -include/libtorrent/asio/datagram_socket_service.hpp -include/libtorrent/asio/deadline_timer.hpp -include/libtorrent/asio/deadline_timer_service.hpp -include/libtorrent/asio/detail/bind_handler.hpp -include/libtorrent/asio/detail/buffer_resize_guard.hpp -include/libtorrent/asio/detail/buffered_stream_storage.hpp -include/libtorrent/asio/detail/call_stack.hpp -include/libtorrent/asio/detail/const_buffers_iterator.hpp -include/libtorrent/asio/detail/consuming_buffers.hpp -include/libtorrent/asio/detail/deadline_timer_service.hpp -include/libtorrent/asio/detail/epoll_reactor.hpp -include/libtorrent/asio/detail/epoll_reactor_fwd.hpp -include/libtorrent/asio/detail/event.hpp -include/libtorrent/asio/detail/fd_set_adapter.hpp -include/libtorrent/asio/detail/handler_alloc_helpers.hpp -include/libtorrent/asio/detail/handler_invoke_helpers.hpp -include/libtorrent/asio/detail/hash_map.hpp -include/libtorrent/asio/detail/io_control.hpp -include/libtorrent/asio/detail/kqueue_reactor.hpp -include/libtorrent/asio/detail/kqueue_reactor_fwd.hpp -include/libtorrent/asio/detail/mutex.hpp -include/libtorrent/asio/detail/noncopyable.hpp -include/libtorrent/asio/detail/null_event.hpp -include/libtorrent/asio/detail/null_mutex.hpp -include/libtorrent/asio/detail/null_signal_blocker.hpp -include/libtorrent/asio/detail/null_thread.hpp -include/libtorrent/asio/detail/null_tss_ptr.hpp -include/libtorrent/asio/detail/old_win_sdk_compat.hpp -include/libtorrent/asio/detail/pipe_select_interrupter.hpp -include/libtorrent/asio/detail/pop_options.hpp -include/libtorrent/asio/detail/posix_event.hpp -include/libtorrent/asio/detail/posix_fd_set_adapter.hpp -include/libtorrent/asio/detail/posix_mutex.hpp -include/libtorrent/asio/detail/posix_signal_blocker.hpp -include/libtorrent/asio/detail/posix_thread.hpp -include/libtorrent/asio/detail/posix_tss_ptr.hpp -include/libtorrent/asio/detail/push_options.hpp -include/libtorrent/asio/detail/reactive_socket_service.hpp -include/libtorrent/asio/detail/reactor_op_queue.hpp -include/libtorrent/asio/detail/resolver_service.hpp -include/libtorrent/asio/detail/scoped_lock.hpp -include/libtorrent/asio/detail/select_interrupter.hpp -include/libtorrent/asio/detail/select_reactor.hpp -include/libtorrent/asio/detail/select_reactor_fwd.hpp -include/libtorrent/asio/detail/service_registry.hpp -include/libtorrent/asio/detail/signal_blocker.hpp -include/libtorrent/asio/detail/signal_init.hpp -include/libtorrent/asio/detail/socket_holder.hpp -include/libtorrent/asio/detail/socket_ops.hpp -include/libtorrent/asio/detail/socket_option.hpp -include/libtorrent/asio/detail/socket_select_interrupter.hpp -include/libtorrent/asio/detail/socket_types.hpp -include/libtorrent/asio/detail/strand_service.hpp -include/libtorrent/asio/detail/task_io_service.hpp -include/libtorrent/asio/detail/task_io_service_fwd.hpp -include/libtorrent/asio/detail/thread.hpp -include/libtorrent/asio/detail/timer_queue.hpp -include/libtorrent/asio/detail/timer_queue_base.hpp -include/libtorrent/asio/detail/tss_ptr.hpp -include/libtorrent/asio/detail/win_event.hpp -include/libtorrent/asio/detail/win_fd_set_adapter.hpp -include/libtorrent/asio/detail/win_iocp_io_service.hpp -include/libtorrent/asio/detail/win_iocp_io_service_fwd.hpp -include/libtorrent/asio/detail/win_iocp_operation.hpp -include/libtorrent/asio/detail/win_iocp_socket_service.hpp -include/libtorrent/asio/detail/win_local_free_on_block_exit.hpp -include/libtorrent/asio/detail/win_mutex.hpp -include/libtorrent/asio/detail/win_signal_blocker.hpp -include/libtorrent/asio/detail/win_thread.hpp -include/libtorrent/asio/detail/win_tss_ptr.hpp -include/libtorrent/asio/detail/winsock_init.hpp -include/libtorrent/asio/detail/wrapped_handler.hpp -include/libtorrent/asio/error.hpp -include/libtorrent/asio/error_handler.hpp -include/libtorrent/asio/handler_alloc_hook.hpp -include/libtorrent/asio/handler_invoke_hook.hpp -include/libtorrent/asio/impl/io_service.ipp -include/libtorrent/asio/impl/read.ipp -include/libtorrent/asio/impl/read_until.ipp -include/libtorrent/asio/impl/write.ipp -include/libtorrent/asio/io_service.hpp -include/libtorrent/asio/ip/address.hpp -include/libtorrent/asio/ip/address_v4.hpp -include/libtorrent/asio/ip/address_v6.hpp -include/libtorrent/asio/ip/basic_endpoint.hpp -include/libtorrent/asio/ip/basic_resolver_entry.hpp -include/libtorrent/asio/ip/basic_resolver_iterator.hpp -include/libtorrent/asio/ip/basic_resolver_query.hpp -include/libtorrent/asio/ip/detail/socket_option.hpp -include/libtorrent/asio/ip/host_name.hpp -include/libtorrent/asio/ip/multicast.hpp -include/libtorrent/asio/ip/resolver_query_base.hpp -include/libtorrent/asio/ip/tcp.hpp -include/libtorrent/asio/ip/udp.hpp -include/libtorrent/asio/is_read_buffered.hpp -include/libtorrent/asio/is_write_buffered.hpp -include/libtorrent/asio/placeholders.hpp -include/libtorrent/asio/read.hpp -include/libtorrent/asio/read_until.hpp -include/libtorrent/asio/resolver_service.hpp -include/libtorrent/asio/socket_acceptor_service.hpp -include/libtorrent/asio/socket_base.hpp -include/libtorrent/asio/ssl.hpp -include/libtorrent/asio/ssl/basic_context.hpp -include/libtorrent/asio/ssl/context.hpp -include/libtorrent/asio/ssl/context_base.hpp -include/libtorrent/asio/ssl/context_service.hpp -include/libtorrent/asio/ssl/detail/openssl_context_service.hpp -include/libtorrent/asio/ssl/detail/openssl_init.hpp -include/libtorrent/asio/ssl/detail/openssl_operation.hpp -include/libtorrent/asio/ssl/detail/openssl_stream_service.hpp -include/libtorrent/asio/ssl/detail/openssl_types.hpp -include/libtorrent/asio/ssl/stream.hpp -include/libtorrent/asio/ssl/stream_base.hpp -include/libtorrent/asio/ssl/stream_service.hpp -include/libtorrent/asio/strand.hpp -include/libtorrent/asio/stream_socket_service.hpp -include/libtorrent/asio/streambuf.hpp -include/libtorrent/asio/system_exception.hpp -include/libtorrent/asio/thread.hpp -include/libtorrent/asio/time_traits.hpp -include/libtorrent/asio/write.hpp -include/libtorrent/aux_/allocate_resources_impl.hpp -include/libtorrent/aux_/session_impl.hpp -include/libtorrent/bencode.hpp -include/libtorrent/bt_peer_connection.hpp -include/libtorrent/buffer.hpp -include/libtorrent/config.hpp -include/libtorrent/debug.hpp -include/libtorrent/entry.hpp -include/libtorrent/escape_string.hpp -include/libtorrent/file.hpp -include/libtorrent/fingerprint.hpp -include/libtorrent/hasher.hpp -include/libtorrent/http_tracker_connection.hpp -include/libtorrent/identify_client.hpp -include/libtorrent/invariant_check.hpp -include/libtorrent/io.hpp -include/libtorrent/ip_filter.hpp -include/libtorrent/kademlia/closest_nodes.hpp -include/libtorrent/kademlia/dht_tracker.hpp -include/libtorrent/kademlia/find_data.hpp -include/libtorrent/kademlia/logging.hpp -include/libtorrent/kademlia/node.hpp -include/libtorrent/kademlia/node_entry.hpp -include/libtorrent/kademlia/node_id.hpp -include/libtorrent/kademlia/packet_iterator.hpp -include/libtorrent/kademlia/refresh.hpp -include/libtorrent/kademlia/routing_table.hpp -include/libtorrent/kademlia/rpc_manager.hpp -include/libtorrent/kademlia/traversal_algorithm.hpp -include/libtorrent/peer.hpp -include/libtorrent/peer_connection.hpp -include/libtorrent/peer_id.hpp -include/libtorrent/peer_info.hpp -include/libtorrent/peer_request.hpp -include/libtorrent/piece_block_progress.hpp -include/libtorrent/piece_picker.hpp -include/libtorrent/policy.hpp -include/libtorrent/random_sample.hpp -include/libtorrent/resource_request.hpp -include/libtorrent/session.hpp -include/libtorrent/session_settings.hpp -include/libtorrent/session_status.hpp -include/libtorrent/size_type.hpp -include/libtorrent/socket.hpp -include/libtorrent/stat.hpp -include/libtorrent/storage.hpp -include/libtorrent/torrent.hpp -include/libtorrent/torrent_handle.hpp -include/libtorrent/torrent_info.hpp -include/libtorrent/tracker_manager.hpp -include/libtorrent/udp_tracker_connection.hpp -include/libtorrent/utf8.hpp -include/libtorrent/version.hpp -include/libtorrent/web_peer_connection.hpp -lib/libtorrent.a -lib/libtorrent.la -lib/libtorrent.so -lib/libtorrent.so.1 -libdata/pkgconfig/libtorrent.pc -@dirrm include/libtorrent/kademlia -@dirrm include/libtorrent/aux_ -@dirrm include/libtorrent/asio/ssl/detail -@dirrm include/libtorrent/asio/ssl -@dirrm include/libtorrent/asio/ip/detail -@dirrm include/libtorrent/asio/ip -@dirrm include/libtorrent/asio/impl -@dirrm include/libtorrent/asio/detail -@dirrm include/libtorrent/asio -@dirrm include/libtorrent diff --git a/net-p2p/museek+/Makefile b/net-p2p/museek+/Makefile deleted file mode 100644 index 51d80d1e3bde..000000000000 --- a/net-p2p/museek+/Makefile +++ /dev/null @@ -1,102 +0,0 @@ -# New ports collection makefile for: museekplus -# Date created: 06 Aug 2006 -# Whom: Stefan Walter <stefan@FreeBSD.org> -# -# $FreeBSD$ -# -# This port's behaviour can be adjusted by defining the following variables: -# -# WITHOUT_MUSEEQ - build without museeq, the Qt frontend -# WITHOUT_QSA - build museeq without scripting support -# WITH_DEBUG - build with debugging messages -# WITH_OPTIMIZED_CFLAGS - build with optimizations and exclude debug symbols - -PORTNAME= museekplus -PORTVERSION= 0.1.12 -CATEGORIES= net-p2p -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= museek-plus -DISTNAME= museek+-${PORTVERSION} - -MAINTAINER= stefan@FreeBSD.org -COMMENT= SoulSeek client with separate terminal and Qt based interface - -LIB_DEPENDS= xml\\+\\+:${PORTSDIR}/textproc/libxml++26 \ - vorbis:${PORTSDIR}/audio/libvorbis -BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 - -USE_BZIP2= yes -USE_PYTHON= yes -USE_SCONS= yes -USE_FAM= yes - -SCONS_ARGS= QTDIR=${X11BASE} QT_LIB=qt-mt PREFIX=${PREFIX} VORBIS=yes -DATADIR= share/museek - -MAN1= muscan.1 muscand.1 museekd.1 musetup.1 musetup-gtk.1 mulog.1 \ - museekcontrol.1 mucous.1 - -.if defined(WITHOUT_MUSEEQ) -SCONS_ARGS+= MUSEEQ=no -PLIST_SUB+= MUSEEQ="@comment " -.else -USE_QT_VER= 3 -SCONS_ARGS+= MUSEEQ=yes -PLIST_SUB+= MUSEEQ="" -MAN1+= museeq.1 -.if defined(WITHOUT_QSA) -SCONS_ARGS+= QSA=no -.else -SCONS_ARGS+= QSA=yes -LIB_DEPENDS+= qsa:${PORTSDIR}/devel/qsa -.endif -.endif - -.if defined(WITH_DEBUG) -SCONS_ARGS+= MULOG="cycle,debug" -.else -SCONS_ARGS+= MULOG="" -.endif - -.if defined(WITH_OPTIMIZED_CFLAGS) -SCONS_ARGS+= RELEASE=yes -.else -SCONS_ARGS+= RELEASE=no -.endif - -pre-everything:: -.if !defined(WITHOUT_MUSEEQ) - @${ECHO_MSG} "Define WITHOUT_MUSEEQ to build without the Qt frontend" -.endif -.if !defined(WITH_DEBUG) - @${ECHO_MSG} "Define WITH_DEBUG to build with debugging messages" -.endif -.if !defined(WITH_OPTIMIZED_CFLAGS) - @${ECHO_MSG} "Define WITH_OPTIMIZED_CFALGS to build with optmizations" -.endif - -post-patch: - @${REINPLACE_CMD} \ - -e "s,%%PYTHONPREFIX_SITELIBDIR%%,${PYTHONPREFIX_SITELIBDIR},g"\ - ${WRKSRC}/Mucipher/python/SConscript \ - ${WRKSRC}/mucous/pymucous/SConscript \ - ${WRKSRC}/pymuseekd/museek/SConscript - -post-install: - @${REINPLACE_CMD} -i "" -e "s,/usr/bin/python,${PYTHON_CMD},g" \ - ${PREFIX}/bin/mucous - @${ECHO_CMD} - @${CAT} ${PKGMESSAGE} - @${ECHO_CMD} - -.include <bsd.port.pre.mk> - -.if ${ARCH} == amd64 -BROKEN= Does not compile on amd64 -.endif - -.if (${OSVERSION} < 500000) -IGNORE= does not compile on systems < 5.x (needs wstring support) -.endif - -.include <bsd.port.post.mk> diff --git a/net-p2p/museek+/distinfo b/net-p2p/museek+/distinfo deleted file mode 100644 index 441309cd4348..000000000000 --- a/net-p2p/museek+/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (museek+-0.1.12.tar.bz2) = 5d871e40dc93c04e60688a06e0e143e8 -SHA256 (museek+-0.1.12.tar.bz2) = 458a6d98cfec13c416382df32c99ff7862d70f54bc94ff3ad1cdb0723a7b3a53 -SIZE (museek+-0.1.12.tar.bz2) = 758908 diff --git a/net-p2p/museek+/files/patch-Mucipher_python_SConscript b/net-p2p/museek+/files/patch-Mucipher_python_SConscript deleted file mode 100644 index b4b0ef4f1442..000000000000 --- a/net-p2p/museek+/files/patch-Mucipher_python_SConscript +++ /dev/null @@ -1,11 +0,0 @@ ---- Mucipher/python/SConscript.orig Sat Aug 12 13:50:30 2006 -+++ Mucipher/python/SConscript Sat Aug 12 13:51:26 2006 -@@ -28,7 +28,7 @@ - - mucipherc = env_swigpy.SharedLibrary('_mucipherc', sources, SWIGFLAGS='-python') - -- py_dest = env['DESTDIR'] + os.path.join(sys.prefix, "lib", "python" + py_ver, "site-packages") -+ py_dest = env['DESTDIR'] + "%%PYTHONPREFIX_SITELIBDIR%%" - - install = env.Install(py_dest, source = [ mucipherc, 'mucipherc.py', 'mucipher.py']) - diff --git a/net-p2p/museek+/files/patch-mucous_pymucous_SConscript b/net-p2p/museek+/files/patch-mucous_pymucous_SConscript deleted file mode 100644 index 5aafa5f8c66c..000000000000 --- a/net-p2p/museek+/files/patch-mucous_pymucous_SConscript +++ /dev/null @@ -1,11 +0,0 @@ ---- mucous/pymucous/SConscript.orig Sat Aug 12 14:06:25 2006 -+++ mucous/pymucous/SConscript Sat Aug 12 14:07:11 2006 -@@ -8,7 +8,7 @@ - - import sys, os - py_ver = str(sys.version_info[0]) + "." + str(sys.version_info[1]) --py_dest = env['DESTDIR'] + os.path.join(sys.prefix, "lib", "python" + py_ver, "site-packages", "pymucous") -+py_dest = env['DESTDIR'] + os.path.join("%%PYTHONPREFIX_SITELIBDIR%%", "pymucous") - - install = env.Install(py_dest, files) - env.Alias('install_mucous', install) diff --git a/net-p2p/museek+/files/patch-museeq_SConscript b/net-p2p/museek+/files/patch-museeq_SConscript deleted file mode 100644 index ec795e4286cd..000000000000 --- a/net-p2p/museek+/files/patch-museeq_SConscript +++ /dev/null @@ -1,10 +0,0 @@ ---- museeq/SConscript.orig Mon Nov 22 16:01:35 2004 -+++ museeq/SConscript Mon Nov 22 17:29:36 2004 -@@ -123,6 +123,7 @@ - - sys.stdout.write("Checking Qt library...") - sys.stdout.flush() -+env_qt.Append(LINKFLAGS = ['-pthread']) - if not conf.TryLink('#include <qapplication.h>\nint main() {};\n', ".cpp"): - env_qt.Replace(QT_LIB = "qt-mt") - if not conf.TryLink('#include <qapplication.h>\nint main() {};\n', ".cpp"): diff --git a/net-p2p/museek+/files/patch-pymuseekd_museek_SConscript b/net-p2p/museek+/files/patch-pymuseekd_museek_SConscript deleted file mode 100644 index d55afb2145ed..000000000000 --- a/net-p2p/museek+/files/patch-pymuseekd_museek_SConscript +++ /dev/null @@ -1,11 +0,0 @@ ---- pymuseekd/museek/SConscript.orig Sat Aug 12 14:07:46 2006 -+++ pymuseekd/museek/SConscript Sat Aug 12 14:08:21 2006 -@@ -14,7 +14,7 @@ - - import sys, os - py_ver = str(sys.version_info[0]) + "." + str(sys.version_info[1]) --py_dest = env['DESTDIR'] + os.path.join(sys.prefix, "lib", "python" + py_ver, "site-packages", "museek") -+py_dest = env['DESTDIR'] + os.path.join("%%PYTHONPREFIX_SITELIBDIR%%", "museek") - - install = env.Install(py_dest, files) - env.Alias('install_pymuseekd', install) diff --git a/net-p2p/museek+/pkg-descr b/net-p2p/museek+/pkg-descr deleted file mode 100644 index dc6660c7bc1b..000000000000 --- a/net-p2p/museek+/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Museek+ (or Museek-Plus) is an enhanced fork of Museek, a file-sharing -application for the Soulseek peer-to-peer network. The actual SoulSeek client -and the GUI are separate programs that communicate via Unix or network sockets. - -WWW: http://www.museek-plus.org/ diff --git a/net-p2p/museek+/pkg-message b/net-p2p/museek+/pkg-message deleted file mode 100644 index 2447a74c731e..000000000000 --- a/net-p2p/museek+/pkg-message +++ /dev/null @@ -1,4 +0,0 @@ -** -** For initial configuration (login, password, etc.) of the Soulseek client, -** please run 'musetup'. -** diff --git a/net-p2p/museek+/pkg-plist b/net-p2p/museek+/pkg-plist deleted file mode 100644 index 6e2e53dd5267..000000000000 --- a/net-p2p/museek+/pkg-plist +++ /dev/null @@ -1,164 +0,0 @@ -bin/mucous -bin/mulog -bin/muscan -bin/muscand -bin/museekcontrol -bin/museekd -%%MUSEEQ%%bin/museeq -bin/musetup -bin/musetup-gtk -%%PYTHON_SITELIBDIR%%/_mucipherc.so -%%PYTHON_SITELIBDIR%%/mucipher.py -%%PYTHON_SITELIBDIR%%/mucipherc.py -%%PYTHON_SITELIBDIR%%/museek/__init__.py -%%PYTHON_SITELIBDIR%%/museek/driver.py -%%PYTHON_SITELIBDIR%%/museek/messages.py -%%PYTHON_SITELIBDIR%%/pymucous/__init__.py -%%PYTHON_SITELIBDIR%%/pymucous/utils.py -%%DATADIR%%/museekd/config.xml.tmpl -%%MUSEEQ%%%%DATADIR%%/museeq/bluebox/away-banned.png -%%MUSEEQ%%%%DATADIR%%/museeq/bluebox/away-buddied.png -%%MUSEEQ%%%%DATADIR%%/museeq/bluebox/away-ignored.png -%%MUSEEQ%%%%DATADIR%%/museeq/bluebox/away-trusted.png -%%MUSEEQ%%%%DATADIR%%/museeq/bluebox/away.png -%%MUSEEQ%%%%DATADIR%%/museeq/bluebox/browser.png -%%MUSEEQ%%%%DATADIR%%/museeq/bluebox/chatroom.png -%%MUSEEQ%%%%DATADIR%%/museeq/bluebox/offline-banned.png -%%MUSEEQ%%%%DATADIR%%/museeq/bluebox/offline-buddied.png -%%MUSEEQ%%%%DATADIR%%/museeq/bluebox/offline-ignored.png -%%MUSEEQ%%%%DATADIR%%/museeq/bluebox/offline-trusted.png -%%MUSEEQ%%%%DATADIR%%/museeq/bluebox/offline.png -%%MUSEEQ%%%%DATADIR%%/museeq/bluebox/online-banned.png -%%MUSEEQ%%%%DATADIR%%/museeq/bluebox/online-buddied.png -%%MUSEEQ%%%%DATADIR%%/museeq/bluebox/online-ignored.png -%%MUSEEQ%%%%DATADIR%%/museeq/bluebox/online-trusted.png -%%MUSEEQ%%%%DATADIR%%/museeq/bluebox/online.png -%%MUSEEQ%%%%DATADIR%%/museeq/bluebox/privatechat.png -%%MUSEEQ%%%%DATADIR%%/museeq/bluebox/search.png -%%MUSEEQ%%%%DATADIR%%/museeq/bluebox/tab_remove.png -%%MUSEEQ%%%%DATADIR%%/museeq/bluebox/transfer.png -%%MUSEEQ%%%%DATADIR%%/museeq/bluebox/userinfo.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/alert.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/away-banned.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/away-buddied.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/away-ignored.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/away-trusted.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/away.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/browser-small.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/browser.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/chatroom-small.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/chatroom.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/colors.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/comments.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/connect.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/disconnect.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/exit.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/help.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/icon.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/ip.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/logo.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/offline-banned.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/offline-buddied.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/offline-ignored.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/offline-trusted.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/offline.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/online-banned.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/online-buddied.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/online-ignored.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/online-trusted.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/online.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/privatechat-small.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/privatechat.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/privileges.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/protocol.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/refresh.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/search-small.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/search.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/settings.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/tab_remove.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/transfer-small.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/transfer.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/userinfo-small.png -%%MUSEEQ%%%%DATADIR%%/museeq/default/userinfo.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/alert.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/away-banned.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/away-buddied.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/away-ignored.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/away-trusted.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/away.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/browser-small.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/browser.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/chatroom-small.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/chatroom.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/colors.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/comments.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/connect.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/disconnect.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/exit.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/help.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/icon.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/ip.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/logo.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/offline-banned.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/offline-buddied.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/offline-ignored.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/offline-trusted.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/offline.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/online-banned.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/online-buddied.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/online-ignored.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/online-trusted.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/online.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/privatechat-small.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/privatechat.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/privileges.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/protocol.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/refresh.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/search-small.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/search.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/settings.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/tab_remove.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/transfer-small.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/transfer.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/userinfo-small.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-silk/userinfo.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-tri/away-banned.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-tri/away-buddied.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-tri/away-ignored.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-tri/away-trusted.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-tri/away.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-tri/browser.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-tri/chatroom.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-tri/offline-banned.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-tri/offline-buddied.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-tri/offline-ignored.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-tri/offline-trusted.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-tri/offline.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-tri/online-banned.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-tri/online-buddied.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-tri/online-ignored.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-tri/online-trusted.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-tri/online.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-tri/privatechat.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-tri/search.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-tri/tab_remove.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-tri/transfer.png -%%MUSEEQ%%%%DATADIR%%/museeq/mikelabo-tri/userinfo.png -%%MUSEEQ%%%%DATADIR%%/museeq/translations/museeq_de.qm -%%MUSEEQ%%%%DATADIR%%/museeq/translations/museeq_es.qm -%%MUSEEQ%%%%DATADIR%%/museeq/translations/museeq_fr.qm -%%MUSEEQ%%%%DATADIR%%/museeq/translations/museeq_it.qm -%%MUSEEQ%%%%DATADIR%%/museeq/translations/museeq_pl.qm -%%MUSEEQ%%%%DATADIR%%/museeq/translations/museeq_pt_BR.qm -%%MUSEEQ%%%%DATADIR%%/museeq/nowplaying.qs -%%MUSEEQ%%%%DATADIR%%/museeq/uptime.qs -@dirrm %%PYTHON_SITELIBDIR%%/museek -@dirrm %%PYTHON_SITELIBDIR%%/pymucous -@dirrm %%DATADIR%%/museekd -%%MUSEEQ%%@dirrm %%DATADIR%%/museeq/bluebox -%%MUSEEQ%%@dirrm %%DATADIR%%/museeq/default -%%MUSEEQ%%@dirrm %%DATADIR%%/museeq/mikelabo-silk -%%MUSEEQ%%@dirrm %%DATADIR%%/museeq/mikelabo-tri -%%MUSEEQ%%@dirrm %%DATADIR%%/museeq/translations -%%MUSEEQ%%@dirrm %%DATADIR%%/museeq -@dirrm %%DATADIR%% diff --git a/net-p2p/rblibtorrent-devel/Makefile b/net-p2p/rblibtorrent-devel/Makefile deleted file mode 100644 index 64ec889d5c99..000000000000 --- a/net-p2p/rblibtorrent-devel/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: rblibtorrent -# Date created: 5 February 2006 -# Whom: Johan Ström <johan@stromnet.org> -# -# $FreeBSD$ -# - -PORTNAME= libtorrent -PORTVERSION= 0.11 -PORTREVISION= 1 -CATEGORIES= net-p2p -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=libtorrent -PKGNAMEPREFIX= rb - -MAINTAINER= johan@stromnet.se -COMMENT= A C++ library implementing a BitTorrent client - -LIB_DEPENDS= boost_date_time.3:${PORTSDIR}/devel/boost \ - boost_filesystem.3:${PORTSDIR}/devel/boost \ - boost_thread.3:${PORTSDIR}/devel/boost - -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-debug -CONFIGURE_ENV= CXXFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -CONFLICTS= libtorrent-[0-9]* - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= is unsupported on FreeBSD < 5 -.endif - -.include <bsd.port.post.mk> diff --git a/net-p2p/rblibtorrent-devel/distinfo b/net-p2p/rblibtorrent-devel/distinfo deleted file mode 100644 index 74318f11702b..000000000000 --- a/net-p2p/rblibtorrent-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libtorrent-0.11.tar.gz) = 56e9071b95a6e3f9377121f2fead3499 -SHA256 (libtorrent-0.11.tar.gz) = f350e0af6b42c2cdb1f19008b00fe5f0b70236817f532a94bcb1e3ef6ebba0d7 -SIZE (libtorrent-0.11.tar.gz) = 1130537 diff --git a/net-p2p/rblibtorrent-devel/files/patch-Makefile.in b/net-p2p/rblibtorrent-devel/files/patch-Makefile.in deleted file mode 100644 index 1b322cd1715d..000000000000 --- a/net-p2p/rblibtorrent-devel/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Wed Nov 29 13:16:17 2006 -+++ Makefile.in Wed Nov 29 13:16:22 2006 -@@ -235,7 +235,7 @@ - debian/libtorrent0.install \ - debian/rules - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = libtorrent.pc - all: config.h - $(MAKE) $(AM_MAKEFLAGS) all-recursive diff --git a/net-p2p/rblibtorrent-devel/files/patch-include_libtorrent_asio_detail_socket_ops.hpp b/net-p2p/rblibtorrent-devel/files/patch-include_libtorrent_asio_detail_socket_ops.hpp deleted file mode 100644 index 0943e805c176..000000000000 --- a/net-p2p/rblibtorrent-devel/files/patch-include_libtorrent_asio_detail_socket_ops.hpp +++ /dev/null @@ -1,92 +0,0 @@ ---- include/libtorrent/asio/detail/socket_ops.hpp.original Tue Oct 24 00:50:21 2006 -+++ include/libtorrent/asio/detail/socket_ops.hpp Wed Nov 29 14:40:02 2006 -@@ -66,7 +66,7 @@ - socket_addr_len_type* addrlen) - { - set_error(0); --#if defined(__MACH__) && defined(__APPLE__) -+#if defined(__MACH__) && defined(__APPLE__) || defined(__FreeBSD__) - socket_type new_s = error_wrapper(::accept(s, addr, addrlen)); - if (new_s == invalid_socket) - return new_s; -@@ -279,7 +279,7 @@ - #if defined(BOOST_WINDOWS) || defined(__CYGWIN__) - return error_wrapper(::WSASocket(af, type, protocol, 0, 0, - WSA_FLAG_OVERLAPPED)); --#elif defined(__MACH__) && defined(__APPLE__) -+#elif defined(__MACH__) && defined(__APPLE__) || defined(__FreeBSD__) - socket_type s = error_wrapper(::socket(af, type, protocol)); - if (s == invalid_socket) - return s; -@@ -561,7 +561,7 @@ - } - - #if defined(BOOST_WINDOWS) || defined(__CYGWIN__) \ -- || defined(__MACH__) && defined(__APPLE__) -+ || defined(__MACH__) && defined(__APPLE__) || defined(__FreeBSD__) - - // The following functions are only needed for emulation of getaddrinfo and - // getnameinfo. -@@ -604,7 +604,7 @@ - buffer, buflength, error)); - *error = translate_netdb_error(*error); - return retval; --#elif defined(__MACH__) && defined(__APPLE__) -+#elif defined(__MACH__) && defined(__APPLE__) || defined(__FreeBSD__) - (void)(buffer); - (void)(buflength); - hostent* retval = error_wrapper(::getipnodebyaddr(addr, length, af, error)); -@@ -652,7 +652,7 @@ - buflength, error)); - *error = translate_netdb_error(*error); - return retval; --#elif defined(__MACH__) && defined(__APPLE__) -+#elif defined(__MACH__) && defined(__APPLE__) || defined(__FreeBSD__) - (void)(buffer); - (void)(buflength); - hostent* retval = error_wrapper(::getipnodebyname( -@@ -679,7 +679,7 @@ - - inline void freehostent(hostent* h) - { --#if defined(__MACH__) && defined(__APPLE__) -+#if defined(__MACH__) && defined(__APPLE__) || defined(__FreeBSD__) - if (h) - ::freehostent(h); - #else -@@ -1372,7 +1372,7 @@ - } - - #endif // defined(BOOST_WINDOWS) || defined(__CYGWIN__) -- // || defined(__MACH__) && defined(__APPLE__) -+ // || defined(__MACH__) && defined(__APPLE__) || defined(__FreeBSD__) - - inline int translate_addrinfo_error(int error) - { -@@ -1425,7 +1425,7 @@ - int error = getaddrinfo_emulation(host, service, hints, result); - return translate_addrinfo_error(error); - # endif --#elif defined(__MACH__) && defined(__APPLE__) -+#elif defined(__MACH__) && defined(__APPLE__) || defined(__FreeBSD__) - int error = getaddrinfo_emulation(host, service, hints, result); - return translate_addrinfo_error(error); - #else -@@ -1453,7 +1453,7 @@ - } - freeaddrinfo_emulation(ai); - # endif --#elif defined(__MACH__) && defined(__APPLE__) -+#elif defined(__MACH__) && defined(__APPLE__) || defined(__FreeBSD__) - freeaddrinfo_emulation(ai); - #else - ::freeaddrinfo(ai); -@@ -1488,7 +1488,7 @@ - host, hostlen, serv, servlen, flags); - return translate_addrinfo_error(error); - # endif --#elif defined(__MACH__) && defined(__APPLE__) -+#elif defined(__MACH__) && defined(__APPLE__) || defined(__FreeBSD__) - using namespace std; // For memcpy. - sockaddr_storage_type tmp_addr; - memcpy(&tmp_addr, addr, addrlen); diff --git a/net-p2p/rblibtorrent-devel/pkg-descr b/net-p2p/rblibtorrent-devel/pkg-descr deleted file mode 100644 index 814d0c42687a..000000000000 --- a/net-p2p/rblibtorrent-devel/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -libtorrent is a C++ library that aims to be a good alternative to -all the other bittorrent implementations around. -It is a library and not a full featured client, although it comes -with a working example client. - -The main goals of libtorrent are: - * to be cpu efficient - * to be memory efficient - * to be very easy to use - -Note that this is NOT the same library as the libtorrent port! - -WWW: http://www.rasterbar.com/products/libtorrent.html diff --git a/net-p2p/rblibtorrent-devel/pkg-plist b/net-p2p/rblibtorrent-devel/pkg-plist deleted file mode 100644 index fca1337deebc..000000000000 --- a/net-p2p/rblibtorrent-devel/pkg-plist +++ /dev/null @@ -1,213 +0,0 @@ -include/libtorrent/alert.hpp -include/libtorrent/alert_types.hpp -include/libtorrent/allocate_resources.hpp -include/libtorrent/asio.hpp -include/libtorrent/asio/basic_datagram_socket.hpp -include/libtorrent/asio/basic_deadline_timer.hpp -include/libtorrent/asio/basic_io_object.hpp -include/libtorrent/asio/basic_resolver.hpp -include/libtorrent/asio/basic_socket.hpp -include/libtorrent/asio/basic_socket_acceptor.hpp -include/libtorrent/asio/basic_socket_iostream.hpp -include/libtorrent/asio/basic_socket_streambuf.hpp -include/libtorrent/asio/basic_stream_socket.hpp -include/libtorrent/asio/basic_streambuf.hpp -include/libtorrent/asio/buffer.hpp -include/libtorrent/asio/buffered_read_stream.hpp -include/libtorrent/asio/buffered_read_stream_fwd.hpp -include/libtorrent/asio/buffered_stream.hpp -include/libtorrent/asio/buffered_stream_fwd.hpp -include/libtorrent/asio/buffered_write_stream.hpp -include/libtorrent/asio/buffered_write_stream_fwd.hpp -include/libtorrent/asio/completion_condition.hpp -include/libtorrent/asio/datagram_socket_service.hpp -include/libtorrent/asio/deadline_timer.hpp -include/libtorrent/asio/deadline_timer_service.hpp -include/libtorrent/asio/detail/bind_handler.hpp -include/libtorrent/asio/detail/buffer_resize_guard.hpp -include/libtorrent/asio/detail/buffered_stream_storage.hpp -include/libtorrent/asio/detail/call_stack.hpp -include/libtorrent/asio/detail/const_buffers_iterator.hpp -include/libtorrent/asio/detail/consuming_buffers.hpp -include/libtorrent/asio/detail/deadline_timer_service.hpp -include/libtorrent/asio/detail/epoll_reactor.hpp -include/libtorrent/asio/detail/epoll_reactor_fwd.hpp -include/libtorrent/asio/detail/event.hpp -include/libtorrent/asio/detail/fd_set_adapter.hpp -include/libtorrent/asio/detail/handler_alloc_helpers.hpp -include/libtorrent/asio/detail/handler_invoke_helpers.hpp -include/libtorrent/asio/detail/hash_map.hpp -include/libtorrent/asio/detail/io_control.hpp -include/libtorrent/asio/detail/kqueue_reactor.hpp -include/libtorrent/asio/detail/kqueue_reactor_fwd.hpp -include/libtorrent/asio/detail/mutex.hpp -include/libtorrent/asio/detail/noncopyable.hpp -include/libtorrent/asio/detail/null_event.hpp -include/libtorrent/asio/detail/null_mutex.hpp -include/libtorrent/asio/detail/null_signal_blocker.hpp -include/libtorrent/asio/detail/null_thread.hpp -include/libtorrent/asio/detail/null_tss_ptr.hpp -include/libtorrent/asio/detail/old_win_sdk_compat.hpp -include/libtorrent/asio/detail/pipe_select_interrupter.hpp -include/libtorrent/asio/detail/pop_options.hpp -include/libtorrent/asio/detail/posix_event.hpp -include/libtorrent/asio/detail/posix_fd_set_adapter.hpp -include/libtorrent/asio/detail/posix_mutex.hpp -include/libtorrent/asio/detail/posix_signal_blocker.hpp -include/libtorrent/asio/detail/posix_thread.hpp -include/libtorrent/asio/detail/posix_tss_ptr.hpp -include/libtorrent/asio/detail/push_options.hpp -include/libtorrent/asio/detail/reactive_socket_service.hpp -include/libtorrent/asio/detail/reactor_op_queue.hpp -include/libtorrent/asio/detail/resolver_service.hpp -include/libtorrent/asio/detail/scoped_lock.hpp -include/libtorrent/asio/detail/select_interrupter.hpp -include/libtorrent/asio/detail/select_reactor.hpp -include/libtorrent/asio/detail/select_reactor_fwd.hpp -include/libtorrent/asio/detail/service_registry.hpp -include/libtorrent/asio/detail/signal_blocker.hpp -include/libtorrent/asio/detail/signal_init.hpp -include/libtorrent/asio/detail/socket_holder.hpp -include/libtorrent/asio/detail/socket_ops.hpp -include/libtorrent/asio/detail/socket_option.hpp -include/libtorrent/asio/detail/socket_select_interrupter.hpp -include/libtorrent/asio/detail/socket_types.hpp -include/libtorrent/asio/detail/strand_service.hpp -include/libtorrent/asio/detail/task_io_service.hpp -include/libtorrent/asio/detail/task_io_service_fwd.hpp -include/libtorrent/asio/detail/thread.hpp -include/libtorrent/asio/detail/timer_queue.hpp -include/libtorrent/asio/detail/timer_queue_base.hpp -include/libtorrent/asio/detail/tss_ptr.hpp -include/libtorrent/asio/detail/win_event.hpp -include/libtorrent/asio/detail/win_fd_set_adapter.hpp -include/libtorrent/asio/detail/win_iocp_io_service.hpp -include/libtorrent/asio/detail/win_iocp_io_service_fwd.hpp -include/libtorrent/asio/detail/win_iocp_operation.hpp -include/libtorrent/asio/detail/win_iocp_socket_service.hpp -include/libtorrent/asio/detail/win_local_free_on_block_exit.hpp -include/libtorrent/asio/detail/win_mutex.hpp -include/libtorrent/asio/detail/win_signal_blocker.hpp -include/libtorrent/asio/detail/win_thread.hpp -include/libtorrent/asio/detail/win_tss_ptr.hpp -include/libtorrent/asio/detail/winsock_init.hpp -include/libtorrent/asio/detail/wrapped_handler.hpp -include/libtorrent/asio/error.hpp -include/libtorrent/asio/error_handler.hpp -include/libtorrent/asio/handler_alloc_hook.hpp -include/libtorrent/asio/handler_invoke_hook.hpp -include/libtorrent/asio/impl/io_service.ipp -include/libtorrent/asio/impl/read.ipp -include/libtorrent/asio/impl/read_until.ipp -include/libtorrent/asio/impl/write.ipp -include/libtorrent/asio/io_service.hpp -include/libtorrent/asio/ip/address.hpp -include/libtorrent/asio/ip/address_v4.hpp -include/libtorrent/asio/ip/address_v6.hpp -include/libtorrent/asio/ip/basic_endpoint.hpp -include/libtorrent/asio/ip/basic_resolver_entry.hpp -include/libtorrent/asio/ip/basic_resolver_iterator.hpp -include/libtorrent/asio/ip/basic_resolver_query.hpp -include/libtorrent/asio/ip/detail/socket_option.hpp -include/libtorrent/asio/ip/host_name.hpp -include/libtorrent/asio/ip/multicast.hpp -include/libtorrent/asio/ip/resolver_query_base.hpp -include/libtorrent/asio/ip/tcp.hpp -include/libtorrent/asio/ip/udp.hpp -include/libtorrent/asio/is_read_buffered.hpp -include/libtorrent/asio/is_write_buffered.hpp -include/libtorrent/asio/placeholders.hpp -include/libtorrent/asio/read.hpp -include/libtorrent/asio/read_until.hpp -include/libtorrent/asio/resolver_service.hpp -include/libtorrent/asio/socket_acceptor_service.hpp -include/libtorrent/asio/socket_base.hpp -include/libtorrent/asio/ssl.hpp -include/libtorrent/asio/ssl/basic_context.hpp -include/libtorrent/asio/ssl/context.hpp -include/libtorrent/asio/ssl/context_base.hpp -include/libtorrent/asio/ssl/context_service.hpp -include/libtorrent/asio/ssl/detail/openssl_context_service.hpp -include/libtorrent/asio/ssl/detail/openssl_init.hpp -include/libtorrent/asio/ssl/detail/openssl_operation.hpp -include/libtorrent/asio/ssl/detail/openssl_stream_service.hpp -include/libtorrent/asio/ssl/detail/openssl_types.hpp -include/libtorrent/asio/ssl/stream.hpp -include/libtorrent/asio/ssl/stream_base.hpp -include/libtorrent/asio/ssl/stream_service.hpp -include/libtorrent/asio/strand.hpp -include/libtorrent/asio/stream_socket_service.hpp -include/libtorrent/asio/streambuf.hpp -include/libtorrent/asio/system_exception.hpp -include/libtorrent/asio/thread.hpp -include/libtorrent/asio/time_traits.hpp -include/libtorrent/asio/write.hpp -include/libtorrent/aux_/allocate_resources_impl.hpp -include/libtorrent/aux_/session_impl.hpp -include/libtorrent/bencode.hpp -include/libtorrent/bt_peer_connection.hpp -include/libtorrent/buffer.hpp -include/libtorrent/config.hpp -include/libtorrent/debug.hpp -include/libtorrent/entry.hpp -include/libtorrent/escape_string.hpp -include/libtorrent/file.hpp -include/libtorrent/fingerprint.hpp -include/libtorrent/hasher.hpp -include/libtorrent/http_tracker_connection.hpp -include/libtorrent/identify_client.hpp -include/libtorrent/invariant_check.hpp -include/libtorrent/io.hpp -include/libtorrent/ip_filter.hpp -include/libtorrent/kademlia/closest_nodes.hpp -include/libtorrent/kademlia/dht_tracker.hpp -include/libtorrent/kademlia/find_data.hpp -include/libtorrent/kademlia/logging.hpp -include/libtorrent/kademlia/node.hpp -include/libtorrent/kademlia/node_entry.hpp -include/libtorrent/kademlia/node_id.hpp -include/libtorrent/kademlia/packet_iterator.hpp -include/libtorrent/kademlia/refresh.hpp -include/libtorrent/kademlia/routing_table.hpp -include/libtorrent/kademlia/rpc_manager.hpp -include/libtorrent/kademlia/traversal_algorithm.hpp -include/libtorrent/peer.hpp -include/libtorrent/peer_connection.hpp -include/libtorrent/peer_id.hpp -include/libtorrent/peer_info.hpp -include/libtorrent/peer_request.hpp -include/libtorrent/piece_block_progress.hpp -include/libtorrent/piece_picker.hpp -include/libtorrent/policy.hpp -include/libtorrent/random_sample.hpp -include/libtorrent/resource_request.hpp -include/libtorrent/session.hpp -include/libtorrent/session_settings.hpp -include/libtorrent/session_status.hpp -include/libtorrent/size_type.hpp -include/libtorrent/socket.hpp -include/libtorrent/stat.hpp -include/libtorrent/storage.hpp -include/libtorrent/torrent.hpp -include/libtorrent/torrent_handle.hpp -include/libtorrent/torrent_info.hpp -include/libtorrent/tracker_manager.hpp -include/libtorrent/udp_tracker_connection.hpp -include/libtorrent/utf8.hpp -include/libtorrent/version.hpp -include/libtorrent/web_peer_connection.hpp -lib/libtorrent.a -lib/libtorrent.la -lib/libtorrent.so -lib/libtorrent.so.1 -libdata/pkgconfig/libtorrent.pc -@dirrm include/libtorrent/kademlia -@dirrm include/libtorrent/aux_ -@dirrm include/libtorrent/asio/ssl/detail -@dirrm include/libtorrent/asio/ssl -@dirrm include/libtorrent/asio/ip/detail -@dirrm include/libtorrent/asio/ip -@dirrm include/libtorrent/asio/impl -@dirrm include/libtorrent/asio/detail -@dirrm include/libtorrent/asio -@dirrm include/libtorrent diff --git a/net-p2p/teknap/Makefile b/net-p2p/teknap/Makefile deleted file mode 100644 index b15909debecf..000000000000 --- a/net-p2p/teknap/Makefile +++ /dev/null @@ -1,74 +0,0 @@ -# New ports collection makefile for: TekNap napster client -# Date created: 6 Jul 2000 -# Whom: Carl Johan Madestrand -# -# $FreeBSD$ -# - -PORTNAME= TekNap -PORTVERSION= 1.3.g -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 - -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 beb9ec794dd8..000000000000 --- a/net-p2p/transmission-cli/Makefile +++ /dev/null @@ -1,75 +0,0 @@ -# New ports collection makefile for: transmission -# Date created: 08 October 2005 -# Whom: Mezz <mezz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= transmission -PORTVERSION= 0.6.1 -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 - -USE_GMAKE= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS?=--prefix=${PREFIX} \ - --disable-gtk - -EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude beos \ - --exclude macosx \ - --exclude packageOSX.sh \ - --exclude Sparkle.framework \ - --exclude Transmission.xcodeproj - -DOCS= AUTHORS LICENSE NEWS README - -.if defined(SLAVE_TRANS) -EXTRACT_AFTER_ARGS+=--exclude cli -.else -CFLAGS+= ${CPPFLAGS} -USE_GETOPT_LONG=yes -EXTRACT_AFTER_ARGS+=--exclude gtk -MAN1= transmissioncli.1 -.endif - -.if defined(WITHOUT_OPENSSL) -CONFIGURE_ARGS+=--disable-openssl -.else -USE_OPENSSL= yes -.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 - -general-patch: - @${REINPLACE_CMD} -e 's|/usr/local/|${LOCALBASE}/|g ; \ - s|/usr/X11R6/|${X11BASE}/|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g ; \ - s|-g -Wall -W -O3 -funroll-loops|-Wall -W|g' \ - ${WRKSRC}/mk/common.mk - -post-patch: general-patch - -.ifndef (NOPORTDOCS) -post-install: - @${MKDIR} ${DOCSDIR} -.for i in ${DOCS} - @${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 d501da0dd62f..000000000000 --- a/net-p2p/transmission-cli/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Transmission-0.6.1.tar.gz) = 1156a88c77ab71782b9261881ea13811 -SHA256 (Transmission-0.6.1.tar.gz) = e427a78c680052edffb5850e31956c077c174dfa6c22ab1433d8c03617f914c0 -SIZE (Transmission-0.6.1.tar.gz) = 447868 diff --git a/net-p2p/transmission-cli/files/patch-configure b/net-p2p/transmission-cli/files/patch-configure deleted file mode 100644 index b84dfde9b2ae..000000000000 --- a/net-p2p/transmission-cli/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ -Index: trunk/configure -=================================================================== ---- configure (revision 516) -+++ configure (revision 559) -@@ -174,5 +174,5 @@ - if runcmd pkg-config gtk+-2.0 - then -- if runcmd expr `pkg-config --modversion gtk+-2.0` '>=' 2.6.0 -+ if runcmd pkg-config --exists gtk+-2.0 '>=' 2.6.0 - then - cat > testconf.c << EOF 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/transmission-cli/pkg-plist b/net-p2p/transmission-cli/pkg-plist deleted file mode 100644 index 81dfef200185..000000000000 --- a/net-p2p/transmission-cli/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/transmissioncli -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/net-p2p/vuze/Makefile b/net-p2p/vuze/Makefile deleted file mode 100644 index 984d62343b10..000000000000 --- a/net-p2p/vuze/Makefile +++ /dev/null @@ -1,107 +0,0 @@ -# New ports collection makefile for: Azureus -# Date created: October 6, 2004 -# Whom: Jeremy Faulkner <gldisater@gldis.ca> -# -# $FreeBSD$ -# - -PORTNAME= azureus -PORTVERSION= 2.5.0.0 -PORTREVISION= 2 -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}/seda.jar:${PORTSDIR}/net/seda - -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 \ - org/gudy/azureus2/ui/swt/Messages.java \ - org/gudy/azureus2/ui/swt/views/configsections/ConfigSectionPlugins.java \ - org/gudy/azureus2/ui/swt/shells/MessageSlideShell.java \ - org/gudy/azureus2/ui/swt/views/TableView.java \ - org/gudy/azureus2/ui/swt/Utils.java \ - org/gudy/azureus2/platform/macosx/access/jnilib/OSXAccess.java \ - com/aelitis/azureus/core/networkmanager/impl/TransportHelperFilterStream.java - -NO_WRKSUBDIR= yes - -JARFILE= ${PORTNAME}.jar - -OPTIONS= SWTDEVEL "Use SWT Development port" off - -# 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} - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.pre.mk> - -.if defined(WITH_SWTDEVEL) -BUILD_DEPENDS+= \ - ${JAVALIBDIR}/swt-devel.jar:${PORTSDIR}/x11-toolkits/swt-devel -RUN_DEPENDS+= \ - ${JAVALIBDIR}/swt-devel.jar:${PORTSDIR}/x11-toolkits/swt-devel -SWT_JAR= swt-devel.jar -.else -BUILD_DEPENDS+= \ - ${JAVALIBDIR}/swt.jar:${PORTSDIR}/x11-toolkits/swt -RUN_DEPENDS+= \ - ${JAVALIBDIR}/swt.jar:${PORTSDIR}/x11-toolkits/swt -SWT_JAR= swt.jar -.endif - -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 e6d2c0e32bd7..000000000000 --- a/net-p2p/vuze/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Azureus_2.5.0.0_source.zip) = f487f75f37674820bd3b2cc6af97ce57 -SHA256 (Azureus_2.5.0.0_source.zip) = 64aa4150bb8036f11e5207a602253431d46578ce9cd3b62732b0ae0f555a08c4 -SIZE (Azureus_2.5.0.0_source.zip) = 5856328 diff --git a/net-p2p/vuze/files/azureus b/net-p2p/vuze/files/azureus deleted file mode 100644 index 6856237034b0..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=FreeBSD" "-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/files/patch-org__gudy__azureus2__platform__macosx__access__jnilib__OSXAccess.java b/net-p2p/vuze/files/patch-org__gudy__azureus2__platform__macosx__access__jnilib__OSXAccess.java deleted file mode 100644 index c5cab31b137e..000000000000 --- a/net-p2p/vuze/files/patch-org__gudy__azureus2__platform__macosx__access__jnilib__OSXAccess.java +++ /dev/null @@ -1,20 +0,0 @@ ---- org/gudy/azureus2/platform/macosx/access/jnilib/OSXAccess.java.orig Sun Sep 24 16:18:49 2006 -+++ org/gudy/azureus2/platform/macosx/access/jnilib/OSXAccess.java Sun Sep 24 16:19:07 2006 -@@ -19,7 +19,7 @@ - */ - package org.gudy.azureus2.platform.macosx.access.jnilib; - --import org.eclipse.swt.internal.carbon.AEDesc; -+// import org.eclipse.swt.internal.carbon.AEDesc; - - import org.gudy.azureus2.core3.util.Debug; - -@@ -42,7 +42,7 @@ - } - } - -- public static final native int AEGetParamDesc(int theAppleEvent, int theAEKeyword, int desiredType, AEDesc result); -+// public static final native int AEGetParamDesc(int theAppleEvent, int theAEKeyword, int desiredType, AEDesc result); - - public static final native String getVersion(); - 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/ diff --git a/net-p2p/vuze/pkg-message b/net-p2p/vuze/pkg-message deleted file mode 100644 index 5cb6f3adf3d8..000000000000 --- a/net-p2p/vuze/pkg-message +++ /dev/null @@ -1,14 +0,0 @@ -==================================== -============ ATTENTION ============= -==================================== - -If you have problems running -Azureus, make sure you have the -latest version of all your installed -packages. - -For instance, make sure the swt -package is of version 3.2.1 or -later. - -==================================== |