From 04af21ba0bdac83c745802d48ec9dcd60d713b1b Mon Sep 17 00:00:00 2001 From: seb Date: Sat, 23 Aug 2008 20:36:28 +0000 Subject: Initial import of p5-IPC-PubSub version 0.28 in the NetBSD Packages Collection. The Perl 5 module IPC::PubSub provides a simple API for publishing messages to channels and for subscribing to them. --- devel/p5-IPC-PubSub/DESCR | 2 ++ devel/p5-IPC-PubSub/Makefile | 23 +++++++++++++++++++++++ devel/p5-IPC-PubSub/distinfo | 5 +++++ 3 files changed, 30 insertions(+) create mode 100644 devel/p5-IPC-PubSub/DESCR create mode 100644 devel/p5-IPC-PubSub/Makefile create mode 100644 devel/p5-IPC-PubSub/distinfo diff --git a/devel/p5-IPC-PubSub/DESCR b/devel/p5-IPC-PubSub/DESCR new file mode 100644 index 00000000000..640ace327b9 --- /dev/null +++ b/devel/p5-IPC-PubSub/DESCR @@ -0,0 +1,2 @@ +The Perl 5 module IPC::PubSub provides a simple API for publishing +messages to channels and for subscribing to them. diff --git a/devel/p5-IPC-PubSub/Makefile b/devel/p5-IPC-PubSub/Makefile new file mode 100644 index 00000000000..65f871f13b9 --- /dev/null +++ b/devel/p5-IPC-PubSub/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/08/23 20:36:28 seb Exp $ +# + +DISTNAME= IPC-PubSub-0.28 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/IPC-PubSub/ +COMMENT= Perl 5 module providing interprocess publish/subscribe channels + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/IPC/PubSub/.packlist + +DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor +DEPENDS+= p5-DBM-Deep>=1.00:../../databases/p5-DBM-Deep +DEPENDS+= p5-Data-UUID-[0-9]*:../../devel/p5-Data-UUID + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-IPC-PubSub/distinfo b/devel/p5-IPC-PubSub/distinfo new file mode 100644 index 00000000000..42b1b31c1bb --- /dev/null +++ b/devel/p5-IPC-PubSub/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/08/23 20:36:28 seb Exp $ + +SHA1 (IPC-PubSub-0.28.tar.gz) = e1128d671b9c4c119f4bf8fbd3d320e699e80b8b +RMD160 (IPC-PubSub-0.28.tar.gz) = 0eeb01fe3e2b20d570c38bd23e2951b9f0489d99 +Size (IPC-PubSub-0.28.tar.gz) = 20673 bytes -- cgit v1.2.3