diff options
Diffstat (limited to 'net-p2p')
45 files changed, 0 insertions, 1531 deletions
diff --git a/net-p2p/amule2/Makefile b/net-p2p/amule2/Makefile deleted file mode 100644 index 4c03a526e..000000000 --- a/net-p2p/amule2/Makefile +++ /dev/null @@ -1,142 +0,0 @@ -# New ports collection makefile for: amule2 -# Date created: Wed Nov 05 09:30:00 UTC 2003 -# Whom: Ganael LAPLANCHE <ganael.laplanche@martymac.com> -# -# $FreeBSD$ -# - -PORTNAME= aMule -PORTVERSION= 2.1.3 -PORTREVISION= 5 -CATEGORIES= net-p2p -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= amule - -PATCH_SITES= http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/ -PATCHFILES= aMule-wx.patch?rev=1.2 -PATCH_DIST_STRIP= -p1 - -MAINTAINER= boris@tagnet.ru -COMMENT= The all-platform eMule p2p client - -LATEST_LINK= aMule2 -CONFLICTS= aMule-1.* aMule-devel-[0-9]* - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GNOME= gnomehier gnomehack gnomeprefix -USE_GMAKE= yes -USE_WX= 2.8 -WX_CONF_ARGS= absolute -GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --disable-debug \ - --without-included-gettext \ - --with-libintl-prefix=${LOCALBASE} \ - --with-libiconv-prefix=${LOCALBASE} \ - --enable-embedded_crypto - -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -OPTIONS= OPTIMIZE "Build with optimization" on \ - ED2K "Compile aMule ed2k links handler" on \ - AMULECMD "Compile aMule command line client" on \ - AMULEWEBSRV "Compile aMule WebServer" on \ - CAS "Compile C aMule Statistics (+GUI)" on \ - ALC "Compile aMule Link Creator (+GUI)" on \ - AMULEDAEMON "Compile aMule daemon version - EXPERIMENTAL" off \ - WXUNICODE "Enable Unicode support" on - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -.else -CONFIGURE_ARGS+= --disable-nls -.endif - -# Configure options -.if !defined(WITHOUT_OPTIMIZE) -CONFIGURE_ARGS+= --enable-optimize -.else -CONFIGURE_ARGS+= --disable-optimize -.endif - -.if !defined(WITHOUT_ED2K) -CONFIGURE_ARGS+= --enable-ed2k -PLIST_SUB+= PL_ED2K="" -.else -CONFIGURE_ARGS+= --disable-ed2k -PLIST_SUB+= PL_ED2K="@comment " -.endif - -.if !defined(WITHOUT_AMULECMD) -CONFIGURE_ARGS+= --enable-amulecmd -PLIST_SUB+= PL_AMULECMD="" -.else -CONFIGURE_ARGS+= --disable-amulecmd -PLIST_SUB+= PL_AMULECMD="@comment " -.endif - -.if !defined(WITHOUT_AMULEWEBSRV) -CONFIGURE_ARGS+= --enable-webserver -PLIST_SUB+= PL_AMULEWEBSRV="" -.else -CONFIGURE_ARGS+= --disable-webserver -PLIST_SUB+= PL_AMULEWEBSRV="@comment " -.endif - -.if !defined(WITHOUT_CAS) -CONFIGURE_ARGS+= --enable-cas --enable-wxcas -PLIST_SUB+= PL_CAS="" -.else -CONFIGURE_ARGS+= --disable-cas --disable-wxcas -PLIST_SUB+= PL_CAS="@comment " -.endif - -.if !defined(WITHOUT_ALC) -CONFIGURE_ARGS+= --enable-alc --enable-alcc -PLIST_SUB+= PL_ALC="" -.else -CONFIGURE_ARGS+= --disable-alc --disable-alcc -PLIST_SUB+= PL_ALC="@comment " -.endif - -.if defined(WITH_AMULEDAEMON) -CONFIGURE_ARGS+= --enable-amule-daemon --enable-amule-gui -PLIST_SUB+= PL_AMULEDAEMON="" -USE_RC_SUBR= amuled.sh -.else -CONFIGURE_ARGS+= --disable-amule-daemon --disable-amule-gui -PLIST_SUB+= PL_AMULEDAEMON="@comment " -.endif - -.if !defined(WITHOUT_WXUNICODE) -WX_UNICODE=yes -.endif - -# Man pages management -.include "Makefile.man" - -post-install: -# fr manpages are still incomplete and can't be managed -# by MANLANG. Will be done when pages are complete. -.if defined(WITH_AMULECMD) - ${GZIP_CMD} ${PREFIX}/man/fr/man1/amulecmd.1 -.endif -.if defined(WITH_AMULEWEBSRV) - ${GZIP_CMD} ${PREFIX}/man/fr/man1/amuleweb.1 -.endif - ${GZIP_CMD} ${PREFIX}/man/fr/man1/amule.1 -.if defined(WITH_AMULEDAEMON) - ${GZIP_CMD} ${PREFIX}/man/fr/man1/amuled.1 -.endif -.if defined(WITH_ED2K) - ${GZIP_CMD} ${PREFIX}/man/fr/man1/ed2k.1 -.endif -.if defined(WITH_ALC) - ${GZIP_CMD} ${PREFIX}/man/fr/man1/alcc.1 -.endif - -.include <bsd.port.post.mk> diff --git a/net-p2p/amule2/Makefile.man b/net-p2p/amule2/Makefile.man deleted file mode 100644 index 586cf50ea..000000000 --- a/net-p2p/amule2/Makefile.man +++ /dev/null @@ -1,25 +0,0 @@ -# TODO : Add fr here when pages are complete -MANLANG= "" de es hu -MANCOMPRESSED= no -.if defined(WITH_CAS) -MAN1+= cas.1 -MAN1+= wxcas.1 -.endif -.if defined(WITH_ALC) -MAN1+= alc.1 -MAN1+= alcc.1 -.endif -.if defined(WITH_AMULEWEBSRV) -MAN1+= amuleweb.1 -.endif -.if defined(WITH_AMULECMD) -MAN1+= amulecmd.1 -.endif -.if defined(WITH_ED2K) -MAN1+= ed2k.1 -.endif -.if defined(WITH_AMULEDAEMON) -MAN1+= amuled.1 -.endif -MAN1+= amule.1 -MAN1+= xas.1 diff --git a/net-p2p/amule2/distinfo b/net-p2p/amule2/distinfo deleted file mode 100644 index f4d9ebe17..000000000 --- a/net-p2p/amule2/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (aMule-2.1.3.tar.bz2) = 0aafdd159edb8ad5f0064da87998b47d -SHA256 (aMule-2.1.3.tar.bz2) = 6e97e947bb7ac231b75e3b21a509a2ec0239bcd7e9dbfc6062c520a6d13b0244 -SIZE (aMule-2.1.3.tar.bz2) = 3248530 -MD5 (aMule-wx.patch?rev=1.2) = 7b61651b0abdee7dc577a03dad8025c1 -SHA256 (aMule-wx.patch?rev=1.2) = c0c0a55fb437fdf618137f2cb0c5ff59a1595aeddf5455a1bad2b2ab11b0a244 -SIZE (aMule-wx.patch?rev=1.2) = 4943 diff --git a/net-p2p/amule2/files/amuled.sh.in b/net-p2p/amule2/files/amuled.sh.in deleted file mode 100644 index 99e6723cb..000000000 --- a/net-p2p/amule2/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/amule2/files/patch-amuleDlg.cpp b/net-p2p/amule2/files/patch-amuleDlg.cpp deleted file mode 100644 index 5ef977954..000000000 --- a/net-p2p/amule2/files/patch-amuleDlg.cpp +++ /dev/null @@ -1,24 +0,0 @@ ---- src/amuleDlg.cpp.orig Sun Jan 1 06:17:25 2006 -+++ src/amuleDlg.cpp Tue Jan 3 19:12:04 2006 -@@ -413,9 +413,9 @@ - { - wxString msg = wxT(" "); - #ifdef CLIENT_GUI -- msg << _("aMule remote control ") << wxT(VERSION); -+ msg << _("aMule remote control ") << wxT(VERSION) << wxT(" for FreeBSD"); - #else -- msg << wxT("aMule ") << wxT(VERSION); -+ msg << wxT("aMule ") << wxT(VERSION) << wxT(" for FreeBSD"); - #endif - msg << wxT(" "); - #ifdef CVSDATE -@@ -425,7 +425,8 @@ - " 'All-Platform' p2p client based on eMule \n\n" - " Website: http://www.amule.org \n" - " Forum: http://forum.amule.org \n" -- " FAQ: http://wiki.amule.org \n\n" -+ " FAQ: http://wiki.amule.org \n" -+ " FreeBSD port: http://contribs.martymac.com \n\n" - " Contact: admin@amule.org (administrative issues) \n" - " Copyright (C) 2003-2006 aMule Team \n\n" - " Part of aMule is based on \n" diff --git a/net-p2p/amule2/pkg-descr b/net-p2p/amule2/pkg-descr deleted file mode 100644 index afd986a28..000000000 --- a/net-p2p/amule2/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/amule2/pkg-plist b/net-p2p/amule2/pkg-plist deleted file mode 100644 index aacd1a494..000000000 --- a/net-p2p/amule2/pkg-plist +++ /dev/null @@ -1,243 +0,0 @@ -%%PL_ALC%%man/fr/man1/alcc.1.gz -%%PL_AMULEWEBSRV%%man/fr/man1/amuleweb.1.gz -%%PL_AMULECMD%%man/fr/man1/amulecmd.1.gz -%%PL_ED2K%%man/fr/man1/ed2k.1.gz -%%PL_AMULEDAEMON%%man/fr/man1/amuled.1.gz -man/fr/man1/amule.1.gz -share/locale/en_GB/LC_MESSAGES/amule.mo -share/locale/en_US/LC_MESSAGES/amule.mo -share/locale/es/LC_MESSAGES/amule.mo -share/locale/de/LC_MESSAGES/amule.mo -share/locale/fr/LC_MESSAGES/amule.mo -share/locale/it/LC_MESSAGES/amule.mo -share/locale/ko_KR/LC_MESSAGES/amule.mo -share/locale/pl/LC_MESSAGES/amule.mo -share/locale/et_EE/LC_MESSAGES/amule.mo -share/locale/ru/LC_MESSAGES/amule.mo -share/locale/bg/LC_MESSAGES/amule.mo -share/locale/es_MX/LC_MESSAGES/amule.mo -share/locale/pt_BR/LC_MESSAGES/amule.mo -share/locale/gl/LC_MESSAGES/amule.mo -share/locale/eu/LC_MESSAGES/amule.mo -share/locale/nl/LC_MESSAGES/amule.mo -share/locale/ar/LC_MESSAGES/amule.mo -share/locale/fi/LC_MESSAGES/amule.mo -share/locale/zh_CN/LC_MESSAGES/amule.mo -share/locale/zh_TW/LC_MESSAGES/amule.mo -share/locale/da/LC_MESSAGES/amule.mo -share/locale/hu/LC_MESSAGES/amule.mo -share/locale/ca/LC_MESSAGES/amule.mo -share/locale/it_CH/LC_MESSAGES/amule.mo -share/locale/pt_PT/LC_MESSAGES/amule.mo -share/locale/hr/LC_MESSAGES/amule.mo -share/locale/sl/LC_MESSAGES/amule.mo -@dirrmtry share/locale/en_US/LC_MESSAGES -@dirrmtry share/locale/en_US -@dirrmtry share/locale/et_EE/LC_MESSAGES -@dirrmtry share/locale/et_EE -@dirrmtry share/locale/it_CH/LC_MESSAGES -@dirrmtry share/locale/it_CH -@dirrmtry share/locale/ko_KR/LC_MESSAGES -@dirrmtry share/locale/ko_KR -share/doc/aMule-2.1.3/ABOUT-NLS -share/doc/aMule-2.1.3/amulesig.txt -share/doc/aMule-2.1.3/amule-win32.HOWTO.txt -share/doc/aMule-2.1.3/Changelog -share/doc/aMule-2.1.3/Doxyfile -share/doc/aMule-2.1.3/ED2K-Links.HOWTO -share/doc/aMule-2.1.3/INSTALL -share/doc/aMule-2.1.3/license.txt -share/doc/aMule-2.1.3/README -share/doc/aMule-2.1.3/TODO -share/doc/aMule-2.1.3/EC_Protocol.txt -share/doc/aMule-2.1.3/socks4.protocol -@dirrmtry share/doc/aMule-2.1.3 -@dirrmtry share/doc -%%PL_CAS%%share/cas/tmp.html -%%PL_CAS%%share/cas/stat.png -%%PL_CAS%%@dirrmtry share/cas -%%PL_CAS%%share/pixmaps/wxcas.xpm -%%PL_ALC%%share/pixmaps/alc.xpm -share/pixmaps/amule.xpm -%%PL_CAS%%share/applications/wxcas.desktop -%%PL_ALC%%share/applications/alc.desktop -share/applications/amule.desktop -%%PL_AMULEWEBSRV%%share/amule/webserver/default/aMule.tmpl -%%PL_AMULEWEBSRV%%share/amule/webserver/default/add_server.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/arrow_down.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/arrow_right.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/arrow_up.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/back.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/black.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/blue1.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/blue2.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/blue3.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/blue4.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/blue5.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/blue6.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/cp_download.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/cp_kad.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/cp_search.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/cp_servers.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/cp_settings.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/cp_shared.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/cp_stats.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/emule.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/green.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/greenpercent.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/l_cancel.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/l_connect.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/l_down.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/l_ed2klink.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/l_info.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/l_pause.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/l_resume.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/l_up.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/log.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/logo.jpg -%%PL_AMULEWEBSRV%%share/amule/webserver/default/red.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/transparent.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/yellow.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/phpamule.png -%%PL_AMULEWEBSRV%%share/amule/webserver/default/tree-leaf.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/tree-open.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/tree-closed.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/default/favicon.ico -%%PL_AMULEWEBSRV%%share/amule/webserver/default/downloads.php -%%PL_AMULEWEBSRV%%share/amule/webserver/default/preferences.php -%%PL_AMULEWEBSRV%%share/amule/webserver/default/search.php -%%PL_AMULEWEBSRV%%share/amule/webserver/default/servers.php -%%PL_AMULEWEBSRV%%share/amule/webserver/default/shared.php -%%PL_AMULEWEBSRV%%share/amule/webserver/default/stat_graphs.php -%%PL_AMULEWEBSRV%%share/amule/webserver/default/stat_tree.php -%%PL_AMULEWEBSRV%%share/amule/webserver/default/login.php -%%PL_AMULEWEBSRV%%share/amule/webserver/default/index.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/amuleweb-main-dload.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/amuleweb-main-search.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/amuleweb-main-servers.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/amuleweb-main-shared.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/amuleweb-main-stats.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/amuleweb-main-prefs.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/amuleweb-main-kad.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/stats.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/stats_tree.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/top.html -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/footer.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/login.php -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/tree-open.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/tree-closed.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/tree-leaf.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-reload.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-search.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-search-pressed.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-servers.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-servers-pressed.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-settings.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-settings-pressed.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-shared.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-shared-pressed.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-download.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-download-pressed.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-kad.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-kad-pressed.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-stats.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-stats-pressed.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-connect.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-logout.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-logout-pressed.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/toolbutton-filter.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/connect.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/cancel.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/arrow-r.png -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/up.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/down.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/pause.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/resume.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/apply.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/delete.jpeg -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/phpamule.png -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/favicon.ico -%%PL_AMULEWEBSRV%%share/amule/webserver/php-default/index.html -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/aMule.tmpl -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/add_server.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/arrow_down.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/arrow_down_logout.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/arrow_right.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/arrow_up.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/back.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/black.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/blank1x1.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/blue1.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/blue2.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/blue3.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/blue4.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/blue5.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/blue6.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/cp_download.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/cp_kad.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/cp_search.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/cp_servers.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/cp_settings.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/cp_shared.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/log.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/cp_stats.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/emule.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/green.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/greenpercent.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/l_cancel.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/l_connect.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/l_down.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/l_ed2klink.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/l_info.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/l_pause.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/l_resume.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/l_up.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/login_bottom.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/login_downmain.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/login_lefttop.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/login_righttop.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/login_top.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/login_topdown.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/login_topseperator.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/logo.jpg -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/main_bg.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/main_top_bg.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/main_topbar.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/main_topbardarker.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/main_topbarseperator.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/red.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/transparent.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/yellow.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/phpamule.png -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/tree-leaf.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/tree-open.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/tree-closed.gif -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/favicon.ico -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/downloads.php -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/preferences.php -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/search.php -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/servers.php -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/shared.php -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/stat_graphs.php -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/stat_tree.php -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/login.php -%%PL_AMULEWEBSRV%%share/amule/webserver/chicane/index.php -%%PL_AMULEWEBSRV%%@dirrmtry share/amule/webserver/default -%%PL_AMULEWEBSRV%%@dirrmtry share/amule/webserver/php-default -%%PL_AMULEWEBSRV%%@dirrmtry share/amule/webserver/chicane -%%PL_AMULEWEBSRV%%@dirrmtry share/amule/webserver -%%PL_AMULEWEBSRV%%@dirrmtry share/amule -lib/xchat/plugins/xas.pl -@dirrmtry lib/xchat/plugins -@dirrmtry lib/xchat -%%PL_CAS%%bin/cas -%%PL_CAS%%bin/wxcas -%%PL_ALC%%bin/alc -%%PL_ALC%%bin/alcc -%%PL_AMULEWEBSRV%%bin/amuleweb -%%PL_AMULECMD%%bin/amulecmd -%%PL_ED2K%%bin/ed2k -%%PL_AMULEDAEMON%%bin/amulegui -%%PL_AMULEDAEMON%%bin/amuled -bin/amule -@dirrmtry share/applications diff --git a/net-p2p/dctc-gui/Makefile b/net-p2p/dctc-gui/Makefile deleted file mode 100644 index 255b969c2..000000000 --- a/net-p2p/dctc-gui/Makefile +++ /dev/null @@ -1,90 +0,0 @@ -# New ports collection makefile for: GUI to Direct Connect Text Client -# Date created: Thu Nov 22 00:34:48 BRST 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= dctc -PORTVERSION= 0.66 -PORTREVISION= 6 -CATEGORIES= net-p2p gnome -MASTER_SITES= http://unixpages.org/distfiles/ -PKGNAMESUFFIX= -gui -DISTNAME= dc_gui-${PORTVERSION} - -MAINTAINER= lioux@FreeBSD.org -COMMENT= A GUI to DirectConnect (www.neo-modus.com) text client - -BUILD_DEPENDS= dctc:${PORTSDIR}/net-p2p/dctc -LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4 - -USE_GETTEXT= yes -USE_XLIB= yes -USE_GNOME= gnomehack gnomelibs gnomeprefix -USE_XLIB= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -CONFIGURE_ARGS= --with-gnome=${LOCALBASE} \ - --with-gtk-prefix=${LOCALBASE} \ - --enable-manual-db-detect \ - --with-libiconv-prefix=${LOCALBASE} - -ADDITIONAL_SRCS= sig_chld.c -# -DOC_FILES= COPYING ChangeLog README TODO - -post-extract: -.for file in ${ADDITIONAL_SRCS} - @${CP} ${FILESDIR}/${file} ${WRKSRC}/src -.endfor - -post-patch: - @${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 -x ${REINPLACE_CMD} -E -e \ - 's|ldb-4.0|ldb4|; \ - s|<(db.h>)|<db4/\1|' - @${REINPLACE_CMD} -E -e 's|(hublist)|dc_\1|' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} - @${REINPLACE_CMD} -E -e \ - 's|(hublist)(.+argv)|dc_\1\2|' \ - ${WRKSRC}/src/init_fnc.c -# XXX - revise at every port update - @${REINPLACE_CMD} -e "s|%'|%|g" ${WRKSRC}/src/*.c -# @${REINPLACE_CMD} -E -e \ -# 's|%lf|%f|; \ -# s|(%\.[[:digit:]])lf|\1f|' \ -# ${WRKSRC}/src/*.c -# clean up so as to not break installation - @${FIND} ${WRKSRC} -type f \ - -name "*.bak" \ - | ${XARGS} -n 10 -x ${RM} -# add sigchld handler -.for file in ${ADDITIONAL_SRCS} - @${REINPLACE_CMD} -E -e \ - 's|^(dc_gui_SOURCES.+)$$|\1 ${file}|; \ - s|^(dc_gui_OBJECTS[^\\]+)(\\*)$$|\1 ${file:S/.c$/.o/} \2|' \ - ${WRKSRC}/src/Makefile.in -.endfor -# disable GNU auto* tools - @${FIND} ${WRKSRC} -type f -name "Makefile.in" | ${XARGS} \ - -x -n 10 ${REINPLACE_CMD} -E -e \ - 's!^(ACLOCAL|AUTOCONF|AUTOMAKE|AUTOHEADER).+$$!\1=${TRUE}!' - -post-configure: - @${ECHO_CMD} '#ifndef MSG_NOSIGNAL' >> ${CONFIGURE_WRKSRC}/config.h - @${ECHO_CMD} '# define MSG_NOSIGNAL 0' >> ${CONFIGURE_WRKSRC}/config.h - @${ECHO_CMD} '#endif' >> ${CONFIGURE_WRKSRC}/config.h - @${ECHO_CMD} '#include <sys/param.h>' >> ${CONFIGURE_WRKSRC}/config.h - @${ECHO_CMD} '#ifndef SEMVMX' >> ${WRKSRC}/config.h - @${ECHO_CMD} '#define SEMVMX 32767' >> ${WRKSRC}/config.h - @${ECHO_CMD} '#endif' >> ${WRKSRC}/config.h - -post-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR}${PKGNAMESUFFIX} -.for file in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}${PKGNAMESUFFIX} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/net-p2p/dctc-gui/distinfo b/net-p2p/dctc-gui/distinfo deleted file mode 100644 index 83b15b2b0..000000000 --- a/net-p2p/dctc-gui/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (dc_gui-0.66.tar.gz) = f47aa43a6840e078bc32717d63731b52 -SHA256 (dc_gui-0.66.tar.gz) = a96807ce6bc9074f25951df82c99cde4246842f368a240dfe4dd098627e32c71 -SIZE (dc_gui-0.66.tar.gz) = 461838 diff --git a/net-p2p/dctc-gui/files/patch-po_Makefile.in.in b/net-p2p/dctc-gui/files/patch-po_Makefile.in.in deleted file mode 100644 index b8b90a400..000000000 --- a/net-p2p/dctc-gui/files/patch-po_Makefile.in.in +++ /dev/null @@ -1,10 +0,0 @@ ---- po/Makefile.in.in.orig Wed Feb 4 13:19:32 2004 -+++ po/Makefile.in.in Wed Feb 4 13:19:41 2004 -@@ -87,6 +87,7 @@ - $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ - --add-comments --keyword=_ --keyword=N_ \ - --files-from=$(srcdir)/POTFILES.in \ -+ --from-code=ISO-8859-1 \ - && test ! -f $(PACKAGE).po \ - || ( rm -f $(srcdir)/$(PACKAGE).pot \ - && mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot ) diff --git a/net-p2p/dctc-gui/files/patch-src::callbacks.c b/net-p2p/dctc-gui/files/patch-src::callbacks.c deleted file mode 100644 index 3c0ad2c3e..000000000 --- a/net-p2p/dctc-gui/files/patch-src::callbacks.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/callbacks.c.orig Sun Nov 17 21:18:28 2002 -+++ src/callbacks.c Sun Nov 17 21:19:26 2002 -@@ -14,7 +14,8 @@ - #include <dirent.h> - #include <gdk/gdkkeysyms.h> - #include <gdk/gdk.h> --#include <linux/sem.h> -+#include <sys/ipc.h> -+#include <sys/sem.h> - #include <gnome.h> - #include <glib.h> - #include <time.h> diff --git a/net-p2p/dctc-gui/files/patch-src::init_fnc.c b/net-p2p/dctc-gui/files/patch-src::init_fnc.c deleted file mode 100644 index 3eca24060..000000000 --- a/net-p2p/dctc-gui/files/patch-src::init_fnc.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/init_fnc.c.orig Sun Nov 17 21:19:50 2002 -+++ src/init_fnc.c Sun Nov 17 21:20:39 2002 -@@ -12,7 +12,8 @@ - #include <sys/types.h> - #include <sys/stat.h> - #include <sys/wait.h> --#include <linux/sem.h> /* for the value of SEMVMX */ -+#include <sys/ipc.h> -+#include <sys/sem.h> /* for the value of SEMVMX */ - #include <dirent.h> - #include <string.h> - #include <errno.h> diff --git a/net-p2p/dctc-gui/files/patch-src::main.c b/net-p2p/dctc-gui/files/patch-src::main.c deleted file mode 100644 index f530ccac3..000000000 --- a/net-p2p/dctc-gui/files/patch-src::main.c +++ /dev/null @@ -1,36 +0,0 @@ ---- src/main.c.orig Mon Nov 18 23:53:50 2002 -+++ src/main.c Mon Nov 18 23:55:01 2002 -@@ -43,6 +43,9 @@ - GtkWidget *done_popup=NULL; - GtkWidget *fav_popup=NULL; - -+/* sigchld handling */ -+extern void sig_chld(int); -+ - /* this string is "$HOME/.dctc" */ - GString *dctc_main_dir=NULL; - -@@ -289,11 +292,9 @@ - sigset_t set; - - /* ignore SIGPIPE */ -- /* ignore SIGCHLD */ - /* ignore SIGHUP */ - sigemptyset(&set); - sigaddset(&set,SIGPIPE); -- sigaddset(&set,SIGCHLD); - sigaddset(&set,SIGHUP); - act.sa_handler=SIG_IGN; - act.sa_mask=set; -@@ -301,8 +302,10 @@ - - sigprocmask(SIG_UNBLOCK,&set,NULL); - sigaction(SIGPIPE,&act,NULL); -- sigaction(SIGCHLD,&act,NULL); - sigaction(SIGHUP,&act,NULL); -+ -+ /* handle SIGCHLD */ -+ signal(SIGCHLD, sig_chld); /* Prevents zombies */ - } - - static void start_dctc_client_from_huburl(char *dchub_url,char *profile) diff --git a/net-p2p/dctc-gui/files/sig_chld.c b/net-p2p/dctc-gui/files/sig_chld.c deleted file mode 100644 index 74b4a4afc..000000000 --- a/net-p2p/dctc-gui/files/sig_chld.c +++ /dev/null @@ -1,53 +0,0 @@ -/* - * Copyright (c) 2000, 2001, 2002 - * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - * - * $FreeBSD - */ - -#include <sys/types.h> -#include <sys/wait.h> -/* -#include <sys/time.h> -#include <sys/resource.h> -*/ - -/* - * SIGCHLD handler - * - * Let's take care of our children. - * Otherwise, they may get involved with bad ppl - * and become zombies. - */ -void -sig_chld(int signo) -{ - pid_t pid; - int stat; - - while ( (pid = waitpid(-1, &stat, WNOHANG)) > 0); - - return; -} diff --git a/net-p2p/dctc-gui/pkg-descr b/net-p2p/dctc-gui/pkg-descr deleted file mode 100644 index b4b753f5e..000000000 --- a/net-p2p/dctc-gui/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -[ from developer's site] - -This is a Graphical User Interface for DCTC - -I. What is DCTC -DCTC is a Direct Connect clone, a windoz client allowing users to -share their files and talk (like IRC but more software sharing -oriented) using a proprietary protocol. - -DCTC stands for Direct Connect Text Client. - -II. What is not DCTC -DCTC is written from scratch without any help from neo-modus using -our experience of hotline protocol. - -DCTC is not designed to be used by human. It doesn't contains any -GUI or CLI. The goal of this project is to build a Direct Connect -client which can be used by other programs. So even if you can enter -command using the keyboard, don't say the human interface is poor. - -WWW: http://ac2i.homelinux.com/dctc/ diff --git a/net-p2p/dctc-gui/pkg-plist b/net-p2p/dctc-gui/pkg-plist deleted file mode 100644 index a171e8456..000000000 --- a/net-p2p/dctc-gui/pkg-plist +++ /dev/null @@ -1,38 +0,0 @@ -bin/dc_gui -%%PORTDOCS%%share/doc/dctc-gui/COPYING -%%PORTDOCS%%share/doc/dctc-gui/ChangeLog -%%PORTDOCS%%share/doc/dctc-gui/README -%%PORTDOCS%%share/doc/dctc-gui/TODO -share/gnome/help/dc_gui/C/index.html -share/gnome/help/dc_gui/C/topic.dat -share/gnome/help/dc_gui/es/index.html -share/gnome/help/dc_gui/es/topic.dat -share/gnome/help/dc_gui/nl/index.html -share/gnome/help/dc_gui/nl/topic.dat -share/locale/de/LC_MESSAGES/dc_gui.mo -share/locale/fr/LC_MESSAGES/dc_gui.mo -share/locale/nl/LC_MESSAGES/dc_gui.mo -share/locale/sv/LC_MESSAGES/dc_gui.mo -share/pixmaps/dc_gui/icon_folder_add.xpm -share/pixmaps/dc_gui/icon_folder_del.xpm -share/pixmaps/dc_gui/icon_kill.xpm -share/pixmaps/dc_gui/icon_refresh.xpm -share/pixmaps/dc_gui/icon_remove_all.xpm -share/pixmaps/dc_gui/icon_remove_selected.xpm -@dirrm share/pixmaps/dc_gui -@dirrmtry share/locale/sv/LC_MESSAGES -@dirrmtry share/locale/sv -@dirrmtry share/locale/nl/LC_MESSAGES -@dirrmtry share/locale/nl -@dirrmtry share/locale/fr/LC_MESSAGES -@dirrmtry share/locale/fr -@dirrmtry share/locale/de/LC_MESSAGES -@dirrmtry share/locale/de -@dirrmtry share/gnome/help/dc_gui/nl/images -@dirrm share/gnome/help/dc_gui/nl -@dirrmtry share/gnome/help/dc_gui/es/images -@dirrm share/gnome/help/dc_gui/es -@dirrmtry share/gnome/help/dc_gui/C/images -@dirrm share/gnome/help/dc_gui/C -@dirrm share/gnome/help/dc_gui -%%PORTDOCS%%@dirrm share/doc/dctc-gui diff --git a/net-p2p/fidelio/Makefile b/net-p2p/fidelio/Makefile deleted file mode 100644 index 8ed826972..000000000 --- a/net-p2p/fidelio/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: fidelio -# Date created: 13 November 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= fidelio -PORTVERSION= 1.0.b1 -PORTREVISION= 4 -CATEGORIES= net-p2p gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A GNOME client for Hotline - -USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomelibs gnomeprefix -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e \ - 's|<xmlversion.h>|<libxml/xmlversion.h>|g' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/net-p2p/fidelio/distinfo b/net-p2p/fidelio/distinfo deleted file mode 100644 index c493e938e..000000000 --- a/net-p2p/fidelio/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (fidelio-1.0b1.tar.gz) = f6963b36400e172279494b022fb065ce -SHA256 (fidelio-1.0b1.tar.gz) = ffb00189b7aa3c7559ec17114a7772e082e64b28e60a665bc0180dca5f4d6e30 -SIZE (fidelio-1.0b1.tar.gz) = 344574 diff --git a/net-p2p/fidelio/files/patch-aa b/net-p2p/fidelio/files/patch-aa deleted file mode 100644 index 74dee6e09..000000000 --- a/net-p2p/fidelio/files/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ ---- src/Makefile.in.orig Fri Dec 21 06:16:28 2001 -+++ src/Makefile.in Fri Dec 21 06:16:45 2001 -@@ -119,11 +119,11 @@ - fidelio_SOURCES = bookmarks.c bookmarks.h chat.c chat.h files.c files.h filelist.c filelist.h filetransfer.c filetransfer.h filethread.c filethread.h guiprefs.c guiprefs.h guiutils.c guiutils.h hldat.c hldat.h hotline.h login.c login.h main.c main.h network.c network.h news.c news.h news15.c news15.h pixmap.c pixmap.h privchat.c privchat.h privs.c privs.h protocol.c protocol.h server.c server.h smalltrans.c smalltrans.h tasks.c tasks.h threads.c threads.h trackers.c users.c users.h userlist.c userlist.h userwidget.c userwidget.h - - --fidelio_LDADD = -lgthread -+fidelio_LDADD = - - hlforw_SOURCES = hlforw.c threads.c protocol.c network.c tasks.c guiprefs.c hldat.c pixmap.c - --hlforw_LDADD = -lgthread -+hlforw_LDADD = - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h - CONFIG_CLEAN_FILES = diff --git a/net-p2p/fidelio/files/patch-src::trackers.c b/net-p2p/fidelio/files/patch-src::trackers.c deleted file mode 100644 index 37a2b774d..000000000 --- a/net-p2p/fidelio/files/patch-src::trackers.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/trackers.c.orig Wed Feb 21 00:25:03 2001 -+++ src/trackers.c Tue Jun 24 22:07:41 2003 -@@ -134,8 +134,6 @@ - } - return 0; - } --#else --extern int strcasestr(const char *a, const char*b); - #endif - - static void show_servers(){ diff --git a/net-p2p/fidelio/pkg-descr b/net-p2p/fidelio/pkg-descr deleted file mode 100644 index 14a4ce39f..000000000 --- a/net-p2p/fidelio/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -Fidelio is a GNOME client for Hotline, a proprietary protocol that combines -ftp-like, irc-like and news-like functions in one package. - -Fidelio is currently fully functional as a non-administative client, with the -exception of banners and private chat. - -Feature include: - o Multiple concurrent connections; - o Single window per server connection; - o Tree-structured bookmarks; - o Trackers and searchable index of servers; - o Userlist and public chat in one pane; - o Private chat; - o Both flat (v. 1.2) and threaded news support, with posting of news; - o Ignore messages and chat of users; - o Private Messages; - o Sounds on events; - o Multiple icon set loading; - o Use of custom icon sets for buttons; - o Uploading, donwloading, resuming of file transfers; - o Per-donwload and per-upload bandwidth caps; - o Server-side and client-side file queues. - -WWW: http://fidelio.sourceforge.net/ diff --git a/net-p2p/fidelio/pkg-plist b/net-p2p/fidelio/pkg-plist deleted file mode 100644 index 38eec7542..000000000 --- a/net-p2p/fidelio/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/fidelio -share/fidelio.default -share/locale/de/LC_MESSAGES/fidelio.mo -share/locale/el/LC_MESSAGES/fidelio.mo -share/locale/fr/LC_MESSAGES/fidelio.mo -share/locale/it/LC_MESSAGES/fidelio.mo -share/locale/pt_BR/LC_MESSAGES/fidelio.mo diff --git a/net-p2p/giftoxic/Makefile b/net-p2p/giftoxic/Makefile deleted file mode 100644 index 871b526ff..000000000 --- a/net-p2p/giftoxic/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: giFToxic -# Date Created: 23 December 2003 -# Whom: Joel Diaz <joeldiaz@bellsouth.net> -# -# $FreeBSD$ -# - -PORTNAME= giFToxic -PORTVERSION= 0.0.9 -PORTREVISION= 7 -CATEGORIES= net-p2p -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= giftoxic - -MAINTAINER= joeldiaz@bellsouth.net -COMMENT= GTK2 client for giFT - -LIB_DEPENDS= gift.0:${PORTSDIR}/net-p2p/gift - -USE_X_PREFIX= yes -USE_GETOPT_LONG= yes -USE_GNOME= gtk20 gnomeprefix gnomehack -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --without-included-gettext - -.include <bsd.port.mk> diff --git a/net-p2p/giftoxic/distinfo b/net-p2p/giftoxic/distinfo deleted file mode 100644 index 7a80dfc3f..000000000 --- a/net-p2p/giftoxic/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (giFToxic-0.0.9.tar.gz) = 66fe05d5d34cf08d310886784682136f -SHA256 (giFToxic-0.0.9.tar.gz) = 96c513c4884ae47525e80e72d1ace35bc3a5f4cbfc90a5fc02748763693db139 -SIZE (giFToxic-0.0.9.tar.gz) = 281884 diff --git a/net-p2p/giftoxic/files/patch-src-gtkcellrendererprogress.c b/net-p2p/giftoxic/files/patch-src-gtkcellrendererprogress.c deleted file mode 100644 index e413f7045..000000000 --- a/net-p2p/giftoxic/files/patch-src-gtkcellrendererprogress.c +++ /dev/null @@ -1,40 +0,0 @@ ---- src/gtkcellrendererprogress.c.orig Thu May 22 06:23:39 2003 -+++ src/gtkcellrendererprogress.c Sun Dec 28 14:28:27 2003 -@@ -370,7 +370,13 @@ - */ - GdkGC *gc; - gint draw_width; -- -+ -+ PangoFontDescription *font; -+ -+ PangoContext *context; -+ PangoLayout *layout; -+ gchar *text; -+ int w,h; - - if ((flags & GTK_CELL_RENDERER_SELECTED) == GTK_CELL_RENDERER_SELECTED) - { -@@ -425,18 +431,17 @@ - - - -- PangoFontDescription *font = pango_font_description_from_string ("8"); -+ font = pango_font_description_from_string ("8"); - -- PangoContext *context = gtk_widget_create_pango_context(widget); -- PangoLayout *layout = pango_layout_new(context); -+ context = gtk_widget_create_pango_context(widget); -+ layout = pango_layout_new(context); - - pango_layout_set_font_description (layout, font); -- gchar *text = g_strdup_printf("%.1f%%",cellprogress->priv->value); -+ text = g_strdup_printf("%.1f%%",cellprogress->priv->value); - pango_layout_set_text(layout, text, -1); - - gdk_gc_set_rgb_fg_color (gc, &cellprogress->priv->text_color); - -- int w,h; - pango_layout_get_pixel_size(layout, &w, &h); - w = (cell_area->width - w)/2; - h = (cell_area->height - h)/2; diff --git a/net-p2p/giftoxic/files/patch-src-utils.c b/net-p2p/giftoxic/files/patch-src-utils.c deleted file mode 100644 index 13fe72ad3..000000000 --- a/net-p2p/giftoxic/files/patch-src-utils.c +++ /dev/null @@ -1,22 +0,0 @@ ---- src/utils.c.orig Tue May 27 21:37:18 2003 -+++ src/utils.c Sun Dec 28 14:25:22 2003 -@@ -366,6 +366,8 @@ - - gulong divisor = 1; - gint type = 0; -+ gulong mod; -+ gulong nice; - - if (size >= 1000000){ - divisor = 1000000; -@@ -375,8 +377,8 @@ - type = 1; - } - -- gulong mod = size % divisor; -- gulong nice = size / divisor; -+ mod = size % divisor; -+ nice = size / divisor; - strcpy(format, (mod == 0)?"%.0f":"%.2f"); - strcat(format, (nice == 1 && mod == 0?gettext(qtys[type][0]):gettext(qtys[type][1]))); - return g_strdup_printf(format, (gfloat) size / divisor); diff --git a/net-p2p/giftoxic/pkg-descr b/net-p2p/giftoxic/pkg-descr deleted file mode 100644 index 28c6cea2a..000000000 --- a/net-p2p/giftoxic/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -giFToxic is a GTK2 based client for giFT which allows you to search and -download from Gnutella, FastTrack and OpenFT networks. - -WWW: http://giftoxic.sourceforge.net - -- Joel -joeldiaz@bellsouth.net diff --git a/net-p2p/giftoxic/pkg-plist b/net-p2p/giftoxic/pkg-plist deleted file mode 100644 index 32a4bb571..000000000 --- a/net-p2p/giftoxic/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -bin/giFToxic -share/applications/giFToxic.desktop -share/giFToxic/logo.png -share/pixmaps/giFToxic-48.png -share/locale/de/LC_MESSAGES/giFToxic.mo -share/locale/es/LC_MESSAGES/giFToxic.mo -share/locale/nl/LC_MESSAGES/giFToxic.mo -@dirrm share/giFToxic -@dirrmtry share/applications diff --git a/net-p2p/giftui/Makefile b/net-p2p/giftui/Makefile deleted file mode 100644 index d9f7d5721..000000000 --- a/net-p2p/giftui/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: giFTui -# Date Created: 23 May 2004 -# Whom: Joel Diaz <joeldiaz@bellsouth.net> -# -# $FreeBSD$ -# - -PORTNAME= giFTui -PORTVERSION= 0.4.1 -PORTREVISION= 7 -CATEGORIES= net-p2p -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= giftui -DISTNAME= giftui-0.4.1 - -MAINTAINER= joeldiaz@bellsouth.net -COMMENT= GTK2 client for giFT daemon - -LIB_DEPENDS= gift.0:${PORTSDIR}/net-p2p/gift - -USE_BZIP2= yes -USE_XLIB= yes -USE_GNOME= gnomehack gnomeprefix gconf2 gtk20 -USE_GMAKE= yes -GNU_CONFIGURE= yes - -GCONF_SCHEMAS= giftui.schemas - -.if !defined(NOPORTDOCS) -PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|^giftuidatadir=.*|giftuidatadir=$${datadir}/giftui|g ; \ - s|^giftuiicondir=.*|giftuiicondir=$${datadir}/pixmaps|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|^giftuidocdir =.*|giftuidocdir =${DOCSDIR}|g' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|/usr/share/pixmaps/||g' \ - ${WRKSRC}/data/giftui.desktop - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/net-p2p/giftui/distinfo b/net-p2p/giftui/distinfo deleted file mode 100644 index d70ccace7..000000000 --- a/net-p2p/giftui/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (giftui-0.4.1.tar.bz2) = de834779fde3f2edb002631f4110f1b9 -SHA256 (giftui-0.4.1.tar.bz2) = 1a28bb483ba6f02853280dc2520b28e6c1ca34b2935e8f4e3b5ecd069699f583 -SIZE (giftui-0.4.1.tar.bz2) = 220208 diff --git a/net-p2p/giftui/files/patch-Makefile.in b/net-p2p/giftui/files/patch-Makefile.in deleted file mode 100644 index 61ad79a8f..000000000 --- a/net-p2p/giftui/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Sun May 16 22:26:53 2004 -+++ Makefile.in Sun Mar 20 11:43:00 2005 -@@ -513,7 +513,7 @@ - - info-am: - --install-data-am: install-giftuidocDATA -+install-data-am: - - install-exec-am: - diff --git a/net-p2p/giftui/files/patch-gtkcellrendererprogress b/net-p2p/giftui/files/patch-gtkcellrendererprogress deleted file mode 100644 index dc899abbc..000000000 --- a/net-p2p/giftui/files/patch-gtkcellrendererprogress +++ /dev/null @@ -1,141 +0,0 @@ -Index: src/Makefile.am -=================================================================== -RCS file: /cvsroot/giftui/giftui/src/Makefile.am,v -retrieving revision 1.2 -retrieving revision 1.3 -diff -u -p -r1.2 -r1.3 ---- src/Makefile.am 15 May 2004 05:45:36 -0000 1.2 -+++ src/Makefile.am 27 Jul 2004 08:18:09 -0000 1.3 -@@ -10,7 +10,6 @@ giftui_SOURCES = \ - io.c io.h\ - main.c main.h\ - util.c util.h\ -- gtkcellrendererprogress.c gtkcellrendererprogress.h\ - ui_parent.c ui_parent.h\ - ui_child.c ui_child.h\ - ui.h\ -Index: src/Makefile.in -=================================================================== -RCS file: /cvsroot/giftui/giftui/src/Makefile.in,v -retrieving revision 1.2 -retrieving revision 1.3 -diff -u -p -r1.2 -r1.3 ---- src/Makefile.in 15 May 2004 05:45:36 -0000 1.2 -+++ src/Makefile.in 27 Jul 2004 08:18:09 -0000 1.3 -@@ -147,7 +147,6 @@ giftui_SOURCES = \ - io.c io.h\ - main.c main.h\ - util.c util.h\ -- gtkcellrendererprogress.c gtkcellrendererprogress.h\ - ui_parent.c ui_parent.h\ - ui_child.c ui_child.h\ - ui.h\ -@@ -175,13 +174,12 @@ bin_PROGRAMS = giftui$(EXEEXT) - PROGRAMS = $(bin_PROGRAMS) - - am_giftui_OBJECTS = configure.$(OBJEXT) event.$(OBJEXT) io.$(OBJEXT) \ -- main.$(OBJEXT) util.$(OBJEXT) gtkcellrendererprogress.$(OBJEXT) \ -- ui_parent.$(OBJEXT) ui_child.$(OBJEXT) ui_menu.$(OBJEXT) \ -- ui_notebook.$(OBJEXT) ui_about.$(OBJEXT) ui_browse.$(OBJEXT) \ -- ui_connect.$(OBJEXT) ui_icon.$(OBJEXT) ui_pref.$(OBJEXT) \ -- ui_search.$(OBJEXT) ui_search_cb.$(OBJEXT) \ -- ui_transfer.$(OBJEXT) ui_transfer_cb.$(OBJEXT) \ -- ui_util.$(OBJEXT) -+ main.$(OBJEXT) util.$(OBJEXT) ui_parent.$(OBJEXT) \ -+ ui_child.$(OBJEXT) ui_menu.$(OBJEXT) ui_notebook.$(OBJEXT) \ -+ ui_about.$(OBJEXT) ui_browse.$(OBJEXT) ui_connect.$(OBJEXT) \ -+ ui_icon.$(OBJEXT) ui_pref.$(OBJEXT) ui_search.$(OBJEXT) \ -+ ui_search_cb.$(OBJEXT) ui_transfer.$(OBJEXT) \ -+ ui_transfer_cb.$(OBJEXT) ui_util.$(OBJEXT) - giftui_OBJECTS = $(am_giftui_OBJECTS) - giftui_DEPENDENCIES = - giftui_LDFLAGS = -@@ -190,7 +188,6 @@ DEFAULT_INCLUDES = -I. -I$(srcdir) -I. - depcomp = $(SHELL) $(top_srcdir)/depcomp - am__depfiles_maybe = depfiles - @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/configure.Po ./$(DEPDIR)/event.Po \ --@AMDEP_TRUE@ ./$(DEPDIR)/gtkcellrendererprogress.Po \ - @AMDEP_TRUE@ ./$(DEPDIR)/io.Po ./$(DEPDIR)/main.Po \ - @AMDEP_TRUE@ ./$(DEPDIR)/ui_about.Po ./$(DEPDIR)/ui_browse.Po \ - @AMDEP_TRUE@ ./$(DEPDIR)/ui_child.Po ./$(DEPDIR)/ui_connect.Po \ -@@ -272,7 +269,6 @@ distclean-compile: - - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/configure.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Po@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkcellrendererprogress.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_about.Po@am__quote@ -Index: src/main.c -=================================================================== -RCS file: /cvsroot/giftui/giftui/src/main.c,v -retrieving revision 1.1.1.1 -retrieving revision 1.2 -diff -u -p -r1.1.1.1 -r1.2 ---- src/main.c 6 May 2004 06:55:02 -0000 1.1.1.1 -+++ src/main.c 27 Jul 2004 08:18:09 -0000 1.2 -@@ -32,6 +32,7 @@ - #include "ui.h" - #include "ui_connect.h" - #include "ui_menu.h" -+#include "ui_transfer.h" - - static GtkWidget *window; - -Index: src/ui_transfer.c -=================================================================== -RCS file: /cvsroot/giftui/giftui/src/ui_transfer.c,v -retrieving revision 1.2 -retrieving revision 1.3 -diff -u -p -r1.2 -r1.3 ---- src/ui_transfer.c 15 May 2004 05:45:36 -0000 1.2 -+++ src/ui_transfer.c 27 Jul 2004 08:18:09 -0000 1.3 -@@ -24,8 +24,6 @@ - #include <gdk/gdkkeysyms.h> - #include <gtk/gtk.h> - --#include "gtkcellrendererprogress.h" -- - #include "io.h" - #include "event.h" - #include "configure.h" -Index: src/ui_transfer.h -=================================================================== -RCS file: /cvsroot/giftui/giftui/src/ui_transfer.h,v -retrieving revision 1.1.1.1 -retrieving revision 1.2 -diff -u -p -r1.1.1.1 -r1.2 ---- src/ui_transfer.h 6 May 2004 06:55:01 -0000 1.1.1.1 -+++ src/ui_transfer.h 27 Jul 2004 08:18:09 -0000 1.2 -@@ -38,6 +38,14 @@ - - #define GIFTUI_TRANSFERFILE(arg) ((GiftuiTransferFile_t *) (arg)) - -+typedef enum -+{ -+ GTK_CELL_RENDERER_PROGRESS_ACTIVE, -+ GTK_CELL_RENDERER_PROGRESS_COMPLETED, -+ GTK_CELL_RENDERER_PROGRESS_PAUSED, -+ GTK_CELL_RENDERER_PROGRESS_CANCELED -+} GtkCellRendererProgressColor; -+ - typedef struct _GiftuiTransfer GiftuiTransfer; - typedef struct _GiftuiTransferClass GiftuiTransferClass; - -Index: src/ui_transfer_cb.c -=================================================================== -RCS file: /cvsroot/giftui/giftui/src/ui_transfer_cb.c,v -retrieving revision 1.1.1.1 -retrieving revision 1.2 -diff -u -p -r1.1.1.1 -r1.2 ---- src/ui_transfer_cb.c 6 May 2004 06:54:58 -0000 1.1.1.1 -+++ src/ui_transfer_cb.c 27 Jul 2004 08:31:49 -0000 1.2 -@@ -23,8 +23,6 @@ - #include <libgift/libgift.h> - #include <gtk/gtk.h> - --#include "gtkcellrendererprogress.h" -- - #include "io.h" - #include "event.h" - #include "configure.h" diff --git a/net-p2p/giftui/files/patch-src::io.c b/net-p2p/giftui/files/patch-src::io.c deleted file mode 100644 index 89f46fd29..000000000 --- a/net-p2p/giftui/files/patch-src::io.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/io.c.orig Wed May 26 09:23:51 2004 -+++ src/io.c Wed May 26 09:24:08 2004 -@@ -21,6 +21,7 @@ - - #include <stdio.h> - #include <stdarg.h> -+#include <sys/types.h> - #include <sys/socket.h> - #include <arpa/inet.h> - #include <netdb.h> diff --git a/net-p2p/giftui/pkg-descr b/net-p2p/giftui/pkg-descr deleted file mode 100644 index ceb5f0e12..000000000 --- a/net-p2p/giftui/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -giFTui is a tabbed based GTK+ frontend for the giftd daemon which handles file -sharing plugins. - -WWW: http://giftui.sourceforge.net - -- Joel -joeldiaz@bellsouth.net diff --git a/net-p2p/giftui/pkg-plist b/net-p2p/giftui/pkg-plist deleted file mode 100644 index 40cabc74b..000000000 --- a/net-p2p/giftui/pkg-plist +++ /dev/null @@ -1,22 +0,0 @@ -bin/giftui -share/applications/giftui.desktop -share/giftui/icons/fasttrack-down.png -share/giftui/icons/fasttrack-network.png -share/giftui/icons/fasttrack-search.png -share/giftui/icons/fasttrack-up.png -share/giftui/icons/gnutella-down.png -share/giftui/icons/gnutella-network.png -share/giftui/icons/gnutella-search.png -share/giftui/icons/gnutella-up.png -share/giftui/icons/openft-down.png -share/giftui/icons/openft-network.png -share/giftui/icons/openft-search.png -share/giftui/icons/openft-up.png -share/giftui/icons/opennap-down.png -share/giftui/icons/opennap-network.png -share/giftui/icons/opennap-search.png -share/giftui/icons/opennap-up.png -share/pixmaps/giftui.png -@dirrm share/giftui/icons -@dirrm share/giftui -@dirrmtry share/applications diff --git a/net-p2p/gtorrentviewer/Makefile b/net-p2p/gtorrentviewer/Makefile deleted file mode 100644 index 156874da9..000000000 --- a/net-p2p/gtorrentviewer/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: gtorrentviewer -# Date created: 2004-10-16 -# Whom: Michael Johnson <ahze@ahze.net> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= gtorrentviewer -PORTVERSION= 0.2b -PORTREVISION= 8 -CATEGORIES= net-p2p -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= GTorrentViewer-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= GTK+2 viewer and editor for BitTorrent meta files - -LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl - -USE_GNOME= gtk20 gnomehier intlhack -USE_XLIB= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GETOPT_LONG=yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-pixmapsdir=${PREFIX}/share/pixmaps \ - --with-desktopdir=${PREFIX}/share/applications - -MAN1= gtorrentviewer.1 -DOCS= AUTHORS COPYING ChangeLog README - -.ifndef (NOPORTDOCS) -post-install: - @${MKDIR} ${DOCSDIR} -.for i in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/net-p2p/gtorrentviewer/distinfo b/net-p2p/gtorrentviewer/distinfo deleted file mode 100644 index 05214dbdd..000000000 --- a/net-p2p/gtorrentviewer/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (GTorrentViewer-0.2b.tar.gz) = c29058a09f26693863404ecdb2580770 -SHA256 (GTorrentViewer-0.2b.tar.gz) = 6e56351103f5d46a45be160baa1b7b956b4416fcdb4533b3d17a309665690c95 -SIZE (GTorrentViewer-0.2b.tar.gz) = 247584 diff --git a/net-p2p/gtorrentviewer/pkg-descr b/net-p2p/gtorrentviewer/pkg-descr deleted file mode 100644 index bde2695b2..000000000 --- a/net-p2p/gtorrentviewer/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -GTorrentViewer is a GTK2-based viewer and editor for BitTorrent meta files. It -is able to retrieve information from trackers, check files, show detailed -information, and modify .torrent files without having to start downloading. - -WWW: http://gtorrentviewer.sourceforge.net/ diff --git a/net-p2p/gtorrentviewer/pkg-plist b/net-p2p/gtorrentviewer/pkg-plist deleted file mode 100644 index 5fccb68c1..000000000 --- a/net-p2p/gtorrentviewer/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -bin/gtorrentviewer -share/GTorrentViewer/README -share/GTorrentViewer/pixmaps/about.png -share/GTorrentViewer/pixmaps/dictionary.png -share/GTorrentViewer/pixmaps/error.png -share/GTorrentViewer/pixmaps/gtorrentviewer.png -share/GTorrentViewer/pixmaps/gtorrentviewer.xpm -share/GTorrentViewer/pixmaps/info.png -share/GTorrentViewer/pixmaps/integer.png -share/GTorrentViewer/pixmaps/list.png -share/GTorrentViewer/pixmaps/ok.png -share/GTorrentViewer/pixmaps/string.png -share/GTorrentViewer/pixmaps/unknown.png -share/GTorrentViewer/pixmaps/warning.png -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/README -share/applications/gtorrentviewer.desktop -share/pixmaps/gtorrentviewer.png -share/pixmaps/gtorrentviewer.xpm -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm share/GTorrentViewer/pixmaps -@dirrm share/GTorrentViewer -@dirrmtry share/applications diff --git a/net-p2p/xmule/Makefile b/net-p2p/xmule/Makefile deleted file mode 100644 index c9daf955d..000000000 --- a/net-p2p/xmule/Makefile +++ /dev/null @@ -1,128 +0,0 @@ -# New ports collection makefile for: xmule -# Date created: Tue Mar 11 05:06:20 UTC 2003 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xmule -PORTVERSION= 1.12.2 -PORTREVISION= 6 -CATEGORIES= net-p2p -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -#MASTER_SITES= http://download.berlios.de/%SUBDIR%/ -MASTER_SITE_SUBDIR= xmule - -MAINTAINER= lioux@FreeBSD.org -COMMENT= Port of eMule eDonkey P2P client using wxWindows class library - -BUILD_DEPENDS= ${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 -RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget - -USE_GETTEXT= yes -USE_XLIB= yes -USE_BZIP2= yes -USE_GNOME= gnomehier \ - gnomehack \ - gnomeprefix -USE_GMAKE= yes -USE_WX= 2.6 -WX_CONF_ARGS= absolute -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-included-gettext \ - --with-cryptopp-prefix=${LOCALBASE} \ - --with-gtk-prefix=${LOCALBASE} \ - --with-libiconv-prefix=${LOCALBASE} \ - --with-libintl-prefix=${LOCALBASE} \ - --enable-debug -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} ${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS} -L${LOCALBASE}/lib" -MAKE_ARGS= -e -MAKE_ENV= CC="${CC}" CXX="${CXX}" - -# for debugging purposes -STRIP= - -FILES_ATOLL_PATCH= src/Preferences.cpp \ - src/otherfunctions.cpp -FILES_STDINT_PATCH= \ - intl/loadmsgcat.c \ - src/ClientList.h \ - src/sockets.h - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 -.endif - -post-patch: -# it works for FreeBSD as well - @${REINPLACE_CMD} -E \ - -e 's|(Linux)|FreeBSD/\1|' \ - ${WRKSRC}/src/*.cpp -# update documentation with correct prefix - @${REINPLACE_CMD} -E \ - -e 's|/usr/X11R6/(bin/${PORTNAME}-ed2k-handler)|${PREFIX}/\1|' \ - ${WRKSRC}/docs/ED2K-Links.HOWTO -# use BSD_INSTALL_* macros - @${REINPLACE_CMD} -E \ - -e 's|cp -f|${INSTALL_DATA}|' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -E \ - -e 's|cp -p|${INSTALL_DATA}|' \ - ${WRKSRC}/po/Makefile.in.in -# fix mkinstalldirs location -# uphold CXX{,FLAGS} - ${FIND} ${WRKSRC} -name "Makefile*" -type f -print0 | \ - ${XARGS} -0 \ - ${REINPLACE_CMD} -E \ - -e 's,^(MKINSTALLDIRS|mkinstalldirs).*$$,\1=${INSTALL_WRKSRC}/mkinstalldirs,' \ - -e 's|g\+\+|${CXX}|' \ - -e 's|-O3|${CXXFLAGS}|' -# use correct FreeBSD atoll() prototype -.for file in ${FILES_ATOLL_PATCH} - @${REINPLACE_CMD} -E \ - -e 's|atoll[[:space:]]*\([[:space:]]*char|atoll(const char|' \ - ${WRKSRC}/${file} -.endfor -# stdint.h -> inttypes.h -.for file in ${FILES_STDINT_PATCH} - @${REINPLACE_CMD} -E \ - -e 's|<stdint.h>|<inttypes.h>|' \ - ${WRKSRC}/${file} -.endfor -# wx-config -> ${WX_CONFIG} - @${REINPLACE_CMD} -E \ - -e 's|wx-config|${WX_CONFIG}|' \ - ${WRKSRC}/src/xmule.make.in - -pre-configure: - @${FIND} ${WRKSRC} -type f -name "Makefile.in" | \ - ${XARGS} -x -n 10 \ - ${REINPLACE_CMD} -E \ - -e 's!^(AUTOCONF|AUTOHEADER|AUTOMAKE|ACLOCAL).*$$!\1=${TRUE}!' - @${REINPLACE_CMD} -E \ - -e 's|^(CXXFLAGS.*)$$|\1 -I${LOCALBASE}/include|' \ - ${WRKSRC}/xLibs/xrc/xrc.make.in - -pre-install: - @${CHMOD} a=rx ${WRKSRC}/mkinstalldirs - -post-install: -# install xmule binary - @${INSTALL_PROGRAM} \ - ${WRKSRC}/${PORTNAME} \ - ${PREFIX}/bin -# do not install a generic named ed2k binary -# install it under a more specific name - @${INSTALL_PROGRAM} \ - ${WRKSRC}/ed2k.xmule-2.0 \ - ${PREFIX}/bin/${PORTNAME}-ed2k-handler - -.include <bsd.port.post.mk> diff --git a/net-p2p/xmule/distinfo b/net-p2p/xmule/distinfo deleted file mode 100644 index d90697f27..000000000 --- a/net-p2p/xmule/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xmule-1.12.2.tar.bz2) = 372c02793f8282312a1370443420fda7 -SHA256 (xmule-1.12.2.tar.bz2) = e53b0f0d8d2fac630921c5bf82aedf298ceb48fb1b8a83b5361a81a272be1af5 -SIZE (xmule-1.12.2.tar.bz2) = 1290859 diff --git a/net-p2p/xmule/files/patch-Makefile.in b/net-p2p/xmule/files/patch-Makefile.in deleted file mode 100644 index 0d5c82471..000000000 --- a/net-p2p/xmule/files/patch-Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.in.orig Fri Dec 9 19:22:49 2005 -+++ Makefile.in Fri Dec 9 19:23:02 2005 -@@ -268,10 +268,9 @@ - @rm -rf Compilation.flags Makefile aclocal.m4 autom4te.cache config.h* config.l* config.st* config.rp* configure depcomp intl - - install: all -- @mkdir -p @bindir@ -- @mkdir -p @datadir@/{applications,locale,icons} -- @cp -f ed2k.xmule-2.0 xmule @bindir@ -- @cp -f ed2k.xmule-2.0 @bindir@/ed2k -+ @mkdir -p @datadir@/applications -+ @mkdir -p @datadir@/locale -+ @mkdir -p @datadir@/pixmaps - @cd po && $(MAKE) install - @cp -f xmule.desktop @datadir@/applications - @cp -f xmule.xpm @datadir@/icons diff --git a/net-p2p/xmule/files/patch-docs::ED2K-Links.HOWTO b/net-p2p/xmule/files/patch-docs::ED2K-Links.HOWTO deleted file mode 100644 index 0bc6dcc5b..000000000 --- a/net-p2p/xmule/files/patch-docs::ED2K-Links.HOWTO +++ /dev/null @@ -1,44 +0,0 @@ ---- docs/ED2K-Links.HOWTO.orig Thu Mar 4 12:46:20 2004 -+++ docs/ED2K-Links.HOWTO Tue Mar 9 21:21:16 2004 -@@ -14,7 +14,7 @@ - the mentioned directory: - - [Protocol] -- exec=/usr/local/bin/ed2k "%u" -+ exec=/usr/X11R6/bin/xmule-ed2k-handler "%u" - protocol=ed2k - input=none - output=none -@@ -39,12 +39,12 @@ - create xmule_submit.sh with this content: - - #!/bin/sh -- /usr/local/bin/ed2k "ed2k://$1"; -+ xmule-ed2k-handler "ed2k://$1"; - - now edit (as root) /etc/opera6rc or as non-root ~/.opera/opera6.ini: - - [Trusted Applications] -- ed2k=/usr/local/bin/xmule_submit.sh -+ ed2k=/usr/X11R6/bin/xmule_submit.sh - - [User Prefs] - TrustedExternalURLProtocols=ed2k -@@ -59,7 +59,7 @@ - TrustedExternalURLProtocols=ed2k - - in [Trusted Applications] -- ed2k=/path/to/ed2k ed2k://%u -+ ed2k=/usr/X11R6/bin/xmule-ed2k-handler ed2k://%u - - (Credits: ender) - -@@ -96,7 +96,7 @@ - - -create a file called "ed2k.cmd" with the following content: - -- ed2k ed2k:$URI_DATA -+ xmule-ed2k-handler ed2k:$URI_DATA - - [do this with your favorite text-editor, the file doesn't have to be executable] - diff --git a/net-p2p/xmule/pkg-descr b/net-p2p/xmule/pkg-descr deleted file mode 100644 index 8a46ef1bd..000000000 --- a/net-p2p/xmule/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -[ from author's website ] - -Port of eMule eDonkey P2P client using wxWindows class library. - -Features - -* Download/Upload works -* You can search and add ed2k-links -* Statistics -* Shared files tab works -* Messages tab is now implemented -* You can manage friends -* xMule can be minimized to systray -* You can set nearly all preferences - -WWW: http://www.xmule.ws/ diff --git a/net-p2p/xmule/pkg-plist b/net-p2p/xmule/pkg-plist deleted file mode 100644 index 0a897333f..000000000 --- a/net-p2p/xmule/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -bin/xmule -bin/xmule-ed2k-handler -share/applications/xmule.desktop -share/icons/xmule.xpm -share/locale/de/LC_MESSAGES/xmule.mo -share/locale/ee/LC_MESSAGES/xmule.mo -share/locale/es/LC_MESSAGES/xmule.mo -share/locale/es_MX/LC_MESSAGES/xmule.mo -share/locale/fr/LC_MESSAGES/xmule.mo -share/locale/it/LC_MESSAGES/xmule.mo -share/locale/ko/LC_MESSAGES/xmule.mo -share/locale/pl/LC_MESSAGES/xmule.mo -share/locale/tr/LC_MESSAGES/xmule.mo -@dirrmtry share/icons -@dirrmtry share/applications |