diff options
author | az <az@FreeBSD.org> | 2006-02-06 16:28:38 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2006-02-06 16:28:38 +0800 |
commit | 7fd080535cc6691028ba00cad03db6fae8adc5cb (patch) | |
tree | c82d1d69a138173b6357646013a9363d8aa10891 | |
parent | 8eaa953ed11c5a32e1633aaa07fd76bcb50540a0 (diff) | |
download | freebsd-ports-graphics-7fd080535cc6691028ba00cad03db6fae8adc5cb.tar.gz freebsd-ports-graphics-7fd080535cc6691028ba00cad03db6fae8adc5cb.tar.zst freebsd-ports-graphics-7fd080535cc6691028ba00cad03db6fae8adc5cb.zip |
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
-rw-r--r-- | net-p2p/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/p5-Net-BitTorrent-File/Makefile | 29 | ||||
-rw-r--r-- | net-p2p/p5-Net-BitTorrent-File/distinfo | 3 | ||||
-rw-r--r-- | net-p2p/p5-Net-BitTorrent-File/pkg-descr | 6 | ||||
-rw-r--r-- | net-p2p/p5-Net-BitTorrent-File/pkg-plist | 5 |
5 files changed, 44 insertions, 0 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 2f535e4934b..b713f7bcbc8 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -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 diff --git a/net-p2p/p5-Net-BitTorrent-File/Makefile b/net-p2p/p5-Net-BitTorrent-File/Makefile new file mode 100644 index 00000000000..44891551fb4 --- /dev/null +++ b/net-p2p/p5-Net-BitTorrent-File/Makefile @@ -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> diff --git a/net-p2p/p5-Net-BitTorrent-File/distinfo b/net-p2p/p5-Net-BitTorrent-File/distinfo new file mode 100644 index 00000000000..e7ddc089477 --- /dev/null +++ b/net-p2p/p5-Net-BitTorrent-File/distinfo @@ -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 diff --git a/net-p2p/p5-Net-BitTorrent-File/pkg-descr b/net-p2p/p5-Net-BitTorrent-File/pkg-descr new file mode 100644 index 00000000000..c063313fccc --- /dev/null +++ b/net-p2p/p5-Net-BitTorrent-File/pkg-descr @@ -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/ diff --git a/net-p2p/p5-Net-BitTorrent-File/pkg-plist b/net-p2p/p5-Net-BitTorrent-File/pkg-plist new file mode 100644 index 00000000000..69dda328ced --- /dev/null +++ b/net-p2p/p5-Net-BitTorrent-File/pkg-plist @@ -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 |