Bug 107570

Summary: [NEW PORT] devel/p5-Data-RoundRobin: Serve data in a round robin manner
Product: Ports & Packages Reporter: Li-Wen Hsu <lwhsu>
Component: Individual Port(s)Assignee: Cheng-Lung Sung <clsung>
Status: Closed FIXED    
Severity: Affects Only Me CC: lwhsu
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-Data-RoundRobin-0.03.shar none

Description Li-Wen Hsu 2007-01-05 16:20:13 UTC
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/

Generated with FreeBSD Port Tools 0.77
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-01-05 16:20:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Let me take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-07 08:38:48 UTC
clsung      2007-01-07 08:38:42 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Data-RoundRobin Makefile distinfo pkg-descr pkg-plist 
  Log:
  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>
  
  Revision  Changes    Path
  1.2588    +1 -0      ports/devel/Makefile
  1.1       +22 -0     ports/devel/p5-Data-RoundRobin/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Data-RoundRobin/distinfo (new)
  1.1       +6 -0      ports/devel/p5-Data-RoundRobin/pkg-descr (new)
  1.1       +5 -0      ports/devel/p5-Data-RoundRobin/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-01-07 08:39:26 UTC
State Changed
From-To: open->closed

New port added. Thank You.