pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-IPC-PubSub Initial import of p5-IPC-PubSub ve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8dcf2492b60
branches:  trunk
changeset: 546205:b8dcf2492b60
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Aug 23 20:36:28 2008 +0000

description:
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.

diffstat:

 devel/p5-IPC-PubSub/DESCR    |   2 ++
 devel/p5-IPC-PubSub/Makefile |  23 +++++++++++++++++++++++
 devel/p5-IPC-PubSub/distinfo |   5 +++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r 912cb920461c -r b8dcf2492b60 devel/p5-IPC-PubSub/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IPC-PubSub/DESCR Sat Aug 23 20:36:28 2008 +0000
@@ -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 -r 912cb920461c -r b8dcf2492b60 devel/p5-IPC-PubSub/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IPC-PubSub/Makefile      Sat Aug 23 20:36:28 2008 +0000
@@ -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@localhost
+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 -r 912cb920461c -r b8dcf2492b60 devel/p5-IPC-PubSub/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IPC-PubSub/distinfo      Sat Aug 23 20:36:28 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index