1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Add devel/p5-IPC-PubSub 0.22, a Perl module that provides interprocess

Publish/Subscribe channels.
This commit is contained in:
Anton Berezin 2007-01-26 15:06:18 +00:00
parent d68b123ed0
commit 1e0b52895e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183342
5 changed files with 69 additions and 0 deletions

View File

@ -1182,6 +1182,7 @@
SUBDIR += p5-IPC-Mmap
SUBDIR += p5-IPC-Mmap-Share
SUBDIR += p5-IPC-Open3-Simple
SUBDIR += p5-IPC-PubSub
SUBDIR += p5-IPC-Run
SUBDIR += p5-IPC-Run3
SUBDIR += p5-IPC-ShareLite

View File

@ -0,0 +1,34 @@
# New ports collection makefile for: devel/p5-IPC-PubSub
# Date created: 26 January 2007
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= IPC-PubSub
PORTVERSION= 0.22
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IPC
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Interprocess Publish/Subscribe channels
BUILD_DEPENDS= ${SITE_PERL}/DBM/Deep.pm:${PORTSDIR}/databases/p5-DBM-Deep \
${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \
${SITE_PERL}/${PERL_ARCH}/Data/UUID.pm:${PORTSDIR}/devel/p5-Data-UUID
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= IPC::PubSub.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (IPC-PubSub-0.22.tar.gz) = 5f23d20a4d80c21e32fd3631bfd95df9
SHA256 (IPC-PubSub-0.22.tar.gz) = b432376a0aad5a618e34bb4d04e60348a7011b32621385b794e4e982cb617ce2
SIZE (IPC-PubSub-0.22.tar.gz) = 19568

View File

@ -0,0 +1,11 @@
This module provides a simple API for publishing messages to channels
and for subscribing to them.
When a message is published on a channel, all subscribers currently in
that channel will get it on their next "get" or "get_all" call.
Currently, it offers three backends: "DBM_Deep" for on-disk storage,
"Memcached" for possibly multi-host storage, and "PlainHash" for
single-process storage.
WWW: http://search.cpan.org/dist/IPC-PubSub/

View File

@ -0,0 +1,20 @@
%%SITE_PERL%%/IPC/PubSub.pm
%%SITE_PERL%%/IPC/PubSub/Cache.pm
%%SITE_PERL%%/IPC/PubSub/Cache/DBM_Deep.pm
%%SITE_PERL%%/IPC/PubSub/Cache/JiftyDBI.pm
%%SITE_PERL%%/IPC/PubSub/Cache/JiftyDBI/Stash.pm
%%SITE_PERL%%/IPC/PubSub/Cache/JiftyDBI/Stash/Item.pm
%%SITE_PERL%%/IPC/PubSub/Cache/JiftyDBI/Stash/Publisher.pm
%%SITE_PERL%%/IPC/PubSub/Cache/Memcached.pm
%%SITE_PERL%%/IPC/PubSub/Cache/PlainHash.pm
%%SITE_PERL%%/IPC/PubSub/Cacheable.pm
%%SITE_PERL%%/IPC/PubSub/Publisher.pm
%%SITE_PERL%%/IPC/PubSub/Subscriber.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/PubSub/.packlist
@dirrmtry %%SITE_PERL%%/IPC/PubSub/Cache/JiftyDBI/Stash
@dirrmtry %%SITE_PERL%%/IPC/PubSub/Cache/JiftyDBI
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/PubSub
@dirrmtry %%SITE_PERL%%/IPC/PubSub/Cache
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC
@dirrmtry %%SITE_PERL%%/IPC/PubSub
@dirrmtry %%SITE_PERL%%/IPC