diff options
Diffstat (limited to 'net-p2p/ktorrent2')
-rw-r--r-- | net-p2p/ktorrent2/Makefile | 25 | ||||
-rw-r--r-- | net-p2p/ktorrent2/distinfo | 3 | ||||
-rw-r--r-- | net-p2p/ktorrent2/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | net-p2p/ktorrent2/files/patch-apps-ktcachecheck-cachecheck.cpp | 10 | ||||
-rw-r--r-- | net-p2p/ktorrent2/files/patch-libktorrent-util-sha1hash.cpp | 11 | ||||
-rw-r--r-- | net-p2p/ktorrent2/files/patch-plugins-partfileimport-Makefile.in | 11 | ||||
-rw-r--r-- | net-p2p/ktorrent2/files/patch-plugins-upnp-upnpmcastsocket.cpp | 10 | ||||
-rw-r--r-- | net-p2p/ktorrent2/pkg-descr | 9 | ||||
-rw-r--r-- | net-p2p/ktorrent2/pkg-plist | 127 |
9 files changed, 0 insertions, 217 deletions
diff --git a/net-p2p/ktorrent2/Makefile b/net-p2p/ktorrent2/Makefile deleted file mode 100644 index 7c92f09cafbc..000000000000 --- a/net-p2p/ktorrent2/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: ktorrent -# Date created: Wed Jul 13 11:38:46 CEST 2005 -# Whom: Markus Brueffer <markus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= ktorrent -PORTVERSION= 1.2 -PORTREVISION= 2 -CATEGORIES= net-p2p kde -MASTER_SITES= http://ktorrent.pwsp.net/downloads/${PORTVERSION}/ - -MAINTAINER= markus@FreeBSD.org -COMMENT= BitTorrent client for KDE - -USE_KDELIBS_VER=3 -USE_AUTOTOOLS= libtool:15 -USE_GMAKE= yes -USE_REINPLACE= yes - -post-patch: - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} - -.include <bsd.port.mk> diff --git a/net-p2p/ktorrent2/distinfo b/net-p2p/ktorrent2/distinfo deleted file mode 100644 index 8cdb56432b8c..000000000000 --- a/net-p2p/ktorrent2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ktorrent-1.2.tar.gz) = 55c6c4ae679aea0ba0370058856ddb92 -SHA256 (ktorrent-1.2.tar.gz) = e2324f49da0a408750676ba18bb48ac76c57869f0e69cd4b8060198caa790373 -SIZE (ktorrent-1.2.tar.gz) = 1447380 diff --git a/net-p2p/ktorrent2/files/patch-Makefile.in b/net-p2p/ktorrent2/files/patch-Makefile.in deleted file mode 100644 index 1b03611212c3..000000000000 --- a/net-p2p/ktorrent2/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Thu Feb 2 14:27:14 2006 -+++ Makefile.in Thu Feb 2 14:27:26 2006 -@@ -257,7 +257,7 @@ - xdg_appsdir = @xdg_appsdir@ - xdg_directorydir = @xdg_directorydir@ - xdg_menudir = @xdg_menudir@ --SUBDIRS = libktorrent apps plugins -+SUBDIRS = libktorrent apps plugins translations - EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO - subdir = . - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff --git a/net-p2p/ktorrent2/files/patch-apps-ktcachecheck-cachecheck.cpp b/net-p2p/ktorrent2/files/patch-apps-ktcachecheck-cachecheck.cpp deleted file mode 100644 index 2736b2b67087..000000000000 --- a/net-p2p/ktorrent2/files/patch-apps-ktcachecheck-cachecheck.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- apps/ktcachecheck/cachecheck.cpp.orig Sun Jan 8 02:45:26 2006 -+++ apps/ktcachecheck/cachecheck.cpp Sun Jan 8 02:46:29 2006 -@@ -18,6 +18,7 @@ - * 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ - #include <iostream> -+#include <string> - #include <util/log.h> - #include <util/error.h> - #include <util/functions.h> diff --git a/net-p2p/ktorrent2/files/patch-libktorrent-util-sha1hash.cpp b/net-p2p/ktorrent2/files/patch-libktorrent-util-sha1hash.cpp deleted file mode 100644 index f91d52dd3907..000000000000 --- a/net-p2p/ktorrent2/files/patch-libktorrent-util-sha1hash.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- libktorrent/util/sha1hash.cpp.orig Sun Jan 8 02:28:06 2006 -+++ libktorrent/util/sha1hash.cpp Sun Jan 8 02:29:24 2006 -@@ -17,6 +17,8 @@ - * Free Software Foundation, Inc., * - * 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ -+#include <stdio.h> -+ - #include <qurl.h> - #include <string.h> - #include <algorithm> diff --git a/net-p2p/ktorrent2/files/patch-plugins-partfileimport-Makefile.in b/net-p2p/ktorrent2/files/patch-plugins-partfileimport-Makefile.in deleted file mode 100644 index f2fa75559bfe..000000000000 --- a/net-p2p/ktorrent2/files/patch-plugins-partfileimport-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/partfileimport/Makefile.in.orig Mon Jan 9 21:49:01 2006 -+++ plugins/partfileimport/Makefile.in Mon Jan 9 21:49:23 2006 -@@ -257,7 +257,7 @@ - xdg_appsdir = @xdg_appsdir@ - xdg_directorydir = @xdg_directorydir@ - xdg_menudir = @xdg_menudir@ --INCLUDES = $(all_includes) -I$(srcdir)/../../libktorrent -+INCLUDES = -I$(srcdir)/../../libktorrent $(all_includes) - #>- METASOURCES = AUTO - kde_module_LTLIBRARIES = ktpartfileimportplugin.la - noinst_HEADERS = partfileimportplugin.h multidatachecker.h importdialog.h diff --git a/net-p2p/ktorrent2/files/patch-plugins-upnp-upnpmcastsocket.cpp b/net-p2p/ktorrent2/files/patch-plugins-upnp-upnpmcastsocket.cpp deleted file mode 100644 index cb45a8a78566..000000000000 --- a/net-p2p/ktorrent2/files/patch-plugins-upnp-upnpmcastsocket.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- plugins/upnp/upnpmcastsocket.cpp.orig Fri Feb 3 18:13:05 2006 -+++ plugins/upnp/upnpmcastsocket.cpp Fri Feb 3 20:00:54 2006 -@@ -40,6 +40,7 @@ - QObject::connect(this,SIGNAL(readyRead()),this,SLOT(onReadyRead())); - QObject::connect(this,SIGNAL(gotError(int)),this,SLOT(onError(int))); - setAddressReuseable(true); -+ setFamily(KNetwork::KResolver::IPv4Family); - setBlocking(true); - for (Uint32 i = 0;i < 10;i++) - { diff --git a/net-p2p/ktorrent2/pkg-descr b/net-p2p/ktorrent2/pkg-descr deleted file mode 100644 index aecb74c10aff..000000000000 --- a/net-p2p/ktorrent2/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -KTorrent is a BitTorrent client for KDE. Its main features are: - - o Download torrent files - o Upload speed capping, seeing that most people can't upload infinite - amounts of data - o Internet searching using The Bittorrent website's search engine - o UDP Trackers - -WWW: http://ktorrent.pwsp.net/ diff --git a/net-p2p/ktorrent2/pkg-plist b/net-p2p/ktorrent2/pkg-plist deleted file mode 100644 index 7bc7625cc68e..000000000000 --- a/net-p2p/ktorrent2/pkg-plist +++ /dev/null @@ -1,127 +0,0 @@ -bin/ktcachecheck -bin/ktorrent -bin/kttorinfo -lib/kde3/ktinfowidgetplugin.a -lib/kde3/ktinfowidgetplugin.la -lib/kde3/ktinfowidgetplugin.so -lib/kde3/ktipfilterplugin.a -lib/kde3/ktipfilterplugin.la -lib/kde3/ktipfilterplugin.so -lib/kde3/ktlogviewerplugin.a -lib/kde3/ktlogviewerplugin.la -lib/kde3/ktlogviewerplugin.so -lib/kde3/ktpartfileimportplugin.a -lib/kde3/ktpartfileimportplugin.la -lib/kde3/ktpartfileimportplugin.so -lib/kde3/ktsearchplugin.a -lib/kde3/ktsearchplugin.la -lib/kde3/ktsearchplugin.so -lib/kde3/ktupnpplugin.a -lib/kde3/ktupnpplugin.la -lib/kde3/ktupnpplugin.so -lib/libktorrent.a -lib/libktorrent.la -lib/libktorrent.so -lib/libktorrent.so.0 -share/applications/kde/ktorrent.desktop -share/applnk/Internet/ktorrent.desktop -share/apps/ktorrent/icons/hicolor/128x128/apps/ktorrent.png -share/apps/ktorrent/icons/hicolor/16x16/apps/ktorrent.png -share/apps/ktorrent/icons/hicolor/22x22/actions/ktremove.png -share/apps/ktorrent/icons/hicolor/22x22/actions/ktstart.png -share/apps/ktorrent/icons/hicolor/22x22/actions/ktstart_all.png -share/apps/ktorrent/icons/hicolor/22x22/actions/ktstop.png -share/apps/ktorrent/icons/hicolor/22x22/actions/ktstop_all.png -share/apps/ktorrent/icons/hicolor/22x22/apps/ktorrent.png -share/apps/ktorrent/icons/hicolor/32x32/apps/ktorrent.png -share/apps/ktorrent/icons/hicolor/48x48/actions/ktplugins.png -share/apps/ktorrent/icons/hicolor/48x48/apps/ktorrent.png -share/apps/ktorrent/icons/hicolor/64x64/actions/ktinfowidget.png -share/apps/ktorrent/icons/hicolor/64x64/actions/ktqueuemanager.png -share/apps/ktorrent/icons/hicolor/64x64/actions/ktupnp.png -share/apps/ktorrent/icons/hicolor/64x64/apps/ktorrent.png -share/apps/ktorrent/icons/hicolor/64x64/filesystems/ktprefdownloads.png -share/apps/ktorrent/icons/hicolor/scalable/apps/ktorrent.svgz -share/apps/ktorrent/ktorrentui.rc -share/apps/ktorrent/ktpartfileimportpluginui.rc -share/config.kcfg/ktinfowidgetplugin.kcfg -share/config.kcfg/ktipfilterplugin.kcfg -share/config.kcfg/ktorrent.kcfg -share/config.kcfg/ktsearchplugin.kcfg -share/config.kcfg/ktupnpplugin.kcfg -share/icons/hicolor/128x128/apps/ktorrent.png -share/icons/hicolor/16x16/apps/ktorrent.png -share/icons/hicolor/22x22/apps/ktorrent.png -share/icons/hicolor/32x32/apps/ktorrent.png -share/icons/hicolor/48x48/apps/ktorrent.png -share/icons/hicolor/64x64/apps/ktorrent.png -share/icons/hicolor/scalable/apps/ktorrent.svgz -share/locale/br/LC_MESSAGES/ktorrent.mo -share/locale/cs/LC_MESSAGES/ktorrent.mo -share/locale/cy/LC_MESSAGES/ktorrent.mo -share/locale/da/LC_MESSAGES/ktorrent.mo -share/locale/de/LC_MESSAGES/ktorrent.mo -share/locale/el/LC_MESSAGES/ktorrent.mo -share/locale/en_GB/LC_MESSAGES/ktorrent.mo -share/locale/es/LC_MESSAGES/ktorrent.mo -share/locale/et/LC_MESSAGES/ktorrent.mo -share/locale/fr/LC_MESSAGES/ktorrent.mo -share/locale/ga/LC_MESSAGES/ktorrent.mo -share/locale/hu/LC_MESSAGES/ktorrent.mo -share/locale/it/LC_MESSAGES/ktorrent.mo -share/locale/lt/LC_MESSAGES/ktorrent.mo -share/locale/nl/LC_MESSAGES/ktorrent.mo -share/locale/pa/LC_MESSAGES/ktorrent.mo -share/locale/pl/LC_MESSAGES/ktorrent.mo -share/locale/pt/LC_MESSAGES/ktorrent.mo -share/locale/pt_BR/LC_MESSAGES/ktorrent.mo -share/locale/ru/LC_MESSAGES/ktorrent.mo -share/locale/sr/LC_MESSAGES/ktorrent.mo -share/locale/sr@Latn/LC_MESSAGES/ktorrent.mo -share/locale/sv/LC_MESSAGES/ktorrent.mo -share/locale/tr/LC_MESSAGES/ktorrent.mo -share/locale/uk/LC_MESSAGES/ktorrent.mo -share/locale/zh_CN/LC_MESSAGES/ktorrent.mo -share/services/ktinfowidgetplugin.desktop -share/services/ktipfilterplugin.desktop -share/services/ktlogviewerplugin.desktop -share/services/ktpartfileimportplugin.desktop -share/services/ktsearchplugin.desktop -share/services/ktupnpplugin.desktop -share/servicetypes/ktorrentplugin.desktop -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrm share/apps/ktorrent/icons/hicolor/scalable/apps -@dirrm share/apps/ktorrent/icons/hicolor/scalable -@dirrm share/apps/ktorrent/icons/hicolor/64x64/filesystems -@dirrm share/apps/ktorrent/icons/hicolor/64x64/apps -@dirrm share/apps/ktorrent/icons/hicolor/64x64/actions -@dirrm share/apps/ktorrent/icons/hicolor/64x64 -@dirrm share/apps/ktorrent/icons/hicolor/48x48/apps -@dirrm share/apps/ktorrent/icons/hicolor/48x48/actions -@dirrm share/apps/ktorrent/icons/hicolor/48x48 -@dirrm share/apps/ktorrent/icons/hicolor/32x32/apps -@dirrm share/apps/ktorrent/icons/hicolor/32x32 -@dirrm share/apps/ktorrent/icons/hicolor/22x22/apps -@dirrm share/apps/ktorrent/icons/hicolor/22x22/actions -@dirrm share/apps/ktorrent/icons/hicolor/22x22 -@dirrm share/apps/ktorrent/icons/hicolor/16x16/apps -@dirrm share/apps/ktorrent/icons/hicolor/16x16 -@dirrm share/apps/ktorrent/icons/hicolor/128x128/apps -@dirrm share/apps/ktorrent/icons/hicolor/128x128 -@dirrm share/apps/ktorrent/icons/hicolor -@dirrm share/apps/ktorrent/icons -@dirrm share/apps/ktorrent -@dirrmtry share/applications/kde |