From f19cc33d4c80fea60bc22a8c4b8cbc8346af79c9 Mon Sep 17 00:00:00 2001 From: "Philip M. Gollucci" Date: Tue, 21 Dec 2010 04:02:34 +0000 Subject: Direct Connect perl module with sharing client WWW: http://search.cpan.org/dist/Net-DirectConnect/ PR: ports/153218 Submitted by: Oleg Alexeenkov --- net-p2p/Makefile | 1 + net-p2p/p5-Net-DirectConnect/Makefile | 27 +++++++++++++++++++++++++++ net-p2p/p5-Net-DirectConnect/distinfo | 2 ++ net-p2p/p5-Net-DirectConnect/pkg-descr | 3 +++ net-p2p/p5-Net-DirectConnect/pkg-plist | 23 +++++++++++++++++++++++ 5 files changed, 56 insertions(+) create mode 100644 net-p2p/p5-Net-DirectConnect/Makefile create mode 100644 net-p2p/p5-Net-DirectConnect/distinfo create mode 100644 net-p2p/p5-Net-DirectConnect/pkg-descr create mode 100644 net-p2p/p5-Net-DirectConnect/pkg-plist (limited to 'net-p2p') diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 291803d66e14..2da5b48cd05b 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -91,6 +91,7 @@ SUBDIR += p5-Net-BitTorrent SUBDIR += p5-Net-BitTorrent-File SUBDIR += p5-Net-BitTorrent-PeerPacket + SUBDIR += p5-Net-DirectConnect SUBDIR += p5-WWW-BitTorrent SUBDIR += p5-pdonkey SUBDIR += phex diff --git a/net-p2p/p5-Net-DirectConnect/Makefile b/net-p2p/p5-Net-DirectConnect/Makefile new file mode 100644 index 000000000000..a1a51d9c932c --- /dev/null +++ b/net-p2p/p5-Net-DirectConnect/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-Net-DirectConnect +# Date created: 2010-01-16 +# Whom: Oleg Alexeenkov +# +# $FreeBSD$ +# + +PORTNAME= Net-DirectConnect +PORTVERSION= 0.07 +CATEGORIES= net-p2p net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= proler@gmail.com +COMMENT= Perl Direct Connect lib and client + +RUN_DEPENDS= p5-lib-abs>=0:${PORTSDIR}/devel/p5-lib-abs \ + p5-MIME-Base32>=0:${PORTSDIR}/converters/p5-MIME-Base32 \ + p5-Sys-Sendfile-FreeBSD>=0:${PORTSDIR}/devel/p5-Sys-Sendfile-FreeBSD \ + p5-Net-DirectConnect-TigerHash>=0:${PORTSDIR}/net-p2p/p5-Net-DirectConnect-TigerHash + +PERL_CONFIGURE= yes + +MAN1= dcget.1 dcshare.1 +MAN3= Net::DirectConnect.3 Net::DirectConnect::filelist.3 + +.include diff --git a/net-p2p/p5-Net-DirectConnect/distinfo b/net-p2p/p5-Net-DirectConnect/distinfo new file mode 100644 index 000000000000..7a8c254f704d --- /dev/null +++ b/net-p2p/p5-Net-DirectConnect/distinfo @@ -0,0 +1,2 @@ +SHA256 (Net-DirectConnect-0.07.tar.gz) = 7cf00deda265e124ba67652fd5e9cd461bb942d692853866ca1b9fe88241b91b +SIZE (Net-DirectConnect-0.07.tar.gz) = 111619 diff --git a/net-p2p/p5-Net-DirectConnect/pkg-descr b/net-p2p/p5-Net-DirectConnect/pkg-descr new file mode 100644 index 000000000000..f4b93ffc781a --- /dev/null +++ b/net-p2p/p5-Net-DirectConnect/pkg-descr @@ -0,0 +1,3 @@ +Direct Connect perl module with sharing client + +WWW: http://search.cpan.org/dist/Net-DirectConnect/ diff --git a/net-p2p/p5-Net-DirectConnect/pkg-plist b/net-p2p/p5-Net-DirectConnect/pkg-plist new file mode 100644 index 000000000000..33f62bf4b924 --- /dev/null +++ b/net-p2p/p5-Net-DirectConnect/pkg-plist @@ -0,0 +1,23 @@ +bin/dcget +bin/dchub +bin/dcshare +%%SITE_PERL%%/Net/DirectConnect.pm +%%SITE_PERL%%/Net/DirectConnect/adc.pm +%%SITE_PERL%%/Net/DirectConnect/clicli.pm +%%SITE_PERL%%/Net/DirectConnect/clihub.pm +%%SITE_PERL%%/Net/DirectConnect/filelist.pm +%%SITE_PERL%%/Net/DirectConnect/http.pm +%%SITE_PERL%%/Net/DirectConnect/hub.pm +%%SITE_PERL%%/Net/DirectConnect/hubcli.pm +%%SITE_PERL%%/Net/DirectConnect/hubhub.pm +%%SITE_PERL%%/Net/DirectConnect/nmdc.pm +%%SITE_PERL%%/Net/DirectConnect/pslib/psmisc.pm +%%SITE_PERL%%/Net/DirectConnect/pslib/pssql.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DirectConnect/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DirectConnect +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto +@dirrm %%SITE_PERL%%/mach +@dirrm %%SITE_PERL%%/Net/DirectConnect/pslib +@dirrm %%SITE_PERL%%/Net/DirectConnect +@dirrm %%SITE_PERL%%/Net -- cgit v1.2.3