add p5-Class-MakeMethods 1.005

Generate common types of methods

PR:		34251
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
Ying-Chieh Liao 2002-06-25 09:03:52 +00:00
parent a2642d71c4
commit 8258baa180
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61925
6 changed files with 92 additions and 0 deletions

View File

@ -381,6 +381,7 @@
SUBDIR += p5-Class-Fields
SUBDIR += p5-Class-ISA
SUBDIR += p5-Class-Loader
SUBDIR += p5-Class-MakeMethods
SUBDIR += p5-Class-MethodMaker
SUBDIR += p5-Class-ObjectTemplate
SUBDIR += p5-Class-ObjectTemplate-DB

View File

@ -0,0 +1,46 @@
# New ports collection makefile for: Class::MakeMethods
# Date created: 24 Jan 2002
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= Class-MakeMethods
PORTVERSION= 1.005
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
PKGNAMEPREFIX= p5-
MAINTAINER= svenasse@polaris.ca
PERL_CONFIGURE= yes
MAN3= Class::MakeMethods.3 \
Class::MakeMethods::Attribute.3 \
Class::MakeMethods::Basic.3 \
Class::MakeMethods::Basic::Array.3 \
Class::MakeMethods::Basic::Global.3 \
Class::MakeMethods::Basic::Hash.3 \
Class::MakeMethods::Changes.3 \
Class::MakeMethods::Composite.3 \
Class::MakeMethods::Composite::Array.3 \
Class::MakeMethods::Composite::Global.3 \
Class::MakeMethods::Composite::Hash.3 \
Class::MakeMethods::Composite::Inheritable.3 \
Class::MakeMethods::Composite::Universal.3 \
Class::MakeMethods::ReadMe.3 \
Class::MakeMethods::RelatedModules.3 \
Class::MakeMethods::Standard.3 \
Class::MakeMethods::Standard::Array.3 \
Class::MakeMethods::Standard::Global.3 \
Class::MakeMethods::Standard::Hash.3 \
Class::MakeMethods::Standard::Inheritable.3 \
Class::MakeMethods::Standard::Universal.3 \
Class::MakeMethods::ToDo.3 \
Class::MakeMethods::Utility::ArraySplicer.3 \
Class::MakeMethods::Utility::Inheritable.3 \
Class::MakeMethods::Utility::Ref.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Class-MakeMethods-1.005.tar.gz) = 5107d7c03d4275681228acc5d0861991

View File

@ -0,0 +1 @@
Generate common types of methods

View File

@ -0,0 +1,9 @@
The Class::MakeMethods framework allows Perl class developers to quickly
define common types of methods. When a module "use"s a subclass of
Class::MakeMethods, it can select from the supported method types, and
specify a name for each method desired. The methods are dynamically
generated and installed in the calling package.
WWW: http://search.cpan.org/search?dist=Class-MakeMethods
Seamus Venasse <svenasse@polaris.ca>

View File

@ -0,0 +1,34 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/MakeMethods/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods.pm
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Attribute.pm
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Basic.pm
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Basic/Array.pm
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Basic/Global.pm
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Basic/Hash.pm
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Changes.pod
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Composite.pm
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Composite/Array.pm
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Composite/Global.pm
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Composite/Hash.pm
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Composite/Inheritable.pm
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Composite/Universal.pm
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/ReadMe.pod
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/RelatedModules.pod
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Standard.pm
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Standard/Array.pm
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Standard/Global.pm
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Standard/Hash.pm
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Standard/Inheritable.pm
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Standard/Universal.pm
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/ToDo.pod
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Utility/ArraySplicer.pm
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Utility/Inheritable.pm
lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Utility/Ref.pm
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Basic 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Composite 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Standard 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Utility 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods 2>/dev/null || true
@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/MakeMethods 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true