From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 4 18:20:14 2005 Return-Path: <owner-freebsd-ports-bugs@FreeBSD.ORG> Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FD4216A4CE for <freebsd-ports-bugs@hub.freebsd.org>; Fri, 4 Mar 2005 18:20:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC6AF43D31 for <freebsd-ports-bugs@hub.freebsd.org>; Fri, 4 Mar 2005 18:20:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j24IKDuL060000 for <freebsd-ports-bugs@freefall.freebsd.org>; Fri, 4 Mar 2005 18:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j24IKDVn059973; Fri, 4 Mar 2005 18:20:13 GMT (envelope-from gnats) Resent-Date: Fri, 4 Mar 2005 18:20:13 GMT Resent-Message-Id: <200503041820.j24IKDVn059973@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, Lars Eggert <lars.eggert@gmx.net> Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87AD016A4CE for <FreeBSD-gnats-submit@freebsd.org>; Fri, 4 Mar 2005 18:17:21 +0000 (GMT) Received: from kobe.netlab.nec.de (kobe.netlab.nec.de [195.37.70.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9E8343D1D for <FreeBSD-gnats-submit@freebsd.org>; Fri, 4 Mar 2005 18:17:20 +0000 (GMT) (envelope-from root@kobe.netlab.nec.de) Received: from kobe.netlab.nec.de (localhost [127.0.0.1]) by kobe.netlab.nec.de (8.13.3/8.13.1) with ESMTP id j24ILEL3065106 for <FreeBSD-gnats-submit@freebsd.org>; Fri, 4 Mar 2005 19:21:14 +0100 (CET) (envelope-from root@kobe.netlab.nec.de) Received: (from root@localhost) by kobe.netlab.nec.de (8.13.3/8.13.1/Submit) id j24ILEek065105; Fri, 4 Mar 2005 19:21:14 +0100 (CET) (envelope-from root) Message-Id: <200503041821.j24ILEek065105@kobe.netlab.nec.de> Date: Fri, 4 Mar 2005 19:21:14 +0100 (CET) From: Lars Eggert <lars.eggert@gmx.net> To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/78422: [NEW PORT] devel/p5-Algorithm-ChooseSubsets: Perl algorithm to iterate through subsets of a list X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports <freebsd-ports-bugs.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs>, <mailto:freebsd-ports-bugs-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports-bugs> List-Post: <mailto:freebsd-ports-bugs@freebsd.org> List-Help: <mailto:freebsd-ports-bugs-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs>, <mailto:freebsd-ports-bugs-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 04 Mar 2005 18:20:14 -0000 >Number: 78422 >Category: ports >Synopsis: [NEW PORT] devel/p5-Algorithm-ChooseSubsets: Perl algorithm to iterate through subsets of a list >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 Mar 04 18:20:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Lars Eggert >Release: FreeBSD 5.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD kobe.netlab.nec.de 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #17: Wed Mar 2 11:44:09 CET >Description: Perl algorithm to iterate through subsets of a list. "Subsets" in this context refers to lists with elements taken from the original list, and in the same order as the elements in the original list. After creating the object, subsequent calls to next() will return the next such list in lexicographic order (where the alphabet is the original list). Author: Brian Duggan <bduggan@matatu.org> WWW: http://search.cpan.org/~bduggan/Algorithm-ChooseSubsets/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-Algorithm-ChooseSubsets-0.01.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-Algorithm-ChooseSubsets # p5-Algorithm-ChooseSubsets/Makefile # p5-Algorithm-ChooseSubsets/distinfo # p5-Algorithm-ChooseSubsets/pkg-descr # p5-Algorithm-ChooseSubsets/pkg-plist # echo c - p5-Algorithm-ChooseSubsets mkdir -p p5-Algorithm-ChooseSubsets > /dev/null 2>&1 echo x - p5-Algorithm-ChooseSubsets/Makefile sed 's/^X//' >p5-Algorithm-ChooseSubsets/Makefile << 'END-of-p5-Algorithm-ChooseSubsets/Makefile' X# New ports collection makefile for: Algorithm::ChooseSubsets X# Date created: 04 Mar 2005 X# Whom: lars.eggert@gmx.net X# X# $FreeBSD$ X# X XPORTNAME= Algorithm-ChooseSubsets XPORTVERSION= 0.01 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Algorithm XPKGNAMEPREFIX= p5- X XMAINTAINER= lars.eggert@gmx.net XCOMMENT= Perl algorithm to iterate through subsets of a list X XPERL_CONFIGURE= yes X XMAN3= Algorithm::ChooseSubsets.3 X X.include <bsd.port.mk> END-of-p5-Algorithm-ChooseSubsets/Makefile echo x - p5-Algorithm-ChooseSubsets/distinfo sed 's/^X//' >p5-Algorithm-ChooseSubsets/distinfo << 'END-of-p5-Algorithm-ChooseSubsets/distinfo' XMD5 (Algorithm-ChooseSubsets-0.01.tar.gz) = cf3f0e764ee048872c1888d5a2898223 XSIZE (Algorithm-ChooseSubsets-0.01.tar.gz) = 2785 END-of-p5-Algorithm-ChooseSubsets/distinfo echo x - p5-Algorithm-ChooseSubsets/pkg-descr sed 's/^X//' >p5-Algorithm-ChooseSubsets/pkg-descr << 'END-of-p5-Algorithm-ChooseSubsets/pkg-descr' XPerl algorithm to iterate through subsets of a list. X X"Subsets" in this context refers to lists with elements taken Xfrom the original list, and in the same order as the elements in the Xoriginal list. After creating the object, subsequent calls to next() Xwill return the next such list in lexicographic order (where the alphabet Xis the original list). X XAuthor: Brian Duggan <bduggan@matatu.org> XWWW: http://search.cpan.org/~bduggan/Algorithm-ChooseSubsets/ END-of-p5-Algorithm-ChooseSubsets/pkg-descr echo x - p5-Algorithm-ChooseSubsets/pkg-plist sed 's/^X//' >p5-Algorithm-ChooseSubsets/pkg-plist << 'END-of-p5-Algorithm-ChooseSubsets/pkg-plist' X%%SITE_PERL%%/Algorithm/ChooseSubsets.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/ChooseSubsets/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/ChooseSubsets X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Algorithm 2>/dev/null || true END-of-p5-Algorithm-ChooseSubsets/pkg-plist exit --- p5-Algorithm-ChooseSubsets-0.01.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: