diff options
Diffstat (limited to 'net-p2p')
80 files changed, 16 insertions, 5351 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile deleted file mode 100644 index 4c03a526eed1..000000000000 --- a/net-p2p/amule-devel/Makefile +++ /dev/null @@ -1,142 +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= 5 -CATEGORIES= net-p2p -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_WX= 2.8 -WX_CONF_ARGS= absolute -GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --disable-debug \ - --without-included-gettext \ - --with-libintl-prefix=${LOCALBASE} \ - --with-libiconv-prefix=${LOCALBASE} \ - --enable-embedded_crypto - -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 \ - WXUNICODE "Enable Unicode support" on - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -.else -CONFIGURE_ARGS+= --disable-nls -.endif - -# Configure options -.if !defined(WITHOUT_OPTIMIZE) -CONFIGURE_ARGS+= --enable-optimize -.else -CONFIGURE_ARGS+= --disable-optimize -.endif - -.if !defined(WITHOUT_ED2K) -CONFIGURE_ARGS+= --enable-ed2k -PLIST_SUB+= PL_ED2K="" -.else -CONFIGURE_ARGS+= --disable-ed2k -PLIST_SUB+= PL_ED2K="@comment " -.endif - -.if !defined(WITHOUT_AMULECMD) -CONFIGURE_ARGS+= --enable-amulecmd -PLIST_SUB+= PL_AMULECMD="" -.else -CONFIGURE_ARGS+= --disable-amulecmd -PLIST_SUB+= PL_AMULECMD="@comment " -.endif - -.if !defined(WITHOUT_AMULEWEBSRV) -CONFIGURE_ARGS+= --enable-webserver -PLIST_SUB+= PL_AMULEWEBSRV="" -.else -CONFIGURE_ARGS+= --disable-webserver -PLIST_SUB+= PL_AMULEWEBSRV="@comment " -.endif - -.if !defined(WITHOUT_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(WITHOUT_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 - -.if !defined(WITHOUT_WXUNICODE) -WX_UNICODE=yes -.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 aacd1a4949a0..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/doc/aMule-2.1.3/ABOUT-NLS -share/doc/aMule-2.1.3/amulesig.txt -share/doc/aMule-2.1.3/amule-win32.HOWTO.txt -share/doc/aMule-2.1.3/Changelog -share/doc/aMule-2.1.3/Doxyfile -share/doc/aMule-2.1.3/ED2K-Links.HOWTO -share/doc/aMule-2.1.3/INSTALL -share/doc/aMule-2.1.3/license.txt -share/doc/aMule-2.1.3/README -share/doc/aMule-2.1.3/TODO -share/doc/aMule-2.1.3/EC_Protocol.txt -share/doc/aMule-2.1.3/socks4.protocol -@dirrmtry share/doc/aMule-2.1.3 -@dirrmtry share/doc -%%PL_CAS%%share/cas/tmp.html -%%PL_CAS%%share/cas/stat.png -%%PL_CAS%%@dirrmtry share/cas -%%PL_CAS%%share/pixmaps/wxcas.xpm -%%PL_ALC%%share/pixmaps/alc.xpm -share/pixmaps/amule.xpm -%%PL_CAS%%share/applications/wxcas.desktop -%%PL_ALC%%share/applications/alc.desktop -share/applications/amule.desktop -%%PL_AMULEWEBSRV%%share/amule/webserver/default/aMule.tmpl -%%PL_AMULEWEBSRV%%share/amule/webserver/default/add_server.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/arrow_down.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/arrow_right.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/arrow_up.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/back.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/black.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/blue1.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/blue2.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/blue3.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/blue4.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/blue5.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/blue6.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/cp_download.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/cp_kad.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/cp_search.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/cp_servers.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/cp_settings.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/cp_shared.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/cp_stats.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/emule.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/green.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/greenpercent.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/l_cancel.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/l_connect.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/l_down.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/l_ed2klink.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/l_info.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/l_pause.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/l_resume.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/l_up.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/log.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/logo.jpg -%%PL_AMULEWEBSRV%%share/amule/webserver/default/red.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/transparent.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/yellow.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/phpamule.png -%%PL_AMULEWEBSRV%%share/amule/webserver/default/tree-leaf.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/tree-open.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/tree-closed.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/favicon.ico -%%PL_AMULEWEBSRV%%share/amule/webserver/default/downloads.php -%%PL_AMULEWEBSRV%%share/amule/webserver/default/preferences.php -%%PL_AMULEWEBSRV%%share/amule/webserver/default/search.php -%%PL_AMULEWEBSRV%%share/amule/webserver/default/servers.php -%%PL_AMULEWEBSRV%%share/amule/webserver/default/shared.php -%%PL_AMULEWEBSRV%%share/amule/webserver/default/stat_graphs.php -%%PL_AMULEWEBSRV%%share/amule/webserver/default/stat_tree.php -%%PL_AMULEWEBSRV%%share/amule/webserver/default/login.php -%%PL_AMULEWEBSRV%%share/amule/webserver/default/index.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/amuleweb-main-dload.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/amuleweb-main-search.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/amuleweb-main-servers.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/amuleweb-main-shared.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/amuleweb-main-stats.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/amuleweb-main-prefs.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/amuleweb-main-kad.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/stats.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/stats_tree.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/top.html -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/footer.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/login.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/tree-open.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/tree-closed.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/tree-leaf.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-reload.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-search.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-search-pressed.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-servers.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-servers-pressed.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-settings.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-settings-pressed.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-shared.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-shared-pressed.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-download.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-download-pressed.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-kad.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-kad-pressed.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-stats.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-stats-pressed.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-connect.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-logout.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-logout-pressed.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-filter.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/connect.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/cancel.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/arrow-r.png -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/up.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/down.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/pause.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/resume.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/apply.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/delete.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/phpamule.png -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/favicon.ico -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/index.html -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/aMule.tmpl -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/add_server.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/arrow_down.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/arrow_down_logout.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/arrow_right.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/arrow_up.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/back.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/black.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/blank1x1.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/blue1.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/blue2.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/blue3.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/blue4.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/blue5.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/blue6.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/cp_download.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/cp_kad.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/cp_search.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/cp_servers.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/cp_settings.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/cp_shared.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/log.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/cp_stats.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/emule.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/green.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/greenpercent.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/l_cancel.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/l_connect.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/l_down.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/l_ed2klink.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/l_info.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/l_pause.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/l_resume.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/l_up.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/login_bottom.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/login_downmain.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/login_lefttop.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/login_righttop.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/login_top.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/login_topdown.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/login_topseperator.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/logo.jpg -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/main_bg.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/main_top_bg.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/main_topbar.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/main_topbardarker.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/main_topbarseperator.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/red.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/transparent.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/yellow.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/phpamule.png -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/tree-leaf.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/tree-open.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/tree-closed.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/favicon.ico -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/downloads.php -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/preferences.php -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/search.php -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/servers.php -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/shared.php -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/stat_graphs.php -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/stat_tree.php -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/login.php -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/index.php -%%PL_AMULEWEBSRV%%@dirrmtry share/amule/webserver/default -%%PL_AMULEWEBSRV%%@dirrmtry share/amule/webserver/php-default -%%PL_AMULEWEBSRV%%@dirrmtry share/amule/webserver/chicane -%%PL_AMULEWEBSRV%%@dirrmtry share/amule/webserver -%%PL_AMULEWEBSRV%%@dirrmtry share/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 -@dirrmtry share/applications diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile deleted file mode 100644 index 4c03a526eed1..000000000000 --- a/net-p2p/amule/Makefile +++ /dev/null @@ -1,142 +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= 5 -CATEGORIES= net-p2p -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_WX= 2.8 -WX_CONF_ARGS= absolute -GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --disable-debug \ - --without-included-gettext \ - --with-libintl-prefix=${LOCALBASE} \ - --with-libiconv-prefix=${LOCALBASE} \ - --enable-embedded_crypto - -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 \ - WXUNICODE "Enable Unicode support" on - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -.else -CONFIGURE_ARGS+= --disable-nls -.endif - -# Configure options -.if !defined(WITHOUT_OPTIMIZE) -CONFIGURE_ARGS+= --enable-optimize -.else -CONFIGURE_ARGS+= --disable-optimize -.endif - -.if !defined(WITHOUT_ED2K) -CONFIGURE_ARGS+= --enable-ed2k -PLIST_SUB+= PL_ED2K="" -.else -CONFIGURE_ARGS+= --disable-ed2k -PLIST_SUB+= PL_ED2K="@comment " -.endif - -.if !defined(WITHOUT_AMULECMD) -CONFIGURE_ARGS+= --enable-amulecmd -PLIST_SUB+= PL_AMULECMD="" -.else -CONFIGURE_ARGS+= --disable-amulecmd -PLIST_SUB+= PL_AMULECMD="@comment " -.endif - -.if !defined(WITHOUT_AMULEWEBSRV) -CONFIGURE_ARGS+= --enable-webserver -PLIST_SUB+= PL_AMULEWEBSRV="" -.else -CONFIGURE_ARGS+= --disable-webserver -PLIST_SUB+= PL_AMULEWEBSRV="@comment " -.endif - -.if !defined(WITHOUT_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(WITHOUT_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 - -.if !defined(WITHOUT_WXUNICODE) -WX_UNICODE=yes -.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 aacd1a4949a0..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/doc/aMule-2.1.3/ABOUT-NLS -share/doc/aMule-2.1.3/amulesig.txt -share/doc/aMule-2.1.3/amule-win32.HOWTO.txt -share/doc/aMule-2.1.3/Changelog -share/doc/aMule-2.1.3/Doxyfile -share/doc/aMule-2.1.3/ED2K-Links.HOWTO -share/doc/aMule-2.1.3/INSTALL -share/doc/aMule-2.1.3/license.txt -share/doc/aMule-2.1.3/README -share/doc/aMule-2.1.3/TODO -share/doc/aMule-2.1.3/EC_Protocol.txt -share/doc/aMule-2.1.3/socks4.protocol -@dirrmtry share/doc/aMule-2.1.3 -@dirrmtry share/doc -%%PL_CAS%%share/cas/tmp.html -%%PL_CAS%%share/cas/stat.png -%%PL_CAS%%@dirrmtry share/cas -%%PL_CAS%%share/pixmaps/wxcas.xpm -%%PL_ALC%%share/pixmaps/alc.xpm -share/pixmaps/amule.xpm -%%PL_CAS%%share/applications/wxcas.desktop -%%PL_ALC%%share/applications/alc.desktop -share/applications/amule.desktop -%%PL_AMULEWEBSRV%%share/amule/webserver/default/aMule.tmpl -%%PL_AMULEWEBSRV%%share/amule/webserver/default/add_server.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/arrow_down.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/arrow_right.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/arrow_up.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/back.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/black.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/blue1.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/blue2.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/blue3.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/blue4.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/blue5.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/blue6.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/cp_download.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/cp_kad.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/cp_search.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/cp_servers.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/cp_settings.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/cp_shared.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/cp_stats.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/emule.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/green.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/greenpercent.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/l_cancel.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/l_connect.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/l_down.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/l_ed2klink.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/l_info.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/l_pause.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/l_resume.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/l_up.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/log.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/logo.jpg -%%PL_AMULEWEBSRV%%share/amule/webserver/default/red.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/transparent.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/yellow.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/phpamule.png -%%PL_AMULEWEBSRV%%share/amule/webserver/default/tree-leaf.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/tree-open.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/tree-closed.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/favicon.ico -%%PL_AMULEWEBSRV%%share/amule/webserver/default/downloads.php -%%PL_AMULEWEBSRV%%share/amule/webserver/default/preferences.php -%%PL_AMULEWEBSRV%%share/amule/webserver/default/search.php -%%PL_AMULEWEBSRV%%share/amule/webserver/default/servers.php -%%PL_AMULEWEBSRV%%share/amule/webserver/default/shared.php -%%PL_AMULEWEBSRV%%share/amule/webserver/default/stat_graphs.php -%%PL_AMULEWEBSRV%%share/amule/webserver/default/stat_tree.php -%%PL_AMULEWEBSRV%%share/amule/webserver/default/login.php -%%PL_AMULEWEBSRV%%share/amule/webserver/default/index.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/amuleweb-main-dload.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/amuleweb-main-search.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/amuleweb-main-servers.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/amuleweb-main-shared.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/amuleweb-main-stats.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/amuleweb-main-prefs.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/amuleweb-main-kad.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/stats.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/stats_tree.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/top.html -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/footer.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/login.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/tree-open.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/tree-closed.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/tree-leaf.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-reload.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-search.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-search-pressed.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-servers.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-servers-pressed.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-settings.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-settings-pressed.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-shared.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-shared-pressed.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-download.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-download-pressed.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-kad.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-kad-pressed.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-stats.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-stats-pressed.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-connect.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-logout.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-logout-pressed.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-filter.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/connect.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/cancel.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/arrow-r.png -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/up.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/down.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/pause.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/resume.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/apply.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/delete.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/phpamule.png -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/favicon.ico -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/index.html -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/aMule.tmpl -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/add_server.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/arrow_down.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/arrow_down_logout.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/arrow_right.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/arrow_up.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/back.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/black.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/blank1x1.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/blue1.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/blue2.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/blue3.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/blue4.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/blue5.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/blue6.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/cp_download.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/cp_kad.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/cp_search.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/cp_servers.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/cp_settings.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/cp_shared.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/log.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/cp_stats.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/emule.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/green.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/greenpercent.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/l_cancel.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/l_connect.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/l_down.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/l_ed2klink.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/l_info.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/l_pause.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/l_resume.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/l_up.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/login_bottom.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/login_downmain.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/login_lefttop.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/login_righttop.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/login_top.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/login_topdown.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/login_topseperator.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/logo.jpg -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/main_bg.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/main_top_bg.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/main_topbar.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/main_topbardarker.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/main_topbarseperator.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/red.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/transparent.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/yellow.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/phpamule.png -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/tree-leaf.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/tree-open.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/tree-closed.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/favicon.ico -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/downloads.php -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/preferences.php -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/search.php -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/servers.php -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/shared.php -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/stat_graphs.php -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/stat_tree.php -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/login.php -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/index.php -%%PL_AMULEWEBSRV%%@dirrmtry share/amule/webserver/default -%%PL_AMULEWEBSRV%%@dirrmtry share/amule/webserver/php-default -%%PL_AMULEWEBSRV%%@dirrmtry share/amule/webserver/chicane -%%PL_AMULEWEBSRV%%@dirrmtry share/amule/webserver -%%PL_AMULEWEBSRV%%@dirrmtry share/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 -@dirrmtry share/applications diff --git a/net-p2p/deluge05/Makefile b/net-p2p/deluge05/Makefile deleted file mode 100644 index 16f9691f6769..000000000000 --- a/net-p2p/deluge05/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: deluge -# Date created: 03 December 2006 -# Whom: Mezz <mezz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= deluge -PORTVERSION= 0.5.6.2 -CATEGORIES= net-p2p python -MASTER_SITES= http://download.deluge-torrent.org/tarball/${PORTVERSION}/ - -MAINTAINER= mezz@FreeBSD.org -COMMENT= A Bittorrent client, using Python, GTK+2 and Rasterbar libtorrent - -LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost -RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \ - ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ - ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus \ - ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/__init__.py:${PORTSDIR}/devel/py-notify - -WRKSRC= ${WRKDIR}/${PORTNAME}-torrent-${PORTVERSION} -USE_GNOME= pygtk2 desktopfileutils -USE_GETTEXT= yes -USE_OPENSSL= yes -USE_PYTHON= yes -USE_PYDISTUTILS=yes -INSTALLS_ICONS= yes - -MAKE_ENV= CC="${CC}" CXX="${CXX}" - -DOCS= LICENSE README - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "sparc64" || ${ARCH} == "ia64" -CFLAGS+= -DAMD64 -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g ; \ - s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g' ${WRKSRC}/setup.py - -post-install: - @-update-desktop-database -.ifndef (NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for i in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/net-p2p/deluge05/distinfo b/net-p2p/deluge05/distinfo deleted file mode 100644 index 8481ef0cafb9..000000000000 --- a/net-p2p/deluge05/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (deluge-0.5.6.2.tar.gz) = 618d3ed32f74a58476d9f9c385aebe12 -SHA256 (deluge-0.5.6.2.tar.gz) = 8d33c229457138b82900e584f00d522c924359fdeaef024f8ef7ee286be2fb47 -SIZE (deluge-0.5.6.2.tar.gz) = 1931262 diff --git a/net-p2p/deluge05/files/patch-setup.py b/net-p2p/deluge05/files/patch-setup.py deleted file mode 100644 index 77c58015ccb6..000000000000 --- a/net-p2p/deluge05/files/patch-setup.py +++ /dev/null @@ -1,43 +0,0 @@ ---- setup.py.orig 2007-10-25 16:49:47.000000000 -0500 -+++ setup.py 2007-10-25 16:51:47.000000000 -0500 -@@ -103,13 +103,13 @@ - "-DHAVE_INCLUDE_LIBTORRENT_ASIO_SSL_STREAM_HPP=1", - "-DHAVE_INCLUDE_LIBTORRENT_ASIO_IP_TCP_HPP=1", - "-DHAVE_PTHREAD=1", "-DTORRENT_USE_OPENSSL=1", "-DHAVE_SSL=1", -- "-DNDEBUG=1", "-O2"] -+ "-DNDEBUG=1"] - if ARCH == "x64": - EXTRA_COMPILE_ARGS.append("-DAMD64") - - includedirs = ['./libtorrent', './libtorrent/include', - './libtorrent/include/libtorrent', -- '/usr/include/python' + python_version] -+ '%%LOCALBASE%%/include'] - - if OS == "linux": - if os.WEXITSTATUS(os.system('grep -iq "Debian GNU/Linux 4.0\|Ubuntu 7.04\|Ubuntu 6.06\|Ubuntu 6.10\|Fedora Core release 6\|openSUSE 10.2\|Mandriva Linux release 2007.1\|Fedora release 7\|BLAG release 60001\|Yellow Dog Linux release 5.0 (Phoenix)\|CentOS release 5 (Final)" /etc/issue')) == 0: -@@ -164,11 +164,11 @@ - if not OS == "win": - if boosttype == "nomt": - librariestype = ['boost_filesystem', 'boost_date_time', -- 'boost_thread', 'z', 'pthread', 'ssl'] -+ 'boost_thread', 'z', 'ssl'] - print 'Libraries nomt' - elif boosttype == "mt": - librariestype = ['boost_filesystem-mt', 'boost_date_time-mt', -- 'boost_thread-mt', 'z', 'pthread', 'ssl'] -+ 'boost_thread-mt', 'z', 'ssl'] - print 'Libraries mt' - else: - librariestype = ['boost_filesystem-mt', 'boost_date_time-mt', -@@ -189,8 +189,10 @@ - sources.remove('libtorrent/src/file_win.cpp') - deluge_core = Extension('deluge_core', - include_dirs = includedirs, -+ library_dirs = ['%%LOCALBASE%%/lib'], - libraries = librariestype, - extra_compile_args = EXTRA_COMPILE_ARGS, -+ extra_link_args = ['%%PTHREAD_LIBS%%'], - sources = sources) - else: - sources.remove('libtorrent\\src\\file.cpp') diff --git a/net-p2p/deluge05/files/patch-src___init__.py b/net-p2p/deluge05/files/patch-src___init__.py deleted file mode 100644 index 0929c71ce883..000000000000 --- a/net-p2p/deluge05/files/patch-src___init__.py +++ /dev/null @@ -1,27 +0,0 @@ ---- src/__init__.py.orig 2007-10-30 00:15:34.000000000 -0500 -+++ src/__init__.py 2007-10-30 00:16:07.000000000 -0500 -@@ -37,15 +37,15 @@ - - APP = 'deluge' - DIR = os.path.join(common.INSTALL_PREFIX, 'share', 'locale') --if not common.windows_check(): -- locale.setlocale(locale.LC_MESSAGES, '') -- locale.bindtextdomain(APP, DIR) -- locale.textdomain(APP) --else: -- import gtk.glade -- locale.setlocale(locale.LC_ALL, '') -- gtk.glade.bindtextdomain(APP,DIR) -- gtk.glade.textdomain(APP) -+#if not common.windows_check(): -+# locale.setlocale(locale.LC_MESSAGES, '') -+# locale.bindtextdomain(APP, DIR) -+# locale.textdomain(APP) -+#else: -+# import gtk.glade -+# locale.setlocale(locale.LC_ALL, '') -+# gtk.glade.bindtextdomain(APP,DIR) -+# gtk.glade.textdomain(APP) - gettext.bindtextdomain(APP, DIR) - gettext.textdomain(APP) - gettext.install(APP, DIR) diff --git a/net-p2p/deluge05/pkg-descr b/net-p2p/deluge05/pkg-descr deleted file mode 100644 index fc985d391ad1..000000000000 --- a/net-p2p/deluge05/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Deluge is a Bittorrent client written in Python and GTK+. Deluge is intended -to bring a native, full-featured client to Linux, BSD, and other *NIX GTK -desktop environments such as Gnome and XFCE. - -Deluge uses Rasterbar's version of libtorrent as the main ingredient in its -bittorrent protocol backend. - -WWW: http://deluge-torrent.org/ diff --git a/net-p2p/deluge05/pkg-plist b/net-p2p/deluge05/pkg-plist deleted file mode 100644 index b6fe40e12510..000000000000 --- a/net-p2p/deluge05/pkg-plist +++ /dev/null @@ -1,801 +0,0 @@ -bin/deluge -%%PYTHON_SITELIBDIR%%/deluge/__init__.py -%%PYTHON_SITELIBDIR%%/deluge/__init__.pyc -%%PYTHON_SITELIBDIR%%/deluge/__init__.pyo -%%PYTHON_SITELIBDIR%%/deluge/_dbus.py -%%PYTHON_SITELIBDIR%%/deluge/_dbus.pyc -%%PYTHON_SITELIBDIR%%/deluge/_dbus.pyo -%%PYTHON_SITELIBDIR%%/deluge/common.py -%%PYTHON_SITELIBDIR%%/deluge/common.pyc -%%PYTHON_SITELIBDIR%%/deluge/common.pyo -%%PYTHON_SITELIBDIR%%/deluge/core.py -%%PYTHON_SITELIBDIR%%/deluge/core.pyc -%%PYTHON_SITELIBDIR%%/deluge/core.pyo -%%PYTHON_SITELIBDIR%%/deluge/deluge_core.so -%%PYTHON_SITELIBDIR%%/deluge/deluge_stats.py -%%PYTHON_SITELIBDIR%%/deluge/deluge_stats.pyc -%%PYTHON_SITELIBDIR%%/deluge/deluge_stats.pyo -%%PYTHON_SITELIBDIR%%/deluge/dgtk.py -%%PYTHON_SITELIBDIR%%/deluge/dgtk.pyc -%%PYTHON_SITELIBDIR%%/deluge/dgtk.pyo -%%PYTHON_SITELIBDIR%%/deluge/dialogs.py -%%PYTHON_SITELIBDIR%%/deluge/dialogs.pyc -%%PYTHON_SITELIBDIR%%/deluge/dialogs.pyo -%%PYTHON_SITELIBDIR%%/deluge/files.py -%%PYTHON_SITELIBDIR%%/deluge/files.pyc -%%PYTHON_SITELIBDIR%%/deluge/files.pyo -%%PYTHON_SITELIBDIR%%/deluge/interface.py -%%PYTHON_SITELIBDIR%%/deluge/interface.pyc -%%PYTHON_SITELIBDIR%%/deluge/interface.pyo -%%PYTHON_SITELIBDIR%%/deluge/ipc_manager.py -%%PYTHON_SITELIBDIR%%/deluge/ipc_manager.pyc -%%PYTHON_SITELIBDIR%%/deluge/ipc_manager.pyo -%%PYTHON_SITELIBDIR%%/deluge/plugins.py -%%PYTHON_SITELIBDIR%%/deluge/plugins.pyc -%%PYTHON_SITELIBDIR%%/deluge/plugins.pyo -%%PYTHON_SITELIBDIR%%/deluge/pref.py -%%PYTHON_SITELIBDIR%%/deluge/pref.pyc -%%PYTHON_SITELIBDIR%%/deluge/pref.pyo -%%PYTHON_SITELIBDIR%%/deluge/tab_details.py -%%PYTHON_SITELIBDIR%%/deluge/tab_details.pyc -%%PYTHON_SITELIBDIR%%/deluge/tab_details.pyo -%%PYTHON_SITELIBDIR%%/deluge/wizard.py -%%PYTHON_SITELIBDIR%%/deluge/wizard.pyc -%%PYTHON_SITELIBDIR%%/deluge/wizard.pyo -share/applications/deluge.desktop -%%DATADIR%%/glade/aboutdialog.glade -%%DATADIR%%/glade/delugegtk.glade -%%DATADIR%%/glade/dgtkpopups.glade -%%DATADIR%%/glade/edit_trackers.glade -%%DATADIR%%/glade/file_tab_menu.glade -%%DATADIR%%/glade/files_dialog.glade -%%DATADIR%%/glade/merge_dialog.glade -%%DATADIR%%/glade/preferences_dialog.glade -%%DATADIR%%/glade/torrent_menu.glade -%%DATADIR%%/glade/tray_menu.glade -%%DATADIR%%/glade/wizard.glade -%%DATADIR%%/icons/scalable/apps/deluge.svg -%%DATADIR%%/pixmaps/deluge-about.png -%%DATADIR%%/pixmaps/deluge.png -%%DATADIR%%/pixmaps/deluge.svg -%%DATADIR%%/pixmaps/downloading16.png -%%DATADIR%%/pixmaps/flags18x12/ad.png -%%DATADIR%%/pixmaps/flags18x12/ae.png -%%DATADIR%%/pixmaps/flags18x12/af.png -%%DATADIR%%/pixmaps/flags18x12/ag.png -%%DATADIR%%/pixmaps/flags18x12/ai.png -%%DATADIR%%/pixmaps/flags18x12/al.png -%%DATADIR%%/pixmaps/flags18x12/am.png -%%DATADIR%%/pixmaps/flags18x12/an.png -%%DATADIR%%/pixmaps/flags18x12/ao.png -%%DATADIR%%/pixmaps/flags18x12/aq.png -%%DATADIR%%/pixmaps/flags18x12/ar.png -%%DATADIR%%/pixmaps/flags18x12/as.png -%%DATADIR%%/pixmaps/flags18x12/at.png -%%DATADIR%%/pixmaps/flags18x12/au.png -%%DATADIR%%/pixmaps/flags18x12/aw.png -%%DATADIR%%/pixmaps/flags18x12/ax.png -%%DATADIR%%/pixmaps/flags18x12/az.png -%%DATADIR%%/pixmaps/flags18x12/ba.png -%%DATADIR%%/pixmaps/flags18x12/bb.png -%%DATADIR%%/pixmaps/flags18x12/bd.png -%%DATADIR%%/pixmaps/flags18x12/be.png -%%DATADIR%%/pixmaps/flags18x12/bf.png -%%DATADIR%%/pixmaps/flags18x12/bg.png -%%DATADIR%%/pixmaps/flags18x12/bh.png -%%DATADIR%%/pixmaps/flags18x12/bi.png -%%DATADIR%%/pixmaps/flags18x12/bj.png -%%DATADIR%%/pixmaps/flags18x12/bm.png -%%DATADIR%%/pixmaps/flags18x12/bn.png -%%DATADIR%%/pixmaps/flags18x12/bo.png -%%DATADIR%%/pixmaps/flags18x12/br.png -%%DATADIR%%/pixmaps/flags18x12/bs.png -%%DATADIR%%/pixmaps/flags18x12/bt.png -%%DATADIR%%/pixmaps/flags18x12/bv.png -%%DATADIR%%/pixmaps/flags18x12/bw.png -%%DATADIR%%/pixmaps/flags18x12/by.png -%%DATADIR%%/pixmaps/flags18x12/bz.png -%%DATADIR%%/pixmaps/flags18x12/ca.png -%%DATADIR%%/pixmaps/flags18x12/cc.png -%%DATADIR%%/pixmaps/flags18x12/cd.png -%%DATADIR%%/pixmaps/flags18x12/cf.png -%%DATADIR%%/pixmaps/flags18x12/cg.png -%%DATADIR%%/pixmaps/flags18x12/ch.png -%%DATADIR%%/pixmaps/flags18x12/ci.png -%%DATADIR%%/pixmaps/flags18x12/ck.png -%%DATADIR%%/pixmaps/flags18x12/cl.png -%%DATADIR%%/pixmaps/flags18x12/cm.png -%%DATADIR%%/pixmaps/flags18x12/cn.png -%%DATADIR%%/pixmaps/flags18x12/co.png -%%DATADIR%%/pixmaps/flags18x12/cr.png -%%DATADIR%%/pixmaps/flags18x12/cs.png -%%DATADIR%%/pixmaps/flags18x12/cu.png -%%DATADIR%%/pixmaps/flags18x12/cv.png -%%DATADIR%%/pixmaps/flags18x12/cx.png -%%DATADIR%%/pixmaps/flags18x12/cy.png -%%DATADIR%%/pixmaps/flags18x12/cz.png -%%DATADIR%%/pixmaps/flags18x12/de.png -%%DATADIR%%/pixmaps/flags18x12/dj.png -%%DATADIR%%/pixmaps/flags18x12/dk.png -%%DATADIR%%/pixmaps/flags18x12/dm.png -%%DATADIR%%/pixmaps/flags18x12/do.png -%%DATADIR%%/pixmaps/flags18x12/dz.png -%%DATADIR%%/pixmaps/flags18x12/ec.png -%%DATADIR%%/pixmaps/flags18x12/ee.png -%%DATADIR%%/pixmaps/flags18x12/eg.png -%%DATADIR%%/pixmaps/flags18x12/eh.png -%%DATADIR%%/pixmaps/flags18x12/er.png -%%DATADIR%%/pixmaps/flags18x12/es.png -%%DATADIR%%/pixmaps/flags18x12/et.png -%%DATADIR%%/pixmaps/flags18x12/fi.png -%%DATADIR%%/pixmaps/flags18x12/fj.png -%%DATADIR%%/pixmaps/flags18x12/fk.png -%%DATADIR%%/pixmaps/flags18x12/fm.png -%%DATADIR%%/pixmaps/flags18x12/fo.png -%%DATADIR%%/pixmaps/flags18x12/fr.png -%%DATADIR%%/pixmaps/flags18x12/fx.png -%%DATADIR%%/pixmaps/flags18x12/ga.png -%%DATADIR%%/pixmaps/flags18x12/gb.png -%%DATADIR%%/pixmaps/flags18x12/gd.png -%%DATADIR%%/pixmaps/flags18x12/ge.png -%%DATADIR%%/pixmaps/flags18x12/gf.png -%%DATADIR%%/pixmaps/flags18x12/gg.png -%%DATADIR%%/pixmaps/flags18x12/gh.png -%%DATADIR%%/pixmaps/flags18x12/gi.png -%%DATADIR%%/pixmaps/flags18x12/gl.png -%%DATADIR%%/pixmaps/flags18x12/gm.png -%%DATADIR%%/pixmaps/flags18x12/gn.png -%%DATADIR%%/pixmaps/flags18x12/gp.png -%%DATADIR%%/pixmaps/flags18x12/gq.png -%%DATADIR%%/pixmaps/flags18x12/gr.png -%%DATADIR%%/pixmaps/flags18x12/gs.png -%%DATADIR%%/pixmaps/flags18x12/gt.png -%%DATADIR%%/pixmaps/flags18x12/gu.png -%%DATADIR%%/pixmaps/flags18x12/gw.png -%%DATADIR%%/pixmaps/flags18x12/gy.png -%%DATADIR%%/pixmaps/flags18x12/hk.png -%%DATADIR%%/pixmaps/flags18x12/hm.png -%%DATADIR%%/pixmaps/flags18x12/hn.png -%%DATADIR%%/pixmaps/flags18x12/hr.png -%%DATADIR%%/pixmaps/flags18x12/ht.png -%%DATADIR%%/pixmaps/flags18x12/hu.png -%%DATADIR%%/pixmaps/flags18x12/id.png -%%DATADIR%%/pixmaps/flags18x12/ie.png -%%DATADIR%%/pixmaps/flags18x12/il.png -%%DATADIR%%/pixmaps/flags18x12/in.png -%%DATADIR%%/pixmaps/flags18x12/io.png -%%DATADIR%%/pixmaps/flags18x12/iq.png -%%DATADIR%%/pixmaps/flags18x12/ir.png -%%DATADIR%%/pixmaps/flags18x12/is.png -%%DATADIR%%/pixmaps/flags18x12/it.png -%%DATADIR%%/pixmaps/flags18x12/je.png -%%DATADIR%%/pixmaps/flags18x12/jm.png -%%DATADIR%%/pixmaps/flags18x12/jo.png -%%DATADIR%%/pixmaps/flags18x12/jp.png -%%DATADIR%%/pixmaps/flags18x12/ke.png -%%DATADIR%%/pixmaps/flags18x12/kg.png -%%DATADIR%%/pixmaps/flags18x12/kh.png -%%DATADIR%%/pixmaps/flags18x12/ki.png -%%DATADIR%%/pixmaps/flags18x12/km.png -%%DATADIR%%/pixmaps/flags18x12/kn.png -%%DATADIR%%/pixmaps/flags18x12/kp.png -%%DATADIR%%/pixmaps/flags18x12/kr.png -%%DATADIR%%/pixmaps/flags18x12/kw.png -%%DATADIR%%/pixmaps/flags18x12/ky.png -%%DATADIR%%/pixmaps/flags18x12/kz.png -%%DATADIR%%/pixmaps/flags18x12/la.png -%%DATADIR%%/pixmaps/flags18x12/lb.png -%%DATADIR%%/pixmaps/flags18x12/lc.png -%%DATADIR%%/pixmaps/flags18x12/li.png -%%DATADIR%%/pixmaps/flags18x12/lk.png -%%DATADIR%%/pixmaps/flags18x12/lr.png -%%DATADIR%%/pixmaps/flags18x12/ls.png -%%DATADIR%%/pixmaps/flags18x12/lt.png -%%DATADIR%%/pixmaps/flags18x12/lu.png -%%DATADIR%%/pixmaps/flags18x12/lv.png -%%DATADIR%%/pixmaps/flags18x12/ly.png -%%DATADIR%%/pixmaps/flags18x12/ma.png -%%DATADIR%%/pixmaps/flags18x12/mc.png -%%DATADIR%%/pixmaps/flags18x12/md.png -%%DATADIR%%/pixmaps/flags18x12/me.png -%%DATADIR%%/pixmaps/flags18x12/mg.png -%%DATADIR%%/pixmaps/flags18x12/mh.png -%%DATADIR%%/pixmaps/flags18x12/mk.png -%%DATADIR%%/pixmaps/flags18x12/ml.png -%%DATADIR%%/pixmaps/flags18x12/mm.png -%%DATADIR%%/pixmaps/flags18x12/mn.png -%%DATADIR%%/pixmaps/flags18x12/mo.png -%%DATADIR%%/pixmaps/flags18x12/mp.png -%%DATADIR%%/pixmaps/flags18x12/mq.png -%%DATADIR%%/pixmaps/flags18x12/mr.png -%%DATADIR%%/pixmaps/flags18x12/ms.png -%%DATADIR%%/pixmaps/flags18x12/mt.png -%%DATADIR%%/pixmaps/flags18x12/mu.png -%%DATADIR%%/pixmaps/flags18x12/mv.png -%%DATADIR%%/pixmaps/flags18x12/mw.png -%%DATADIR%%/pixmaps/flags18x12/mx.png -%%DATADIR%%/pixmaps/flags18x12/my.png -%%DATADIR%%/pixmaps/flags18x12/mz.png -%%DATADIR%%/pixmaps/flags18x12/na.png -%%DATADIR%%/pixmaps/flags18x12/nc.png -%%DATADIR%%/pixmaps/flags18x12/ne.png -%%DATADIR%%/pixmaps/flags18x12/nf.png -%%DATADIR%%/pixmaps/flags18x12/ng.png -%%DATADIR%%/pixmaps/flags18x12/ni.png -%%DATADIR%%/pixmaps/flags18x12/nl.png -%%DATADIR%%/pixmaps/flags18x12/no.png -%%DATADIR%%/pixmaps/flags18x12/np.png -%%DATADIR%%/pixmaps/flags18x12/nr.png -%%DATADIR%%/pixmaps/flags18x12/nu.png -%%DATADIR%%/pixmaps/flags18x12/nz.png -%%DATADIR%%/pixmaps/flags18x12/om.png -%%DATADIR%%/pixmaps/flags18x12/pa.png -%%DATADIR%%/pixmaps/flags18x12/pe.png -%%DATADIR%%/pixmaps/flags18x12/pf.png -%%DATADIR%%/pixmaps/flags18x12/pg.png -%%DATADIR%%/pixmaps/flags18x12/ph.png -%%DATADIR%%/pixmaps/flags18x12/pk.png -%%DATADIR%%/pixmaps/flags18x12/pl.png -%%DATADIR%%/pixmaps/flags18x12/pm.png -%%DATADIR%%/pixmaps/flags18x12/pn.png -%%DATADIR%%/pixmaps/flags18x12/pr.png -%%DATADIR%%/pixmaps/flags18x12/ps.png -%%DATADIR%%/pixmaps/flags18x12/pt.png -%%DATADIR%%/pixmaps/flags18x12/pw.png -%%DATADIR%%/pixmaps/flags18x12/py.png -%%DATADIR%%/pixmaps/flags18x12/qa.png -%%DATADIR%%/pixmaps/flags18x12/re.png -%%DATADIR%%/pixmaps/flags18x12/ro.png -%%DATADIR%%/pixmaps/flags18x12/rs.png -%%DATADIR%%/pixmaps/flags18x12/ru.png -%%DATADIR%%/pixmaps/flags18x12/rw.png -%%DATADIR%%/pixmaps/flags18x12/sa.png -%%DATADIR%%/pixmaps/flags18x12/sb.png -%%DATADIR%%/pixmaps/flags18x12/sc.png -%%DATADIR%%/pixmaps/flags18x12/sd.png -%%DATADIR%%/pixmaps/flags18x12/se.png -%%DATADIR%%/pixmaps/flags18x12/sg.png -%%DATADIR%%/pixmaps/flags18x12/sh.png -%%DATADIR%%/pixmaps/flags18x12/si.png -%%DATADIR%%/pixmaps/flags18x12/sj.png -%%DATADIR%%/pixmaps/flags18x12/sk.png -%%DATADIR%%/pixmaps/flags18x12/sl.png -%%DATADIR%%/pixmaps/flags18x12/sm.png -%%DATADIR%%/pixmaps/flags18x12/sn.png -%%DATADIR%%/pixmaps/flags18x12/so.png -%%DATADIR%%/pixmaps/flags18x12/sr.png -%%DATADIR%%/pixmaps/flags18x12/st.png -%%DATADIR%%/pixmaps/flags18x12/sv.png -%%DATADIR%%/pixmaps/flags18x12/sy.png -%%DATADIR%%/pixmaps/flags18x12/sz.png -%%DATADIR%%/pixmaps/flags18x12/tc.png -%%DATADIR%%/pixmaps/flags18x12/td.png -%%DATADIR%%/pixmaps/flags18x12/tf.png -%%DATADIR%%/pixmaps/flags18x12/tg.png -%%DATADIR%%/pixmaps/flags18x12/th.png -%%DATADIR%%/pixmaps/flags18x12/tj.png -%%DATADIR%%/pixmaps/flags18x12/tk.png -%%DATADIR%%/pixmaps/flags18x12/tl.png -%%DATADIR%%/pixmaps/flags18x12/tm.png -%%DATADIR%%/pixmaps/flags18x12/tn.png -%%DATADIR%%/pixmaps/flags18x12/to.png -%%DATADIR%%/pixmaps/flags18x12/tp.png -%%DATADIR%%/pixmaps/flags18x12/tr.png -%%DATADIR%%/pixmaps/flags18x12/tt.png -%%DATADIR%%/pixmaps/flags18x12/tv.png -%%DATADIR%%/pixmaps/flags18x12/tw.png -%%DATADIR%%/pixmaps/flags18x12/tz.png -%%DATADIR%%/pixmaps/flags18x12/ua.png -%%DATADIR%%/pixmaps/flags18x12/ug.png -%%DATADIR%%/pixmaps/flags18x12/um.png -%%DATADIR%%/pixmaps/flags18x12/us.png -%%DATADIR%%/pixmaps/flags18x12/uy.png -%%DATADIR%%/pixmaps/flags18x12/uz.png -%%DATADIR%%/pixmaps/flags18x12/va.png -%%DATADIR%%/pixmaps/flags18x12/vc.png -%%DATADIR%%/pixmaps/flags18x12/ve.png -%%DATADIR%%/pixmaps/flags18x12/vg.png -%%DATADIR%%/pixmaps/flags18x12/vi.png -%%DATADIR%%/pixmaps/flags18x12/vn.png -%%DATADIR%%/pixmaps/flags18x12/vu.png -%%DATADIR%%/pixmaps/flags18x12/wf.png -%%DATADIR%%/pixmaps/flags18x12/ws.png -%%DATADIR%%/pixmaps/flags18x12/ye.png -%%DATADIR%%/pixmaps/flags18x12/yt.png -%%DATADIR%%/pixmaps/flags18x12/yu.png -%%DATADIR%%/pixmaps/flags18x12/za.png -%%DATADIR%%/pixmaps/flags18x12/zm.png -%%DATADIR%%/pixmaps/flags18x12/zw.png -%%DATADIR%%/pixmaps/flags25x15/ad.png -%%DATADIR%%/pixmaps/flags25x15/ae.png -%%DATADIR%%/pixmaps/flags25x15/af.png -%%DATADIR%%/pixmaps/flags25x15/ag.png -%%DATADIR%%/pixmaps/flags25x15/ai.png -%%DATADIR%%/pixmaps/flags25x15/al.png -%%DATADIR%%/pixmaps/flags25x15/am.png -%%DATADIR%%/pixmaps/flags25x15/an.png -%%DATADIR%%/pixmaps/flags25x15/ao.png -%%DATADIR%%/pixmaps/flags25x15/aq.png -%%DATADIR%%/pixmaps/flags25x15/ar.png -%%DATADIR%%/pixmaps/flags25x15/as.png -%%DATADIR%%/pixmaps/flags25x15/at.png -%%DATADIR%%/pixmaps/flags25x15/au.png -%%DATADIR%%/pixmaps/flags25x15/aw.png -%%DATADIR%%/pixmaps/flags25x15/ax.png -%%DATADIR%%/pixmaps/flags25x15/az.png -%%DATADIR%%/pixmaps/flags25x15/ba.png -%%DATADIR%%/pixmaps/flags25x15/bb.png -%%DATADIR%%/pixmaps/flags25x15/bd.png -%%DATADIR%%/pixmaps/flags25x15/be.png -%%DATADIR%%/pixmaps/flags25x15/bf.png -%%DATADIR%%/pixmaps/flags25x15/bg.png -%%DATADIR%%/pixmaps/flags25x15/bh.png -%%DATADIR%%/pixmaps/flags25x15/bi.png -%%DATADIR%%/pixmaps/flags25x15/bj.png -%%DATADIR%%/pixmaps/flags25x15/bm.png -%%DATADIR%%/pixmaps/flags25x15/bn.png -%%DATADIR%%/pixmaps/flags25x15/bo.png -%%DATADIR%%/pixmaps/flags25x15/br.png -%%DATADIR%%/pixmaps/flags25x15/bs.png -%%DATADIR%%/pixmaps/flags25x15/bt.png -%%DATADIR%%/pixmaps/flags25x15/bv.png -%%DATADIR%%/pixmaps/flags25x15/bw.png -%%DATADIR%%/pixmaps/flags25x15/by.png -%%DATADIR%%/pixmaps/flags25x15/bz.png -%%DATADIR%%/pixmaps/flags25x15/ca.png -%%DATADIR%%/pixmaps/flags25x15/cc.png -%%DATADIR%%/pixmaps/flags25x15/cd.png -%%DATADIR%%/pixmaps/flags25x15/cf.png -%%DATADIR%%/pixmaps/flags25x15/cg.png -%%DATADIR%%/pixmaps/flags25x15/ch.png -%%DATADIR%%/pixmaps/flags25x15/ci.png -%%DATADIR%%/pixmaps/flags25x15/ck.png -%%DATADIR%%/pixmaps/flags25x15/cl.png -%%DATADIR%%/pixmaps/flags25x15/cm.png -%%DATADIR%%/pixmaps/flags25x15/cn.png -%%DATADIR%%/pixmaps/flags25x15/co.png -%%DATADIR%%/pixmaps/flags25x15/cr.png -%%DATADIR%%/pixmaps/flags25x15/cs.png -%%DATADIR%%/pixmaps/flags25x15/cu.png -%%DATADIR%%/pixmaps/flags25x15/cv.png -%%DATADIR%%/pixmaps/flags25x15/cx.png -%%DATADIR%%/pixmaps/flags25x15/cy.png -%%DATADIR%%/pixmaps/flags25x15/cz.png -%%DATADIR%%/pixmaps/flags25x15/de.png -%%DATADIR%%/pixmaps/flags25x15/dj.png -%%DATADIR%%/pixmaps/flags25x15/dk.png -%%DATADIR%%/pixmaps/flags25x15/dm.png -%%DATADIR%%/pixmaps/flags25x15/do.png -%%DATADIR%%/pixmaps/flags25x15/dz.png -%%DATADIR%%/pixmaps/flags25x15/ec.png -%%DATADIR%%/pixmaps/flags25x15/ee.png -%%DATADIR%%/pixmaps/flags25x15/eg.png -%%DATADIR%%/pixmaps/flags25x15/eh.png -%%DATADIR%%/pixmaps/flags25x15/er.png -%%DATADIR%%/pixmaps/flags25x15/es.png -%%DATADIR%%/pixmaps/flags25x15/et.png -%%DATADIR%%/pixmaps/flags25x15/fi.png -%%DATADIR%%/pixmaps/flags25x15/fj.png -%%DATADIR%%/pixmaps/flags25x15/fk.png -%%DATADIR%%/pixmaps/flags25x15/fm.png -%%DATADIR%%/pixmaps/flags25x15/fo.png -%%DATADIR%%/pixmaps/flags25x15/fr.png -%%DATADIR%%/pixmaps/flags25x15/fx.png -%%DATADIR%%/pixmaps/flags25x15/ga.png -%%DATADIR%%/pixmaps/flags25x15/gb.png -%%DATADIR%%/pixmaps/flags25x15/gd.png -%%DATADIR%%/pixmaps/flags25x15/ge.png -%%DATADIR%%/pixmaps/flags25x15/gf.png -%%DATADIR%%/pixmaps/flags25x15/gg.png -%%DATADIR%%/pixmaps/flags25x15/gh.png -%%DATADIR%%/pixmaps/flags25x15/gi.png -%%DATADIR%%/pixmaps/flags25x15/gl.png -%%DATADIR%%/pixmaps/flags25x15/gm.png -%%DATADIR%%/pixmaps/flags25x15/gn.png -%%DATADIR%%/pixmaps/flags25x15/gp.png -%%DATADIR%%/pixmaps/flags25x15/gq.png -%%DATADIR%%/pixmaps/flags25x15/gr.png -%%DATADIR%%/pixmaps/flags25x15/gs.png -%%DATADIR%%/pixmaps/flags25x15/gt.png -%%DATADIR%%/pixmaps/flags25x15/gu.png -%%DATADIR%%/pixmaps/flags25x15/gw.png -%%DATADIR%%/pixmaps/flags25x15/gy.png -%%DATADIR%%/pixmaps/flags25x15/hk.png -%%DATADIR%%/pixmaps/flags25x15/hm.png -%%DATADIR%%/pixmaps/flags25x15/hn.png -%%DATADIR%%/pixmaps/flags25x15/hr.png -%%DATADIR%%/pixmaps/flags25x15/ht.png -%%DATADIR%%/pixmaps/flags25x15/hu.png -%%DATADIR%%/pixmaps/flags25x15/id.png -%%DATADIR%%/pixmaps/flags25x15/ie.png -%%DATADIR%%/pixmaps/flags25x15/il.png -%%DATADIR%%/pixmaps/flags25x15/in.png -%%DATADIR%%/pixmaps/flags25x15/io.png -%%DATADIR%%/pixmaps/flags25x15/iq.png -%%DATADIR%%/pixmaps/flags25x15/ir.png -%%DATADIR%%/pixmaps/flags25x15/is.png -%%DATADIR%%/pixmaps/flags25x15/it.png -%%DATADIR%%/pixmaps/flags25x15/je.png -%%DATADIR%%/pixmaps/flags25x15/jm.png -%%DATADIR%%/pixmaps/flags25x15/jo.png -%%DATADIR%%/pixmaps/flags25x15/jp.png -%%DATADIR%%/pixmaps/flags25x15/ke.png -%%DATADIR%%/pixmaps/flags25x15/kg.png -%%DATADIR%%/pixmaps/flags25x15/kh.png -%%DATADIR%%/pixmaps/flags25x15/ki.png -%%DATADIR%%/pixmaps/flags25x15/km.png -%%DATADIR%%/pixmaps/flags25x15/kn.png -%%DATADIR%%/pixmaps/flags25x15/kp.png -%%DATADIR%%/pixmaps/flags25x15/kr.png -%%DATADIR%%/pixmaps/flags25x15/kw.png -%%DATADIR%%/pixmaps/flags25x15/ky.png -%%DATADIR%%/pixmaps/flags25x15/kz.png -%%DATADIR%%/pixmaps/flags25x15/la.png -%%DATADIR%%/pixmaps/flags25x15/lb.png -%%DATADIR%%/pixmaps/flags25x15/lc.png -%%DATADIR%%/pixmaps/flags25x15/li.png -%%DATADIR%%/pixmaps/flags25x15/lk.png -%%DATADIR%%/pixmaps/flags25x15/lr.png -%%DATADIR%%/pixmaps/flags25x15/ls.png -%%DATADIR%%/pixmaps/flags25x15/lt.png -%%DATADIR%%/pixmaps/flags25x15/lu.png -%%DATADIR%%/pixmaps/flags25x15/lv.png -%%DATADIR%%/pixmaps/flags25x15/ly.png -%%DATADIR%%/pixmaps/flags25x15/ma.png -%%DATADIR%%/pixmaps/flags25x15/mc.png -%%DATADIR%%/pixmaps/flags25x15/md.png -%%DATADIR%%/pixmaps/flags25x15/me.png -%%DATADIR%%/pixmaps/flags25x15/mg.png -%%DATADIR%%/pixmaps/flags25x15/mh.png -%%DATADIR%%/pixmaps/flags25x15/mk.png -%%DATADIR%%/pixmaps/flags25x15/ml.png -%%DATADIR%%/pixmaps/flags25x15/mm.png -%%DATADIR%%/pixmaps/flags25x15/mn.png -%%DATADIR%%/pixmaps/flags25x15/mo.png -%%DATADIR%%/pixmaps/flags25x15/mp.png -%%DATADIR%%/pixmaps/flags25x15/mq.png -%%DATADIR%%/pixmaps/flags25x15/mr.png -%%DATADIR%%/pixmaps/flags25x15/ms.png -%%DATADIR%%/pixmaps/flags25x15/mt.png -%%DATADIR%%/pixmaps/flags25x15/mu.png -%%DATADIR%%/pixmaps/flags25x15/mv.png -%%DATADIR%%/pixmaps/flags25x15/mw.png -%%DATADIR%%/pixmaps/flags25x15/mx.png -%%DATADIR%%/pixmaps/flags25x15/my.png -%%DATADIR%%/pixmaps/flags25x15/mz.png -%%DATADIR%%/pixmaps/flags25x15/na.png -%%DATADIR%%/pixmaps/flags25x15/nc.png -%%DATADIR%%/pixmaps/flags25x15/ne.png -%%DATADIR%%/pixmaps/flags25x15/nf.png -%%DATADIR%%/pixmaps/flags25x15/ng.png -%%DATADIR%%/pixmaps/flags25x15/ni.png -%%DATADIR%%/pixmaps/flags25x15/nl.png -%%DATADIR%%/pixmaps/flags25x15/no.png -%%DATADIR%%/pixmaps/flags25x15/np.png -%%DATADIR%%/pixmaps/flags25x15/nr.png -%%DATADIR%%/pixmaps/flags25x15/nu.png -%%DATADIR%%/pixmaps/flags25x15/nz.png -%%DATADIR%%/pixmaps/flags25x15/om.png -%%DATADIR%%/pixmaps/flags25x15/pa.png -%%DATADIR%%/pixmaps/flags25x15/pe.png -%%DATADIR%%/pixmaps/flags25x15/pf.png -%%DATADIR%%/pixmaps/flags25x15/pg.png -%%DATADIR%%/pixmaps/flags25x15/ph.png -%%DATADIR%%/pixmaps/flags25x15/pk.png -%%DATADIR%%/pixmaps/flags25x15/pl.png -%%DATADIR%%/pixmaps/flags25x15/pm.png -%%DATADIR%%/pixmaps/flags25x15/pn.png -%%DATADIR%%/pixmaps/flags25x15/pr.png -%%DATADIR%%/pixmaps/flags25x15/ps.png -%%DATADIR%%/pixmaps/flags25x15/pt.png -%%DATADIR%%/pixmaps/flags25x15/pw.png -%%DATADIR%%/pixmaps/flags25x15/py.png -%%DATADIR%%/pixmaps/flags25x15/qa.png -%%DATADIR%%/pixmaps/flags25x15/re.png -%%DATADIR%%/pixmaps/flags25x15/ro.png -%%DATADIR%%/pixmaps/flags25x15/rs.png -%%DATADIR%%/pixmaps/flags25x15/ru.png -%%DATADIR%%/pixmaps/flags25x15/rw.png -%%DATADIR%%/pixmaps/flags25x15/sa.png -%%DATADIR%%/pixmaps/flags25x15/sb.png -%%DATADIR%%/pixmaps/flags25x15/sc.png -%%DATADIR%%/pixmaps/flags25x15/sd.png -%%DATADIR%%/pixmaps/flags25x15/se.png -%%DATADIR%%/pixmaps/flags25x15/sg.png -%%DATADIR%%/pixmaps/flags25x15/sh.png -%%DATADIR%%/pixmaps/flags25x15/si.png -%%DATADIR%%/pixmaps/flags25x15/sj.png -%%DATADIR%%/pixmaps/flags25x15/sk.png -%%DATADIR%%/pixmaps/flags25x15/sl.png -%%DATADIR%%/pixmaps/flags25x15/sm.png -%%DATADIR%%/pixmaps/flags25x15/sn.png -%%DATADIR%%/pixmaps/flags25x15/so.png -%%DATADIR%%/pixmaps/flags25x15/sr.png -%%DATADIR%%/pixmaps/flags25x15/st.png -%%DATADIR%%/pixmaps/flags25x15/sv.png -%%DATADIR%%/pixmaps/flags25x15/sy.png -%%DATADIR%%/pixmaps/flags25x15/sz.png -%%DATADIR%%/pixmaps/flags25x15/tc.png -%%DATADIR%%/pixmaps/flags25x15/td.png -%%DATADIR%%/pixmaps/flags25x15/tf.png -%%DATADIR%%/pixmaps/flags25x15/tg.png -%%DATADIR%%/pixmaps/flags25x15/th.png -%%DATADIR%%/pixmaps/flags25x15/tj.png -%%DATADIR%%/pixmaps/flags25x15/tk.png -%%DATADIR%%/pixmaps/flags25x15/tl.png -%%DATADIR%%/pixmaps/flags25x15/tm.png -%%DATADIR%%/pixmaps/flags25x15/tn.png -%%DATADIR%%/pixmaps/flags25x15/to.png -%%DATADIR%%/pixmaps/flags25x15/tp.png -%%DATADIR%%/pixmaps/flags25x15/tr.png -%%DATADIR%%/pixmaps/flags25x15/tt.png -%%DATADIR%%/pixmaps/flags25x15/tv.png -%%DATADIR%%/pixmaps/flags25x15/tw.png -%%DATADIR%%/pixmaps/flags25x15/tz.png -%%DATADIR%%/pixmaps/flags25x15/ua.png -%%DATADIR%%/pixmaps/flags25x15/ug.png -%%DATADIR%%/pixmaps/flags25x15/um.png -%%DATADIR%%/pixmaps/flags25x15/us.png -%%DATADIR%%/pixmaps/flags25x15/uy.png -%%DATADIR%%/pixmaps/flags25x15/uz.png -%%DATADIR%%/pixmaps/flags25x15/va.png -%%DATADIR%%/pixmaps/flags25x15/vc.png -%%DATADIR%%/pixmaps/flags25x15/ve.png -%%DATADIR%%/pixmaps/flags25x15/vg.png -%%DATADIR%%/pixmaps/flags25x15/vi.png -%%DATADIR%%/pixmaps/flags25x15/vn.png -%%DATADIR%%/pixmaps/flags25x15/vu.png -%%DATADIR%%/pixmaps/flags25x15/wf.png -%%DATADIR%%/pixmaps/flags25x15/ws.png -%%DATADIR%%/pixmaps/flags25x15/ye.png -%%DATADIR%%/pixmaps/flags25x15/yt.png -%%DATADIR%%/pixmaps/flags25x15/yu.png -%%DATADIR%%/pixmaps/flags25x15/za.png -%%DATADIR%%/pixmaps/flags25x15/zm.png -%%DATADIR%%/pixmaps/flags25x15/zw.png -%%DATADIR%%/pixmaps/inactive16.png -%%DATADIR%%/pixmaps/seeding16.png -%%DATADIR%%/plugins/BlocklistImport/__init__.py -%%DATADIR%%/plugins/BlocklistImport/listfile1.txt -%%DATADIR%%/plugins/BlocklistImport/listfile2.txt -%%DATADIR%%/plugins/BlocklistImport/nipfilter.dat.gz -%%DATADIR%%/plugins/BlocklistImport/peerguardian.py -%%DATADIR%%/plugins/BlocklistImport/pg.txt -%%DATADIR%%/plugins/BlocklistImport/splist.txt -%%DATADIR%%/plugins/BlocklistImport/test.py -%%DATADIR%%/plugins/BlocklistImport/text.py -%%DATADIR%%/plugins/BlocklistImport/ui.py -%%DATADIR%%/plugins/DesiredRatio/__init__.py -%%DATADIR%%/plugins/EventLogging/__init__.py -%%DATADIR%%/plugins/EventLogging/event_logging_preferences.glade -%%DATADIR%%/plugins/EventLogging/tab_log.py -%%DATADIR%%/plugins/ExtraStats/__init__.py -%%DATADIR%%/plugins/ExtraStats/stats_preferences.glade -%%DATADIR%%/plugins/Locations/__init__.py -%%DATADIR%%/plugins/Locations/plugin.py -%%DATADIR%%/plugins/MoveTorrent/__init__.py -%%DATADIR%%/plugins/MoveTorrent/movetorrent.glade -%%DATADIR%%/plugins/NetworkGraph/__init__.py -%%DATADIR%%/plugins/NetworkGraph/graph_preferences.glade -%%DATADIR%%/plugins/NetworkGraph/tab_graph.py -%%DATADIR%%/plugins/NetworkHealth/__init__.py -%%DATADIR%%/plugins/NetworkHealth/plugin.py -%%DATADIR%%/plugins/Scheduler/__init__.py -%%DATADIR%%/plugins/Scheduler/plugin.py -%%DATADIR%%/plugins/SimpleRSS/__init__.py -%%DATADIR%%/plugins/SimpleRSS/feedparser.py -%%DATADIR%%/plugins/SimpleRSS/plugin.py -%%DATADIR%%/plugins/SimpleRSS/rss.glade -%%DATADIR%%/plugins/SimpleRSS/rss.png -%%DATADIR%%/plugins/SpeedLimiter/__init__.py -%%DATADIR%%/plugins/TorrentCreator/__init__.py -%%DATADIR%%/plugins/TorrentCreator/torrentcreator.glade -%%DATADIR%%/plugins/TorrentFiles/__init__.py -%%DATADIR%%/plugins/TorrentFiles/files_preferences.glade -%%DATADIR%%/plugins/TorrentFiles/tab_files.py -%%DATADIR%%/plugins/TorrentNotification/__init__.py -%%DATADIR%%/plugins/TorrentNotification/notification_preferences.glade -%%DATADIR%%/plugins/TorrentPeers/__init__.py -%%DATADIR%%/plugins/TorrentPeers/peers_preferences.glade -%%DATADIR%%/plugins/TorrentPeers/tab_peers.py -%%DATADIR%%/plugins/TorrentSearch/__init__.py -%%DATADIR%%/plugins/TorrentSearch/plugin.py -%%DATADIR%%/plugins/TorrentSearch/searchdlg.glade -%%DATADIR%%/plugins/WebSeed/__init__.py -%%DATADIR%%/plugins/WebSeed/webseed.glade -%%DATADIR%%/plugins/WebUi/LICENSE -%%DATADIR%%/plugins/WebUi/__init__.py -%%DATADIR%%/plugins/WebUi/dbus_interface.py -%%DATADIR%%/plugins/WebUi/dbus_pythonize.py -%%DATADIR%%/plugins/WebUi/debugerror.py -%%DATADIR%%/plugins/WebUi/deluge_webserver.py -%%DATADIR%%/plugins/WebUi/gtk_cherrypy_wsgiserver.py -%%DATADIR%%/plugins/WebUi/revno -%%DATADIR%%/plugins/WebUi/run_webserver -%%DATADIR%%/plugins/WebUi/scripts/add_torrent_to_deluge_webui -%%DATADIR%%/plugins/WebUi/scripts/add_torrents_to_deluge.user.js -%%DATADIR%%/plugins/WebUi/scripts/build_webui_tarball.sh -%%DATADIR%%/plugins/WebUi/scripts/curl-example -%%DATADIR%%/plugins/WebUi/scripts/extract_template_strings.py -%%DATADIR%%/plugins/WebUi/scripts/template_strings.py -%%DATADIR%%/plugins/WebUi/static/images/deluge_icon.gif -%%DATADIR%%/plugins/WebUi/static/images/downloading16.png -%%DATADIR%%/plugins/WebUi/static/images/inactive16.png -%%DATADIR%%/plugins/WebUi/static/images/seeding16.png -%%DATADIR%%/plugins/WebUi/static/images/simple_bg.jpg -%%DATADIR%%/plugins/WebUi/static/images/simple_line.jpg -%%DATADIR%%/plugins/WebUi/static/images/simple_logo.jpg -%%DATADIR%%/plugins/WebUi/static/images/tango/down.png -%%DATADIR%%/plugins/WebUi/static/images/tango/list-add.png -%%DATADIR%%/plugins/WebUi/static/images/tango/list-remove.png -%%DATADIR%%/plugins/WebUi/static/images/tango/media-playback-pause.png -%%DATADIR%%/plugins/WebUi/static/images/tango/media-playback-start.png -%%DATADIR%%/plugins/WebUi/static/images/tango/preferences-system.png -%%DATADIR%%/plugins/WebUi/static/images/tango/process-stop.png -%%DATADIR%%/plugins/WebUi/static/images/tango/system-log-out.png -%%DATADIR%%/plugins/WebUi/static/images/tango/up.png -%%DATADIR%%/plugins/WebUi/static/images/tango/user-trash.png -%%DATADIR%%/plugins/WebUi/static/images/tango/view-refresh.png -%%DATADIR%%/plugins/WebUi/static/simple_site_style.css -%%DATADIR%%/plugins/WebUi/static_handler.py -%%DATADIR%%/plugins/WebUi/templates/deluge/about.html -%%DATADIR%%/plugins/WebUi/templates/deluge/authors.txt -%%DATADIR%%/plugins/WebUi/templates/deluge/config.html -%%DATADIR%%/plugins/WebUi/templates/deluge/error.html -%%DATADIR%%/plugins/WebUi/templates/deluge/footer.html -%%DATADIR%%/plugins/WebUi/templates/deluge/header.html -%%DATADIR%%/plugins/WebUi/templates/deluge/index.html -%%DATADIR%%/plugins/WebUi/templates/deluge/login.html -%%DATADIR%%/plugins/WebUi/templates/deluge/part_button.html -%%DATADIR%%/plugins/WebUi/templates/deluge/part_refresh.html -%%DATADIR%%/plugins/WebUi/templates/deluge/part_stats.html -%%DATADIR%%/plugins/WebUi/templates/deluge/refresh_form.html -%%DATADIR%%/plugins/WebUi/templates/deluge/sort_column_head.html -%%DATADIR%%/plugins/WebUi/templates/deluge/torrent_add.html -%%DATADIR%%/plugins/WebUi/templates/deluge/torrent_delete.html -%%DATADIR%%/plugins/WebUi/templates/deluge/torrent_info.html -%%DATADIR%%/plugins/WebUi/templates/example/footer.html -%%DATADIR%%/plugins/WebUi/templates/example/header.html -%%DATADIR%%/plugins/WebUi/templates/example/index.html -%%DATADIR%%/plugins/WebUi/templates/hacking-templates.txt -%%DATADIR%%/plugins/WebUi/version -%%DATADIR%%/plugins/WebUi/webpy022/Dependency-not-really part of webui.txt -%%DATADIR%%/plugins/WebUi/webpy022/__init__.py -%%DATADIR%%/plugins/WebUi/webpy022/changes.txt -%%DATADIR%%/plugins/WebUi/webpy022/cheetah.py -%%DATADIR%%/plugins/WebUi/webpy022/db.py -%%DATADIR%%/plugins/WebUi/webpy022/debugerror.py -%%DATADIR%%/plugins/WebUi/webpy022/form.py -%%DATADIR%%/plugins/WebUi/webpy022/http.py -%%DATADIR%%/plugins/WebUi/webpy022/httpserver.py -%%DATADIR%%/plugins/WebUi/webpy022/net.py -%%DATADIR%%/plugins/WebUi/webpy022/request.py -%%DATADIR%%/plugins/WebUi/webpy022/template.py -%%DATADIR%%/plugins/WebUi/webpy022/utils.py -%%DATADIR%%/plugins/WebUi/webpy022/webapi.py -%%DATADIR%%/plugins/WebUi/webpy022/wsgi.py -%%DATADIR%%/plugins/WebUi/webpy022/wsgiserver/__init__.py -%%DATADIR%%/plugins/WebUi/webserver_common.py -%%DATADIR%%/plugins/WebUi/webserver_framework.py -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/README -share/icons/hicolor/128x128/apps/deluge.png -share/icons/hicolor/16x16/apps/deluge.png -share/icons/hicolor/192x192/apps/deluge.png -share/icons/hicolor/22x22/apps/deluge.png -share/icons/hicolor/24x24/apps/deluge.png -share/icons/hicolor/256x256/apps/deluge.png -share/icons/hicolor/32x32/apps/deluge.png -share/icons/hicolor/36x36/apps/deluge.png -share/icons/hicolor/48x48/apps/deluge.png -share/icons/hicolor/64x64/apps/deluge.png -share/icons/hicolor/72x72/apps/deluge.png -share/icons/hicolor/96x96/apps/deluge.png -share/locale/ar/LC_MESSAGES/deluge.mo -share/locale/ast/LC_MESSAGES/deluge.mo -share/locale/bg/LC_MESSAGES/deluge.mo -share/locale/ca/LC_MESSAGES/deluge.mo -share/locale/cs/LC_MESSAGES/deluge.mo -share/locale/da/LC_MESSAGES/deluge.mo -share/locale/de/LC_MESSAGES/deluge.mo -share/locale/el/LC_MESSAGES/deluge.mo -share/locale/en_AU/LC_MESSAGES/deluge.mo -share/locale/en_CA/LC_MESSAGES/deluge.mo -share/locale/en_GB/LC_MESSAGES/deluge.mo -share/locale/eo/LC_MESSAGES/deluge.mo -share/locale/es/LC_MESSAGES/deluge.mo -share/locale/et/LC_MESSAGES/deluge.mo -share/locale/eu/LC_MESSAGES/deluge.mo -share/locale/fi/LC_MESSAGES/deluge.mo -share/locale/fr/LC_MESSAGES/deluge.mo -share/locale/gl/LC_MESSAGES/deluge.mo -share/locale/he/LC_MESSAGES/deluge.mo -share/locale/hr/LC_MESSAGES/deluge.mo -share/locale/hu/LC_MESSAGES/deluge.mo -share/locale/id/LC_MESSAGES/deluge.mo -share/locale/is/LC_MESSAGES/deluge.mo -share/locale/it/LC_MESSAGES/deluge.mo -share/locale/ja/LC_MESSAGES/deluge.mo -share/locale/ka/LC_MESSAGES/deluge.mo -share/locale/ko/LC_MESSAGES/deluge.mo -share/locale/ku/LC_MESSAGES/deluge.mo -share/locale/la/LC_MESSAGES/deluge.mo -share/locale/lt/LC_MESSAGES/deluge.mo -share/locale/lv/LC_MESSAGES/deluge.mo -share/locale/mk/LC_MESSAGES/deluge.mo -share/locale/ms/LC_MESSAGES/deluge.mo -share/locale/nb/LC_MESSAGES/deluge.mo -share/locale/nl/LC_MESSAGES/deluge.mo -share/locale/pl/LC_MESSAGES/deluge.mo -share/locale/pt/LC_MESSAGES/deluge.mo -share/locale/pt_BR/LC_MESSAGES/deluge.mo -share/locale/ro/LC_MESSAGES/deluge.mo -share/locale/ru/LC_MESSAGES/deluge.mo -share/locale/si/LC_MESSAGES/deluge.mo -share/locale/sk/LC_MESSAGES/deluge.mo -share/locale/sl/LC_MESSAGES/deluge.mo -share/locale/sr/LC_MESSAGES/deluge.mo -share/locale/sv/LC_MESSAGES/deluge.mo -share/locale/ta/LC_MESSAGES/deluge.mo -share/locale/tlh/LC_MESSAGES/deluge.mo -share/locale/tr/LC_MESSAGES/deluge.mo -share/locale/uk/LC_MESSAGES/deluge.mo -share/locale/vi/LC_MESSAGES/deluge.mo -share/locale/zh_CN/LC_MESSAGES/deluge.mo -share/locale/zh_TW/LC_MESSAGES/deluge.mo -share/pixmaps/deluge.png -@dirrmtry share/locale/tlh/LC_MESSAGES -@dirrmtry share/locale/tlh -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/la/LC_MESSAGES -@dirrmtry share/locale/la -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/icons/hicolor/256x256/apps -@dirrmtry share/icons/hicolor/256x256 -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/plugins/WebUi/webpy022/wsgiserver -@dirrm %%DATADIR%%/plugins/WebUi/webpy022 -@dirrm %%DATADIR%%/plugins/WebUi/templates/example -@dirrm %%DATADIR%%/plugins/WebUi/templates/deluge -@dirrm %%DATADIR%%/plugins/WebUi/templates -@dirrm %%DATADIR%%/plugins/WebUi/static/xul -@dirrm %%DATADIR%%/plugins/WebUi/static/images/tango -@dirrm %%DATADIR%%/plugins/WebUi/static/images -@dirrm %%DATADIR%%/plugins/WebUi/static -@dirrm %%DATADIR%%/plugins/WebUi/scripts -@dirrm %%DATADIR%%/plugins/WebUi -@dirrm %%DATADIR%%/plugins/WebSeed -@dirrm %%DATADIR%%/plugins/TorrentSearch -@dirrm %%DATADIR%%/plugins/TorrentPeers -@dirrm %%DATADIR%%/plugins/TorrentNotification -@dirrm %%DATADIR%%/plugins/TorrentFiles -@dirrm %%DATADIR%%/plugins/TorrentCreator -@dirrm %%DATADIR%%/plugins/SpeedLimiter -@dirrm %%DATADIR%%/plugins/SimpleRSS -@dirrm %%DATADIR%%/plugins/Scheduler -@dirrm %%DATADIR%%/plugins/NetworkHealth -@dirrm %%DATADIR%%/plugins/NetworkGraph -@dirrm %%DATADIR%%/plugins/MoveTorrent -@dirrm %%DATADIR%%/plugins/Locations -@dirrm %%DATADIR%%/plugins/ExtraStats -@dirrm %%DATADIR%%/plugins/EventLogging -@dirrm %%DATADIR%%/plugins/DesiredRatio -@dirrm %%DATADIR%%/plugins/BlocklistImport -@dirrmtry %%DATADIR%%/plugins -@dirrm %%DATADIR%%/pixmaps/flags25x15 -@dirrm %%DATADIR%%/pixmaps/flags18x12 -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%%/icons/scalable/apps -@dirrm %%DATADIR%%/icons/scalable -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%%/glade -@dirrmtry %%DATADIR%% -@dirrmtry share/applications -@dirrm %%PYTHON_SITELIBDIR%%/deluge -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true diff --git a/net-p2p/ktorrent2/Makefile b/net-p2p/ktorrent2/Makefile deleted file mode 100644 index 303c21615968..000000000000 --- a/net-p2p/ktorrent2/Makefile +++ /dev/null @@ -1,30 +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.2.2 -PORTREVISION= 1 -CATEGORIES= net-p2p kde -MASTER_SITES= http://ktorrent.org/downloads/${PORTVERSION}/ \ - http://www.brueffer.de/distfiles/ - -MAINTAINER= markus@FreeBSD.org -COMMENT= BitTorrent client for KDE - -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 - -CONFLICTS= ktorrent-devel-[0-9]* - -USE_KDELIBS_VER=3 -USE_AUTOTOOLS= libtool:15 -USE_GMAKE= yes - -post-patch: - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} - @${REINPLACE_CMD} -e 's|zeroconf||' ${WRKSRC}/plugins/Makefile.in - -.include <bsd.port.mk> diff --git a/net-p2p/ktorrent2/distinfo b/net-p2p/ktorrent2/distinfo deleted file mode 100644 index 29a9500e3943..000000000000 --- a/net-p2p/ktorrent2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ktorrent-2.2.2.tar.gz) = f3bd4cdcb45cefcd85599907781c6e21 -SHA256 (ktorrent-2.2.2.tar.gz) = 1be155d62b4533386dccb12de8dc3a28c1020c08c7c25223e1d31856d8b5e16b -SIZE (ktorrent-2.2.2.tar.gz) = 3820959 diff --git a/net-p2p/ktorrent2/files/patch-apps-ktorrent-fileselectdlg.cpp b/net-p2p/ktorrent2/files/patch-apps-ktorrent-fileselectdlg.cpp deleted file mode 100644 index f57f053e75c9..000000000000 --- a/net-p2p/ktorrent2/files/patch-apps-ktorrent-fileselectdlg.cpp +++ /dev/null @@ -1,34 +0,0 @@ ---- apps/ktorrent/fileselectdlg.cpp 2007/10/07 11:30:13 722461 -+++ apps/ktorrent/fileselectdlg.cpp 2007/10/07 11:32:52 722462 -@@ -94,11 +94,20 @@ - void FileSelectDlg::accept() - { - QStringList pe_ex; -+ -+ QString dn = m_downloadLocation->url(); -+ if (!dn.endsWith(bt::DirSeparator())) -+ dn += bt::DirSeparator(); - - for (Uint32 i = 0;i < tc->getNumFiles();i++) - { - kt::TorrentFileInterface & file = tc->getTorrentFile(i); - -+ // check for preexsting files -+ QString path = dn + tc->getStats().torrent_name + bt::DirSeparator() + file.getPath(); -+ if (bt::Exists(path)) -+ file.setPreExisting(true); -+ - if (file.doNotDownload() && file.isPreExistingFile()) - { - // we have excluded a preexsting file -@@ -136,10 +145,7 @@ - } - - //Setup custom download location -- QString dn = m_downloadLocation->url(); - QString ddir = tc->getDataDir(); -- if (!dn.endsWith(bt::DirSeparator())) -- dn += bt::DirSeparator(); - if (!ddir.endsWith(bt::DirSeparator())) - ddir += bt::DirSeparator(); - diff --git a/net-p2p/ktorrent2/files/patch-libktorrent-util-fileops.cpp b/net-p2p/ktorrent2/files/patch-libktorrent-util-fileops.cpp deleted file mode 100644 index bb0df257e008..000000000000 --- a/net-p2p/ktorrent2/files/patch-libktorrent-util-fileops.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- libktorrent/util/fileops.cpp.orig 2007-10-22 18:18:51.000000000 +0200 -+++ libktorrent/util/fileops.cpp 2007-10-22 18:35:28.000000000 +0200 -@@ -425,7 +425,7 @@ - if (statvfs(path.local8Bit(), &stfs) == 0) - #endif - { -- bytes_free = ((Uint64)stfs.f_bavail) * ((Uint64)stfs.f_bsize); -+ bytes_free = ((Uint64)stfs.f_bavail) * ((Uint64)stfs.f_frsize); - return true; - } - else 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 5bfc12378d4e..000000000000 --- a/net-p2p/ktorrent2/pkg-plist +++ /dev/null @@ -1,462 +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/ktrssfeedplugin.a -lib/kde3/ktrssfeedplugin.la -lib/kde3/ktrssfeedplugin.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/ktstatsplugin.a -lib/kde3/ktstatsplugin.la -lib/kde3/ktstatsplugin.so -lib/kde3/ktupnpplugin.a -lib/kde3/ktupnpplugin.la -lib/kde3/ktupnpplugin.so -lib/kde3/ktwebinterfaceplugin.a -lib/kde3/ktwebinterfaceplugin.la -lib/kde3/ktwebinterfaceplugin.so -lib/libktorrent-2.2.2.so -lib/libktorrent.a -lib/libktorrent.la -lib/libktorrent.so -share/applications/kde/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/apps/ktorrent/www/coldmilk/favicon.ico -share/apps/ktorrent/www/coldmilk/icon.png -share/apps/ktorrent/www/coldmilk/icons/16x16/edit_user.png -share/apps/ktorrent/www/coldmilk/icons/22x22/exit.png -share/apps/ktorrent/www/coldmilk/icons/22x22/ktstart_all.png -share/apps/ktorrent/www/coldmilk/icons/22x22/ktstop_all.png -share/apps/ktorrent/www/coldmilk/icons/22x22/remove.png -share/apps/ktorrent/www/coldmilk/icons/22x22/start.png -share/apps/ktorrent/www/coldmilk/icons/22x22/stop.png -share/apps/ktorrent/www/coldmilk/icons/32x32/configure.png -share/apps/ktorrent/www/coldmilk/icons/32x32/extender_opened.png -share/apps/ktorrent/www/coldmilk/icons/32x32/fileopen.png -share/apps/ktorrent/www/coldmilk/icons/32x32/folder1.png -share/apps/ktorrent/www/coldmilk/icons/48x48/exit.png -share/apps/ktorrent/www/coldmilk/icons/48x48/switchuser.png -share/apps/ktorrent/www/coldmilk/icons/64x64/down.png -share/apps/ktorrent/www/coldmilk/icons/64x64/folder1_man.png -share/apps/ktorrent/www/coldmilk/icons/64x64/looknfeel.png -share/apps/ktorrent/www/coldmilk/interface.js -share/apps/ktorrent/www/coldmilk/interface.php -share/apps/ktorrent/www/coldmilk/login.html -share/apps/ktorrent/www/coldmilk/page_update.js -share/apps/ktorrent/www/coldmilk/rest.php -share/apps/ktorrent/www/coldmilk/shutdown.php -share/apps/ktorrent/www/coldmilk/style.css -share/apps/ktorrent/www/default/favicon.ico -share/apps/ktorrent/www/default/grad1.jpg -share/apps/ktorrent/www/default/grad2.jpg -share/apps/ktorrent/www/default/header_tile.png -share/apps/ktorrent/www/default/icon.png -share/apps/ktorrent/www/default/interface.php -share/apps/ktorrent/www/default/ktorrentwebinterfacelogo.png -share/apps/ktorrent/www/default/login.html -share/apps/ktorrent/www/default/remove.png -share/apps/ktorrent/www/default/shutdown.php -share/apps/ktorrent/www/default/start.png -share/apps/ktorrent/www/default/stop.png -share/apps/ktorrent/www/default/style.css -share/apps/ktorrent/www/default/stylen.css -share/apps/ktorrent/www/default/wz_tooltip.js -share/apps/ktorrent/www/mobile/favicon.ico -share/apps/ktorrent/www/mobile/interface.php -share/apps/ktorrent/www/mobile/ktorrentwebinterfacelogo.png -share/apps/ktorrent/www/mobile/login.html -share/apps/ktorrent/www/mobile/remove.png -share/apps/ktorrent/www/mobile/settings.php -share/apps/ktorrent/www/mobile/start.png -share/apps/ktorrent/www/mobile/stop.png -share/apps/ktorrent/www/mobile/torrent.php -share/config.kcfg/ktinfowidgetplugin.kcfg -share/config.kcfg/ktipfilterplugin.kcfg -share/config.kcfg/ktlogviewerplugin.kcfg -share/config.kcfg/ktorrent.kcfg -share/config.kcfg/ktrssfeedplugin.kcfg -share/config.kcfg/ktscanfolderplugin.kcfg -share/config.kcfg/ktschedulerplugin.kcfg -share/config.kcfg/ktsearchplugin.kcfg -share/config.kcfg/ktstatsplugin.kcfg -share/config.kcfg/ktupnpplugin.kcfg -share/config.kcfg/ktwebinterfaceplugin.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/ar/LC_MESSAGES/ktorrent.mo -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/fa/LC_MESSAGES/ktorrent.mo -share/locale/fr/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/ka/LC_MESSAGES/ktorrent.mo -share/locale/lt/LC_MESSAGES/ktorrent.mo -share/locale/ms/LC_MESSAGES/ktorrent.mo -share/locale/nb/LC_MESSAGES/ktorrent.mo -share/locale/nds/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/ktrssfeedplugin.desktop -share/services/ktscanfolderplugin.desktop -share/services/ktschedulerplugin.desktop -share/services/ktsearchplugin.desktop -share/services/ktstatsplugin.desktop -share/services/ktupnpplugin.desktop -share/services/ktwebinterfaceplugin.desktop -share/servicetypes/ktorrentplugin.desktop -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrm share/apps/ktorrent/www/mobile -@dirrm share/apps/ktorrent/www/default -@dirrm share/apps/ktorrent/www/coldmilk/icons/64x64 -@dirrm share/apps/ktorrent/www/coldmilk/icons/48x48 -@dirrm share/apps/ktorrent/www/coldmilk/icons/32x32 -@dirrm share/apps/ktorrent/www/coldmilk/icons/22x22 -@dirrm share/apps/ktorrent/www/coldmilk/icons/16x16 -@dirrm share/apps/ktorrent/www/coldmilk/icons -@dirrm share/apps/ktorrent/www/coldmilk -@dirrm share/apps/ktorrent/www -@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 f0a2f81f922c..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: rblibtorrent -# Date created: 5 February 2006 -# Whom: Johan Ström <johan@stromnet.org> -# -# $FreeBSD$ -# - -PORTNAME= libtorrent -DISTVERSION= 0.13svn.r1615 -CATEGORIES= net-p2p -MASTER_SITES= SF/qbittorrent -PKGNAMEPREFIX= rb -PKGNAMESUFFIX= -devel - -MAINTAINER= alepulver@FreeBSD.org -COMMENT= A C++ library implementing a BitTorrent client (devel version) - -LIB_DEPENDS= boost_date_time.4:${PORTSDIR}/devel/boost - -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-debug -CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -CONFLICTS= libtorrent-[0-9]* \ - libtorrent-devel-[0-9]* \ - rblibtorrent-[0-9]* - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 600000 -BROKEN= does not build on FreeBSD 5.x -.endif - -post-install: - @cd ${PREFIX}/lib && ${MV} libtorrent-0.13.so libtorrent.so.1 && \ - ${LN} -sf libtorrent.so.1 libtorrent.so - -.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 d6ed702b1b33..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libtorrent-0.13svn.r1615.tar.gz) = 7e006958274b6a9e9c7827543ca3248c -SHA256 (libtorrent-0.13svn.r1615.tar.gz) = e0ebc667184e4db79d53d631ea239608c75ae55a8918de956c5db92bddab3ed3 -SIZE (libtorrent-0.13svn.r1615.tar.gz) = 1898209 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 129802603f60..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Fri Apr 13 14:33:14 2007 -+++ Makefile.in Sun Apr 15 23:04:20 2007 -@@ -260,7 +260,7 @@ - debian/libtorrent0.install \ - debian/rules - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = libtorrent.pc - all: all-recursive - diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-socket_ops.hpp b/net-p2p/libtorrent-rasterbar-14/files/patch-socket_ops.hpp deleted file mode 100644 index 651e734b4067..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/files/patch-socket_ops.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- include/libtorrent/asio/detail/socket_ops.hpp.orig Wed Aug 8 03:43:42 2007 -+++ include/libtorrent/asio/detail/socket_ops.hpp Mon Sep 10 12:46:17 2007 -@@ -715,7 +715,7 @@ - if (error) - ec = translate_netdb_error(error); - return retval; --#elif defined(__MACH__) && defined(__APPLE__) -+#elif defined(__MACH__) && defined(__APPLE__) || defined(__FreeBSD__) - (void)(buffer); - (void)(buflength); - int error = 0; diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-src__storage.cpp b/net-p2p/libtorrent-rasterbar-14/files/patch-src__storage.cpp deleted file mode 100644 index ea0156332167..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/files/patch-src__storage.cpp +++ /dev/null @@ -1,15 +0,0 @@ ---- src/storage.cpp.orig Sat Aug 25 15:26:43 2007 -+++ src/storage.cpp Mon Sep 10 12:51:23 2007 -@@ -75,9 +75,11 @@ - #include <cstdio> - #endif - --#if defined(__APPLE__) -+#if defined(__APPLE__) || defined(__FreeBSD__) - // for getattrlist() -+#ifdef __APPLE__ - #include <sys/attr.h> -+#endif - #include <unistd.h> - // for statfs() - #include <sys/param.h> diff --git a/net-p2p/libtorrent-rasterbar-14/pkg-descr b/net-p2p/libtorrent-rasterbar-14/pkg-descr deleted file mode 100644 index a27e81c1a5d3..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 3897868e6ffe..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/pkg-plist +++ /dev/null @@ -1,249 +0,0 @@ -include/libtorrent/alert.hpp -include/libtorrent/alert_types.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_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/handler_queue.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/local_free_on_block_exit.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_base.hpp -include/libtorrent/asio/detail/service_id.hpp -include/libtorrent/asio/detail/service_registry.hpp -include/libtorrent/asio/detail/service_registry_fwd.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/throw_error.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_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_code.hpp -include/libtorrent/asio/handler_alloc_hook.hpp -include/libtorrent/asio/handler_invoke_hook.hpp -include/libtorrent/asio/impl/error_code.ipp -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.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/resolver_service.hpp -include/libtorrent/asio/ip/tcp.hpp -include/libtorrent/asio/ip/udp.hpp -include/libtorrent/asio/ip/unicast.hpp -include/libtorrent/asio/ip/v6_only.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/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_error.hpp -include/libtorrent/asio/thread.hpp -include/libtorrent/asio/time_traits.hpp -include/libtorrent/asio/version.hpp -include/libtorrent/asio/write.hpp -include/libtorrent/assert.hpp -include/libtorrent/aux_/session_impl.hpp -include/libtorrent/bandwidth_manager.hpp -include/libtorrent/bencode.hpp -include/libtorrent/broadcast_socket.hpp -include/libtorrent/bt_peer_connection.hpp -include/libtorrent/buffer.hpp -include/libtorrent/chained_buffer.hpp -include/libtorrent/config.hpp -include/libtorrent/connection_queue.hpp -include/libtorrent/debug.hpp -include/libtorrent/disk_io_thread.hpp -include/libtorrent/entry.hpp -include/libtorrent/enum_net.hpp -include/libtorrent/escape_string.hpp -include/libtorrent/extensions.hpp -include/libtorrent/extensions/logger.hpp -include/libtorrent/extensions/metadata_transfer.hpp -include/libtorrent/extensions/ut_pex.hpp -include/libtorrent/file.hpp -include/libtorrent/file_pool.hpp -include/libtorrent/fingerprint.hpp -include/libtorrent/hasher.hpp -include/libtorrent/http_connection.hpp -include/libtorrent/http_stream.hpp -include/libtorrent/http_tracker_connection.hpp -include/libtorrent/identify_client.hpp -include/libtorrent/instantiate_connection.hpp -include/libtorrent/intrusive_ptr_base.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/msg.hpp -include/libtorrent/kademlia/node.hpp -include/libtorrent/kademlia/node_entry.hpp -include/libtorrent/kademlia/node_id.hpp -include/libtorrent/kademlia/observer.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/lsd.hpp -include/libtorrent/natpmp.hpp -include/libtorrent/pch.hpp -include/libtorrent/pe_crypto.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/proxy_base.hpp -include/libtorrent/random_sample.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/socket_type.hpp -include/libtorrent/socks4_stream.hpp -include/libtorrent/socks5_stream.hpp -include/libtorrent/stat.hpp -include/libtorrent/storage.hpp -include/libtorrent/time.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/variant_stream.hpp -include/libtorrent/version.hpp -include/libtorrent/web_peer_connection.hpp -include/libtorrent/xml_parse.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/extensions -@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 7f90b69c43af..000000000000 --- a/net-p2p/museek+/Makefile +++ /dev/null @@ -1,101 +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.13 -CATEGORIES= net-p2p -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= museek-plus -DISTNAME= museek+-${PORTVERSION} - -MAINTAINER= silver@ultrasoft.ee -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=${QT_PREFIX} QT_LIB=qt-mt PREFIX=${PREFIX} VORBIS=yes -DATADIR= share/museek - -MAN1= mucous.1 mulog.1 murmur.1 muscan.1 muscand.1 museekcontrol.1 \ - museekd.1 musetup-gtk.1 musetup.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}/murmur/pymurmur/SConscript \ - ${WRKSRC}/museekd/SConscript \ - ${WRKSRC}/python-bindings/museek/SConscript - -post-install: - @${REINPLACE_CMD} -i "" -e "s,/usr/bin/python,${PYTHON_CMD},g" \ - ${PREFIX}/bin/mucous \ - ${PREFIX}/bin/musetup-gtk - @${ECHO_CMD} - @${CAT} ${PKGMESSAGE} - @${ECHO_CMD} - -.include <bsd.port.pre.mk> - -.if ${ARCH} == amd64 -BROKEN= Does not compile on amd64 -.endif - -.include <bsd.port.post.mk> diff --git a/net-p2p/museek+/distinfo b/net-p2p/museek+/distinfo deleted file mode 100644 index 23bbb9269e73..000000000000 --- a/net-p2p/museek+/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (museek+-0.1.13.tar.bz2) = 7aada627839578ebe525c54a1cef7dc4 -SHA256 (museek+-0.1.13.tar.bz2) = e1958556b30dee59eb7648973432d4d048f30c79f38ab7145fca6f0f2690473e -SIZE (museek+-0.1.13.tar.bz2) = 1186870 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 7eac66f45a16..000000000000 --- a/net-p2p/museek+/files/patch-Mucipher_python_SConscript +++ /dev/null @@ -1,10 +0,0 @@ ---- Mucipher/python/SConscript.orig Sat Aug 12 13:50:30 2006 -+++ Mucipher/python/SConscript Sat Aug 12 13:51:26 2006 -@@ -38,6 +38,6 @@ - - mucipherc = mucipherc[0] -- py_dest = env['DESTDIR'] + os.path.join(sys.prefix, "lib", "python" + py_ver, "site-packages") -+ py_dest = env['DESTDIR'] + "%%PYTHONPREFIX_SITELIBDIR%%" - - dp1 = env_swigpy.Install(py_dest, 'mucipherc.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-murmur_pymurmur_SConscript b/net-p2p/museek+/files/patch-murmur_pymurmur_SConscript deleted file mode 100644 index b545c57bda23..000000000000 --- a/net-p2p/museek+/files/patch-murmur_pymurmur_SConscript +++ /dev/null @@ -1,11 +0,0 @@ ---- murmur/pymurmur/SConscript.orig 2007-08-23 18:03:02.000000000 +0300 -+++ murmur/pymurmur/SConscript 2007-10-18 11:25:48.000000000 +0300 -@@ -11,7 +11,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", "pymurmur") -+py_dest = env['DESTDIR'] + os.path.join("%%PYTHONPREFIX_SITELIBDIR%%", "pymurmur") - - install = env.Install(py_dest, files) - env.Alias('install_murmur', 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 e69de29bb2d1..000000000000 --- a/net-p2p/museek+/files/patch-pymuseekd_museek_SConscript +++ /dev/null diff --git a/net-p2p/museek+/files/patch-python-bindings_museek_SConscript b/net-p2p/museek+/files/patch-python-bindings_museek_SConscript deleted file mode 100644 index 02eadc281767..000000000000 --- a/net-p2p/museek+/files/patch-python-bindings_museek_SConscript +++ /dev/null @@ -1,11 +0,0 @@ ---- python-bindings/museek/SConscript.orig 2007-08-21 09:25:18.000000000 +0300 -+++ python-bindings/museek/SConscript 2007-10-18 11:30:12.000000000 +0300 -@@ -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", "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 97b84ee8decb..000000000000 --- a/net-p2p/museek+/pkg-plist +++ /dev/null @@ -1,209 +0,0 @@ -bin/mucous -bin/mulog -bin/murmur -bin/muscan -bin/muscand -bin/museekcontrol -bin/museekd -%%MUSEEQ%%bin/museeq -bin/musetup -bin/musetup-gtk -%%PYTHON_SITELIBDIR%%/museek/__init__.py -%%PYTHON_SITELIBDIR%%/museek/driver.py -%%PYTHON_SITELIBDIR%%/museek/messages.py -%%PYTHON_SITELIBDIR%%/pymucous/ConfigParser.py -%%PYTHON_SITELIBDIR%%/pymucous/MucousAlerts.py -%%PYTHON_SITELIBDIR%%/pymucous/MucousChatRooms.py -%%PYTHON_SITELIBDIR%%/pymucous/MucousFormat.py -%%PYTHON_SITELIBDIR%%/pymucous/MucousHelp.py -%%PYTHON_SITELIBDIR%%/pymucous/MucousInput.py -%%PYTHON_SITELIBDIR%%/pymucous/MucousLists.py -%%PYTHON_SITELIBDIR%%/pymucous/MucousMuscan.py -%%PYTHON_SITELIBDIR%%/pymucous/MucousNetworking.py -%%PYTHON_SITELIBDIR%%/pymucous/MucousPopup.py -%%PYTHON_SITELIBDIR%%/pymucous/MucousPrivateChat.py -%%PYTHON_SITELIBDIR%%/pymucous/MucousRecommendations.py -%%PYTHON_SITELIBDIR%%/pymucous/MucousRoomsList.py -%%PYTHON_SITELIBDIR%%/pymucous/MucousSearch.py -%%PYTHON_SITELIBDIR%%/pymucous/MucousSetup.py -%%PYTHON_SITELIBDIR%%/pymucous/MucousShares.py -%%PYTHON_SITELIBDIR%%/pymucous/MucousTransfers.py -%%PYTHON_SITELIBDIR%%/pymucous/MucousUserInfo.py -%%PYTHON_SITELIBDIR%%/pymucous/__init__.py -%%PYTHON_SITELIBDIR%%/pymurmur/__init__.py -%%PYTHON_SITELIBDIR%%/pymurmur/entrydialog.py -%%PYTHON_SITELIBDIR%%/pymurmur/imagedata.py -%%PYTHON_SITELIBDIR%%/pymurmur/muscan.py -%%PYTHON_SITELIBDIR%%/pymurmur/settings.py -%%PYTHON_SITELIBDIR%%/pymurmur/utils.py -%%DATADIR%%/museekd/config.xml.tmpl -%%MUSEEQ%%%%DATADIR%%/museeq/birdies/away-banned.png -%%MUSEEQ%%%%DATADIR%%/museeq/birdies/away-buddied.png -%%MUSEEQ%%%%DATADIR%%/museeq/birdies/away-ignored.png -%%MUSEEQ%%%%DATADIR%%/museeq/birdies/away-trusted.png -%%MUSEEQ%%%%DATADIR%%/museeq/birdies/away.png -%%MUSEEQ%%%%DATADIR%%/museeq/birdies/browser.png -%%MUSEEQ%%%%DATADIR%%/museeq/birdies/chatroom.png -%%MUSEEQ%%%%DATADIR%%/museeq/birdies/offline-banned.png -%%MUSEEQ%%%%DATADIR%%/museeq/birdies/offline-buddied.png -%%MUSEEQ%%%%DATADIR%%/museeq/birdies/offline-ignored.png -%%MUSEEQ%%%%DATADIR%%/museeq/birdies/offline-trusted.png -%%MUSEEQ%%%%DATADIR%%/museeq/birdies/offline.png -%%MUSEEQ%%%%DATADIR%%/museeq/birdies/online-banned.png -%%MUSEEQ%%%%DATADIR%%/museeq/birdies/online-buddied.png -%%MUSEEQ%%%%DATADIR%%/museeq/birdies/online-ignored.png -%%MUSEEQ%%%%DATADIR%%/museeq/birdies/online-trusted.png -%%MUSEEQ%%%%DATADIR%%/museeq/birdies/online.png -%%MUSEEQ%%%%DATADIR%%/museeq/birdies/privatechat.png -%%MUSEEQ%%%%DATADIR%%/museeq/birdies/search.png -%%MUSEEQ%%%%DATADIR%%/museeq/birdies/transfer.png -%%MUSEEQ%%%%DATADIR%%/museeq/birdies/userinfo.png -%%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/nowplaying.qs -%%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_nl.qm -%%MUSEEQ%%%%DATADIR%%/museeq/translations/museeq_pl.qm -%%MUSEEQ%%%%DATADIR%%/museeq/translations/museeq_pt_BR.qm -%%MUSEEQ%%%%DATADIR%%/museeq/uptime.qs -%%MUSEEQ%%@dirrm %%DATADIR%%/museeq/translations -%%MUSEEQ%%@dirrm %%DATADIR%%/museeq/mikelabo-tri -%%MUSEEQ%%@dirrm %%DATADIR%%/museeq/mikelabo-silk -%%MUSEEQ%%@dirrm %%DATADIR%%/museeq/default -%%MUSEEQ%%@dirrm %%DATADIR%%/museeq/bluebox -%%MUSEEQ%%@dirrm %%DATADIR%%/museeq/birdies -%%MUSEEQ%%@dirrm %%DATADIR%%/museeq -@dirrm %%DATADIR%%/museekd -@dirrm %%DATADIR%% -@dirrm %%PYTHON_SITELIBDIR%%/pymucous -@dirrm %%PYTHON_SITELIBDIR%%/pymurmur -@dirrm %%PYTHON_SITELIBDIR%%/museek diff --git a/net-p2p/peercast/Makefile b/net-p2p/peercast/Makefile index 63904d219231..f613b5e85cf8 100644 --- a/net-p2p/peercast/Makefile +++ b/net-p2p/peercast/Makefile @@ -6,13 +6,13 @@ # PORTNAME= peercast -PORTVERSION= 0.1217 +PORTVERSION= 0.1218 CATEGORIES= net-p2p multimedia MASTER_SITES= http://www.peercast.org/ DISTNAME= peercast-linux EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jadawin@tuxaco.net COMMENT= A peer-to-peer network for broadcasting and listening to streams USE_LINUX= yes @@ -28,7 +28,11 @@ do-install: ${MKDIR} ${DATADIR}/html/${lang} ${INSTALL_DATA} ${WRKSRC}/html/${lang}/*.* ${DATADIR}/html/${lang} ${MKDIR} ${DATADIR}/html/${lang}/images - ${INSTALL_DATA} ${WRKSRC}/html/${lang}/images/*.* ${DATADIR}/html/${lang}/images + ${INSTALL_DATA} ${WRKSRC}/html/${lang}/images/*.* \ + ${DATADIR}/html/${lang}/images .endfor +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.mk> diff --git a/net-p2p/peercast/distinfo b/net-p2p/peercast/distinfo index 285ef074486d..b51438038c4b 100644 --- a/net-p2p/peercast/distinfo +++ b/net-p2p/peercast/distinfo @@ -1,3 +1,3 @@ -MD5 (peercast-linux.tgz) = a9dc34941e3be293ba4d1bd7e85ef63c -SHA256 (peercast-linux.tgz) = 7970421a5cd61146f6cf8168e4150f3a17965a856dd3241d7d4337648d901b7d -SIZE (peercast-linux.tgz) = 209658 +MD5 (peercast-linux.tgz) = d156986de33632aa0bb186729b1dacf3 +SHA256 (peercast-linux.tgz) = a1b10bc7340a3d121a52831a11f7ed3c5b1afba4499a70e7d4d97d6512142bbc +SIZE (peercast-linux.tgz) = 210329 diff --git a/net-p2p/peercast/pkg-message b/net-p2p/peercast/pkg-message new file mode 100644 index 000000000000..963d65434550 --- /dev/null +++ b/net-p2p/peercast/pkg-message @@ -0,0 +1,6 @@ +--------------------------------------------------------------------------- + +$ peercast & +and then browse http://localhost:7144/ + +--------------------------------------------------------------------------- diff --git a/net-p2p/qbittorrent-22/Makefile b/net-p2p/qbittorrent-22/Makefile deleted file mode 100644 index e826f8924623..000000000000 --- a/net-p2p/qbittorrent-22/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: qbittorrent -# Date created: 2007-04-01 -# Whom: alepulver -# -# $FreeBSD$ -# - -PORTNAME= qbittorrent -DISTVERSION= 1.0.0rc3 -CATEGORIES= net-p2p -MASTER_SITES= SF - -MAINTAINER= alepulver@FreeBSD.org -COMMENT= Bittorrent client written in C++ / Qt4 using libtorrent - -LIB_DEPENDS= ccext2-1.5.0:${PORTSDIR}/devel/commoncpp \ - torrent.1:${PORTSDIR}/net-p2p/rblibtorrent-devel - -USE_PYTHON= 2.3+ -USE_QT_VER= 4 -QT_NONSTANDARD= yes -INSTALLS_ICONS= yes -HAS_CONFIGURE= yes -CONFIGURE_TARGET= # -CONFIGURE_ARGS= --with-libtorrent-inc="${LOCALBASE}/include" \ - --with-libtorrent-lib="${LOCALBASE}/lib" -CONFIGURE_ENV= QMAKESPEC="${QMAKESPEC}" -MAKE_ENV= QMAKESPEC="${QMAKESPEC}" - -OPTIONS= IMAGEMAGICK "Enable libmagick++ support" off - -MAN1= qbittorrent.1 -MANCOMPRESSED= yes - -.include <bsd.port.pre.mk> - -.if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= Magick.10:${PORTSDIR}/graphics/ImageMagick -.else -CONFIGURE_ARGS+=--disable-libmagick -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|bin/qmake|bin/${QMAKE:T}|' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|$$$$PREFIX/share/man|${MANPREFIX}/man|' \ - ${WRKSRC}/src/src.pro - -.include <bsd.port.post.mk> diff --git a/net-p2p/qbittorrent-22/distinfo b/net-p2p/qbittorrent-22/distinfo deleted file mode 100644 index b8a3518a91c3..000000000000 --- a/net-p2p/qbittorrent-22/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (qbittorrent-1.0.0rc3.tar.gz) = e4a711b47447259b5cfc26481585740e -SHA256 (qbittorrent-1.0.0rc3.tar.gz) = a3a3a81a307fcec42deb6493ca8fc593a13d1e86ee5f05d3d41c75ee285062bd -SIZE (qbittorrent-1.0.0rc3.tar.gz) = 1380102 diff --git a/net-p2p/qbittorrent-22/files/patch-src__bittorrent.h b/net-p2p/qbittorrent-22/files/patch-src__bittorrent.h deleted file mode 100644 index 6b225c1f43da..000000000000 --- a/net-p2p/qbittorrent-22/files/patch-src__bittorrent.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/bittorrent.h.orig Sun Sep 9 06:09:24 2007 -+++ src/bittorrent.h Mon Oct 1 12:37:38 2007 -@@ -27,6 +27,7 @@ - #include <QStringList> - - #include <libtorrent/session.hpp> -+#include <libtorrent/ip_filter.hpp> - #include "qtorrenthandle.h" - - using namespace libtorrent; diff --git a/net-p2p/qbittorrent-22/pkg-descr b/net-p2p/qbittorrent-22/pkg-descr deleted file mode 100644 index 78dd0b98ce98..000000000000 --- a/net-p2p/qbittorrent-22/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -qBittorrent can now be considered as a good alternative to other bittorrent -clients. It provides a lot of features such as: - -* A polished Graphical User Interface written with Qt4.2 toolkit. -* Multiple simultaneous downloads / uploads. -* An integrated search engine. -* DHT (trackerless) support. -* uTorrent Peer eXchange support (PeX). -* Directory scanning with automated download of torrents inside. -* Good internationalization (20+ languages supported). -* Selective download of files in a torrent. -* Media File previewing while downloading. -* Torrent trackers edition and prioritizing. -* Seeders / Leechers displayed in download list. -* Torrent download in correct order. -* System tray integration. -* Tracker authentication support. -* Unicode support. -* Torrent downloading directly from their url. -* Connection though a proxy. -* IP Filtering similar to the one in eMule. - -WWW: http://www.qbittorrent.org/ diff --git a/net-p2p/qbittorrent-22/pkg-plist b/net-p2p/qbittorrent-22/pkg-plist deleted file mode 100644 index 3ea33cf924f1..000000000000 --- a/net-p2p/qbittorrent-22/pkg-plist +++ /dev/null @@ -1,35 +0,0 @@ -bin/qbittorrent -share/applications/qBittorrent.desktop -share/icons/hicolor/128x128/apps/qbittorrent.png -share/icons/hicolor/192x192/apps/qbittorrent.png -share/icons/hicolor/22x22/apps/qbittorrent.png -share/icons/hicolor/24x24/apps/qbittorrent.png -share/icons/hicolor/32x32/apps/qbittorrent.png -share/icons/hicolor/36x36/apps/qbittorrent.png -share/icons/hicolor/48x48/apps/qbittorrent.png -share/icons/hicolor/64x64/apps/qbittorrent.png -share/icons/hicolor/72x72/apps/qbittorrent.png -share/icons/hicolor/96x96/apps/qbittorrent.png -@dirrmtry share/icons/hicolor/96x96/apps -@dirrmtry share/icons/hicolor/96x96 -@dirrmtry share/icons/hicolor/72x72/apps -@dirrmtry share/icons/hicolor/72x72 -@dirrmtry share/icons/hicolor/64x64/apps -@dirrmtry share/icons/hicolor/64x64 -@dirrmtry share/icons/hicolor/48x48/apps -@dirrmtry share/icons/hicolor/48x48 -@dirrmtry share/icons/hicolor/36x36/apps -@dirrmtry share/icons/hicolor/36x36 -@dirrmtry share/icons/hicolor/32x32/apps -@dirrmtry share/icons/hicolor/32x32 -@dirrmtry share/icons/hicolor/24x24/apps -@dirrmtry share/icons/hicolor/24x24 -@dirrmtry share/icons/hicolor/22x22/apps -@dirrmtry share/icons/hicolor/22x22 -@dirrmtry share/icons/hicolor/192x192/apps -@dirrmtry share/icons/hicolor/192x192 -@dirrmtry share/icons/hicolor/128x128/apps -@dirrmtry share/icons/hicolor/128x128 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons -@dirrmtry share/applications diff --git a/net-p2p/teknap/Makefile b/net-p2p/teknap/Makefile deleted file mode 100644 index 46144cbc464b..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= ports@FreeBSD.org -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 - . | \ - ${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_share.c b/net-p2p/teknap/files/patch-source_share.c deleted file mode 100644 index 265b8f6d82b3..000000000000 --- a/net-p2p/teknap/files/patch-source_share.c +++ /dev/null @@ -1,11 +0,0 @@ ---- source/share.c.orig 2007-11-12 15:41:18.000000000 +0100 -+++ source/share.c 2007-11-12 15:43:42.000000000 +0100 -@@ -38,7 +38,7 @@ - - static pthread_mutex_t quit_mutex = PTHREAD_MUTEX_INITIALIZER; - --static pthread_mutex_t fserv_struct_mutex = PTHREAD_MUTEX_INITIALIZER; -+pthread_mutex_t fserv_struct_mutex = PTHREAD_MUTEX_INITIALIZER; - pthread_mutex_t shared_count_mutex = PTHREAD_MUTEX_INITIALIZER; - static void share_thread_signal_setup(void); - 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-source_timer.c b/net-p2p/teknap/files/patch-source_timer.c deleted file mode 100644 index d1d8c5de7784..000000000000 --- a/net-p2p/teknap/files/patch-source_timer.c +++ /dev/null @@ -1,11 +0,0 @@ ---- source/timer.c.orig 2007-11-12 15:43:52.000000000 +0100 -+++ source/timer.c 2007-11-12 15:44:47.000000000 +0100 -@@ -145,7 +145,7 @@ - * This is put here on purpose -- we dont want any of the above functions - * to have any knowledge of this struct. - */ --static TimerList *PendingTimers; -+TimerList *PendingTimers; - static char *schedule_timer (TimerList *ntimer); - - static char *current_exec_timer = empty_string; 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 54a9c69ac4c1..000000000000 --- a/net-p2p/transmission-cli/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: transmission -# Date created: 08 October 2005 -# Whom: Mezz <mezz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= transmission -PORTVERSION= 0.92 -PORTREVISION?= 0 -CATEGORIES= net-p2p -MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/ - -MAINTAINER= mezz@FreeBSD.org -COMMENT?= A free BitTorrent client written from scratch in C - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME?= gnometarget intltool -USE_OPENSSL= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS?=--without-gtk \ - --without-wx - -CUSTOM_SUBDIRS?=third-party libtransmission cli -DOCS= AUTHORS LICENSE NEWS README -MAN1?= transmissioncli.1 - -general-patch: - @${REINPLACE_CMD} -e \ - 's|CFLAGS="-g -Wall.*"|CFLAGS="${CFLAGS} -Wall -W"|g ; \ - s|CXXFLAGS="-g -Wall.*"|CXXFLAGS="${CXXFLAGS} -Wall -W"|g ; \ - s|_pthread_flags=".*"|_pthread_flags="${PTHREAD_LIBS}"|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|%%CUSTOM_SUBDIRS%%|${CUSTOM_SUBDIRS}|g' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|@SUBDIRS = . sample.*|@SUBDIRS = .|g' \ - ${WRKSRC}/third-party/libevent/Makefile.in - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - 's|$$(OPENSSL_CFLAGS)||g ; s|$$(OPENSSL_LIBS)||g' - -post-patch: general-patch - -general-install: -.ifndef (NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for i in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor -.endif - -post-install: general-install - -.include <bsd.port.mk> diff --git a/net-p2p/transmission-cli/distinfo b/net-p2p/transmission-cli/distinfo deleted file mode 100644 index 3b7837420a6f..000000000000 --- a/net-p2p/transmission-cli/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (transmission-0.92.tar.bz2) = 6a25bef155cc60b0fb45703a7a328e94 -SHA256 (transmission-0.92.tar.bz2) = 7b23db962b79b674b224237bd47f63512572638eb0ef0c1d825fc715a75df0e2 -SIZE (transmission-0.92.tar.bz2) = 2686279 diff --git a/net-p2p/transmission-cli/files/patch-Makefile.in b/net-p2p/transmission-cli/files/patch-Makefile.in deleted file mode 100644 index d85e9c0f82ed..000000000000 --- a/net-p2p/transmission-cli/files/patch-Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ ---- Makefile.in.orig 2007-10-24 17:35:37.000000000 -0500 -+++ Makefile.in 2007-10-24 17:36:18.000000000 -0500 -@@ -253,14 +253,7 @@ - @HAVE_DARWIN_TRUE@MAC_DIR = macosx - @WITH_GTK_TRUE@GTK_DIR = gtk po - @HAVE_WX_TRUE@WX_DIR = wx --SUBDIRS = \ -- third-party \ -- libtransmission \ -- daemon cli \ -- $(BEOS_DIR) \ -- $(GTK_DIR) \ -- $(MAC_DIR) \ -- $(WX_DIR) -+SUBDIRS = %%CUSTOM_SUBDIRS%% - - EXTRA_DIST = \ - NEWS \ diff --git a/net-p2p/transmission-cli/files/patch-configure b/net-p2p/transmission-cli/files/patch-configure deleted file mode 100644 index 008a3e1c71ec..000000000000 --- a/net-p2p/transmission-cli/files/patch-configure +++ /dev/null @@ -1,774 +0,0 @@ ---- configure.orig 2007-11-05 17:12:30.000000000 -0600 -+++ configure 2007-11-05 17:13:40.000000000 -0600 -@@ -880,11 +880,9 @@ - PTHREAD_CC - PTHREAD_LIBS - PTHREAD_CFLAGS --PKG_CONFIG --OPENSSL_CFLAGS --OPENSSL_LIBS - subdirs - LIBEVENT_CPPFLAGS -+PKG_CONFIG - GTK_CFLAGS - GTK_LIBS - WITH_GTK_TRUE -@@ -971,8 +969,6 @@ - F77 - FFLAGS - PKG_CONFIG --OPENSSL_CFLAGS --OPENSSL_LIBS - GTK_CFLAGS - GTK_LIBS' - ac_subdirs_all='third-party/libevent' -@@ -1593,10 +1589,6 @@ - F77 Fortran 77 compiler command - FFLAGS Fortran 77 compiler flags - PKG_CONFIG path to pkg-config utility -- OPENSSL_CFLAGS -- C compiler flags for OPENSSL, overriding pkg-config -- OPENSSL_LIBS -- linker flags for OPENSSL, overriding pkg-config - GTK_CFLAGS C compiler flags for GTK, overriding pkg-config - GTK_LIBS linker flags for GTK, overriding pkg-config - -@@ -4492,7 +4484,7 @@ - ;; - *-*-irix6*) - # Find out which ABI we are using. -- echo '#line 4495 "configure"' > conftest.$ac_ext -+ echo '#line 4487 "configure"' > conftest.$ac_ext - if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? -@@ -7223,11 +7215,11 @@ - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ - -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` -- (eval echo "\"\$as_me:7226: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:7218: $lt_compile\"" >&5) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&5 -- echo "$as_me:7230: \$? = $ac_status" >&5 -+ echo "$as_me:7222: \$? = $ac_status" >&5 - if (exit $ac_status) && test -s "$ac_outfile"; then - # The compiler can only warn and ignore the option if not recognized - # So say no if there are warnings other than the usual output. -@@ -7491,11 +7483,11 @@ - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ - -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` -- (eval echo "\"\$as_me:7494: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:7486: $lt_compile\"" >&5) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&5 -- echo "$as_me:7498: \$? = $ac_status" >&5 -+ echo "$as_me:7490: \$? = $ac_status" >&5 - if (exit $ac_status) && test -s "$ac_outfile"; then - # The compiler can only warn and ignore the option if not recognized - # So say no if there are warnings other than the usual output. -@@ -7595,11 +7587,11 @@ - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ - -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` -- (eval echo "\"\$as_me:7598: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:7590: $lt_compile\"" >&5) - (eval "$lt_compile" 2>out/conftest.err) - ac_status=$? - cat out/conftest.err >&5 -- echo "$as_me:7602: \$? = $ac_status" >&5 -+ echo "$as_me:7594: \$? = $ac_status" >&5 - if (exit $ac_status) && test -s out/conftest2.$ac_objext - then - # The compiler can only warn and ignore the option if not recognized -@@ -9060,7 +9052,7 @@ - libsuff= - case "$host_cpu" in - x86_64*|s390x*|powerpc64*) -- echo '#line 9063 "configure"' > conftest.$ac_ext -+ echo '#line 9055 "configure"' > conftest.$ac_ext - if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? -@@ -9924,7 +9916,7 @@ - lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 - lt_status=$lt_dlunknown - cat > conftest.$ac_ext <<EOF --#line 9927 "configure" -+#line 9919 "configure" - #include "confdefs.h" - - #if HAVE_DLFCN_H -@@ -10024,7 +10016,7 @@ - lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 - lt_status=$lt_dlunknown - cat > conftest.$ac_ext <<EOF --#line 10027 "configure" -+#line 10019 "configure" - #include "confdefs.h" - - #if HAVE_DLFCN_H -@@ -12360,11 +12352,11 @@ - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ - -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` -- (eval echo "\"\$as_me:12363: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:12355: $lt_compile\"" >&5) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&5 -- echo "$as_me:12367: \$? = $ac_status" >&5 -+ echo "$as_me:12359: \$? = $ac_status" >&5 - if (exit $ac_status) && test -s "$ac_outfile"; then - # The compiler can only warn and ignore the option if not recognized - # So say no if there are warnings other than the usual output. -@@ -12464,11 +12456,11 @@ - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ - -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` -- (eval echo "\"\$as_me:12467: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:12459: $lt_compile\"" >&5) - (eval "$lt_compile" 2>out/conftest.err) - ac_status=$? - cat out/conftest.err >&5 -- echo "$as_me:12471: \$? = $ac_status" >&5 -+ echo "$as_me:12463: \$? = $ac_status" >&5 - if (exit $ac_status) && test -s out/conftest2.$ac_objext - then - # The compiler can only warn and ignore the option if not recognized -@@ -13000,7 +12992,7 @@ - libsuff= - case "$host_cpu" in - x86_64*|s390x*|powerpc64*) -- echo '#line 13003 "configure"' > conftest.$ac_ext -+ echo '#line 12995 "configure"' > conftest.$ac_ext - if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? -@@ -14055,11 +14047,11 @@ - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ - -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` -- (eval echo "\"\$as_me:14058: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:14050: $lt_compile\"" >&5) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&5 -- echo "$as_me:14062: \$? = $ac_status" >&5 -+ echo "$as_me:14054: \$? = $ac_status" >&5 - if (exit $ac_status) && test -s "$ac_outfile"; then - # The compiler can only warn and ignore the option if not recognized - # So say no if there are warnings other than the usual output. -@@ -14159,11 +14151,11 @@ - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ - -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` -- (eval echo "\"\$as_me:14162: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:14154: $lt_compile\"" >&5) - (eval "$lt_compile" 2>out/conftest.err) - ac_status=$? - cat out/conftest.err >&5 -- echo "$as_me:14166: \$? = $ac_status" >&5 -+ echo "$as_me:14158: \$? = $ac_status" >&5 - if (exit $ac_status) && test -s out/conftest2.$ac_objext - then - # The compiler can only warn and ignore the option if not recognized -@@ -15604,7 +15596,7 @@ - libsuff= - case "$host_cpu" in - x86_64*|s390x*|powerpc64*) -- echo '#line 15607 "configure"' > conftest.$ac_ext -+ echo '#line 15599 "configure"' > conftest.$ac_ext - if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? -@@ -16378,11 +16370,11 @@ - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ - -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` -- (eval echo "\"\$as_me:16381: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:16373: $lt_compile\"" >&5) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&5 -- echo "$as_me:16385: \$? = $ac_status" >&5 -+ echo "$as_me:16377: \$? = $ac_status" >&5 - if (exit $ac_status) && test -s "$ac_outfile"; then - # The compiler can only warn and ignore the option if not recognized - # So say no if there are warnings other than the usual output. -@@ -16646,11 +16638,11 @@ - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ - -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` -- (eval echo "\"\$as_me:16649: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:16641: $lt_compile\"" >&5) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&5 -- echo "$as_me:16653: \$? = $ac_status" >&5 -+ echo "$as_me:16645: \$? = $ac_status" >&5 - if (exit $ac_status) && test -s "$ac_outfile"; then - # The compiler can only warn and ignore the option if not recognized - # So say no if there are warnings other than the usual output. -@@ -16750,11 +16742,11 @@ - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ - -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` -- (eval echo "\"\$as_me:16753: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:16745: $lt_compile\"" >&5) - (eval "$lt_compile" 2>out/conftest.err) - ac_status=$? - cat out/conftest.err >&5 -- echo "$as_me:16757: \$? = $ac_status" >&5 -+ echo "$as_me:16749: \$? = $ac_status" >&5 - if (exit $ac_status) && test -s out/conftest2.$ac_objext - then - # The compiler can only warn and ignore the option if not recognized -@@ -18215,7 +18207,7 @@ - libsuff= - case "$host_cpu" in - x86_64*|s390x*|powerpc64*) -- echo '#line 18218 "configure"' > conftest.$ac_ext -+ echo '#line 18210 "configure"' > conftest.$ac_ext - if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? -@@ -22076,6 +22068,148 @@ - - - -+ -+{ echo "$as_me:$LINENO: checking for CRYPTO_new_ex_data in -lcrypto" >&5 -+echo $ECHO_N "checking for CRYPTO_new_ex_data in -lcrypto... $ECHO_C" >&6; } -+if test "${ac_cv_lib_crypto_CRYPTO_new_ex_data+set}" = set; then -+ echo $ECHO_N "(cached) $ECHO_C" >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-lcrypto $LIBS" -+cat >conftest.$ac_ext <<_ACEOF -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char CRYPTO_new_ex_data (); -+int -+main () -+{ -+return CRYPTO_new_ex_data (); -+ ; -+ return 0; -+} -+_ACEOF -+rm -f conftest.$ac_objext conftest$ac_exeext -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 -+ ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then -+ ac_cv_lib_crypto_CRYPTO_new_ex_data=yes -+else -+ echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ ac_cv_lib_crypto_CRYPTO_new_ex_data=no -+fi -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_CRYPTO_new_ex_data" >&5 -+echo "${ECHO_T}$ac_cv_lib_crypto_CRYPTO_new_ex_data" >&6; } -+if test $ac_cv_lib_crypto_CRYPTO_new_ex_data = yes; then -+ cat >>confdefs.h <<_ACEOF -+#define HAVE_LIBCRYPTO 1 -+_ACEOF -+ -+ LIBS="-lcrypto $LIBS" -+ -+fi -+ -+ -+{ echo "$as_me:$LINENO: checking for SSL_library_init in -lssl" >&5 -+echo $ECHO_N "checking for SSL_library_init in -lssl... $ECHO_C" >&6; } -+if test "${ac_cv_lib_ssl_SSL_library_init+set}" = set; then -+ echo $ECHO_N "(cached) $ECHO_C" >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-lssl $LIBS" -+cat >conftest.$ac_ext <<_ACEOF -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char SSL_library_init (); -+int -+main () -+{ -+return SSL_library_init (); -+ ; -+ return 0; -+} -+_ACEOF -+rm -f conftest.$ac_objext conftest$ac_exeext -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 -+ ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then -+ ac_cv_lib_ssl_SSL_library_init=yes -+else -+ echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ ac_cv_lib_ssl_SSL_library_init=no -+fi -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_ssl_SSL_library_init" >&5 -+echo "${ECHO_T}$ac_cv_lib_ssl_SSL_library_init" >&6; } -+if test $ac_cv_lib_ssl_SSL_library_init = yes; then -+ cat >>confdefs.h <<_ACEOF -+#define HAVE_LIBSSL 1 -+_ACEOF -+ -+ LIBS="-lssl $LIBS" -+ -+fi -+ - { echo "$as_me:$LINENO: checking for library containing socket" >&5 - echo $ECHO_N "checking for library containing socket... $ECHO_C" >&6; } - if test "${ac_cv_search_socket+set}" = set; then -@@ -22243,237 +22377,6 @@ - fi - - -- --if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then -- if test -n "$ac_tool_prefix"; then -- # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. --set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } --if test "${ac_cv_path_PKG_CONFIG+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 --else -- case $PKG_CONFIG in -- [\\/]* | ?:[\\/]*) -- ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. -- ;; -- *) -- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR --for as_dir in $PATH --do -- IFS=$as_save_IFS -- test -z "$as_dir" && as_dir=. -- for ac_exec_ext in '' $ac_executable_extensions; do -- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then -- ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -- break 2 -- fi --done --done --IFS=$as_save_IFS -- -- ;; --esac --fi --PKG_CONFIG=$ac_cv_path_PKG_CONFIG --if test -n "$PKG_CONFIG"; then -- { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 --echo "${ECHO_T}$PKG_CONFIG" >&6; } --else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } --fi -- -- --fi --if test -z "$ac_cv_path_PKG_CONFIG"; then -- ac_pt_PKG_CONFIG=$PKG_CONFIG -- # Extract the first word of "pkg-config", so it can be a program name with args. --set dummy pkg-config; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } --if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 --else -- case $ac_pt_PKG_CONFIG in -- [\\/]* | ?:[\\/]*) -- ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. -- ;; -- *) -- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR --for as_dir in $PATH --do -- IFS=$as_save_IFS -- test -z "$as_dir" && as_dir=. -- for ac_exec_ext in '' $ac_executable_extensions; do -- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then -- ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -- break 2 -- fi --done --done --IFS=$as_save_IFS -- -- ;; --esac --fi --ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG --if test -n "$ac_pt_PKG_CONFIG"; then -- { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5 --echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; } --else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } --fi -- -- if test "x$ac_pt_PKG_CONFIG" = x; then -- PKG_CONFIG="" -- else -- case $cross_compiling:$ac_tool_warned in --yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&2;} --ac_tool_warned=yes ;; --esac -- PKG_CONFIG=$ac_pt_PKG_CONFIG -- fi --else -- PKG_CONFIG="$ac_cv_path_PKG_CONFIG" --fi -- --fi --if test -n "$PKG_CONFIG"; then -- _pkg_min_version=0.9.0 -- { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5 --echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; } -- if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -- else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -- PKG_CONFIG="" -- fi -- --fi -- --pkg_failed=no --{ echo "$as_me:$LINENO: checking for OPENSSL" >&5 --echo $ECHO_N "checking for OPENSSL... $ECHO_C" >&6; } -- --if test -n "$PKG_CONFIG"; then -- if test -n "$OPENSSL_CFLAGS"; then -- pkg_cv_OPENSSL_CFLAGS="$OPENSSL_CFLAGS" -- else -- if test -n "$PKG_CONFIG" && \ -- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"openssl >= 0.9.4\"") >&5 -- ($PKG_CONFIG --exists --print-errors "openssl >= 0.9.4") 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; then -- pkg_cv_OPENSSL_CFLAGS=`$PKG_CONFIG --cflags "openssl >= 0.9.4" 2>/dev/null` --else -- pkg_failed=yes --fi -- fi --else -- pkg_failed=untried --fi --if test -n "$PKG_CONFIG"; then -- if test -n "$OPENSSL_LIBS"; then -- pkg_cv_OPENSSL_LIBS="$OPENSSL_LIBS" -- else -- if test -n "$PKG_CONFIG" && \ -- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"openssl >= 0.9.4\"") >&5 -- ($PKG_CONFIG --exists --print-errors "openssl >= 0.9.4") 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; then -- pkg_cv_OPENSSL_LIBS=`$PKG_CONFIG --libs "openssl >= 0.9.4" 2>/dev/null` --else -- pkg_failed=yes --fi -- fi --else -- pkg_failed=untried --fi -- -- -- --if test $pkg_failed = yes; then -- --if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then -- _pkg_short_errors_supported=yes --else -- _pkg_short_errors_supported=no --fi -- if test $_pkg_short_errors_supported = yes; then -- OPENSSL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "openssl >= 0.9.4"` -- else -- OPENSSL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "openssl >= 0.9.4"` -- fi -- # Put the nasty error message in config.log where it belongs -- echo "$OPENSSL_PKG_ERRORS" >&5 -- -- { { echo "$as_me:$LINENO: error: Package requirements (openssl >= 0.9.4) were not met: -- --$OPENSSL_PKG_ERRORS -- --Consider adjusting the PKG_CONFIG_PATH environment variable if you --installed software in a non-standard prefix. -- --Alternatively, you may set the environment variables OPENSSL_CFLAGS --and OPENSSL_LIBS to avoid the need to call pkg-config. --See the pkg-config man page for more details. --" >&5 --echo "$as_me: error: Package requirements (openssl >= 0.9.4) were not met: -- --$OPENSSL_PKG_ERRORS -- --Consider adjusting the PKG_CONFIG_PATH environment variable if you --installed software in a non-standard prefix. -- --Alternatively, you may set the environment variables OPENSSL_CFLAGS --and OPENSSL_LIBS to avoid the need to call pkg-config. --See the pkg-config man page for more details. --" >&2;} -- { (exit 1); exit 1; }; } --elif test $pkg_failed = untried; then -- { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it --is in your PATH or set the PKG_CONFIG environment variable to the full --path to pkg-config. -- --Alternatively, you may set the environment variables OPENSSL_CFLAGS --and OPENSSL_LIBS to avoid the need to call pkg-config. --See the pkg-config man page for more details. -- --To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>. --See \`config.log' for more details." >&5 --echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it --is in your PATH or set the PKG_CONFIG environment variable to the full --path to pkg-config. -- --Alternatively, you may set the environment variables OPENSSL_CFLAGS --and OPENSSL_LIBS to avoid the need to call pkg-config. --See the pkg-config man page for more details. -- --To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>. --See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } --else -- OPENSSL_CFLAGS=$pkg_cv_OPENSSL_CFLAGS -- OPENSSL_LIBS=$pkg_cv_OPENSSL_LIBS -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -- : --fi -- - # Check whether --enable-largefile was given. - if test "${enable_largefile+set}" = set; then - enableval=$enable_largefile; -@@ -22942,6 +22845,126 @@ - - have_gtk=yes - -+ -+if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then -+ if test -n "$ac_tool_prefix"; then -+ # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. -+set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 -+{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+if test "${ac_cv_path_PKG_CONFIG+set}" = set; then -+ echo $ECHO_N "(cached) $ECHO_C" >&6 -+else -+ case $PKG_CONFIG in -+ [\\/]* | ?:[\\/]*) -+ ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. -+ ;; -+ *) -+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then -+ ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" -+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+done -+IFS=$as_save_IFS -+ -+ ;; -+esac -+fi -+PKG_CONFIG=$ac_cv_path_PKG_CONFIG -+if test -n "$PKG_CONFIG"; then -+ { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 -+echo "${ECHO_T}$PKG_CONFIG" >&6; } -+else -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } -+fi -+ -+ -+fi -+if test -z "$ac_cv_path_PKG_CONFIG"; then -+ ac_pt_PKG_CONFIG=$PKG_CONFIG -+ # Extract the first word of "pkg-config", so it can be a program name with args. -+set dummy pkg-config; ac_word=$2 -+{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then -+ echo $ECHO_N "(cached) $ECHO_C" >&6 -+else -+ case $ac_pt_PKG_CONFIG in -+ [\\/]* | ?:[\\/]*) -+ ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. -+ ;; -+ *) -+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then -+ ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" -+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+done -+IFS=$as_save_IFS -+ -+ ;; -+esac -+fi -+ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG -+if test -n "$ac_pt_PKG_CONFIG"; then -+ { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5 -+echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; } -+else -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } -+fi -+ -+ if test "x$ac_pt_PKG_CONFIG" = x; then -+ PKG_CONFIG="" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -+whose name does not start with the host triplet. If you think this -+configuration is useful to you, please write to autoconf@gnu.org." >&5 -+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -+whose name does not start with the host triplet. If you think this -+configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+ac_tool_warned=yes ;; -+esac -+ PKG_CONFIG=$ac_pt_PKG_CONFIG -+ fi -+else -+ PKG_CONFIG="$ac_cv_path_PKG_CONFIG" -+fi -+ -+fi -+if test -n "$PKG_CONFIG"; then -+ _pkg_min_version=0.9.0 -+ { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5 -+echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; } -+ if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } -+ else -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } -+ PKG_CONFIG="" -+ fi -+ -+fi -+ - pkg_failed=no - { echo "$as_me:$LINENO: checking for GTK" >&5 - echo $ECHO_N "checking for GTK... $ECHO_C" >&6; } -@@ -26392,11 +26415,9 @@ - PTHREAD_CC!$PTHREAD_CC$ac_delim - PTHREAD_LIBS!$PTHREAD_LIBS$ac_delim - PTHREAD_CFLAGS!$PTHREAD_CFLAGS$ac_delim --PKG_CONFIG!$PKG_CONFIG$ac_delim --OPENSSL_CFLAGS!$OPENSSL_CFLAGS$ac_delim --OPENSSL_LIBS!$OPENSSL_LIBS$ac_delim - subdirs!$subdirs$ac_delim - LIBEVENT_CPPFLAGS!$LIBEVENT_CPPFLAGS$ac_delim -+PKG_CONFIG!$PKG_CONFIG$ac_delim - GTK_CFLAGS!$GTK_CFLAGS$ac_delim - GTK_LIBS!$GTK_LIBS$ac_delim - WITH_GTK_TRUE!$WITH_GTK_TRUE$ac_delim -@@ -26468,7 +26489,7 @@ - LTLIBOBJS!$LTLIBOBJS$ac_delim - _ACEOF - -- if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 88; then -+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 86; then - break - elif $ac_last_try; then - { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 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 34dd788c04af..000000000000 --- a/net-p2p/transmission-cli/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/transmission-cli -%%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 ba0e699367ef..000000000000 --- a/net-p2p/vuze/Makefile +++ /dev/null @@ -1,106 +0,0 @@ -# New ports collection makefile for: Azureus -# Date created: October 6, 2004 -# Whom: Jeremy Faulkner <gldisater@gldis.ca> -# -# $FreeBSD$ -# - -PORTNAME= azureus -PORTVERSION= 3.0.3.4 -CATEGORIES= net-p2p java -MASTER_SITES= SF -DISTNAME= Azureus_${PORTVERSION}_source - -MAINTAINER= rnoland@2hip.net -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 - -USE_JAVA= yes -JAVA_VERSION= 1.4+ -JAVA_OS= native -USE_ANT= yes - -USE_ZIP= yes - -NO_WRKSUBDIR= yes - -JARFILE= ${PORTNAME}.jar - -OPTIONS= SWTDEVEL "Use SWT Development port" on \ - EXTRAHACK "Apply extra performance hack" off - -# build classpath from BUILD_DEPENDS -MAKE_ENV= LANG=C -CLASSPATH_JARS= ${BUILD_DEPENDS:C/:.+$//:M*.jar} - -PLIST_FILES= %%JAVAJARDIR%%/${JARFILE} \ - bin/${PORTNAME} \ - share/icons/hicolor/16x16/apps/${PORTNAME}.png \ - share/icons/hicolor/32x32/apps/${PORTNAME}.png \ - share/icons/hicolor/64x64/apps/${PORTNAME}.png \ - share/icons/hicolor/128x128/apps/${PORTNAME}.png - -SUB_FILES= ${PORTNAME} -SUB_LIST= LIBDIR="${LOCALBASE}/lib" JARFILE="${JARFILE}" \ - SWTJAR="${JAVALIBDIR}/${SWT}.jar" JAVA="${LOCALBASE}/bin/java" - -DESKTOP_ENTRIES= "Azureus" \ - "A full feature BitTorrent client" \ - "${PORTNAME}.png" \ - "${PORTNAME}" \ - "" \ - true - -INSTALLS_ICONS= yes - -.include <bsd.port.pre.mk> - -.if defined(WITH_SWTDEVEL) -SWT= swt-devel -BUILD_DEPENDS+= ${JAVALIBDIR}/swt-devel.jar:${PORTSDIR}/x11-toolkits/swt-devel -RUN_DEPENDS+= ${JAVALIBDIR}/swt-devel.jar:${PORTSDIR}/x11-toolkits/swt-devel -.else -SWT= swt -BUILD_DEPENDS+= ${JAVALIBDIR}/swt.jar:${PORTSDIR}/x11-toolkits/swt -RUN_DEPENDS+= ${JAVALIBDIR}/swt.jar:${PORTSDIR}/x11-toolkits/swt -.endif - -# Ok, I'm not quite sure why this works, or if it is in any way a proper fix. -# Use at your own risk, I've just had it around and decided to share. -.if defined(WITH_EXTRAHACK) -EXTRA_PATCHES+= \ - ${PATCHDIR}/extra-patch-com__aelitis__azureus__core__networkmanager__impl__TransportHelperFilterStream.java -.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 - -do-install: - ${MKDIR} ${JAVAJARDIR} - ${INSTALL_DATA} ${WRKSRC}/dist/lib/${JARFILE} ${JAVAJARDIR} - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} - ${INSTALL_DATA} ${WRKDIR}/org/gudy/azureus2/ui/icons/a16.png \ - ${PREFIX}/share/icons/hicolor/16x16/apps/${PORTNAME}.png - ${INSTALL_DATA} ${WRKDIR}/org/gudy/azureus2/ui/icons/a32.png \ - ${PREFIX}/share/icons/hicolor/32x32/apps/${PORTNAME}.png - ${INSTALL_DATA} ${WRKDIR}/org/gudy/azureus2/ui/icons/a64.png \ - ${PREFIX}/share/icons/hicolor/64x64/apps/${PORTNAME}.png - ${INSTALL_DATA} ${WRKDIR}/org/gudy/azureus2/ui/icons/a128.png \ - ${PREFIX}/share/icons/hicolor/128x128/apps/${PORTNAME}.png - -post-install: - @${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD} - -.include <bsd.port.post.mk> diff --git a/net-p2p/vuze/distinfo b/net-p2p/vuze/distinfo deleted file mode 100644 index 628484d7b53a..000000000000 --- a/net-p2p/vuze/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Azureus_3.0.3.4_source.zip) = 1dd3f6cbf77ce90c1eb2f80d01c7e912 -SHA256 (Azureus_3.0.3.4_source.zip) = e413ce9908ba940345b26024e2daedb2dbf3274aeba3996b7ed7a9b287072f8d -SIZE (Azureus_3.0.3.4_source.zip) = 6988737 diff --git a/net-p2p/vuze/files/azureus.in b/net-p2p/vuze/files/azureus.in deleted file mode 100644 index 963255083bc6..000000000000 --- a/net-p2p/vuze/files/azureus.in +++ /dev/null @@ -1,42 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: /tmp/pcvs/ports/net-p2p/vuze/files/Attic/azureus.in,v 1.2 2007-10-03 03:55:33 edwin Exp $ - -# java -export JAVA_VERSION="%%JAVA_VERSION%%" -export JAVA_OS="%%JAVA_OS%%" - -ECLIPSE_BASE=%%LOCALBASE%%/eclipse -ECLIPSE_SWT_JAR=%%SWTJAR%% -LIB_PATH=%%LIBDIR%% - -CLASS_PATH=:%%JAVAJARDIR%%/%%JARFILE%%:${ECLIPSE_SWT_JAR} - -BROWSERS="xulrunner firefox seamonkey mozilla" - -if [ ! "${MOZILLA_FIVE_HOME}" ]; then - for browser in ${BROWSERS}; do - if [ -d "%%LOCALBASE%%/lib/${browser}" ]; then - MOZILLA_FIVE_HOME="%%LOCALBASE%%/lib/${browser}" - break; - fi - done -fi - -if [ "${MOZILLA_FIVE_HOME}" ];then - LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${MOZILLA_FIVE_HOME}" - export MOZILLA_FIVE_HOME LD_LIBRARY_PATH - echo "MOZILLA_FIVE_HOME=${MOZILLA_FIVE_HOME}" -fi - -if [ "${DEBUG}" ] -then - echo "ECLIPSE_BASE = ${ECLIPSE_BASE}" - echo "ECLIPSE_WS = ${ECLIPSE_WS}" - echo "ECLIPSE_SWT = ${ECLIPSE_SWT}" - echo "ECLIPSE_SWT_JAR = ${ECLIPSE_SWT_JAR}" - echo "CLASS_PATH = ${CLASS_PATH}" - echo "LIB_PATH = ${LIB_PATH}" -fi - -exec "%%JAVA%%" -cp "${CLASS_PATH}" "-Djava.library.path=${LIB_PATH}" "-Dos.name=linux" "-Dazureus.config.path=${HOME}/.Azureus" "-Duser.dir=${HOME}/.Azureus" org.gudy.azureus2.ui.swt.Main "${@}" diff --git a/net-p2p/vuze/files/build.xml b/net-p2p/vuze/files/build.xml deleted file mode 100644 index 4555797a810c..000000000000 --- a/net-p2p/vuze/files/build.xml +++ /dev/null @@ -1,50 +0,0 @@ -<!-- Under a BSDL license. Copyright by Mario S F Ferreira <lioux@FreeBSD.org> 2005- --> -<!-- Under a BSDL license. Copyright by jrandom 2005- --> -<!-- $FreeBSD$ --> -<project basedir="." default="dist" name="azureus"> - <description> - Builds Azureus - </description> - <!-- set global properties for this build --> - <property name="src" location="src"/> - <property name="build" location="build"/> - <property name="dist" location="dist"/> - - <target name="init"> - <!-- Create the time stamp --> - <tstamp/> - <!-- Create the build directory structure used by compile --> - <mkdir dir="${build}"/> - </target> - - <target name="compile" depends="init" description="compile the source " > - <!-- Compile the java code from ${src} into ${build} --> - <javac srcdir="." destdir="${build}" fork="yes" memoryMaximumSize="512m"> - <include name="**/*.java"/> - <exclude name="**/Win32*.java"/> - <exclude name="**/swt/osx/**"/> - <exclude name="**/macosx/**"/> - <classpath path="%%CLASSPATH%%"/> - </javac> - </target> - - <target name="dist" depends="compile" description="generate the distribution" > - <!-- Create the distribution directory --> - <mkdir dir="${dist}/lib"/> - - <copy todir="${build}"> - <fileset dir="." includes="**/*.gif **/*.jpg, **/*.png **/*.properties" /> - <fileset dir="." includes="**/*.dat **/*.stf **/*.xsd" /> - <fileset dir="." includes="**/*.css **/*.html **/*.js **/*.php **/*.tmpl **/*.txt" /> - <fileset dir="." includes="**/*.ico **/*.wav" /> - </copy> - <!-- Put everything in ${build} into the azureus.jar file --> - <jar jarfile="${dist}/lib/azureus.jar" basedir="${build}"/> - </target> - - <target name="clean" description="clean up" > - <!-- Delete the ${build} and ${dist} directory trees --> - <delete dir="${build}"/> - <delete dir="${dist}"/> - </target> -</project> diff --git a/net-p2p/vuze/files/extra-patch-com__aelitis__azureus__core__networkmanager__impl__TransportHelperFilterStream.java b/net-p2p/vuze/files/extra-patch-com__aelitis__azureus__core__networkmanager__impl__TransportHelperFilterStream.java deleted file mode 100644 index 9e42aaf42620..000000000000 --- a/net-p2p/vuze/files/extra-patch-com__aelitis__azureus__core__networkmanager__impl__TransportHelperFilterStream.java +++ /dev/null @@ -1,11 +0,0 @@ ---- com/aelitis/azureus/core/networkmanager/impl/TransportHelperFilterStream.java.orig Sat Feb 3 18:34:39 2007 -+++ com/aelitis/azureus/core/networkmanager/impl/TransportHelperFilterStream.java Sat Feb 3 18:37:03 2007 -@@ -55,7 +55,7 @@ - public boolean - hasBufferedRead() - { -- return false; -+ return true; - } - - public TransportHelper 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/files/patch-org__gudy__azureus2__platform__unix__ScriptBeforeStartup.java b/net-p2p/vuze/files/patch-org__gudy__azureus2__platform__unix__ScriptBeforeStartup.java deleted file mode 100644 index 006de6438076..000000000000 --- a/net-p2p/vuze/files/patch-org__gudy__azureus2__platform__unix__ScriptBeforeStartup.java +++ /dev/null @@ -1,10 +0,0 @@ ---- org/gudy/azureus2/platform/unix/ScriptBeforeStartup.java.orig 2007-10-13 16:57:39.000000000 -0400 -+++ org/gudy/azureus2/platform/unix/ScriptBeforeStartup.java 2007-10-13 16:58:03.000000000 -0400 -@@ -136,6 +136,7 @@ - return false; - } - }); -+ possibleDirs.add(new File("/usr/local/lib")); - possibleDirs.add(new File("/usr/local")); - possibleDirs.add(new File("/opt")); - 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 ff1fda328e1e..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.3 or -later. - -==================================== |