This module handles loading and saveing of .torrent files as well as

providing a convenient way to store torrent file info in memory. Most
users of the module will most likely just call the new method with the
name of a existing torrent file and use the data from that
This commit is contained in:
Andrej Zverev 2006-02-06 08:28:38 +00:00
parent e19da5f455
commit 1e29f08d0b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155310
5 changed files with 44 additions and 0 deletions

View file

@ -89,6 +89,7 @@
SUBDIR += py-kenosis
SUBDIR += py-kenosis-bittorrent
SUBDIR += py-py2play
SUBDIR += p5-Net-BitTorrent-File
SUBDIR += p5-pdonkey
SUBDIR += qtella
SUBDIR += qtorrent

View file

@ -0,0 +1,29 @@
# New ports collection makefile for: p5-Net-BitTorrent-File
# Date created: February 06th 2006
# Whom: Oleg R. Muhutdinov <mor@WhiteLuna.com>
#
# $FreeBSD$
#
PORTNAME= Net-BitTorrent-File
PORTVERSION= 1.02
CATEGORIES= net-p2p perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION}-fix
MAINTAINER= mor@WhiteLuna.com
COMMENT= Perl5 module for handles loading and saveing of .torrent file
BUILD_DEPENDS= ${SITE_PERL}/Convert/Bencode.pm:${PORTSDIR}/converters/p5-Convert-Bencode \
${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
RUN_DEPENDS= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/${DISTNAME:S/-fix//}
PERL_CONFIGURE= yes
MAN3= Net::BitTorrent::File.3
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (Net-BitTorrent-File-1.02-fix.tar.gz) = 8379335dc0a09e22904f914ca5448842
SHA256 (Net-BitTorrent-File-1.02-fix.tar.gz) = 5327b9ea29f35285c7b79e5552500aaa660bc2a7463fc782b927964e11db951e
SIZE (Net-BitTorrent-File-1.02-fix.tar.gz) = 13554

View file

@ -0,0 +1,6 @@
This module handles loading and saveing of .torrent files as well as
providing a convenient way to store torrent file info in memory. Most
users of the module will most likely just call the new method with the
name of a existing torrent file and use the data from that.
WWW: http://search.cpan.org/dist/Net-BitTorrent-File/

View file

@ -0,0 +1,5 @@
%%SITE_PERL%%/mach/auto/Net/BitTorrent/File/.packlist
%%SITE_PERL%%/Net/BitTorrent/File.pm
@dirrmtry %%SITE_PERL%%/mach/auto/Net/BitTorrent/File
@dirrmtry %%SITE_PERL%%/mach/auto/Net/BitTorrent
@dirrmtry %%SITE_PERL%%/Net/BitTorrent