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:
@@ -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
|
||||
|
||||
22
devel/p5-Data-RoundRobin/Makefile
Normal file
22
devel/p5-Data-RoundRobin/Makefile
Normal 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>
|
||||
3
devel/p5-Data-RoundRobin/distinfo
Normal file
3
devel/p5-Data-RoundRobin/distinfo
Normal 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
|
||||
6
devel/p5-Data-RoundRobin/pkg-descr
Normal file
6
devel/p5-Data-RoundRobin/pkg-descr
Normal 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/
|
||||
5
devel/p5-Data-RoundRobin/pkg-plist
Normal file
5
devel/p5-Data-RoundRobin/pkg-plist
Normal 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
|
||||
Reference in New Issue
Block a user