Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Mar 2005 19:21:14 +0100 (CET)
From:      Lars Eggert <lars.eggert@gmx.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/78422: [NEW PORT] devel/p5-Algorithm-ChooseSubsets: Perl algorithm to iterate through subsets of a list
Message-ID:  <200503041821.j24ILEek065105@kobe.netlab.nec.de>
Resent-Message-ID: <200503041820.j24IKDVn059973@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503041821.j24ILEek065105>