71d6 FreshPorts -- net-p2p/p5-Net-BitTorrent
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-Net-BitTorrent 0.052_2 net-p2p on this many watch lists=0 search for ports that depend on this port
BitTorrent peer-to-peer protocol class
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 13 Apr 2008 02:36:24
Also Listed In: perl5
License: not specified in port


Net::BitTorrent is a class based implementation of the current
BitTorrent Protocol Specification. Each Net::BitTorrent object is
capable of handling several concurrent .torrent sessions.

WWW:	http://search.cpan.org/dist/Net-BitTorrent/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/p5-Module-Build
  2. lang/perl5.14
Required To Run:
  1. math/p5-Math-BigInt
  2. lang/perl5.14
There are no ports dependent upon this port

To install the port: cd /usr/ports/net-p2p/p5-Net-BitTorrent/ && make install clean
To add the package: pkg_add -r p5-Net-BitTorrent


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/authors/id/S/SA/SANKO/
  3. ftp://ftp.cpan.org/pub/CPAN/authors/id/S/SA/SANKO/
  4. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  5. ftp://ftp.dti.ad.jp/pub/lang/CPAN/authors/id/S/SA/SANKO/
  6. ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/S/SA/SANKO/
  7. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/authors/id/S/SA/SANKO/
  8. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/authors/id/S/SA/SANKO/
  9. ftp://ftp.sunet.se/pub/lang/perl/CPAN/authors/id/S/SA/SANKO/
  10. ftp://mirror.hiwaay.net/CPAN/authors/id/S/SA/SANKO/
  11. http://at.cpan.org/authors/id/S/SA/SANKO/
  12. http://backpan.perl.org/authors/id/S/SA/SANKO/
  13. http://cpan.nctu.edu.tw/authors/id/S/SA/SANKO/
  14. http://ftp.jaist.ac.jp/pub/CPAN/authors/id/S/SA/SANKO/
  15. http://ftp.twaren.net/Unix/Lang/CPAN/authors/id/S/SA/SANKO/
  16. http://www.cpan.dk/authors/id/S/SA/SANKO/
  17. http://www.cpan.dk/modules/by-module/

Number of commits found: 17

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
30 May 2013 13:49:33
Original commit files touched by this commit  0.052_2
miwi search for other commits by this committer
- Fix build
17 Dec 2012 08:50:54
Original commit files touched by this commit  0.052_2
az search for other commits by this committer
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
13 Mar 2012 16:15:36
Original commit files touched by this commit  0.052_2
pgollucci search for other commits by this committer
- Revert ports/165605 as requested by portmgr@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
08 Mar 2012 18:45:38
Original commit files touched by this commit  0.052_2
pgollucci search for other commits by this committer
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
12 Jun 2011 18:40:20
Original commit files touched by this commit  0.052_2
sunpoet search for other commits by this committer
- Fix {BUILD|RUN}_DEPENDS
- Change to new CPAN :id subdir macro
- Bump PORTREVISION for dependency change
17 May 2011 11:10:24
Original commit files touched by this commit  0.052_1
jadawin search for other commits by this committer
- Cleaning MD5 in perl@'s ports

Approved by:    erwin@ (portmgr)
23 Dec 2010 01:14:25
Original commit files touched by this commit  0.052_1
pgollucci search for other commits by this committer
- set some PORTSCOUT vars
24 Sep 2010 02:03:44
Original commit files touched by this commit  0.052_1
pgollucci search for other commits by this committer
- only 13% of the p5- ports embed @comment $FreeBSD$:
  so standarize and remove it

With Hat:   perl@
21 Sep 2010 16:08:11
Original commit files touched by this commit  0.052_1
mm search for other commits by this committer
Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703
Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000
04 Apr 2010 11:06:40
Original commit files touched by this commit  0.052
tobez search for other commits by this committer
Update to 0.052.

Changes:        http://search.cpan.org/dist/Net-BitTorrent/Changes
25 Dec 2009 15:54:39
Original commit files touched by this commit  0.051_1
kuriyama search for other commits by this committer
- Remove test-only and included-in-perl-5.8 dependencies.
12 Sep 2009 09:45:02
Original commit files touched by this commit  0.051
tobez search for other commits by this committer
Update to 0.051.

Changes:        http://search.cpan.org/dist/Net-BitTorrent/Changes
22 Jul 2009 16:27:08
Original commit files touched by this commit  0.050
pgollucci search for other commits by this committer
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
15 Feb 2009 17:25:39
Original commit files touched by this commit  0.050
erwin search for other commits by this committer
Update to 0.50
06 Jul 2008 18:00:00
Original commit files touched by this commit  0.025
erwin search for other commits by this committer
Update to 0.0.25

PR:             125189
Submitted by:   Wen heping <wenheping@gmail.com>
30 May 2008 15:02:19
Original commit files touched by this commit  0.022
jadawin search for other commits by this committer
- Update to 0.022
- Drop maintainership

PR:             ports/123988
Submitted by:   Gea-Suan Lin <gslin gslin.org> (maintainer)
Approved by:    tabthorpe (mentor)
13 Apr 2008 02:35:51
Original commit files touched by this commit  0.015
clsung search for other commits by this committer
Net::BitTorrent is a class based implementation of the current
BitTorrent Protocol Specification. Each Net::BitTorrent object is
capable of handling several concurrent .torrent sessions.

WWW:    http://search.cpan.org/dist/Net-BitTorrent/

PR:             ports/122678
Submitted by:   Gea-Suan Lin <gslin at gslin.org>

Number of commits found: 17

281c
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10Aug 14
linux-f10-flashplugin11Aug 14
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04
libFSJun 04
libGLJun 04
libGLJun 04

11 vulnerabilities affecting 33 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24566
Broken 190
Deprecated 460
Ignore 564
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 51
Set to expire 445
Interactive 33
new 24 hours 4
new 48 hours10
new 7 days30
new fortnight94
new month175

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0