diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-01-03 17:37:22 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-01-03 17:37:22 +0000 |
commit | 9ea70bdb54597a43e302db4f606ac8917e32ecf2 (patch) | |
tree | 752fedb841a275071d2a11a85682f263c09993c2 /net/ktorrent/Makefile | |
parent | 0485efb6e6da5ccebe817ed0d68a201a181cd5e7 (diff) | |
download | pkgsrc-9ea70bdb54597a43e302db4f606ac8917e32ecf2.tar.gz |
Initial import of ktorrent-2.1beta1 from pkgsrc-wip, packaged
by Sergey Svischev (updated to latest version by me).
KTorrent is a BitTorrent program for KDE.
Among the new features you can find:
* Support for distributed hash tables (mainline version)
* Protocol encryption
* Bandwith scheduling
* Directory scanner to automatically load torrents in
certain directories
* Trackers can now be added to torrents
* File prioritization for multi file torrents
And of course a whole bunch of bug fixes. We already supported
the following features in the previous version:
* Downloads torrent files
* Upload and download speed capping
* Internet searching using various search engines, you
can even add your own UDP Trackers
* Port forwarding with UPnP
* IP blocking plugin
* Importing of partially or fully downloaded files
Diffstat (limited to 'net/ktorrent/Makefile')
-rw-r--r-- | net/ktorrent/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net/ktorrent/Makefile b/net/ktorrent/Makefile new file mode 100644 index 00000000000..47c6ca8c746 --- /dev/null +++ b/net/ktorrent/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/01/03 17:37:22 xtraeme Exp $ + +DISTNAME= ktorrent-${KTORRENT_VER} +CATEGORIES= net kde +MASTER_SITES= http://ktorrent.org/downloads/${KTORRENT_VER}/ + +KTORRENT_VER= 2.1beta1 + +MAINTAINER= shattered@users.sourceforge.net +HOMEPAGE= http://ktorrent.org/ +COMMENT= Graphical BitTorrent client for KDE + +USE_LANGUAGES= c c++ +USE_TOOLS+= msgfmt perl:run +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +USE_TOOLS+= gmake + +CONFIGURE_ARGS+= --enable-torrent-mimetype + +.include "../../meta-pkgs/kde3/kde3.mk" +.include "../../security/openssl/buildlink3.mk" +.include "../../x11/kdebase3/buildlink3.mk" +.include "../../x11/kdelibs3/buildlink3.mk" +.include "../../devel/gmp/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" |