diff options
author | mspo <mspo@pkgsrc.org> | 2012-01-31 02:42:47 +0000 |
---|---|---|
committer | mspo <mspo@pkgsrc.org> | 2012-01-31 02:42:47 +0000 |
commit | fc6c17b883e97bc3b3d051dd42a3e593a8cc2e06 (patch) | |
tree | 578590c2d34878fc4d781278ea671c219f8c879f /net | |
parent | df29d2dc4f202fe500e0abb9ffae0a7c7551b802 (diff) | |
download | pkgsrc-fc6c17b883e97bc3b3d051dd42a3e593a8cc2e06.tar.gz |
Danga::Socket is another support lib for perlbal.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Danga-Socket/DESCR | 1 | ||||
-rw-r--r-- | net/p5-Danga-Socket/Makefile | 23 | ||||
-rw-r--r-- | net/p5-Danga-Socket/PLIST | 1 | ||||
-rw-r--r-- | net/p5-Danga-Socket/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/net/p5-Danga-Socket/DESCR b/net/p5-Danga-Socket/DESCR new file mode 100644 index 00000000000..2d3b2692603 --- /dev/null +++ b/net/p5-Danga-Socket/DESCR @@ -0,0 +1 @@ +Danga support lib for perlbal diff --git a/net/p5-Danga-Socket/Makefile b/net/p5-Danga-Socket/Makefile new file mode 100644 index 00000000000..aa9e0b84e6e --- /dev/null +++ b/net/p5-Danga-Socket/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/01/31 02:42:47 mspo Exp $ +# + +DISTNAME= Danga-Socket-1.61 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net +MASTER_SITES= http://search.cpan.org/CPAN/authors/id/B/BR/BRADFITZ/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/CPAN/authors/id/B/BR/BRADFITZ/ +COMMENT= Event loop and event-driven async socket base class +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Sys-Syscall>=0:../../devel/p5-Sys-Syscall +DEPENDS+= p5-Time-HiRes>=0:../../time/p5-Time-HiRes + +PERL5_PACKLIST= auto/Danga/Socket/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Danga-Socket/PLIST b/net/p5-Danga-Socket/PLIST new file mode 100644 index 00000000000..73efa1f3316 --- /dev/null +++ b/net/p5-Danga-Socket/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2012/01/31 02:42:47 mspo Exp $ diff --git a/net/p5-Danga-Socket/distinfo b/net/p5-Danga-Socket/distinfo new file mode 100644 index 00000000000..1c5db6ff237 --- /dev/null +++ b/net/p5-Danga-Socket/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/01/31 02:42:47 mspo Exp $ + +SHA1 (Danga-Socket-1.61.tar.gz) = dc767b69d1a2448b679771a740fb2964f944b6aa +RMD160 (Danga-Socket-1.61.tar.gz) = 09c76bdf4b9e8f2d182086d2cf0cb61602f866e6 +Size (Danga-Socket-1.61.tar.gz) = 20361 bytes |