From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 5 16:20:14 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4FCC616A415 for ; Fri, 5 Jan 2007 16:20:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 190F813C457 for ; Fri, 5 Jan 2007 16:20:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l05GKD87001896 for ; Fri, 5 Jan 2007 16:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l05GKDuJ001895; Fri, 5 Jan 2007 16:20:13 GMT (envelope-from gnats) Resent-Date: Fri, 5 Jan 2007 16:20:13 GMT Resent-Message-Id: <200701051620.l05GKDuJ001895@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Li-Wen Hsu Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6642916A403 for ; Fri, 5 Jan 2007 16:14:48 +0000 (UTC) (envelope-from lwhsu@jail0.lwhsu.csie.net) Received: from knight.lwhsu.ckefgisc.org (lwhsu.Dorm7.NCTU.edu.tw [140.113.90.48]) by mx1.freebsd.org (Postfix) with ESMTP id 34CE413C45E for ; Fri, 5 Jan 2007 16:14:47 +0000 (UTC) (envelope-from lwhsu@jail0.lwhsu.csie.net) Received: from jail0.lwhsu.csie.net (jail0 [192.168.173.100]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by knight.lwhsu.ckefgisc.org (Postfix) with ESMTP id E25CB1141E; Sat, 6 Jan 2007 00:15:29 +0800 (CST) Received: (from lwhsu@localhost) by jail0.lwhsu.csie.net (8.13.8/8.13.8/Submit) id l05GFTXR065935; Fri, 5 Jan 2007 16:15:29 GMT (envelope-from lwhsu) Message-Id: <200701051615.l05GFTXR065935@jail0.lwhsu.csie.net> Date: Fri, 5 Jan 2007 16:15:29 GMT From: Li-Wen Hsu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lwhsu@lwhsu.org Subject: ports/107570: [NEW PORT] devel/p5-Data-RoundRobin: Serve data in a round robin manner X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jan 2007 16:20:14 -0000 >Number: 107570 >Category: ports >Synopsis: [NEW PORT] devel/p5-Data-RoundRobin: Serve data in a round robin manner >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jan 05 16:20:13 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Li-Wen Hsu >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: >Environment: System: FreeBSD jail0.lwhsu.csie.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Wed Dec 6 11:34:36 CST >Description: 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 >How-To-Repeat: >Fix: --- p5-Data-RoundRobin-0.03.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Data-RoundRobin # p5-Data-RoundRobin/Makefile # p5-Data-RoundRobin/distinfo # p5-Data-RoundRobin/pkg-descr # p5-Data-RoundRobin/pkg-plist # echo c - p5-Data-RoundRobin mkdir -p p5-Data-RoundRobin > /dev/null 2>&1 echo x - p5-Data-RoundRobin/Makefile sed 's/^X//' >p5-Data-RoundRobin/Makefile << 'END-of-p5-Data-RoundRobin/Makefile' X# New ports collection makefile for: p5-RoundRobin X# Date created: Jan. 05, 2007 X# Whom: Li-Wen Hsu X# X# $FreeBSD$ X# X XPORTNAME= Data-RoundRobin XPORTVERSION= 0.03 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Data XPKGNAMEPREFIX= p5- X XMAINTAINER= lwhsu@lwhsu.org XCOMMENT= Serve data in a round robin manner X XPERL_CONFIGURE= yes X XMAN3= Data::RoundRobin.3 X X.include END-of-p5-Data-RoundRobin/Makefile echo x - p5-Data-RoundRobin/distinfo sed 's/^X//' >p5-Data-RoundRobin/distinfo << 'END-of-p5-Data-RoundRobin/distinfo' XMD5 (Data-RoundRobin-0.03.tar.gz) = ee199cf44c7e0f10423dfd5389db769d XSHA256 (Data-RoundRobin-0.03.tar.gz) = 3b02994ea16b0e77d70482f117e5b7dfb7f94e884bebcbf58c5b1a89caf44fa6 XSIZE (Data-RoundRobin-0.03.tar.gz) = 12014 END-of-p5-Data-RoundRobin/distinfo echo x - p5-Data-RoundRobin/pkg-descr sed 's/^X//' >p5-Data-RoundRobin/pkg-descr << 'END-of-p5-Data-RoundRobin/pkg-descr' XThis module provides a round roubin object implementation. It is similar Xto an iterator, only the internal counter is reset to the begining Xwhenever it reaches the end. It might also be considered as a circular Xiterator. X XWWW: http://search.cpan.org/dist/Data-RoundRobin/ END-of-p5-Data-RoundRobin/pkg-descr echo x - p5-Data-RoundRobin/pkg-plist sed 's/^X//' >p5-Data-RoundRobin/pkg-plist << 'END-of-p5-Data-RoundRobin/pkg-plist' X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/RoundRobin/.packlist X%%SITE_PERL%%/Data/RoundRobin.pm X@dirrmtry %%SITE_PERL%%/Data X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/RoundRobin X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data END-of-p5-Data-RoundRobin/pkg-plist exit --- p5-Data-RoundRobin-0.03.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: