From 03cdfb1c7bd9b2421c52b73bbfb70437ff434f30 Mon Sep 17 00:00:00 2001 From: vsevolod Date: Thu, 12 Nov 2009 15:32:33 +0000 Subject: Add p5-Beanstalk-Client - a perl API for beanstalkd, in memory queue daemon. --- net/Makefile | 1 + net/p5-Beanstalk-Client/Makefile | 28 ++++++++++++++++++++++++++++ net/p5-Beanstalk-Client/distinfo | 3 +++ net/p5-Beanstalk-Client/pkg-descr | 4 ++++ net/p5-Beanstalk-Client/pkg-plist | 8 ++++++++ 5 files changed, 44 insertions(+) create mode 100644 net/p5-Beanstalk-Client/Makefile create mode 100644 net/p5-Beanstalk-Client/distinfo create mode 100644 net/p5-Beanstalk-Client/pkg-descr create mode 100644 net/p5-Beanstalk-Client/pkg-plist (limited to 'net') diff --git a/net/Makefile b/net/Makefile index 64ba6e1c6bf5..302aa5fc1c38 100644 --- a/net/Makefile +++ b/net/Makefile @@ -469,6 +469,7 @@ SUBDIR += p5-BBS-UserInfo-Ptt SUBDIR += p5-BBS-UserInfo-SOB SUBDIR += p5-BBS-UserInfo-Wretch + SUBDIR += p5-Beanstalk-Client SUBDIR += p5-Cisco-IPPhone SUBDIR += p5-Daemon-Generic SUBDIR += p5-EasyTCP diff --git a/net/p5-Beanstalk-Client/Makefile b/net/p5-Beanstalk-Client/Makefile new file mode 100644 index 000000000000..60a483732c2b --- /dev/null +++ b/net/p5-Beanstalk-Client/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-Beanstalk-Client +# Date created: 2009-11-12 +# Whom: Vsevolod Stakhov +# +# $FreeBSD$ +# + +PORTNAME= Beanstalk-Client +PORTVERSION= 1.05 +CATEGORIES= net perl5 +MASTER_SITES= CPAN/../../authors/id/G/GB/GBARR/ +PKGNAMEPREFIX= p5- + +MAINTAINER= vsevolod@FreeBSD.org +COMMENT= Perl API for beanstalkd, a distributed queue daemon + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/YAML/Syck.pm:${PORTSDIR}/textproc/p5-YAML-Syck \ + ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \ + ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error + +PERL_CONFIGURE= yes + +MAN3= Beanstalk::Client.3 \ + Beanstalk::Pool.3 \ + Beanstalk::Stats.3 \ + Beanstalk::Job.3 + +.include diff --git a/net/p5-Beanstalk-Client/distinfo b/net/p5-Beanstalk-Client/distinfo new file mode 100644 index 000000000000..1935be2e877e --- /dev/null +++ b/net/p5-Beanstalk-Client/distinfo @@ -0,0 +1,3 @@ +MD5 (Beanstalk-Client-1.05.tar.gz) = 065f07b4e6481d8c102bf39caf7961c6 +SHA256 (Beanstalk-Client-1.05.tar.gz) = 923e5ab9363e5aa6cd46be62dacce8f72553a05dd540a15a69dd4c563d4a6afe +SIZE (Beanstalk-Client-1.05.tar.gz) = 28367 diff --git a/net/p5-Beanstalk-Client/pkg-descr b/net/p5-Beanstalk-Client/pkg-descr new file mode 100644 index 000000000000..7ce3cc71b85c --- /dev/null +++ b/net/p5-Beanstalk-Client/pkg-descr @@ -0,0 +1,4 @@ +Beanstalk::Client provides a Perl API of protocol version 1.0 to the beanstalkd +server, a fast, general-purpose, in-memory workqueue service by Keith Rarick. + +WWW: http://xph.us/software/beanstalkd/ diff --git a/net/p5-Beanstalk-Client/pkg-plist b/net/p5-Beanstalk-Client/pkg-plist new file mode 100644 index 000000000000..6bacd46b8ce0 --- /dev/null +++ b/net/p5-Beanstalk-Client/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Beanstalk/Client/.packlist +%%SITE_PERL%%/Beanstalk/Client.pm +%%SITE_PERL%%/Beanstalk/Job.pm +%%SITE_PERL%%/Beanstalk/Pool.pm +%%SITE_PERL%%/Beanstalk/Stats.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Beanstalk/Client +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Beanstalk +@dirrmtry %%SITE_PERL%%/Beanstalk -- cgit