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>
This commit is contained in:
Cheng-Lung Sung
2007-01-07 08:38:41 +00:00
parent daa727e0f5
commit 91dc77d3cf
5 changed files with 37 additions and 0 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -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

View File

@@ -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/

View File

@@ -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