aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/p5-Net-BitTorrent
Commit message (Collapse)AuthorAgeFilesLines
* Support STAGEDIR.Vanilla I. Shu2013-11-052-16/+14
| | | | Notes: svn path=/head/; revision=332839
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-p2p) Notes: svn path=/head/; revision=327758
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325559
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Fix buildMartin Wilke2013-05-301-1/+0
| | | | Notes: svn path=/head/; revision=319425
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-10/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309071
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+11
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-11/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=292977
* - Fix {BUILD|RUN}_DEPENDSSunpoet Po-Chuan Hsieh2011-06-121-6/+9
| | | | | | | | - Change to new CPAN :id subdir macro - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=275465
* - Cleaning MD5 in perl@'s portsPhilippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274222
* - set some PORTSCOUT varsPhilip M. Gollucci2010-12-231-0/+2
| | | | Notes: svn path=/head/; revision=266757
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703Martin Matuska2010-09-211-4/+11
| | | | | | | Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000 Notes: svn path=/head/; revision=261560
* Update to 0.052.Anton Berezin2010-04-042-7/+5
| | | | | | | Changes: http://search.cpan.org/dist/Net-BitTorrent/Changes Notes: svn path=/head/; revision=252195
* - Remove test-only and included-in-perl-5.8 dependencies.Jun Kuriyama2009-12-251-3/+2
| | | | Notes: svn path=/head/; revision=246603
* Update to 0.051.Anton Berezin2009-09-123-6/+10
| | | | | | | Changes: http://search.cpan.org/dist/Net-BitTorrent/Changes Notes: svn path=/head/; revision=241267
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-221-7/+1
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* Update to 0.50Erwin Lansing2009-02-153-31/+25
| | | | Notes: svn path=/head/; revision=228432
* Update to 0.0.25Erwin Lansing2008-07-063-5/+12
| | | | | | | | PR: 125189 Submitted by: Wen heping <wenheping@gmail.com> Notes: svn path=/head/; revision=216403
* - Update to 0.022Philippe Audeoud2008-05-303-11/+9
| | | | | | | | | | | - Drop maintainership PR: ports/123988 Submitted by: Gea-Suan Lin <gslin gslin.org> (maintainer) Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=213947
* Net::BitTorrent is a class based implementation of the currentCheng-Lung Sung2008-04-134-0/+73
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> Notes: svn path=/head/; revision=211137