Revision: 74429 http://trac.macports.org/changeset/74429 Author: michaelld@macports.org Date: 2010-12-16 18:12:55 -0800 (Thu, 16 Dec 2010) Log Message: ----------- ktorrent4: initial checkin. Added Paths: ----------- trunk/dports/kde/ktorrent4/ trunk/dports/kde/ktorrent4/Portfile Added: trunk/dports/kde/ktorrent4/Portfile =================================================================== --- trunk/dports/kde/ktorrent4/Portfile (rev 0) +++ trunk/dports/kde/ktorrent4/Portfile 2010-12-17 02:12:55 UTC (rev 74429) @@ -0,0 +1,27 @@ +# -*- coding: utf-8; mode: tcl; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 +# $Id: $ + +PortSystem 1.0 +PortGroup kde4 1.1 + +name ktorrent4 +conflicts ktorrent +version 4.0.4 +categories kde kde4 +maintainers nomaintainer +description KDE4 bittorrent client, version 4. +long_description Bittorrent client for KDE4 supporting a variety of \ + features such as uPNP. +platforms darwin +homepage http://www.kde.org +master_sites http://ktorrent.org/downloads/${version}/ +use_bzip2 yes +checksums md5 bbd5f1419d9ec1411f4191c871c57101 \ + sha1 844b8b085f1c0fe1aa3f16776cb5f8477e74a2f9 \ + rmd160 d1cde9420aed3e9b812304f1223d66492db03828 +distname ktorrent-${version} + +depends_lib-append port:kdebase4-runtime port:kdepimlibs4 \ + port:libktorrent port:boost port:taglib \ + +depends_build-append bin:perl:perl5
participants (1)
-
michaelld@macports.org