summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-01-07 08:38:41 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-01-07 08:38:41 +0000
commit91dc77d3cf18dc28fed7900f165fd160fe50362f (patch)
tree20475cd67a174017322f8ef3043f2ac4b4108654 /devel
parent- Update to 0.28 (diff)
Add p5-Data-RoundRobin 0.03, serve data in a round robin manner.
PR: ports/107570 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
Notes
Notes: svn path=/head/; revision=181666
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/p5-Data-RoundRobin/Makefile22
-rw-r--r--devel/p5-Data-RoundRobin/distinfo3
-rw-r--r--devel/p5-Data-RoundRobin/pkg-descr6
-rw-r--r--devel/p5-Data-RoundRobin/pkg-plist5
5 files changed, 37 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 5a3e2c34e9d6..9f474d09148f 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -955,6 +955,7 @@
SUBDIR += p5-Data-Postponed
SUBDIR += p5-Data-Properties
SUBDIR += p5-Data-Random
+ SUBDIR += p5-Data-RoundRobin
SUBDIR += p5-Data-Serializer
SUBDIR += p5-Data-ShowTable
SUBDIR += p5-Data-Stag
diff --git a/devel/p5-Data-RoundRobin/Makefile b/devel/p5-Data-RoundRobin/Makefile
new file mode 100644
index 000000000000..2a6dbfa11511
--- /dev/null
+++ b/devel/p5-Data-RoundRobin/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-RoundRobin
+# Date created: Jan. 05, 2007
+# Whom: Li-Wen Hsu <lwhsu@lwhsu.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Data-RoundRobin
+PORTVERSION= 0.03
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Data
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= lwhsu@lwhsu.org
+COMMENT= Serve data in a round robin manner
+
+PERL_CONFIGURE= yes
+
+MAN3= Data::RoundRobin.3
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Data-RoundRobin/distinfo b/devel/p5-Data-RoundRobin/distinfo
new file mode 100644
index 000000000000..d814f5c42817
--- /dev/null
+++ b/devel/p5-Data-RoundRobin/distinfo
@@ -0,0 +1,3 @@
+MD5 (Data-RoundRobin-0.03.tar.gz) = ee199cf44c7e0f10423dfd5389db769d
+SHA256 (Data-RoundRobin-0.03.tar.gz) = 3b02994ea16b0e77d70482f117e5b7dfb7f94e884bebcbf58c5b1a89caf44fa6
+SIZE (Data-RoundRobin-0.03.tar.gz) = 12014
diff --git a/devel/p5-Data-RoundRobin/pkg-descr b/devel/p5-Data-RoundRobin/pkg-descr
new file mode 100644
index 000000000000..d889ee59382e
--- /dev/null
+++ b/devel/p5-Data-RoundRobin/pkg-descr
@@ -0,0 +1,6 @@
+This module provides a round roubin object implementation. It is similar
+to an iterator, only the internal counter is reset to the begining
+whenever it reaches the end. It might also be considered as a circular
+iterator.
+
+WWW: http://search.cpan.org/dist/Data-RoundRobin/
diff --git a/devel/p5-Data-RoundRobin/pkg-plist b/devel/p5-Data-RoundRobin/pkg-plist
new file mode 100644
index 000000000000..6d4eebe676a8
--- /dev/null
+++ b/devel/p5-Data-RoundRobin/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/RoundRobin/.packlist
+%%SITE_PERL%%/Data/RoundRobin.pm
+@dirrmtry %%SITE_PERL%%/Data
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/RoundRobin
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data