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:
parent
59cce2a148
commit
b2614d9770
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62551
@ -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
|
||||
|
22
devel/p5-Class-ArrayObjects/Makefile
Normal file
22
devel/p5-Class-ArrayObjects/Makefile
Normal 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>
|
1
devel/p5-Class-ArrayObjects/distinfo
Normal file
1
devel/p5-Class-ArrayObjects/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Class-ArrayObjects-1.00.tar.gz) = fe101a8c6bc7b12f4aa535c14a5b5c83
|
1
devel/p5-Class-ArrayObjects/pkg-comment
Normal file
1
devel/p5-Class-ArrayObjects/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Utility class for array based objects
|
13
devel/p5-Class-ArrayObjects/pkg-descr
Normal file
13
devel/p5-Class-ArrayObjects/pkg-descr
Normal 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
|
5
devel/p5-Class-ArrayObjects/pkg-plist
Normal file
5
devel/p5-Class-ArrayObjects/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user