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:
parent
760241cd8f
commit
5f2834f0a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263228
@ -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
|
||||
|
22
devel/p5-Class-Std-Utils/Makefile
Normal file
22
devel/p5-Class-Std-Utils/Makefile
Normal 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>
|
3
devel/p5-Class-Std-Utils/distinfo
Normal file
3
devel/p5-Class-Std-Utils/distinfo
Normal 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
|
5
devel/p5-Class-Std-Utils/pkg-descr
Normal file
5
devel/p5-Class-Std-Utils/pkg-descr
Normal 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/
|
8
devel/p5-Class-Std-Utils/pkg-plist
Normal file
8
devel/p5-Class-Std-Utils/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user