This module provides three utility subroutines that simplify the

creation of "inside-out" classes. See Chapters 15 and 16 of "Perl Best
Practices" (O'Reilly, 2005) for details.

WWW:	http://search.cpan.org/dist/Class-Std-Utils/

PR:		ports/151489
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
Philip M. Gollucci 2010-10-19 00:28:31 +00:00
parent 760241cd8f
commit 5f2834f0a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263228
5 changed files with 39 additions and 0 deletions

View File

@ -1304,6 +1304,7 @@
SUBDIR += p5-Class-StateMachine
SUBDIR += p5-Class-Std
SUBDIR += p5-Class-Std-Fast
SUBDIR += p5-Class-Std-Utils
SUBDIR += p5-Class-StrongSingleton
SUBDIR += p5-Class-Tangram
SUBDIR += p5-Class-Throwable

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: p5-Class-Std-Utils
# Date created: 2010-10-15
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Class-Std-Utils
DISTVERSION= v0.0.3
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Class
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Utility subroutines for building "inside-out" objects
PERL_CONFIGURE= yes
MAN3= Class::Std::Utils.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Class-Std-Utils-v0.0.3.tar.gz) = a919348d36b254aacbabe01d82e831b6
SHA256 (Class-Std-Utils-v0.0.3.tar.gz) = 673996b2ffe76457af510b3f669b72d6510617ab4dff868eda6a59b378b6a3ae
SIZE (Class-Std-Utils-v0.0.3.tar.gz) = 5141

View File

@ -0,0 +1,5 @@
This module provides three utility subroutines that simplify the
creation of "inside-out" classes. See Chapters 15 and 16 of "Perl Best
Practices" (O'Reilly, 2005) for details.
WWW: http://search.cpan.org/dist/Class-Std-Utils/

View File

@ -0,0 +1,8 @@
@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Std/Utils/.packlist
%%SITE_PERL%%/Class/Std/Utils.pm
@dirrmtry %%SITE_PERL%%/Class/Std
@dirrmtry %%SITE_PERL%%/Class
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Std/Utils
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Std
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class