- Perl module that make Arrays as objects with set operations

PR:		ports/77019
Submitted by:	Alex Kapranoff <kappa AT rambler dash co dot ru>
This commit is contained in:
Cheng-Lung Sung 2005-02-03 01:57:54 +00:00
parent 1ca1883eae
commit bade038df5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127943
5 changed files with 38 additions and 0 deletions

View file

@ -1001,6 +1001,7 @@
SUBDIR += p5-SVN-Web
SUBDIR += p5-Search-Binary
SUBDIR += p5-Server-FastPL
SUBDIR += p5-Set-Array
SUBDIR += p5-Set-Crontab
SUBDIR += p5-Set-Infinite
SUBDIR += p5-Set-NestedGroups

View file

@ -0,0 +1,26 @@
# New ports collection makefile for: devel/p5-Set-Array
# Date created: 2 September 2004
# Whom: Alex Kapranoff <kappa@rambler-co.ru>
#
# $FreeBSD$
#
PORTNAME= Set-Array
PORTVERSION= 0.12
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/R/RS/RSAVAGE
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Arrays as objects with set operations
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Want.pm:${PORTSDIR}/devel/p5-Want
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN3= Set::Array.3
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
MD5 (Set-Array-0.12.tgz) = fee1f29ef28c10f33df9cf1c2dcb8b9e
SIZE (Set-Array-0.12.tgz) = 22763

View file

@ -0,0 +1,7 @@
Set::Array allows you to create arrays as objects and use OO-style
methods on them. Many convenient methods are provided here that appear
in the FAQ's, the Perl Cookbook or posts from comp.lang.perl.misc. In
addition, there are Set methods with corresponding (overloaded)
operators for the purpose of Set comparison, i.e. +, ==, etc.
WWW: http://search.cpan.org/search?dist=Set-Array

View file

@ -0,0 +1,2 @@
%%SITE_PERL%%/Set/Array.pm
@unexec rmdir %D/%%SITE_PERL%%/Set 2>/dev/null || true