1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Add p5-Class-ArrayObjects 1.00, utility class for array based objects.

This commit is contained in:
Sergey Skvortsov 2002-07-07 12:20:53 +00:00
parent 59cce2a148
commit b2614d9770
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62551
6 changed files with 43 additions and 0 deletions

View File

@ -378,6 +378,7 @@
SUBDIR += p5-Carp-Assert
SUBDIR += p5-Cdk
SUBDIR += p5-Class-Accessor
SUBDIR += p5-Class-ArrayObjects
SUBDIR += p5-Class-BlackHole
SUBDIR += p5-Class-Container
SUBDIR += p5-Class-Contract

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: Class-ArrayObjects
# Date created: 07 July 2002
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Class-ArrayObjects
PORTVERSION= 1.00
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
PERL_CONFIGURE= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Class::ArrayObjects.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Class-ArrayObjects-1.00.tar.gz) = fe101a8c6bc7b12f4aa535c14a5b5c83

View File

@ -0,0 +1 @@
Utility class for array based objects

View File

@ -0,0 +1,13 @@
This module makes it easy to build classes using array based objects.
It's main goal is to allow one to create less memory hungry programs,
notably in memory-sensitive contexts such as mod_perl.
This module is little more than a cute way of defining constant subs in
your own package. Constant subs are very useful when dealing with array
based objects because they allow one to access array slots by name
instead of by index.
WWW: http://search.cpan.org/search?dist=Class-ArrayObjects
-- Sergey Skvortsov
skv@FreeBSD.org

View File

@ -0,0 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/ArrayObjects/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Class/ArrayObjects.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/ArrayObjects
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true