diff options
Diffstat (limited to '')
60 files changed, 0 insertions, 4261 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile deleted file mode 100644 index 774017061cf3..000000000000 --- a/net-p2p/amule-devel/Makefile +++ /dev/null @@ -1,140 +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= 6 -CATEGORIES= net-p2p -MASTER_SITES= SF/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]* ed2k-hash-* - -USE_BZIP2= 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 774017061cf3..000000000000 --- a/net-p2p/amule/Makefile +++ /dev/null @@ -1,140 +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= 6 -CATEGORIES= net-p2p -MASTER_SITES= SF/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]* ed2k-hash-* - -USE_BZIP2= 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 456ca0052b28..000000000000 --- a/net-p2p/deluge05/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# New ports collection makefile for: deluge -# Date created: 03 December 2006 -# Whom: Mezz <mezz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= deluge -PORTVERSION= 0.5.9.1 -CATEGORIES= net-p2p python -MASTER_SITES= http://ftp.osuosl.org/pub/deluge/source/${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 \ - ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl - -WRKSRC= ${WRKDIR}/${PORTNAME}-torrent-${PORTVERSION} -USE_GNOME= pygtk2 desktopfileutils librsvg2 -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" || ${ARCH} == "amd64" -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 ede34d8b8cf2..000000000000 --- a/net-p2p/deluge05/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (deluge-0.5.9.1.tar.gz) = f0545334af0011747d565d6a778a8b23 -SHA256 (deluge-0.5.9.1.tar.gz) = 593c0cf099d38b00cf05d9039b3cab5bc43bdea3f5fcd16e261d426d9547af83 -SIZE (deluge-0.5.9.1.tar.gz) = 2209224 diff --git a/net-p2p/deluge05/files/patch-disable_check_update b/net-p2p/deluge05/files/patch-disable_check_update deleted file mode 100644 index 90a7d315e5d1..000000000000 --- a/net-p2p/deluge05/files/patch-disable_check_update +++ /dev/null @@ -1,61 +0,0 @@ ---- glade/preferences_dialog.glade.orig 2008-01-30 13:03:26.000000000 -0600 -+++ glade/preferences_dialog.glade 2008-01-30 13:04:06.000000000 -0600 -@@ -2673,7 +2673,7 @@ - </child> - <child> - <widget class="GtkFrame" id="frame4"> -- <property name="visible">True</property> -+ <property name="visible">False</property> - <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> - <property name="label_xalign">0</property> - <property name="shadow_type">GTK_SHADOW_NONE</property> ---- src/interface.py.orig 2008-01-30 13:03:33.000000000 -0600 -+++ src/interface.py 2008-01-30 13:04:38.000000000 -0600 -@@ -1037,8 +1037,6 @@ - # Load plugins after we showed main window (if not started in tray) - self.load_plugins() - self.load_tabs_order() -- if self.config.get("new_releases"): -- self.new_release_check() - - try: - gobject.threads_init() -@@ -1048,38 +1046,6 @@ - except KeyboardInterrupt: - self.manager.quit() - -- def new_release_check(self): -- import socket -- import urllib -- timeout = 5 -- socket.setdefaulttimeout(timeout) -- try: -- gtk.gdk.threads_enter() -- except: -- pass -- try: -- new_release = urllib.urlopen("http://download.deluge-torrent.org/version").read().strip() -- except IOError: -- print "Network error while trying to check for a newer version of \ --Deluge" -- try: -- gtk.gdk.threads_leave() -- except: -- pass -- return -- -- if new_release > common.PROGRAM_VERSION: -- result = dialogs.show_popup_question(None, _("There is a newer version \ --of Deluge. Would you like to be taken to our download site?")) -- if result: -- common.open_url_in_browser('http://download.deluge-torrent.org/') -- else: -- pass -- try: -- gtk.gdk.threads_leave() -- except: -- pass -- - def load_plugins(self): - enable_plugins = self.config.get('enabled_plugins').split(':') - for plugin in enable_plugins: diff --git a/net-p2p/deluge05/files/patch-setup.py b/net-p2p/deluge05/files/patch-setup.py deleted file mode 100644 index 2218f1fba390..000000000000 --- a/net-p2p/deluge05/files/patch-setup.py +++ /dev/null @@ -1,40 +0,0 @@ ---- setup.py.orig 2008-05-19 17:26:22.000000000 -0500 -+++ setup.py 2008-05-19 17:28:27.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"] -- if ARCH == "x64": -- EXTRA_COMPILE_ARGS.append("-DAMD64") -+ "-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.path.exists(os.path.join(sysconfig.get_config_vars()['LIBDIR'], \ -@@ -148,7 +148,7 @@ - boost_thread = "boost_thread-mt" - - librariestype = [boost_filesystem, boost_date_time, -- boost_thread, 'z', 'pthread', 'ssl', 'crypto'] -+ boost_thread, 'z', 'ssl', 'crypto'] - - if os == "linux": - librariestype += ['rt'] -@@ -205,8 +205,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/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 446dca8a51e8..000000000000 --- a/net-p2p/deluge05/pkg-plist +++ /dev/null @@ -1,847 +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/bookmark.py -%%PYTHON_SITELIBDIR%%/deluge/bookmark.pyc -%%PYTHON_SITELIBDIR%%/deluge/bookmark.pyo -%%PYTHON_SITELIBDIR%%/deluge/browser.py -%%PYTHON_SITELIBDIR%%/deluge/browser.pyc -%%PYTHON_SITELIBDIR%%/deluge/browser.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/search.py -%%PYTHON_SITELIBDIR%%/deluge/search.pyc -%%PYTHON_SITELIBDIR%%/deluge/search.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/browser.glade -%%DATADIR%%/glade/browserwin.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/list_bookmarks.glade -%%DATADIR%%/glade/merge_dialog.glade -%%DATADIR%%/glade/preferences_dialog.glade -%%DATADIR%%/glade/searchdlg.glade -%%DATADIR%%/glade/torrent_menu.glade -%%DATADIR%%/glade/tray_menu.glade -%%DATADIR%%/glade/wizard.glade -%%DATADIR%%/icons/scalable/apps/deluge.svg -%%DATADIR%%/pixmaps/browser.png -%%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/FlexRSS/CalendarButton.py -%%DATADIR%%/plugins/FlexRSS/FlexRSS.glade -%%DATADIR%%/plugins/FlexRSS/FlexRSS.png -%%DATADIR%%/plugins/FlexRSS/FlexRSS.svg -%%DATADIR%%/plugins/FlexRSS/__init__.py -%%DATADIR%%/plugins/FlexRSS/feedparser.py -%%DATADIR%%/plugins/FlexRSS/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/Search/__init__.py -%%DATADIR%%/plugins/Search/searchdlg.glade -%%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/WebSeed/__init__.py -%%DATADIR%%/plugins/WebSeed/webseed.glade -%%DATADIR%%/plugins/WebUi/LICENSE -%%DATADIR%%/plugins/WebUi/TODO -%%DATADIR%%/plugins/WebUi/__init__.py -%%DATADIR%%/plugins/WebUi/dbus_interface.py -%%DATADIR%%/plugins/WebUi/debugerror.py -%%DATADIR%%/plugins/WebUi/deluge_webserver.py -%%DATADIR%%/plugins/WebUi/json_api.py -%%DATADIR%%/plugins/WebUi/lib/__init__.py -%%DATADIR%%/plugins/WebUi/lib/gtk_cherrypy_wsgiserver.py -%%DATADIR%%/plugins/WebUi/lib/pythonize.py -%%DATADIR%%/plugins/WebUi/lib/readme.txt -%%DATADIR%%/plugins/WebUi/lib/static_handler.py -%%DATADIR%%/plugins/WebUi/lib/webpy022/Dependency-not-really part of webui.txt -%%DATADIR%%/plugins/WebUi/lib/webpy022/__init__.py -%%DATADIR%%/plugins/WebUi/lib/webpy022/changes.txt -%%DATADIR%%/plugins/WebUi/lib/webpy022/cheetah.py -%%DATADIR%%/plugins/WebUi/lib/webpy022/db.py -%%DATADIR%%/plugins/WebUi/lib/webpy022/debugerror.py -%%DATADIR%%/plugins/WebUi/lib/webpy022/form.py -%%DATADIR%%/plugins/WebUi/lib/webpy022/http.py -%%DATADIR%%/plugins/WebUi/lib/webpy022/httpserver.py -%%DATADIR%%/plugins/WebUi/lib/webpy022/net.py -%%DATADIR%%/plugins/WebUi/lib/webpy022/request.py -%%DATADIR%%/plugins/WebUi/lib/webpy022/template.py -%%DATADIR%%/plugins/WebUi/lib/webpy022/utils.py -%%DATADIR%%/plugins/WebUi/lib/webpy022/webapi.py -%%DATADIR%%/plugins/WebUi/lib/webpy022/wsgi.py -%%DATADIR%%/plugins/WebUi/lib/webpy022/wsgiserver/__init__.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/ssl/deluge.key -%%DATADIR%%/plugins/WebUi/ssl/deluge.pem -%%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/details.png -%%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/pause.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/queue-down.png -%%DATADIR%%/plugins/WebUi/static/images/tango/queue-up.png -%%DATADIR%%/plugins/WebUi/static/images/tango/start.png -%%DATADIR%%/plugins/WebUi/static/images/tango/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/templates/advanced/header.html -%%DATADIR%%/plugins/WebUi/templates/advanced/index.html -%%DATADIR%%/plugins/WebUi/templates/advanced/part_categories.html -%%DATADIR%%/plugins/WebUi/templates/advanced/part_stats.html -%%DATADIR%%/plugins/WebUi/templates/advanced/part_tb_button.html -%%DATADIR%%/plugins/WebUi/templates/advanced/static/advanced.css -%%DATADIR%%/plugins/WebUi/templates/advanced/static/deluge.js -%%DATADIR%%/plugins/WebUi/templates/advanced/static/scrolling_table.css -%%DATADIR%%/plugins/WebUi/templates/advanced/torrent_info_inner.html -%%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_stats.html -%%DATADIR%%/plugins/WebUi/templates/deluge/refresh_form.html -%%DATADIR%%/plugins/WebUi/templates/deluge/sort_column_head.html -%%DATADIR%%/plugins/WebUi/templates/deluge/tab_meta.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/hacking-templates.txt -%%DATADIR%%/plugins/WebUi/tests/test_all.py -%%DATADIR%%/plugins/WebUi/version -%%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/bs/LC_MESSAGES/deluge.mo -share/locale/ca/LC_MESSAGES/deluge.mo -share/locale/cs/LC_MESSAGES/deluge.mo -share/locale/cy/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/fa/LC_MESSAGES/deluge.mo -share/locale/fi/LC_MESSAGES/deluge.mo -share/locale/fr/LC_MESSAGES/deluge.mo -share/locale/fy/LC_MESSAGES/deluge.mo -share/locale/gl/LC_MESSAGES/deluge.mo -share/locale/he/LC_MESSAGES/deluge.mo -share/locale/hi/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/nds/LC_MESSAGES/deluge.mo -share/locale/nl/LC_MESSAGES/deluge.mo -share/locale/pl/LC_MESSAGES/deluge.mo -share/locale/pms/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/th/LC_MESSAGES/deluge.mo -share/locale/tl/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/tl/LC_MESSAGES -@dirrmtry share/locale/tl -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/pms/LC_MESSAGES -@dirrmtry share/locale/pms -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/la/LC_MESSAGES -@dirrmtry share/locale/la -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/fy/LC_MESSAGES -@dirrmtry share/locale/fy -@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/tests -@dirrm %%DATADIR%%/plugins/WebUi/templates/deluge -@dirrm %%DATADIR%%/plugins/WebUi/templates/advanced/static -@dirrm %%DATADIR%%/plugins/WebUi/templates/advanced -@dirrm %%DATADIR%%/plugins/WebUi/templates -@dirrm %%DATADIR%%/plugins/WebUi/static/images/tango -@dirrm %%DATADIR%%/plugins/WebUi/static/images -@dirrm %%DATADIR%%/plugins/WebUi/static -@dirrm %%DATADIR%%/plugins/WebUi/ssl -@dirrm %%DATADIR%%/plugins/WebUi/scripts -@dirrm %%DATADIR%%/plugins/WebUi/lib/webpy022/wsgiserver -@dirrm %%DATADIR%%/plugins/WebUi/lib/webpy022 -@dirrm %%DATADIR%%/plugins/WebUi/lib -@dirrm %%DATADIR%%/plugins/WebUi -@dirrm %%DATADIR%%/plugins/WebSeed -@dirrm %%DATADIR%%/plugins/TorrentPeers -@dirrm %%DATADIR%%/plugins/TorrentNotification -@dirrm %%DATADIR%%/plugins/TorrentFiles -@dirrm %%DATADIR%%/plugins/TorrentCreator -@dirrm %%DATADIR%%/plugins/SpeedLimiter -@dirrm %%DATADIR%%/plugins/Search -@dirrm %%DATADIR%%/plugins/Scheduler -@dirrm %%DATADIR%%/plugins/NetworkHealth -@dirrm %%DATADIR%%/plugins/NetworkGraph -@dirrm %%DATADIR%%/plugins/MoveTorrent -@dirrm %%DATADIR%%/plugins/FlexRSS -@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 0b9a527f1310..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.6 -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_BZIP2= yes -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 d81b0ecb6e21..000000000000 --- a/net-p2p/ktorrent2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ktorrent-2.2.6.tar.bz2) = 190d9a0077c89d1bdf68ced2194db4d3 -SHA256 (ktorrent-2.2.6.tar.bz2) = 5323700d663065243ea6181c41b5570f63dd0a74298af583b53e66a81b4eccd1 -SIZE (ktorrent-2.2.6.tar.bz2) = 2644896 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 7e21b75c28e9..000000000000 --- a/net-p2p/ktorrent2/pkg-plist +++ /dev/null @@ -1,472 +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.6.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/16x16/high_priority.png -share/apps/ktorrent/www/coldmilk/icons/16x16/low_priority.png -share/apps/ktorrent/www/coldmilk/icons/16x16/normal_priority.png -share/apps/ktorrent/www/coldmilk/icons/16x16/only_seed.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/details.php -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/high_priority.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/low_priority.png -share/apps/ktorrent/www/default/menu_bg.png -share/apps/ktorrent/www/default/normal_priority.png -share/apps/ktorrent/www/default/only_seed.png -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 9d69ecd1e9bd..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.r1912 -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 && ${LN} -sf 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 8998e8ba4c45..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libtorrent-0.13svn.r1912.tar.gz) = 90ec8a8541bd47bb677cd20be074a5f7 -SHA256 (libtorrent-0.13svn.r1912.tar.gz) = d07e585c25cd918ea0c1488424433f2921e62682953ab3e72f255e40b1d5bc18 -SIZE (libtorrent-0.13svn.r1912.tar.gz) = 1870548 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 f55ffe4a17d7..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/pkg-plist +++ /dev/null @@ -1,256 +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/dev_poll_reactor.hpp -include/libtorrent/asio/detail/dev_poll_reactor_fwd.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/wince_thread.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_limit.hpp -include/libtorrent/bandwidth_manager.hpp -include/libtorrent/bandwidth_queue_entry.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/upnp.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-0.13.so -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-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/qbittorrent-22/Makefile b/net-p2p/qbittorrent-22/Makefile deleted file mode 100644 index 0162153d8ebd..000000000000 --- a/net-p2p/qbittorrent-22/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: qbittorrent -# Date created: 2007-04-01 -# Whom: alepulver -# -# $FreeBSD$ -# - -PORTNAME= qbittorrent -DISTVERSION= 1.0.0rc11 -PORTREVISION= 1 -CATEGORIES= net-p2p -MASTER_SITES= SF - -MAINTAINER= alepulver@FreeBSD.org -COMMENT= Bittorrent client written in C++ / Qt4 using libtorrent - -LIB_DEPENDS= ccext2-1.6.0:${PORTSDIR}/devel/commoncpp \ - curl.4:${PORTSDIR}/ftp/curl \ - 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+= MagickWand.1:${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 1e51649a1bd8..000000000000 --- a/net-p2p/qbittorrent-22/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (qbittorrent-1.0.0rc11.tar.gz) = 3156a1d346d1ab2b745de0ffe23aa12f -SHA256 (qbittorrent-1.0.0rc11.tar.gz) = 6b51f03b857a626050dcf410b72b2ed059dbe0f68d09998bfe4520f1197dc91e -SIZE (qbittorrent-1.0.0rc11.tar.gz) = 1392906 diff --git a/net-p2p/qbittorrent-22/pkg-descr b/net-p2p/qbittorrent-22/pkg-descr deleted file mode 100644 index ec88556d7a6e..000000000000 --- a/net-p2p/qbittorrent-22/pkg-descr +++ /dev/null @@ -1,28 +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 toolkit. -* UPnP / NAT-PMP port forwarding support. -* Encryption support (compatible with Azureus). -* Multiple simultaneous downloads / uploads. -* Download from RSS streams. -* An integrated search engine. -* DHT (trackerless) support. -* uTorrent Peer eXchange support (PeX). -* Directory scanning with automated download of torrents inside. -* Good internationalization (~25 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. -* Styles support. -* Files prioritizing in a torrent. -* 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 aeb2a48626fc..000000000000 --- a/net-p2p/qbittorrent-22/pkg-plist +++ /dev/null @@ -1,38 +0,0 @@ -bin/qbittorrent -share/applications/qBittorrent.desktop -share/icons/hicolor/128x128/apps/qbittorrent.png -share/icons/hicolor/16x16/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/16x16/apps -@dirrmtry share/icons/hicolor/16x16 -@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/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile deleted file mode 100644 index 22d3cd3cf4c2..000000000000 --- a/net-p2p/transmission-cli/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# New ports collection makefile for: transmission -# Date created: 08 October 2005 -# Whom: Mezz <mezz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= transmission -PORTVERSION= 1.21 -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 - -LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME?= gnometarget intlhack pkgconfig -USE_GETTEXT= yes -USE_OPENSSL= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="${LDFLAGS}" -LDFLAGS= -L${LOCALBASE}/lib -CONFIGURE_ARGS?=${GCONFIGURE} \ - --enable-cli \ - --disable-daemon \ - --disable-gtk - -# General configure -GCONFIGURE= --disable-beos \ - --disable-darwin \ - --disable-wx - -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|bin_PROGRAMS = benc2php.*|bin_PROGRAMS = |g' \ - ${WRKSRC}/libtransmission/Makefile.in - @${REINPLACE_CMD} -e 's|-lrt||g' \ - ${WRKSRC}/third-party/libevent/configure - @${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 ; \ - s|noinst_PROGRAMS = |noinst_PROGRAMS = #|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 a5963d0492c0..000000000000 --- a/net-p2p/transmission-cli/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (transmission-1.21.tar.bz2) = 6ec565ac831484098a2db20ea0ca3ac7 -SHA256 (transmission-1.21.tar.bz2) = 4729dc752b6ce8d70c504c12839d9047df32eefc5dca545fff6eeb858487d157 -SIZE (transmission-1.21.tar.bz2) = 3978180 diff --git a/net-p2p/transmission-cli/files/patch-configure b/net-p2p/transmission-cli/files/patch-configure deleted file mode 100644 index 1217ecb36204..000000000000 --- a/net-p2p/transmission-cli/files/patch-configure +++ /dev/null @@ -1,499 +0,0 @@ ---- configure.orig 2008-05-09 16:26:19.000000000 -0500 -+++ configure 2008-05-09 16:27:32.000000000 -0500 -@@ -885,8 +885,6 @@ - PTHREAD_LIBS - PTHREAD_CFLAGS - PKG_CONFIG --OPENSSL_CFLAGS --OPENSSL_LIBS - LIBCURL_CFLAGS - LIBCURL_LIBS - subdirs -@@ -985,8 +983,6 @@ - F77 - FFLAGS - PKG_CONFIG --OPENSSL_CFLAGS --OPENSSL_LIBS - LIBCURL_CFLAGS - LIBCURL_LIBS - GTK_CFLAGS -@@ -1620,10 +1616,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 - LIBCURL_CFLAGS - C compiler flags for LIBCURL, overriding pkg-config - LIBCURL_LIBS -@@ -4542,7 +4534,7 @@ - ;; - *-*-irix6*) - # Find out which ABI we are using. -- echo '#line 4545 "configure"' > conftest.$ac_ext -+ echo '#line 4537 "configure"' > conftest.$ac_ext - if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? -@@ -7285,11 +7277,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:7288: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:7280: $lt_compile\"" >&5) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&5 -- echo "$as_me:7292: \$? = $ac_status" >&5 -+ echo "$as_me:7284: \$? = $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. -@@ -7575,11 +7567,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:7578: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:7570: $lt_compile\"" >&5) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&5 -- echo "$as_me:7582: \$? = $ac_status" >&5 -+ echo "$as_me:7574: \$? = $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. -@@ -7679,11 +7671,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:7682: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:7674: $lt_compile\"" >&5) - (eval "$lt_compile" 2>out/conftest.err) - ac_status=$? - cat out/conftest.err >&5 -- echo "$as_me:7686: \$? = $ac_status" >&5 -+ echo "$as_me:7678: \$? = $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 -@@ -10030,7 +10022,7 @@ - lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 - lt_status=$lt_dlunknown - cat > conftest.$ac_ext <<EOF --#line 10033 "configure" -+#line 10025 "configure" - #include "confdefs.h" - - #if HAVE_DLFCN_H -@@ -10130,7 +10122,7 @@ - lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 - lt_status=$lt_dlunknown - cat > conftest.$ac_ext <<EOF --#line 10133 "configure" -+#line 10125 "configure" - #include "confdefs.h" - - #if HAVE_DLFCN_H -@@ -12550,11 +12542,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:12553: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:12545: $lt_compile\"" >&5) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&5 -- echo "$as_me:12557: \$? = $ac_status" >&5 -+ echo "$as_me:12549: \$? = $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. -@@ -12654,11 +12646,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:12657: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:12649: $lt_compile\"" >&5) - (eval "$lt_compile" 2>out/conftest.err) - ac_status=$? - cat out/conftest.err >&5 -- echo "$as_me:12661: \$? = $ac_status" >&5 -+ echo "$as_me:12653: \$? = $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 -@@ -14218,11 +14210,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:14221: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:14213: $lt_compile\"" >&5) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&5 -- echo "$as_me:14225: \$? = $ac_status" >&5 -+ echo "$as_me:14217: \$? = $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. -@@ -14322,11 +14314,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:14325: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:14317: $lt_compile\"" >&5) - (eval "$lt_compile" 2>out/conftest.err) - ac_status=$? - cat out/conftest.err >&5 -- echo "$as_me:14329: \$? = $ac_status" >&5 -+ echo "$as_me:14321: \$? = $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 -@@ -16511,11 +16503,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:16514: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:16506: $lt_compile\"" >&5) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&5 -- echo "$as_me:16518: \$? = $ac_status" >&5 -+ echo "$as_me:16510: \$? = $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. -@@ -16801,11 +16793,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:16804: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:16796: $lt_compile\"" >&5) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&5 -- echo "$as_me:16808: \$? = $ac_status" >&5 -+ echo "$as_me:16800: \$? = $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. -@@ -16905,11 +16897,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:16908: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:16900: $lt_compile\"" >&5) - (eval "$lt_compile" 2>out/conftest.err) - ac_status=$? - cat out/conftest.err >&5 -- echo "$as_me:16912: \$? = $ac_status" >&5 -+ echo "$as_me:16904: \$? = $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 -@@ -22377,6 +22369,148 @@ - fi - - -+{ 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 -+ -+ - - if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then - if test -n "$ac_tool_prefix"; then -@@ -22498,117 +22632,6 @@ - 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 >= \$OPENSSL_MINIMUM\"") >&5 -- ($PKG_CONFIG --exists --print-errors "openssl >= $OPENSSL_MINIMUM") 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; then -- pkg_cv_OPENSSL_CFLAGS=`$PKG_CONFIG --cflags "openssl >= $OPENSSL_MINIMUM" 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 >= \$OPENSSL_MINIMUM\"") >&5 -- ($PKG_CONFIG --exists --print-errors "openssl >= $OPENSSL_MINIMUM") 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; then -- pkg_cv_OPENSSL_LIBS=`$PKG_CONFIG --libs "openssl >= $OPENSSL_MINIMUM" 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 >= $OPENSSL_MINIMUM"` -- else -- OPENSSL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "openssl >= $OPENSSL_MINIMUM"` -- 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 >= $OPENSSL_MINIMUM) 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 >= $OPENSSL_MINIMUM) 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 -- --pkg_failed=no - { echo "$as_me:$LINENO: checking for LIBCURL" >&5 - echo $ECHO_N "checking for LIBCURL... $ECHO_C" >&6; } - -@@ -27105,8 +27128,6 @@ - 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 - LIBCURL_CFLAGS!$LIBCURL_CFLAGS$ac_delim - LIBCURL_LIBS!$LIBCURL_LIBS$ac_delim - subdirs!$subdirs$ac_delim -@@ -27183,6 +27204,8 @@ - BUILD_CLI_TRUE!$BUILD_CLI_TRUE$ac_delim - BUILD_CLI_FALSE!$BUILD_CLI_FALSE$ac_delim - BUILD_DARWIN_TRUE!$BUILD_DARWIN_TRUE$ac_delim -+BUILD_DARWIN_FALSE!$BUILD_DARWIN_FALSE$ac_delim -+BUILD_DAEMON_TRUE!$BUILD_DAEMON_TRUE$ac_delim - _ACEOF - - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then -@@ -27224,14 +27247,12 @@ - ac_delim='%!_!# ' - for ac_last_try in false false false false false :; do - cat >conf$$subs.sed <<_ACEOF --BUILD_DARWIN_FALSE!$BUILD_DARWIN_FALSE$ac_delim --BUILD_DAEMON_TRUE!$BUILD_DAEMON_TRUE$ac_delim - BUILD_DAEMON_FALSE!$BUILD_DAEMON_FALSE$ac_delim - LIBOBJS!$LIBOBJS$ac_delim - LTLIBOBJS!$LTLIBOBJS$ac_delim - _ACEOF - -- if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 5; then -+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 3; 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 ff7f8f48e0a3..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://www.transmissionbt.com/ diff --git a/net-p2p/transmission-cli/pkg-plist b/net-p2p/transmission-cli/pkg-plist deleted file mode 100644 index 81dfef200185..000000000000 --- a/net-p2p/transmission-cli/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/transmissioncli -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/net-p2p/vuze/Makefile b/net-p2p/vuze/Makefile deleted file mode 100644 index 258300cbffc5..000000000000 --- a/net-p2p/vuze/Makefile +++ /dev/null @@ -1,111 +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.5.2 -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}" \ - "Application;Network;P2P;" \ - 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 \ - ${PATCHDIR}/extra-patch-com__aelitis__azureus__core__networkmanager__impl__TransportHelperFilterTransparent.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} - ${MKDIR} ${PREFIX}/share/icons/hicolor/16x16/apps - ${INSTALL_DATA} ${WRKDIR}/org/gudy/azureus2/ui/icons/a16.png \ - ${PREFIX}/share/icons/hicolor/16x16/apps/${PORTNAME}.png - ${MKDIR} ${PREFIX}/share/icons/hicolor/32x32/apps - ${INSTALL_DATA} ${WRKDIR}/org/gudy/azureus2/ui/icons/a32.png \ - ${PREFIX}/share/icons/hicolor/32x32/apps/${PORTNAME}.png - ${MKDIR} ${PREFIX}/share/icons/hicolor/64x64/apps - ${INSTALL_DATA} ${WRKDIR}/org/gudy/azureus2/ui/icons/a64.png \ - ${PREFIX}/share/icons/hicolor/64x64/apps/${PORTNAME}.png - ${MKDIR} ${PREFIX}/share/icons/hicolor/128x128/apps - ${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 184346b88822..000000000000 --- a/net-p2p/vuze/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Azureus_3.0.5.2_source.zip) = 064b885fafd89c8a5042a3d6641d5318 -SHA256 (Azureus_3.0.5.2_source.zip) = 43bb6a69d53ac00a446ccb706ff60d53f65dfffb4c22ab6c69c1851cbdfc8477 -SIZE (Azureus_3.0.5.2_source.zip) = 7537643 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 ec0bac48e011..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 2007-03-01 23:39:40.000000000 -0500 -+++ com/aelitis/azureus/core/networkmanager/impl/TransportHelperFilterStream.java 2008-05-29 13:45:17.000000000 -0400 -@@ -57,7 +57,7 @@ - public boolean - hasBufferedRead() - { -- return false; -+ return true; - } - - public TransportHelper diff --git a/net-p2p/vuze/files/extra-patch-com__aelitis__azureus__core__networkmanager__impl__TransportHelperFilterTransparent.java b/net-p2p/vuze/files/extra-patch-com__aelitis__azureus__core__networkmanager__impl__TransportHelperFilterTransparent.java deleted file mode 100644 index 46ca52490f9d..000000000000 --- a/net-p2p/vuze/files/extra-patch-com__aelitis__azureus__core__networkmanager__impl__TransportHelperFilterTransparent.java +++ /dev/null @@ -1,11 +0,0 @@ ---- com/aelitis/azureus/core/networkmanager/impl/TransportHelperFilterTransparent.java.orig 2008-05-29 14:05:20.000000000 -0400 -+++ com/aelitis/azureus/core/networkmanager/impl/TransportHelperFilterTransparent.java 2008-05-29 14:08:25.000000000 -0400 -@@ -60,7 +60,7 @@ - public boolean - hasBufferedRead() - { -- return( read_insert != null && read_insert.remaining() > 0 ); -+ return( true ); - } - - public long 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 bd9cdc48c8ee..000000000000 --- a/net-p2p/vuze/files/patch-org__gudy__azureus2__platform__macosx__access__jnilib__OSXAccess.java +++ /dev/null @@ -1,11 +0,0 @@ ---- org/gudy/azureus2/platform/macosx/access/jnilib/OSXAccess.java.orig 2007-03-07 16:49:08.000000000 +0100 -+++ org/gudy/azureus2/platform/macosx/access/jnilib/OSXAccess.java 2008-05-30 16:19:10.000000000 +0200 -@@ -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.*;
-
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 03716ba88c39..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-12-06 16:43:38.000000000 +0100 -+++ org/gudy/azureus2/platform/unix/ScriptBeforeStartup.java 2008-05-30 16:21:32.000000000 +0200 -@@ -139,6 +139,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. - -==================================== |