diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-03 08:51:29 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-03 08:51:29 +0800 |
commit | 9be52c4532663159b3c1b218382392cc3d3aa355 (patch) | |
tree | 8a7eeb7f896f69f5e4843ae092a09aa5f1dddb95 /net-p2p | |
parent | 62c89f07b72fb70419a3c6b275847dc1ed479ae8 (diff) | |
download | freebsd-ports-graphics-9be52c4532663159b3c1b218382392cc3d3aa355.tar.gz freebsd-ports-graphics-9be52c4532663159b3c1b218382392cc3d3aa355.tar.zst freebsd-ports-graphics-9be52c4532663159b3c1b218382392cc3d3aa355.zip |
Add p5-WWW-BitTorrent 0.01, search and Download .torrent(s) files from
BitTorrents boards.
PR: ports/101267
Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/p5-WWW-BitTorrent/Makefile | 31 | ||||
-rw-r--r-- | net-p2p/p5-WWW-BitTorrent/distinfo | 3 | ||||
-rw-r--r-- | net-p2p/p5-WWW-BitTorrent/p5-WWW-BitTorrent-0.01.tbz | bin | 0 -> 9046 bytes | |||
-rw-r--r-- | net-p2p/p5-WWW-BitTorrent/pkg-descr | 4 | ||||
-rw-r--r-- | net-p2p/p5-WWW-BitTorrent/pkg-plist | 6 |
6 files changed, 45 insertions, 0 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index c461f2d4d10..33b86518841 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -98,6 +98,7 @@ SUBDIR += py-kenosis-bittorrent SUBDIR += py-py2play SUBDIR += p5-Net-BitTorrent-File + SUBDIR += p5-WWW-BitTorrent SUBDIR += p5-pdonkey SUBDIR += qtella SUBDIR += qtorrent diff --git a/net-p2p/p5-WWW-BitTorrent/Makefile b/net-p2p/p5-WWW-BitTorrent/Makefile new file mode 100644 index 00000000000..7052719cc86 --- /dev/null +++ b/net-p2p/p5-WWW-BitTorrent/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: p5-WWW-BitTorrent +# Date created: 2006-08-02 +# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= WWW-BitTorrent +PORTVERSION= 0.01 +CATEGORIES= net-p2p perl5 www +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= WWW +PKGNAMEPREFIX= p5- + +MAINTAINER= snowfly@yuntech.edu.tw +COMMENT= Search and Download .torrent(s) files from BitTorrents boards + +BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= WWW::BitTorrent.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/net-p2p/p5-WWW-BitTorrent/distinfo b/net-p2p/p5-WWW-BitTorrent/distinfo new file mode 100644 index 00000000000..71952245d03 --- /dev/null +++ b/net-p2p/p5-WWW-BitTorrent/distinfo @@ -0,0 +1,3 @@ +MD5 (WWW-BitTorrent-0.01.tar.gz) = 752dd8e08bf6bebae4bbe898cc48f271 +SHA256 (WWW-BitTorrent-0.01.tar.gz) = 2b5372745895d0631621bc086cc0c99190af0378556b6687430140f061367560 +SIZE (WWW-BitTorrent-0.01.tar.gz) = 3683 diff --git a/net-p2p/p5-WWW-BitTorrent/p5-WWW-BitTorrent-0.01.tbz b/net-p2p/p5-WWW-BitTorrent/p5-WWW-BitTorrent-0.01.tbz Binary files differnew file mode 100644 index 00000000000..9ddf69dcf7f --- /dev/null +++ b/net-p2p/p5-WWW-BitTorrent/p5-WWW-BitTorrent-0.01.tbz diff --git a/net-p2p/p5-WWW-BitTorrent/pkg-descr b/net-p2p/p5-WWW-BitTorrent/pkg-descr new file mode 100644 index 00000000000..6b26878d81b --- /dev/null +++ b/net-p2p/p5-WWW-BitTorrent/pkg-descr @@ -0,0 +1,4 @@ +WWW::BitTorrent - Search and Download .torrent(s) files from BitTorrents boards. + +Author: Amit Sides <amit.sides@gmail.com> +WWW: http://search.cpan.org/dist/WWW-BitTorrent/ diff --git a/net-p2p/p5-WWW-BitTorrent/pkg-plist b/net-p2p/p5-WWW-BitTorrent/pkg-plist new file mode 100644 index 00000000000..407322a859f --- /dev/null +++ b/net-p2p/p5-WWW-BitTorrent/pkg-plist @@ -0,0 +1,6 @@ +%%SITE_PERL%%/WWW/BitTorrent.pm +%%SITE_PERL%%//WWW/bittorrent.pl +%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/BitTorrent/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/BitTorrent +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW +@dirrmtry %%SITE_PERL%%/WWW |