Port details |
- p5-Net-BitTorrent BitTorrent peer-to-peer protocol class
- 0.052_5 net-p2p =2 0.052_5Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2008-04-13 02:36:24
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART20
- WWW:
- https://metacpan.org/release/Net-BitTorrent
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Net-BitTorrent>0:net-p2p/p5-Net-BitTorrent
- To install the port:
- cd /usr/ports/net-p2p/p5-Net-BitTorrent/ && make install clean
- To add the package, run one of these commands:
- pkg install net-p2p/p5-Net-BitTorrent
- pkg install p5-Net-BitTorrent
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Net-BitTorrent
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Net-BitTorrent-0.052.tar.gz) = a506f1fd9ce277f423ab0abe18273891e75d1c34cf5da56185d29dd3f0eb8698
SIZE (Net-BitTorrent-0.052.tar.gz) = 180217
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Module-Build>=0.4206 : devel/p5-Module-Build
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net-p2p_p5-Net-BitTorrent
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.052_5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.052_5 20 Jul 2022 14:22:43 |
Tobias C. Berner (tcberner) |
net-p2p: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Attila Nagy <bra@fsn.hu>
* Chad J. Milios <milios@ccsys.com>
* Damian Gerow <dgerow@afflictions.org>
* Daniel Morante <daniel@morante.net>
* Dave Cottlehuber <dch@skunkwerks.at>
* Dereckson <dereckson@gmail.com>
* Devin Teske <dteske@FreeBSD.org>
* Dmitriy Limonov (Only the first 15 lines of the commit message are shown above ) |
0.052_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.052_5 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.052_5 31 Jan 2017 16:21:46 |
mat |
Bump PORTREVISION for ports affected by the fix the last commit.
Done with: Tools/scripts/bump-revision.sh
Sponsored by: Absolight |
0.052_4 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- 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 |
0.052_4 31 May 2015 13:37:21 |
amdmi3 |
- Add NO_ARCH
Approved by: portmgr blanket |
0.052_4 01 Jan 2015 19:02:03 |
sunpoet |
- Add LICENSE
- Fix RUN_DEPENDS: Math::BigInt 1.78+ is already in all supported Perl releases
- Update PORTSCOUT
- Bump PORTREVISION for dependency change
- Sort PLIST |
0.052_3 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
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 (Only the first 15 lines of the commit message are shown above ) |
0.052_2 31 May 2014 16:37:58 |
ak |
- Fix various distinfo errors
- Remove unused USE_* knobs
- Convert USE_TWISTED_RUN to USES
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr (antoine) |
0.052_2 05 Nov 2013 12:13:03 |
vanilla |
Support STAGEDIR. |
0.052_2 20 Sep 2013 22:28:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p) |
0.052_2 29 Aug 2013 04:08:54 |
sunpoet |
- Use single space after WWW: |
0.052_2 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.052_2 30 May 2013 13:49:33 |
miwi |
- Fix build |
0.052_2 17 Dec 2012 08:50:54 |
az |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
0.052_2 13 Mar 2012 16:15:36 |
pgollucci |
- 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) |
0.052_2 08 Mar 2012 18:45:38 |
pgollucci |
- 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 |
0.052_2 12 Jun 2011 18:40:20 |
sunpoet |
- Fix {BUILD|RUN}_DEPENDS
- Change to new CPAN :id subdir macro
- Bump PORTREVISION for dependency change |
0.052_1 17 May 2011 11:10:24 |
jadawin |
- Cleaning MD5 in perl@'s ports
Approved by: erwin@ (portmgr) |
0.052_1 23 Dec 2010 01:14:25 |
pgollucci |
- set some PORTSCOUT vars |
0.052_1 24 Sep 2010 02:03:44 |
pgollucci |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
0.052_1 21 Sep 2010 16:08:11 |
mm |
Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703
Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000 |
0.052 04 Apr 2010 11:06:40 |
tobez |
Update to 0.052.
Changes: http://search.cpan.org/dist/Net-BitTorrent/Changes |
0.051_1 25 Dec 2009 15:54:39 |
kuriyama |
- Remove test-only and included-in-perl-5.8 dependencies. |
0.051 12 Sep 2009 09:45:02 |
tobez |
Update to 0.051.
Changes: http://search.cpan.org/dist/Net-BitTorrent/Changes |
0.050 22 Jul 2009 16:27:08 |
pgollucci |
- 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) |
0.050 15 Feb 2009 17:25:39 |
erwin |
Update to 0.50 |
0.025 06 Jul 2008 18:00:00 |
erwin |
Update to 0.0.25
PR: 125189
Submitted by: Wen heping <wenheping@gmail.com> |
0.022 30 May 2008 15:02:19 |
jadawin |
- Update to 0.022
- Drop maintainership
PR: ports/123988
Submitted by: Gea-Suan Lin <gslin gslin.org> (maintainer)
Approved by: tabthorpe (mentor) |
0.015 13 Apr 2008 02:35:51 |
clsung |
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> |