diff options
Diffstat (limited to 'net-p2p')
43 files changed, 0 insertions, 2232 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile deleted file mode 100644 index 2a0157812c42..000000000000 --- a/net-p2p/amule-devel/Makefile +++ /dev/null @@ -1,146 +0,0 @@ -# New ports collection makefile for: amule2 -# Date created: Wed Nov 05 09:30:00 UTC 2003 -# Whom: Ganael LAPLANCHE <ganael.laplanche@martymac.com> -# -# $FreeBSD$ -# - -PORTNAME= aMule -PORTVERSION= 2.2.5 -PORTREVISION= 1 -CATEGORIES= net-p2p -MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION} - -MAINTAINER= boris@tagnet.ru -COMMENT= The all-platform eMule p2p client - -BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ - ${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp - -LATEST_LINK= aMule2 -CONFLICTS= aMule-1.* aMule-devel-[0-9]* ed2k-hash-1.* - -USE_BZIP2= yes -USE_GNOME= gnomehier gnomehack gnomeprefix -USE_GMAKE= yes -USE_WX= 2.8 -WX_CONF_ARGS= absolute -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-debug \ - --without-included-gettext \ - --with-libintl-prefix=${LOCALBASE} \ - --with-libiconv-prefix=${LOCALBASE} \ - --with-crypto-prefix=${LOCALBASE} \ - --disable-upnp \ - --with-denoise-level=0 - -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 \ - GEOIP "Enable GeoIP IP2Country support" off \ - UPNP "Enable Universal Plug and Play support" off - -DOCSDIR= ${PREFIX}/share/doc/aMule-${PORTVERSION} -PORTDOCS= ABOUT-NLS Changelog EC_Protocol.txt \ - ED2K-Links.HOWTO INSTALL README TODO \ - amule-win32.HOWTO.txt amulesig.txt license.txt socks4.protocol - -.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(WITH_GEOIP) -CONFIGURE_ARGS+= --enable-geoip -LIB_DEPENDS+= GeoIP.5:${PORTSDIR}/net/GeoIP -.else -CONFIGURE_ARGS+= --disable-geoip -.endif - -.if defined(WITH_UPNP) -CONFIGURE_ARGS+= --with-libupnp-prefix=${LOCALBASE} -LIB_DEPENDS+= upnp.3:${PORTSDIR}/devel/upnp -.else -CONFIGURE_ARGS+= --disable-upnp -.endif - -.if !defined(WITHOUT_WXUNICODE) -WX_UNICODE=yes -.endif - -# Man pages management -.include "Makefile.man" - -.ifdef NOPORTDOCS -post-patch: - ${REINPLACE_CMD} 's/install-data-am:.*/install-data-am:/' ${WRKSRC}/docs/Makefile.in -.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 79492c5046f9..000000000000 --- a/net-p2p/amule-devel/Makefile.man +++ /dev/null @@ -1,43 +0,0 @@ -# TODO : Add fr here when pages are complete -MANLANG= "" de es eu fr hu -#MANCOMPRESSED= no -.if defined(WITH_CAS) -MAN1_EN+= cas.1 -MAN1_EN+= wxcas.1 -MAN1_DE+= cas.1 -MAN1_DE+= wxcas.1 -MAN1_ES+= cas.1 -MAN1_ES+= wxcas.1 -MAN1_EU+= cas.1 -MAN1_EU+= wxcas.1 -MAN1_HU+= cas.1 -MAN1_HU+= wxcas.1 -.endif -.if defined(WITH_ALC) -MAN1_EN+= alc.1 -MAN1_DE+= alc.1 -MAN1_ES+= alc.1 -MAN1_EU+= alc.1 -MAN1_HU+= 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 -MAN1_EN+= amulegui.1 -MAN1_DE+= amulegui.1 -.endif -MAN1+= amule.1 -MAN1_EN+= xas.1 -MAN1_DE+= xas.1 -MAN1_ES+= xas.1 -MAN1_EU+= xas.1 -MAN1_HU+= xas.1 diff --git a/net-p2p/amule-devel/distinfo b/net-p2p/amule-devel/distinfo deleted file mode 100644 index 4621c5c9dd5c..000000000000 --- a/net-p2p/amule-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (aMule-2.2.5.tar.bz2) = d26048f8e00a1ca801b3b41156b4268d -SHA256 (aMule-2.2.5.tar.bz2) = cb2ec9885037fe114999374368b1c16038ccd8a2eeda16231eea4096a7b2befd -SIZE (aMule-2.2.5.tar.bz2) = 4715858 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/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 423fed84f2f3..000000000000 --- a/net-p2p/amule-devel/pkg-plist +++ /dev/null @@ -1,371 +0,0 @@ -share/locale/ar/LC_MESSAGES/amule.mo -share/locale/ast/LC_MESSAGES/amule.mo -share/locale/bg/LC_MESSAGES/amule.mo -share/locale/ca/LC_MESSAGES/amule.mo -share/locale/cs/LC_MESSAGES/amule.mo -share/locale/da/LC_MESSAGES/amule.mo -share/locale/de/LC_MESSAGES/amule.mo -share/locale/el/LC_MESSAGES/amule.mo -share/locale/en_GB/LC_MESSAGES/amule.mo -share/locale/es/LC_MESSAGES/amule.mo -share/locale/et_EE/LC_MESSAGES/amule.mo -share/locale/eu/LC_MESSAGES/amule.mo -share/locale/fi/LC_MESSAGES/amule.mo -share/locale/fr/LC_MESSAGES/amule.mo -share/locale/gl/LC_MESSAGES/amule.mo -share/locale/he/LC_MESSAGES/amule.mo -share/locale/hr/LC_MESSAGES/amule.mo -share/locale/hu/LC_MESSAGES/amule.mo -share/locale/it/LC_MESSAGES/amule.mo -share/locale/it_CH/LC_MESSAGES/amule.mo -share/locale/ja/LC_MESSAGES/amule.mo -share/locale/ko_KR/LC_MESSAGES/amule.mo -share/locale/lt/LC_MESSAGES/amule.mo -share/locale/nl/LC_MESSAGES/amule.mo -share/locale/nn/LC_MESSAGES/amule.mo -share/locale/pl/LC_MESSAGES/amule.mo -share/locale/pt_BR/LC_MESSAGES/amule.mo -share/locale/pt_PT/LC_MESSAGES/amule.mo -share/locale/ru/LC_MESSAGES/amule.mo -share/locale/sl/LC_MESSAGES/amule.mo -share/locale/sq/LC_MESSAGES/amule.mo -share/locale/sv/LC_MESSAGES/amule.mo -share/locale/tr/LC_MESSAGES/amule.mo -share/locale/uk/LC_MESSAGES/amule.mo -share/locale/zh_CN/LC_MESSAGES/amule.mo -share/locale/zh_TW/LC_MESSAGES/amule.mo -@dirrmtry share/locale/ar/LC_MESSAGES -@dirrmtry share/locale/ar -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/bg/LC_MESSAGES -@dirrmtry share/locale/bg -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/da/LC_MESSAGES -@dirrmtry share/locale/da -@dirrmtry share/locale/de/LC_MESSAGES -@dirrmtry share/locale/de -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/en_GB/LC_MESSAGES -@dirrmtry share/locale/en_GB -@dirrmtry share/locale/es/LC_MESSAGES -@dirrmtry share/locale/es -@dirrmtry share/locale/et_EE/LC_MESSAGES -@dirrmtry share/locale/et_EE -@dirrmtry share/locale/eu/LC_MESSAGES -@dirrmtry share/locale/eu -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/he/LC_MESSAGES -@dirrmtry share/locale/he -@dirrmtry share/locale/hr/LC_MESSAGES -@dirrmtry share/locale/hr -@dirrmtry share/locale/hu/LC_MESSAGES -@dirrmtry share/locale/hu -@dirrmtry share/locale/it/LC_MESSAGES -@dirrmtry share/locale/it -@dirrmtry share/locale/it_CH/LC_MESSAGES -@dirrmtry share/locale/it_CH -@dirrmtry share/locale/ja/LC_MESSAGES -@dirrmtry share/locale/ja -@dirrmtry share/locale/ko_KR/LC_MESSAGES -@dirrmtry share/locale/ko_KR -@dirrmtry share/locale/lt/LC_MESSAGES -@dirrmtry share/locale/lt -@dirrmtry share/locale/nl/LC_MESSAGES -@dirrmtry share/locale/nl -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/pt_BR/LC_MESSAGES -@dirrmtry share/locale/pt_BR -@dirrmtry share/locale/ru/LC_MESSAGES -@dirrmtry share/locale/ru -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sq/LC_MESSAGES -@dirrmtry share/locale/sq -@dirrmtry share/locale/sv/LC_MESSAGES -@dirrmtry share/locale/sv -@dirrmtry share/locale/tr/LC_MESSAGES -@dirrmtry share/locale/tr -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -%%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 -%%PL_AMULEDAEMON%%share/pixmaps/amulegui.xpm -share/pixmaps/amule.xpm -%%PL_CAS%%share/applications/wxcas.desktop -%%PL_ALC%%share/applications/alc.desktop -%%PL_AMULEDAEMON%%share/applications/amulegui.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%%share/amule/webserver/litoral/amuleweb-main-dload.php -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/amuleweb-main-kad.php -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/amuleweb-main-log.php -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/amuleweb-main-prefs.php -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/amuleweb-main-search.php -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/amuleweb-main-servers.php -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/amuleweb-main-shared.php -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/amuleweb-main-stats.php -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/black.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/blank1x1.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/blue1.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/blue2.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/blue3.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/blue4.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/blue5.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/blue6.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/cancel.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/close.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/col.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/connect.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/down.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/edkserv_0.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/edkserv_1.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/favicon.ico -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/filter.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/fond.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/fond_haut.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/footer.php -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/index.html -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/kitty.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/log.php -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/login.php -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/loginfond.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/loginfond_haut.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/loginlogo.jpg -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/loginlogo.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/logo.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/maquette.dwt -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/ok.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/pause.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/play.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/red.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/refresh.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/search_0.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/search_1.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/shared_0.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/shared_1.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/sheserv_0.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/sheserv_1.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/stats.php -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/stats_0.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/stats_1.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/stats_tree.php -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/style.css -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/tab_bottom.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/tab_bottom_left.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/tab_bottom_right.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/tab_left.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/tab_right.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/tab_top.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/tab_top_left.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/tab_top_right.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/transf_0.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/transf_1.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/tree-closed.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/tree-leaf.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/tree-open.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/up.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/yellow.gif -%%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/litoral -%%PL_AMULEWEBSRV%%@dirrmtry share/amule/webserver -%%PL_AMULEWEBSRV%%@dirrmtry share/amule -share/amule/skins/gnome.zip -share/amule/skins/kde4.zip -share/amule/skins/tango.zip -share/amule/skins/xfce.zip -@dirrm share/amule/skins -@dirrm share/amule -lib/xchat/plugins/xas.pl -@dirrmtry lib/xchat/plugins -@dirrmtry lib/xchat -%%PL_CAS%%bin/cas -%%PL_CAS%%bin/wxcas -%%PL_CAS%%bin/autostart-xas -%%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 2a0157812c42..000000000000 --- a/net-p2p/amule/Makefile +++ /dev/null @@ -1,146 +0,0 @@ -# New ports collection makefile for: amule2 -# Date created: Wed Nov 05 09:30:00 UTC 2003 -# Whom: Ganael LAPLANCHE <ganael.laplanche@martymac.com> -# -# $FreeBSD$ -# - -PORTNAME= aMule -PORTVERSION= 2.2.5 -PORTREVISION= 1 -CATEGORIES= net-p2p -MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION} - -MAINTAINER= boris@tagnet.ru -COMMENT= The all-platform eMule p2p client - -BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ - ${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp - -LATEST_LINK= aMule2 -CONFLICTS= aMule-1.* aMule-devel-[0-9]* ed2k-hash-1.* - -USE_BZIP2= yes -USE_GNOME= gnomehier gnomehack gnomeprefix -USE_GMAKE= yes -USE_WX= 2.8 -WX_CONF_ARGS= absolute -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-debug \ - --without-included-gettext \ - --with-libintl-prefix=${LOCALBASE} \ - --with-libiconv-prefix=${LOCALBASE} \ - --with-crypto-prefix=${LOCALBASE} \ - --disable-upnp \ - --with-denoise-level=0 - -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 \ - GEOIP "Enable GeoIP IP2Country support" off \ - UPNP "Enable Universal Plug and Play support" off - -DOCSDIR= ${PREFIX}/share/doc/aMule-${PORTVERSION} -PORTDOCS= ABOUT-NLS Changelog EC_Protocol.txt \ - ED2K-Links.HOWTO INSTALL README TODO \ - amule-win32.HOWTO.txt amulesig.txt license.txt socks4.protocol - -.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(WITH_GEOIP) -CONFIGURE_ARGS+= --enable-geoip -LIB_DEPENDS+= GeoIP.5:${PORTSDIR}/net/GeoIP -.else -CONFIGURE_ARGS+= --disable-geoip -.endif - -.if defined(WITH_UPNP) -CONFIGURE_ARGS+= --with-libupnp-prefix=${LOCALBASE} -LIB_DEPENDS+= upnp.3:${PORTSDIR}/devel/upnp -.else -CONFIGURE_ARGS+= --disable-upnp -.endif - -.if !defined(WITHOUT_WXUNICODE) -WX_UNICODE=yes -.endif - -# Man pages management -.include "Makefile.man" - -.ifdef NOPORTDOCS -post-patch: - ${REINPLACE_CMD} 's/install-data-am:.*/install-data-am:/' ${WRKSRC}/docs/Makefile.in -.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 79492c5046f9..000000000000 --- a/net-p2p/amule/Makefile.man +++ /dev/null @@ -1,43 +0,0 @@ -# TODO : Add fr here when pages are complete -MANLANG= "" de es eu fr hu -#MANCOMPRESSED= no -.if defined(WITH_CAS) -MAN1_EN+= cas.1 -MAN1_EN+= wxcas.1 -MAN1_DE+= cas.1 -MAN1_DE+= wxcas.1 -MAN1_ES+= cas.1 -MAN1_ES+= wxcas.1 -MAN1_EU+= cas.1 -MAN1_EU+= wxcas.1 -MAN1_HU+= cas.1 -MAN1_HU+= wxcas.1 -.endif -.if defined(WITH_ALC) -MAN1_EN+= alc.1 -MAN1_DE+= alc.1 -MAN1_ES+= alc.1 -MAN1_EU+= alc.1 -MAN1_HU+= 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 -MAN1_EN+= amulegui.1 -MAN1_DE+= amulegui.1 -.endif -MAN1+= amule.1 -MAN1_EN+= xas.1 -MAN1_DE+= xas.1 -MAN1_ES+= xas.1 -MAN1_EU+= xas.1 -MAN1_HU+= xas.1 diff --git a/net-p2p/amule/distinfo b/net-p2p/amule/distinfo deleted file mode 100644 index 4621c5c9dd5c..000000000000 --- a/net-p2p/amule/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (aMule-2.2.5.tar.bz2) = d26048f8e00a1ca801b3b41156b4268d -SHA256 (aMule-2.2.5.tar.bz2) = cb2ec9885037fe114999374368b1c16038ccd8a2eeda16231eea4096a7b2befd -SIZE (aMule-2.2.5.tar.bz2) = 4715858 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/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 423fed84f2f3..000000000000 --- a/net-p2p/amule/pkg-plist +++ /dev/null @@ -1,371 +0,0 @@ -share/locale/ar/LC_MESSAGES/amule.mo -share/locale/ast/LC_MESSAGES/amule.mo -share/locale/bg/LC_MESSAGES/amule.mo -share/locale/ca/LC_MESSAGES/amule.mo -share/locale/cs/LC_MESSAGES/amule.mo -share/locale/da/LC_MESSAGES/amule.mo -share/locale/de/LC_MESSAGES/amule.mo -share/locale/el/LC_MESSAGES/amule.mo -share/locale/en_GB/LC_MESSAGES/amule.mo -share/locale/es/LC_MESSAGES/amule.mo -share/locale/et_EE/LC_MESSAGES/amule.mo -share/locale/eu/LC_MESSAGES/amule.mo -share/locale/fi/LC_MESSAGES/amule.mo -share/locale/fr/LC_MESSAGES/amule.mo -share/locale/gl/LC_MESSAGES/amule.mo -share/locale/he/LC_MESSAGES/amule.mo -share/locale/hr/LC_MESSAGES/amule.mo -share/locale/hu/LC_MESSAGES/amule.mo -share/locale/it/LC_MESSAGES/amule.mo -share/locale/it_CH/LC_MESSAGES/amule.mo -share/locale/ja/LC_MESSAGES/amule.mo -share/locale/ko_KR/LC_MESSAGES/amule.mo -share/locale/lt/LC_MESSAGES/amule.mo -share/locale/nl/LC_MESSAGES/amule.mo -share/locale/nn/LC_MESSAGES/amule.mo -share/locale/pl/LC_MESSAGES/amule.mo -share/locale/pt_BR/LC_MESSAGES/amule.mo -share/locale/pt_PT/LC_MESSAGES/amule.mo -share/locale/ru/LC_MESSAGES/amule.mo -share/locale/sl/LC_MESSAGES/amule.mo -share/locale/sq/LC_MESSAGES/amule.mo -share/locale/sv/LC_MESSAGES/amule.mo -share/locale/tr/LC_MESSAGES/amule.mo -share/locale/uk/LC_MESSAGES/amule.mo -share/locale/zh_CN/LC_MESSAGES/amule.mo -share/locale/zh_TW/LC_MESSAGES/amule.mo -@dirrmtry share/locale/ar/LC_MESSAGES -@dirrmtry share/locale/ar -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/bg/LC_MESSAGES -@dirrmtry share/locale/bg -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/da/LC_MESSAGES -@dirrmtry share/locale/da -@dirrmtry share/locale/de/LC_MESSAGES -@dirrmtry share/locale/de -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/en_GB/LC_MESSAGES -@dirrmtry share/locale/en_GB -@dirrmtry share/locale/es/LC_MESSAGES -@dirrmtry share/locale/es -@dirrmtry share/locale/et_EE/LC_MESSAGES -@dirrmtry share/locale/et_EE -@dirrmtry share/locale/eu/LC_MESSAGES -@dirrmtry share/locale/eu -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/he/LC_MESSAGES -@dirrmtry share/locale/he -@dirrmtry share/locale/hr/LC_MESSAGES -@dirrmtry share/locale/hr -@dirrmtry share/locale/hu/LC_MESSAGES -@dirrmtry share/locale/hu -@dirrmtry share/locale/it/LC_MESSAGES -@dirrmtry share/locale/it -@dirrmtry share/locale/it_CH/LC_MESSAGES -@dirrmtry share/locale/it_CH -@dirrmtry share/locale/ja/LC_MESSAGES -@dirrmtry share/locale/ja -@dirrmtry share/locale/ko_KR/LC_MESSAGES -@dirrmtry share/locale/ko_KR -@dirrmtry share/locale/lt/LC_MESSAGES -@dirrmtry share/locale/lt -@dirrmtry share/locale/nl/LC_MESSAGES -@dirrmtry share/locale/nl -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/pt_BR/LC_MESSAGES -@dirrmtry share/locale/pt_BR -@dirrmtry share/locale/ru/LC_MESSAGES -@dirrmtry share/locale/ru -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sq/LC_MESSAGES -@dirrmtry share/locale/sq -@dirrmtry share/locale/sv/LC_MESSAGES -@dirrmtry share/locale/sv -@dirrmtry share/locale/tr/LC_MESSAGES -@dirrmtry share/locale/tr -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -%%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 -%%PL_AMULEDAEMON%%share/pixmaps/amulegui.xpm -share/pixmaps/amule.xpm -%%PL_CAS%%share/applications/wxcas.desktop -%%PL_ALC%%share/applications/alc.desktop -%%PL_AMULEDAEMON%%share/applications/amulegui.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%%share/amule/webserver/litoral/amuleweb-main-dload.php -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/amuleweb-main-kad.php -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/amuleweb-main-log.php -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/amuleweb-main-prefs.php -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/amuleweb-main-search.php -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/amuleweb-main-servers.php -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/amuleweb-main-shared.php -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/amuleweb-main-stats.php -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/black.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/blank1x1.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/blue1.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/blue2.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/blue3.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/blue4.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/blue5.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/blue6.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/cancel.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/close.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/col.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/connect.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/down.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/edkserv_0.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/edkserv_1.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/favicon.ico -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/filter.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/fond.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/fond_haut.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/footer.php -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/index.html -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/kitty.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/log.php -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/login.php -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/loginfond.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/loginfond_haut.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/loginlogo.jpg -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/loginlogo.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/logo.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/maquette.dwt -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/ok.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/pause.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/play.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/red.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/refresh.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/search_0.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/search_1.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/shared_0.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/shared_1.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/sheserv_0.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/sheserv_1.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/stats.php -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/stats_0.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/stats_1.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/stats_tree.php -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/style.css -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/tab_bottom.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/tab_bottom_left.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/tab_bottom_right.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/tab_left.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/tab_right.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/tab_top.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/tab_top_left.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/tab_top_right.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/transf_0.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/transf_1.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/tree-closed.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/tree-leaf.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/tree-open.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/up.png -%%PL_AMULEWEBSRV%%share/amule/webserver/litoral/yellow.gif -%%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/litoral -%%PL_AMULEWEBSRV%%@dirrmtry share/amule/webserver -%%PL_AMULEWEBSRV%%@dirrmtry share/amule -share/amule/skins/gnome.zip -share/amule/skins/kde4.zip -share/amule/skins/tango.zip -share/amule/skins/xfce.zip -@dirrm share/amule/skins -@dirrm share/amule -lib/xchat/plugins/xas.pl -@dirrmtry lib/xchat/plugins -@dirrmtry lib/xchat -%%PL_CAS%%bin/cas -%%PL_CAS%%bin/wxcas -%%PL_CAS%%bin/autostart-xas -%%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/libtorrent-rasterbar-14/Makefile b/net-p2p/libtorrent-rasterbar-14/Makefile deleted file mode 100644 index 8e65f92a18c8..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: rblibtorrent -# Date created: 5 February 2006 -# Whom: Johan Ström <johan@stromnet.org> -# -# $FreeBSD$ -# - -PORTNAME= libtorrent -PORTVERSION= 0.14.6 -CATEGORIES= net-p2p -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -PKGNAMEPREFIX= rb -PKGNAMESUFFIX= -devel -DISTNAME= ${PORTNAME}-rasterbar-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A C++ library implementing a BitTorrent client (devel version) - -LIB_DEPENDS= boost_date_time.4:${PORTSDIR}/devel/boost-libs - -CONFLICTS= rblibtorrent-[0-9]* - -USE_GNOME= gnomehack -USE_OPENSSL= yes -USE_AUTOTOOLS= aclocal:110 automake:110 autoconf:262 libtool:22 -ACLOCAL_ARGS= -I m4 -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS= --disable-debug \ - --disable-python-binding \ - --with-boost-filesystem=boost_filesystem \ - --with-boost-thread=boost_thread \ - --with-boost-regex=boost_regex \ - --with-boost-program-options=boost_program_options \ - --with-asio=shipped \ - --with-zlib=system -USE_LDCONFIG= yes - -CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -post-patch: - @${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile.am - @${REINPLACE_CMD} -e 's|^AM_CFLAGS|AM_CPPFLAGS|g ; \ - s|@BOOST_SYSTEM_LIB@||g' ${WRKSRC}/src/Makefile.am - -.include <bsd.port.mk> diff --git a/net-p2p/libtorrent-rasterbar-14/distinfo b/net-p2p/libtorrent-rasterbar-14/distinfo deleted file mode 100644 index afa3b649b0f6..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libtorrent-rasterbar-0.14.6.tar.gz) = 1b5b91a5d0abb8cefef9f4195738e621 -SHA256 (libtorrent-rasterbar-0.14.6.tar.gz) = 98540fe765163e6f22d53462694aee4e4213606179974470ebe1d8adc02b5f56 -SIZE (libtorrent-rasterbar-0.14.6.tar.gz) = 1995813 diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-configure.in b/net-p2p/libtorrent-rasterbar-14/files/patch-configure.in deleted file mode 100644 index 8c9d4d668051..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/files/patch-configure.in +++ /dev/null @@ -1,66 +0,0 @@ ---- configure.in.orig 2009-08-05 11:29:42.000000000 +0900 -+++ configure.in 2009-08-29 03:28:28.000000000 +0900 -@@ -65,19 +65,6 @@ - AM_CONDITIONAL([ENABLE_SHIPPED_ASIO], false) - - dnl Check for boost libraries. --AX_BOOST_BASE([1.35],[ -- AX_BOOST_SYSTEM -- dnl check that Boost.System was found: -- if test -z "$BOOST_SYSTEM_LIB"; then -- AC_MSG_ERROR([unable to find Boost.System library, currently this is required.]) -- fi -- -- AX_BOOST_ASIO -- dnl check that Boost.Asio was found: -- if test -z "$BOOST_ASIO_LIB"; then -- AC_MSG_ERROR([Unable to find Boost.Asio library, currently this is required.]) -- fi --],[ - AX_BOOST_BASE([1.34],[ - - dnl the user can choose which Asio library to use -@@ -121,7 +108,6 @@ - esac - AM_CONDITIONAL([ENABLE_SHIPPED_ASIO], [test x$enable_shipped_asio = "xyes"]) - ]) --]) - - AC_MSG_NOTICE([BOOST_CPPFLAGS=$BOOST_CPPFLAGS]) - AC_MSG_NOTICE([BOOST_LDFLAGS=$BOOST_LDFLAGS]) -@@ -351,7 +337,7 @@ - esac - - dnl Use possibly specific python install params --if [[ "x$PYTHON_INSTALL_PARAMS" == "x" ]]; then -+if [[ "x$PYTHON_INSTALL_PARAMS" = "x" ]]; then - PYTHON_INSTALL_PARAMS='--prefix=$(DESTDIR)$(prefix)' - fi - AC_SUBST(PYTHON_INSTALL_PARAMS) -@@ -413,7 +399,7 @@ - esac - - dnl Set some defines if we are building a shared library --if [[ "x$enable_shared" == "xyes" ]]; then -+if [[ "x$enable_shared" = "xyes" ]]; then - AC_DEFINE(TORRENT_BUILDING_SHARED,,[Make sure the functions and classes are exported.]) - COMPILETIME_OPTIONS+="-DTORRENT_LINKING_SHARED " - fi -@@ -425,7 +411,7 @@ - [case "$enableval" in - no) - AC_DEFINE(NDEBUG,,[Define to disable debugging]) -- DEBUGFLAGS="-Os" -+ DEBUGFLAGS="" - # COMPILETIME_OPTIONS+="-DNDEBUG " - ;; - yes) -@@ -438,7 +424,7 @@ - AC_MSG_ERROR([Unknown --enable-debug option "$enableval". Use either "yes" or "no".]) - ;; - esac], -- [DEBUGFLAGS="-Os" -+ [DEBUGFLAGS="" - AC_DEFINE(NDEBUG,,[Define to disable debugging]) - # COMPILETIME_OPTIONS+="-DNDEBUG " - ] diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__chained_buffer.hpp b/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__chained_buffer.hpp deleted file mode 100644 index 19028a1e5e7c..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__chained_buffer.hpp +++ /dev/null @@ -1,20 +0,0 @@ ---- include/libtorrent/chained_buffer.hpp.orig 2008-10-05 10:41:54.000000000 +0900 -+++ include/libtorrent/chained_buffer.hpp 2009-04-19 05:13:19.000000000 +0900 -@@ -35,7 +35,7 @@ - - #include <boost/function.hpp> - #include <boost/version.hpp> --#if BOOST_VERSION < 103500 -+#if 1 // BOOST_VERSION < 103500 - #include <asio/buffer.hpp> - #else - #include <boost/asio/buffer.hpp> -@@ -45,7 +45,7 @@ - - namespace libtorrent - { --#if BOOST_VERSION >= 103500 -+#if 0 // BOOST_VERSION >= 103500 - namespace asio = boost::asio; - #endif - struct chained_buffer diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__error_code.hpp b/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__error_code.hpp deleted file mode 100644 index d3bd0e6192a1..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__error_code.hpp +++ /dev/null @@ -1,20 +0,0 @@ ---- include/libtorrent/error_code.hpp.orig 2008-10-05 10:41:54.000000000 +0900 -+++ include/libtorrent/error_code.hpp 2009-04-19 05:15:39.000000000 +0900 -@@ -35,7 +35,7 @@ - - #include <boost/version.hpp> - --#if BOOST_VERSION < 103500 -+#if 1 // BOOST_VERSION < 103500 - #include <asio/error_code.hpp> - #else - #include <boost/system/error_code.hpp> -@@ -53,7 +53,7 @@ - }; - } - --#if BOOST_VERSION < 103500 -+#if 1 // BOOST_VERSION < 103500 - typedef asio::error_code error_code; - inline asio::error::error_category get_posix_category() { return asio::error::system_category; } - inline asio::error::error_category get_system_category() { return asio::error::system_category; } diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__proxy_base.hpp b/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__proxy_base.hpp deleted file mode 100644 index 94af000ecdd2..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__proxy_base.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- include/libtorrent/proxy_base.hpp.orig 2008-10-05 10:41:54.000000000 +0900 -+++ include/libtorrent/proxy_base.hpp 2009-04-19 05:17:07.000000000 +0900 -@@ -38,7 +38,7 @@ - #include <boost/bind.hpp> - #include <boost/lexical_cast.hpp> - #include <boost/function.hpp> --#if BOOST_VERSION < 103500 -+#if 1 // BOOST_VERSION < 103500 - #include <asio/read.hpp> - #include <asio/write.hpp> - #else diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__socket.hpp b/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__socket.hpp deleted file mode 100644 index f1ae1b7a67c8..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__socket.hpp +++ /dev/null @@ -1,20 +0,0 @@ ---- include/libtorrent/socket.hpp.orig 2009-02-08 17:13:07.000000000 +0900 -+++ include/libtorrent/socket.hpp 2009-04-19 05:18:58.000000000 +0900 -@@ -47,7 +47,7 @@ - - #include <boost/version.hpp> - --#if BOOST_VERSION < 103500 -+#if 1 // BOOST_VERSION < 103500 - #include <asio/ip/tcp.hpp> - #include <asio/ip/udp.hpp> - #include <asio/io_service.hpp> -@@ -82,7 +82,7 @@ - namespace libtorrent - { - --#if BOOST_VERSION < 103500 -+#if 1 // BOOST_VERSION < 103500 - using asio::ip::tcp; - using asio::ip::udp; - using asio::async_write; diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__ssl_stream.hpp b/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__ssl_stream.hpp deleted file mode 100644 index 14ffbc74bf39..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__ssl_stream.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- include/libtorrent/ssl_stream.hpp.orig 2008-10-21 17:07:26.000000000 +0900 -+++ include/libtorrent/ssl_stream.hpp 2009-04-19 05:19:42.000000000 +0900 -@@ -34,7 +34,7 @@ - #define TORRENT_SSL_STREAM_HPP_INCLUDED - - #include "libtorrent/socket.hpp" --#if BOOST_VERSION < 103500 -+#if 1 // BOOST_VERSION < 103500 - #include <asio/ssl.hpp> - #else - #include <boost/asio/ssl.hpp> diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__time.hpp b/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__time.hpp deleted file mode 100644 index b74e4bec71d6..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__time.hpp +++ /dev/null @@ -1,29 +0,0 @@ ---- include/libtorrent/time.hpp.orig 2008-11-30 04:31:36.000000000 +0900 -+++ include/libtorrent/time.hpp 2009-04-19 23:13:40.000000000 +0900 -@@ -87,7 +87,7 @@ - - #else - --#if BOOST_VERSION < 103500 -+#if 1 // BOOST_VERSION < 103500 - #include <asio/time_traits.hpp> - #else - #include <boost/asio/time_traits.hpp> -@@ -159,7 +159,7 @@ - } - - // asio time_traits --#if BOOST_VERSION >= 103500 -+#if 0 // BOOST_VERSION >= 103500 - namespace boost { - #endif - namespace asio -@@ -182,7 +182,7 @@ - { return boost::posix_time::microseconds(libtorrent::total_microseconds(d)); } - }; - } --#if BOOST_VERSION >= 103500 -+#if 0 // BOOST_VERSION >= 103500 - } - #endif - diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__variant_stream.hpp b/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__variant_stream.hpp deleted file mode 100644 index b5444156d38e..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__variant_stream.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- include/libtorrent/variant_stream.hpp.orig 2008-10-05 10:41:54.000000000 +0900 -+++ include/libtorrent/variant_stream.hpp 2009-04-19 05:21:46.000000000 +0900 -@@ -21,7 +21,7 @@ - # include <boost/type_traits/add_pointer.hpp> - # include <boost/noncopyable.hpp> - --#if BOOST_VERSION < 103500 -+#if 1 // BOOST_VERSION < 103500 - #include <asio/io_service.hpp> - #else - #include <boost/asio/io_service.hpp> diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-src__broadcast_socket.cpp b/net-p2p/libtorrent-rasterbar-14/files/patch-src__broadcast_socket.cpp deleted file mode 100644 index 7002819a4efe..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/files/patch-src__broadcast_socket.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/broadcast_socket.cpp.orig 2008-10-22 10:15:07.000000000 +0900 -+++ src/broadcast_socket.cpp 2009-04-19 05:27:08.000000000 +0900 -@@ -32,7 +32,7 @@ - - #include <boost/version.hpp> - --#if BOOST_VERSION < 103500 -+#if 1 // BOOST_VERSION < 103500 - #include <asio/ip/host_name.hpp> - #include <asio/ip/multicast.hpp> - #else diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-src__enum_net.cpp b/net-p2p/libtorrent-rasterbar-14/files/patch-src__enum_net.cpp deleted file mode 100644 index cedc99dab46f..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/files/patch-src__enum_net.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/enum_net.cpp.orig 2009-02-08 17:13:04.000000000 +0900 -+++ src/enum_net.cpp 2009-04-19 05:28:22.000000000 +0900 -@@ -35,7 +35,7 @@ - #include <vector> - #include "libtorrent/enum_net.hpp" - #include "libtorrent/broadcast_socket.hpp" --#if BOOST_VERSION < 103500 -+#if 1 // BOOST_VERSION < 103500 - #include <asio/ip/host_name.hpp> - #else - #include <boost/asio/ip/host_name.hpp> diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-src__error_code.cpp b/net-p2p/libtorrent-rasterbar-14/files/patch-src__error_code.cpp deleted file mode 100644 index d584a40c469d..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/files/patch-src__error_code.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/error_code.cpp.orig 2008-10-05 10:41:56.000000000 +0900 -+++ src/error_code.cpp 2009-04-19 05:35:55.000000000 +0900 -@@ -32,7 +32,7 @@ - - #include <boost/version.hpp> - --#if BOOST_VERSION >= 103500 -+#if 0 // BOOST_VERSION >= 103500 - - #include "libtorrent/error_code.hpp" - diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-src__file_pool.cpp b/net-p2p/libtorrent-rasterbar-14/files/patch-src__file_pool.cpp deleted file mode 100644 index 78a7af6ff9de..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/files/patch-src__file_pool.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/file_pool.cpp.orig 2009-02-08 17:13:04.000000000 +0900 -+++ src/file_pool.cpp 2009-04-19 05:29:34.000000000 +0900 -@@ -62,7 +62,7 @@ - { - // this means that another instance of the storage - // is using the exact same file. --#if BOOST_VERSION >= 103500 -+#if 0 // BOOST_VERSION >= 103500 - ec = error_code(errors::file_collision, libtorrent_category); - #endif - return boost::shared_ptr<file>(); diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-src__lsd.cpp b/net-p2p/libtorrent-rasterbar-14/files/patch-src__lsd.cpp deleted file mode 100644 index 850bf0af0bac..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/files/patch-src__lsd.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/lsd.cpp.orig 2009-02-12 03:16:27.000000000 +0900 -+++ src/lsd.cpp 2009-04-19 05:30:17.000000000 +0900 -@@ -41,7 +41,7 @@ - - #include <boost/bind.hpp> - #include <boost/ref.hpp> --#if BOOST_VERSION < 103500 -+#if 1 // BOOST_VERSION < 103500 - #include <asio/ip/host_name.hpp> - #include <asio/ip/multicast.hpp> - #else diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-src__natpmp.cpp b/net-p2p/libtorrent-rasterbar-14/files/patch-src__natpmp.cpp deleted file mode 100644 index b7cc1537de30..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/files/patch-src__natpmp.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/natpmp.cpp.orig 2009-02-08 17:13:04.000000000 +0900 -+++ src/natpmp.cpp 2009-04-19 05:30:54.000000000 +0900 -@@ -35,7 +35,7 @@ - #include <boost/version.hpp> - #include <boost/bind.hpp> - --#if BOOST_VERSION < 103500 -+#if 1 // BOOST_VERSION < 103500 - #include <asio/ip/host_name.hpp> - #else - #include <boost/asio/ip/host_name.hpp> 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 700b77976501..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/files/patch-src__storage.cpp +++ /dev/null @@ -1,112 +0,0 @@ ---- src/storage.cpp.orig 2009-04-13 02:37:54.000000000 +0900 -+++ src/storage.cpp 2009-04-29 15:56:16.000000000 +0900 -@@ -53,7 +53,7 @@ - #include <boost/multi_index_container.hpp> - #include <boost/multi_index/member.hpp> - #include <boost/multi_index/ordered_index.hpp> --#if BOOST_VERSION >= 103500 -+#if 0 // BOOST_VERSION >= 103500 - #include <boost/system/system_error.hpp> - #endif - -@@ -185,15 +185,15 @@ - } - #ifndef BOOST_NO_EXCEPTIONS - } --#if BOOST_VERSION >= 103500 -+#if 0 // BOOST_VERSION >= 103500 - catch (boost::system::system_error& e) - { - ec = e.code(); - } - #else -- catch (boost::filesystem::filesystem_error& e) -+ catch (std::exception& e) - { -- ec = error_code(e.system_error(), get_system_category()); -+ ec = error_code(errno, get_posix_category()); - } - #endif // BOOST_VERSION - #endif // BOOST_NO_EXCEPTIONS -@@ -458,17 +458,17 @@ - } - #ifndef BOOST_NO_EXCEPTIONS - } --#if BOOST_VERSION >= 103500 -+#if 0 // BOOST_VERSION >= 103500 - catch (boost::system::system_error& e) - { - set_error(m_save_path / file_iter->path, e.code()); - return true; - } - #else -- catch (boost::filesystem::filesystem_error& e) -+ catch (std::exception& e) - { - set_error(m_save_path / file_iter->path -- , error_code(e.system_error(), get_system_category())); -+ , error_code(errno, get_posix_category())); - return true; - } - #endif // BOOST_VERSION -@@ -501,16 +501,16 @@ - #endif - #ifndef BOOST_NO_EXCEPTIONS - } --#if BOOST_VERSION >= 103500 -+#if 0 // BOOST_VERSION >= 103500 - catch (boost::system::system_error& e) - { - set_error(f, e.code()); - return false; - } - #else -- catch (boost::filesystem::filesystem_error& e) -+ catch (std::exception& e) - { -- set_error(f, error_code(e.system_error(), get_system_category())); -+ set_error(f, error_code(errno, get_posix_category())); - return false; - } - #endif // BOOST_VERSION -@@ -558,17 +558,17 @@ - m_mapped_files->rename_file(index, new_filename); - #ifndef BOOST_NO_EXCEPTIONS - } --#if BOOST_VERSION >= 103500 -+#if 0 // BOOST_VERSION >= 103500 - catch (boost::system::system_error& e) - { - set_error(old_name, e.code()); - return true; - } - #else -- catch (boost::filesystem::filesystem_error& e) -+ catch (std::exception& e) - { -- set_error(old_name, error_code(e.system_error() -- , get_system_category())); -+ set_error(old_name, error_code(errno -+ , get_posix_category())); - return true; - } - #endif // BOOST_VERSION -@@ -591,15 +591,15 @@ - #endif - { fs::remove(safe_convert(p)); } - #ifndef BOOST_NO_EXCEPTIONS --#if BOOST_VERSION >= 103500 -+#if 0 // BOOST_VERSION >= 103500 - catch (boost::system::system_error& e) - { - set_error(p, e.code()); - } - #else -- catch (boost::filesystem::filesystem_error& e) -+ catch (std::exception& e) - { -- set_error(p, error_code(e.system_error(), get_system_category())); -+ set_error(p, errno, get_posix_category())); - } - #endif // BOOST_VERSION - #endif // BOOST_NO_EXCEPTIONS diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-src__udp_socket.cpp b/net-p2p/libtorrent-rasterbar-14/files/patch-src__udp_socket.cpp deleted file mode 100644 index c44d01c0d869..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/files/patch-src__udp_socket.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/udp_socket.cpp.orig 2009-02-08 17:13:04.000000000 +0900 -+++ src/udp_socket.cpp 2009-04-19 05:33:12.000000000 +0900 -@@ -36,7 +36,7 @@ - #include <stdlib.h> - #include <boost/bind.hpp> - #include <boost/array.hpp> --#if BOOST_VERSION < 103500 -+#if 1 // BOOST_VERSION < 103500 - #include <asio/read.hpp> - #else - #include <boost/asio/read.hpp> diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-src__upnp.cpp b/net-p2p/libtorrent-rasterbar-14/files/patch-src__upnp.cpp deleted file mode 100644 index d3ed06379061..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/files/patch-src__upnp.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/upnp.cpp.orig 2009-02-18 17:42:16.000000000 +0900 -+++ src/upnp.cpp 2009-04-19 05:33:50.000000000 +0900 -@@ -43,7 +43,7 @@ - - #include <boost/bind.hpp> - #include <boost/ref.hpp> --#if BOOST_VERSION < 103500 -+#if 1 // BOOST_VERSION < 103500 - #include <asio/ip/host_name.hpp> - #include <asio/ip/multicast.hpp> - #else diff --git a/net-p2p/libtorrent-rasterbar-14/pkg-descr b/net-p2p/libtorrent-rasterbar-14/pkg-descr deleted file mode 100644 index ac21ec4847b2..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/index.html diff --git a/net-p2p/libtorrent-rasterbar-14/pkg-plist b/net-p2p/libtorrent-rasterbar-14/pkg-plist deleted file mode 100644 index 597db8570616..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/pkg-plist +++ /dev/null @@ -1,308 +0,0 @@ -include/libtorrent/GeoIP.h -include/libtorrent/alert.hpp -include/libtorrent/alert_types.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_raw_socket.hpp -include/libtorrent/asio/basic_serial_port.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/buffers_iterator.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/descriptor_ops.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_base_from_member.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/indirect_handler_queue.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_descriptor_service.hpp -include/libtorrent/asio/detail/reactive_serial_port_service.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_2lock.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_handle_service.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_serial_port_service.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_at.ipp -include/libtorrent/asio/impl/read_until.ipp -include/libtorrent/asio/impl/serial_port_base.ipp -include/libtorrent/asio/impl/write.ipp -include/libtorrent/asio/impl/write_at.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/icmp.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/local/basic_endpoint.hpp -include/libtorrent/asio/local/connect_pair.hpp -include/libtorrent/asio/local/datagram_protocol.hpp -include/libtorrent/asio/local/stream_protocol.hpp -include/libtorrent/asio/placeholders.hpp -include/libtorrent/asio/posix/basic_descriptor.hpp -include/libtorrent/asio/posix/basic_stream_descriptor.hpp -include/libtorrent/asio/posix/descriptor_base.hpp -include/libtorrent/asio/posix/stream_descriptor.hpp -include/libtorrent/asio/posix/stream_descriptor_service.hpp -include/libtorrent/asio/raw_socket_service.hpp -include/libtorrent/asio/read.hpp -include/libtorrent/asio/read_at.hpp -include/libtorrent/asio/read_until.hpp -include/libtorrent/asio/serial_port.hpp -include/libtorrent/asio/serial_port_base.hpp -include/libtorrent/asio/serial_port_service.hpp -include/libtorrent/asio/socket_acceptor_service.hpp -include/libtorrent/asio/socket_base.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/ssl.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/windows/basic_handle.hpp -include/libtorrent/asio/windows/basic_random_access_handle.hpp -include/libtorrent/asio/windows/basic_stream_handle.hpp -include/libtorrent/asio/windows/random_access_handle.hpp -include/libtorrent/asio/windows/random_access_handle_service.hpp -include/libtorrent/asio/windows/stream_handle.hpp -include/libtorrent/asio/windows/stream_handle_service.hpp -include/libtorrent/asio/write.hpp -include/libtorrent/asio/write_at.hpp -include/libtorrent/asio.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/bitfield.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/create_torrent.hpp -include/libtorrent/debug.hpp -include/libtorrent/disk_buffer_holder.hpp -include/libtorrent/disk_io_thread.hpp -include/libtorrent/entry.hpp -include/libtorrent/enum_net.hpp -include/libtorrent/error_code.hpp -include/libtorrent/escape_string.hpp -include/libtorrent/extensions/logger.hpp -include/libtorrent/extensions/metadata_transfer.hpp -include/libtorrent/extensions/smart_ban.hpp -include/libtorrent/extensions/ut_metadata.hpp -include/libtorrent/extensions/ut_pex.hpp -include/libtorrent/extensions.hpp -include/libtorrent/file.hpp -include/libtorrent/file_pool.hpp -include/libtorrent/file_storage.hpp -include/libtorrent/fingerprint.hpp -include/libtorrent/gzip.hpp -include/libtorrent/hasher.hpp -include/libtorrent/http_connection.hpp -include/libtorrent/http_parser.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/refresh.hpp -include/libtorrent/kademlia/routing_table.hpp -include/libtorrent/kademlia/rpc_manager.hpp -include/libtorrent/kademlia/traversal_algorithm.hpp -include/libtorrent/lazy_entry.hpp -include/libtorrent/lsd.hpp -include/libtorrent/magnet_uri.hpp -include/libtorrent/natpmp.hpp -include/libtorrent/parse_url.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/ssl_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_socket.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-rasterbar.a -lib/libtorrent-rasterbar.la -lib/libtorrent-rasterbar.so -lib/libtorrent-rasterbar.so.5 -libdata/pkgconfig/libtorrent-rasterbar.pc -@dirrm include/libtorrent/kademlia -@dirrm include/libtorrent/extensions -@dirrm include/libtorrent/aux_ -@dirrm include/libtorrent/asio/windows -@dirrm include/libtorrent/asio/ssl/detail -@dirrm include/libtorrent/asio/ssl -@dirrm include/libtorrent/asio/posix -@dirrm include/libtorrent/asio/local -@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/qbittorrent-22/Makefile b/net-p2p/qbittorrent-22/Makefile deleted file mode 100644 index 345525a5f013..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 -PORTVERSION= 1.3.5 -CATEGORIES= net-p2p -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Bittorrent client written in C++ / Qt4 using libtorrent - -LIB_DEPENDS= ccext2-1.6.0:${PORTSDIR}/devel/commoncpp \ - execinfo.1:${PORTSDIR}/devel/libexecinfo \ - zzip.13:${PORTSDIR}/devel/zziplib \ - curl.5:${PORTSDIR}/ftp/curl \ - torrent-rasterbar.5:${PORTSDIR}/net-p2p/rblibtorrent-devel - -USE_QT_VER= 4 -QT_COMPONENTS= corelib gui network xml \ - moc_build qmake_build rcc_build uic_build -QT_NONSTANDARD= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix="${PREFIX}" \ - --with-libtorrent-inc="${LOCALBASE}/include" \ - --with-libtorrent-lib="${LOCALBASE}/lib" \ - --with-libcurl-inc="${LOCALBASE}/include" \ - --with-libcurl-lib="${LOCALBASE}/lib" \ - --with-libzzip-inc="${LOCALBASE}/include" \ - --with-libzzip-lib="${LOCALBASE}/lib" -INSTALLS_ICONS= yes - -MAN1= qbittorrent.1 - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|$$$$PREFIX/share/man|${MANPREFIX}/man|' \ - ${WRKSRC}/src/src.pro - @${ECHO_CMD} "LIBS+= -lexecinfo" >> ${WRKSRC}/src/src.pro - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ - ${WRKSRC}/configure - -post-install: - @${STRIP_CMD} ${PREFIX}/bin/qbittorrent - -.include <bsd.port.post.mk> diff --git a/net-p2p/qbittorrent-22/distinfo b/net-p2p/qbittorrent-22/distinfo deleted file mode 100644 index 2be27594c987..000000000000 --- a/net-p2p/qbittorrent-22/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (qbittorrent-1.3.5.tar.gz) = c4f1b208f9c0a3f55aa0237bf6348d8d -SHA256 (qbittorrent-1.3.5.tar.gz) = 4456ea2fda5dd79e68e495808947c868090c2e84a565e3d8250648c8736206d9 -SIZE (qbittorrent-1.3.5.tar.gz) = 1668776 diff --git a/net-p2p/qbittorrent-22/files/patch-src__createtorrent_imp.cpp b/net-p2p/qbittorrent-22/files/patch-src__createtorrent_imp.cpp deleted file mode 100644 index 60454936e1d1..000000000000 --- a/net-p2p/qbittorrent-22/files/patch-src__createtorrent_imp.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- src/createtorrent_imp.cpp.orig 2009-09-21 10:02:50.000000000 +0000 -+++ src/createtorrent_imp.cpp 2009-09-21 10:05:18.000000000 +0000 -@@ -257,7 +257,11 @@ - } - if(abort) return; - // calculate the hash for all pieces -+#if defined(__GNUC__) && __GNUC__ <= 3 -+ set_piece_hashes(t, full_path.branch_path(), boost::bind(&sendProgressUpdateSignal, _1, t.num_pieces(), this)); -+#else - set_piece_hashes(t, full_path.branch_path(), boost::bind<void>(&sendProgressUpdateSignal, _1, t.num_pieces(), this)); -+#endif - // Set qBittorrent as creator and add user comment to - // torrent_info structure - t.set_creator(creator_str); diff --git a/net-p2p/qbittorrent-22/pkg-descr b/net-p2p/qbittorrent-22/pkg-descr deleted file mode 100644 index 0d0659323b65..000000000000 --- a/net-p2p/qbittorrent-22/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -qBittorrent is a bittorrent client programmed in C++ / Qt4 that uses -libtorrent (sometimes called rblibtorrent) by Arvid Norberg. - -It aims to be a good alternative to all other bittorrent clients -out there. qBittorrent is fast, stable and provides unicode -support as well as many features. - -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-remote-gui/Makefile b/net-p2p/transmission-remote-gui/Makefile deleted file mode 100644 index f35ea32567d1..000000000000 --- a/net-p2p/transmission-remote-gui/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: transmisson-remote-gui -# Date created: 2009-05-20 -# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= transmisson-remote-gui -PORTVERSION= 1.1 -PORTREVISION= 1 -CATEGORIES= net-p2p -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -DISTNAME= transgui-${PORTVERSION}-src - -MAINTAINER= acm@FreeBSD.org -COMMENT= Remote GUI for transmission daemon - -BUILD_DEPENDS= lazbuild:${PORTSDIR}/editors/lazarus -RUN_DEPENDS= transmission-daemon:${PORTSDIR}/net-p2p/transmission-daemon - -USE_ZIP= yes -USE_DOS2UNIX= yes -USE_FPC= fcl-net - -WRKSRC= ${WRKDIR}/TransGUI -PLIST_FILES= bin/transgui -SUB_FILES= pkg-message - -LAZARUS_PROJECT_FILE= transgui.lpi -LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/bin/lazbuild) -LCL_PLATFORM!= ${SED} -e 1d -e 's/^LCL_PLATFORM=\(.*\).*$$/\1/' ${LOCALBASE}/etc/lazbuild.cfg -.endif - -do-build: - @cd ${WRKSRC} && \ - ${LAZBUILD_CMD} --ws=${LCL_PLATFORM} ${LAZARUS_PROJECT_FILE} - -do-install: - @cd ${WRKSRC} && \ - ${INSTALL_PROGRAM} units/transgui ${PREFIX}/bin - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/net-p2p/transmission-remote-gui/distinfo b/net-p2p/transmission-remote-gui/distinfo deleted file mode 100644 index 53634f3fad28..000000000000 --- a/net-p2p/transmission-remote-gui/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (transgui-1.1-src.zip) = 8c93e97e7ae5b528e5280976907ee2bc -SHA256 (transgui-1.1-src.zip) = 179275083e65630d48b06b795048e7c271d80e45d1cb715d9e28e4c1f33102df -SIZE (transgui-1.1-src.zip) = 411225 diff --git a/net-p2p/transmission-remote-gui/files/patch-main.lfm b/net-p2p/transmission-remote-gui/files/patch-main.lfm deleted file mode 100644 index d6b5fa24557b..000000000000 --- a/net-p2p/transmission-remote-gui/files/patch-main.lfm +++ /dev/null @@ -1,11 +0,0 @@ ---- main.lfm 2009-05-21 17:53:53.000000000 -0500 -+++ main.lfm 2009-05-21 17:54:04.000000000 -0500 -@@ -214,8 +214,6 @@ - Top = 26 - Width = 772 - Align = alClient -- ClientHeight = 222 -- ClientWidth = 751 - TabOrder = 0 - OnResize = sbGenInfoResize - object panGeneralInfo: TPanel diff --git a/net-p2p/transmission-remote-gui/files/pkg-message.in b/net-p2p/transmission-remote-gui/files/pkg-message.in deleted file mode 100644 index 46cfba4cc7c4..000000000000 --- a/net-p2p/transmission-remote-gui/files/pkg-message.in +++ /dev/null @@ -1,16 +0,0 @@ -############################################################################### - -The Transmisson remote gui was installed - -1) You can run it using: - - # transgui - -2) Don't forget that you need a transmission-daemon program configurated and - running before of use transgui. - -3) Run "transmission-daemon --help" for more configuration options - -4) Enjoy it ;) - -############################################################################### diff --git a/net-p2p/transmission-remote-gui/pkg-descr b/net-p2p/transmission-remote-gui/pkg-descr deleted file mode 100644 index 0ceaff03a374..000000000000 --- a/net-p2p/transmission-remote-gui/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Transmission Remote GUI is feature rich cross platform front-end to remotely -control Transmission daemon via its RPC protocol. It is faster and has more -functionality than build-in Transmission web interface. - -WWW: http://code.google.com/p/transmisson-remote-gui/ |
