aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/p5-Net-BitTorrent
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Bump PORTREVISION for ports affected by the fix the last commit.Mathieu Arnold2017-01-311-1/+1
| | | | | | | | Done with: Tools/scripts/bump-revision.sh Sponsored by: Absolight Notes: svn path=/head/; revision=432932
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-1/+1
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* - Add NO_ARCHDmitry Marakasov2015-05-311-0/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=388088
* - Add LICENSESunpoet Po-Chuan Hsieh2015-01-012-16/+17
| | | | | | | | | | - Fix RUN_DEPENDS: Math::BigInt 1.78+ is already in all supported Perl releases - Update PORTSCOUT - Bump PORTREVISION for dependency change - Sort PLIST Notes: svn path=/head/; revision=376024
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* - Fix various distinfo errorsAlex Kozlov2014-05-311-2/+1
| | | | | | | | | | | - Remove unused USE_* knobs - Convert USE_TWISTED_RUN to USES - Remove empty lines after .include <bsd.port.mk> Approved by: portmgr (antoine) Notes: svn path=/head/; revision=355995
* 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