aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/p5-Net-BitTorrent
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-02-15 17:25:39 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-02-15 17:25:39 +0000
commit29f9e0d4dba72eb3038fb2b05264aeee9602a16d (patch)
tree9fddd7a77e6f4a03895580718209d130c849a66d /net-p2p/p5-Net-BitTorrent
parent676c0dfc2ebc89fca3b2d627fba5b64f2d4e7744 (diff)
downloadports-29f9e0d4dba72eb3038fb2b05264aeee9602a16d.tar.gz
ports-29f9e0d4dba72eb3038fb2b05264aeee9602a16d.zip
Update to 0.50
Notes
Notes: svn path=/head/; revision=228432
Diffstat (limited to 'net-p2p/p5-Net-BitTorrent')
-rw-r--r--net-p2p/p5-Net-BitTorrent/Makefile25
-rw-r--r--net-p2p/p5-Net-BitTorrent/distinfo6
-rw-r--r--net-p2p/p5-Net-BitTorrent/pkg-plist25
3 files changed, 25 insertions, 31 deletions
diff --git a/net-p2p/p5-Net-BitTorrent/Makefile b/net-p2p/p5-Net-BitTorrent/Makefile
index cb2c56e781e3..7c955d21780d 100644
--- a/net-p2p/p5-Net-BitTorrent/Makefile
+++ b/net-p2p/p5-Net-BitTorrent/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Net-BitTorrent
-PORTVERSION= 0.025
+PORTVERSION= 0.050
CATEGORIES= net-p2p perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/S/SA/SANKO
@@ -25,20 +25,17 @@ CONFIGURE_ARGS= </dev/null
PERL_MODBUILD= yes
MAN3= Net::BitTorrent.3 \
+ Net::BitTorrent::ConfigData.3 \
Net::BitTorrent::DHT.3 \
- Net::BitTorrent::DHT::Node::Azureus.3 \
- Net::BitTorrent::DHT::Node::Mainline.3 \
- Net::BitTorrent::Session.3 \
- Net::BitTorrent::Session::File.3 \
- Net::BitTorrent::Session::Peer.3 \
- Net::BitTorrent::Session::Peer::Request.3 \
- Net::BitTorrent::Session::Piece.3 \
- Net::BitTorrent::Session::Piece::Block.3 \
- Net::BitTorrent::Session::Tracker.3 \
- Net::BitTorrent::Util.3
-
-post-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/scripts/client.pl ${PREFIX}/bin
+ Net::BitTorrent::Peer.3 \
+ Net::BitTorrent::Protocol.3 \
+ Net::BitTorrent::Torrent.3 \
+ Net::BitTorrent::Torrent::File.3 \
+ Net::BitTorrent::Torrent::Tracker.3 \
+ Net::BitTorrent::Torrent::Tracker::HTTP.3 \
+ Net::BitTorrent::Torrent::Tracker::UDP.3 \
+ Net::BitTorrent::Util.3 \
+ Net::BitTorrent::Version.3
.include <bsd.port.pre.mk>
diff --git a/net-p2p/p5-Net-BitTorrent/distinfo b/net-p2p/p5-Net-BitTorrent/distinfo
index 526b789fa20c..520137df5768 100644
--- a/net-p2p/p5-Net-BitTorrent/distinfo
+++ b/net-p2p/p5-Net-BitTorrent/distinfo
@@ -1,3 +1,3 @@
-MD5 (Net-BitTorrent-0.025.tar.gz) = da936021dbedaed0e8d37b39d2fea79c
-SHA256 (Net-BitTorrent-0.025.tar.gz) = 81f90175e69263ab1df333b795083b602441289ca9facdd427d2b5510070d86f
-SIZE (Net-BitTorrent-0.025.tar.gz) = 142010
+MD5 (Net-BitTorrent-0.050.tar.gz) = 0305afc6a8c23de2c39dd991535e7847
+SHA256 (Net-BitTorrent-0.050.tar.gz) = 45aec3f6876edcdae31d7176a7ab1286d0146ea76ed8d6be6577eb065eaf522e
+SIZE (Net-BitTorrent-0.050.tar.gz) = 197957
diff --git a/net-p2p/p5-Net-BitTorrent/pkg-plist b/net-p2p/p5-Net-BitTorrent/pkg-plist
index be84c0d10896..10988d33a7c2 100644
--- a/net-p2p/p5-Net-BitTorrent/pkg-plist
+++ b/net-p2p/p5-Net-BitTorrent/pkg-plist
@@ -1,21 +1,18 @@
@comment $FreeBSD$
%%SITE_PERL%%/Net/BitTorrent.pm
+%%SITE_PERL%%/Net/BitTorrent/ConfigData.pm
%%SITE_PERL%%/Net/BitTorrent/DHT.pm
-%%SITE_PERL%%/Net/BitTorrent/DHT/Node/Mainline.pm
-%%SITE_PERL%%/Net/BitTorrent/DHT/Node/Azureus.pm
-%%SITE_PERL%%/Net/BitTorrent/Session.pm
-%%SITE_PERL%%/Net/BitTorrent/Session/File.pm
-%%SITE_PERL%%/Net/BitTorrent/Session/Peer.pm
-%%SITE_PERL%%/Net/BitTorrent/Session/Peer/Request.pm
-%%SITE_PERL%%/Net/BitTorrent/Session/Piece.pm
-%%SITE_PERL%%/Net/BitTorrent/Session/Piece/Block.pm
-%%SITE_PERL%%/Net/BitTorrent/Session/Tracker.pm
+%%SITE_PERL%%/Net/BitTorrent/Peer.pm
+%%SITE_PERL%%/Net/BitTorrent/Protocol.pm
+%%SITE_PERL%%/Net/BitTorrent/Torrent.pm
+%%SITE_PERL%%/Net/BitTorrent/Torrent/File.pm
+%%SITE_PERL%%/Net/BitTorrent/Torrent/Tracker.pm
+%%SITE_PERL%%/Net/BitTorrent/Torrent/Tracker/HTTP.pm
+%%SITE_PERL%%/Net/BitTorrent/Torrent/Tracker/UDP.pm
%%SITE_PERL%%/Net/BitTorrent/Util.pm
-bin/client.pl
-@dirrmtry %%SITE_PERL%%/Net/BitTorrent/DHT/Node
+%%SITE_PERL%%/Net/BitTorrent/Version.pm
@dirrmtry %%SITE_PERL%%/Net/BitTorrent/DHT
-@dirrmtry %%SITE_PERL%%/Net/BitTorrent/Session/Piece
-@dirrmtry %%SITE_PERL%%/Net/BitTorrent/Session/Peer
-@dirrmtry %%SITE_PERL%%/Net/BitTorrent/Session
+@dirrm %%SITE_PERL%%/Net/BitTorrent/Torrent/Tracker
+@dirrmtry %%SITE_PERL%%/Net/BitTorrent/Torrent
@dirrmtry %%SITE_PERL%%/Net/BitTorrent
@dirrmtry %%SITE_PERL%%/Net