diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-12-21 12:02:34 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-12-21 12:02:34 +0800 |
commit | fffd432478e38ae40d7885bfa2d6d47d5481154f (patch) | |
tree | 819ded9a4873d1cbf0cecb0cb879ed900019ae3a /net-p2p | |
parent | 8d6dbab297ac074115eaa95ea9b5aa2626dc42ec (diff) | |
download | freebsd-ports-graphics-fffd432478e38ae40d7885bfa2d6d47d5481154f.tar.gz freebsd-ports-graphics-fffd432478e38ae40d7885bfa2d6d47d5481154f.tar.zst freebsd-ports-graphics-fffd432478e38ae40d7885bfa2d6d47d5481154f.zip |
Direct Connect perl module with sharing client
WWW: http://search.cpan.org/dist/Net-DirectConnect/
PR: ports/153218
Submitted by: Oleg Alexeenkov <proler at gmail.com>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/p5-Net-DirectConnect/Makefile | 27 | ||||
-rw-r--r-- | net-p2p/p5-Net-DirectConnect/distinfo | 2 | ||||
-rw-r--r-- | net-p2p/p5-Net-DirectConnect/pkg-descr | 3 | ||||
-rw-r--r-- | net-p2p/p5-Net-DirectConnect/pkg-plist | 23 |
5 files changed, 56 insertions, 0 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 291803d66e1..2da5b48cd05 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 00000000000..a1a51d9c932 --- /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 <proler@gmail.com> +# +# $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 <bsd.port.mk> diff --git a/net-p2p/p5-Net-DirectConnect/distinfo b/net-p2p/p5-Net-DirectConnect/distinfo new file mode 100644 index 00000000000..7a8c254f704 --- /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 00000000000..f4b93ffc781 --- /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 00000000000..33f62bf4b92 --- /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 |