1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

Class::Component is pluggable component framework. The compatibilities such

as dump and load such as YAML are good.

WWW:    http://search.cpan.org/dist/Class-Component/

PR:		ports/122719
Submitted by:	Tomoyuki Sakurai <cherry at trombik.org>
This commit is contained in:
Cheng-Lung Sung 2008-04-14 01:29:04 +00:00
parent d0bc782954
commit 1490361829
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211205
5 changed files with 61 additions and 0 deletions

View File

@ -974,6 +974,7 @@
SUBDIR += p5-Class-C3-XS
SUBDIR += p5-Class-Closure
SUBDIR += p5-Class-CodeStyler
SUBDIR += p5-Class-Component
SUBDIR += p5-Class-Constant
SUBDIR += p5-Class-Container
SUBDIR += p5-Class-Contract

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: p5-Class-Component
# Date created: Fri Apr 11 16:34:55 2008
# Whom: Tomoyuki Sakurai <cherry@trombik.org>
#
# $FreeBSD$
#
PORTNAME= Class-Component
PORTVERSION= 0.15
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= cherry@trombik.org
COMMENT= Pluggable component framework
RUN_DEPENDS= p5-Carp-Clan>0:${PORTSDIR}/devel/p5-Carp-Clan \
p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Class-Data-Inheritable>0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
p5-Class-Inspector>0:${PORTSDIR}/devel/p5-Class-Inspector \
p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require
PERL_CONFIGURE= Yes
MAN3= Class::Component::Component::Plaggerize.3 \
Class::Component.3 \
Class::Component::Plugin.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Class-Component-0.15.tar.gz) = 2c4547864f878d0140d67dcca5f71e36
SHA256 (Class-Component-0.15.tar.gz) = 75478f8b8302acad449daf76996be91afff9e7c5b47219ba08231b6155cee25e
SIZE (Class-Component-0.15.tar.gz) = 28924

View File

@ -0,0 +1,4 @@
Class::Component is pluggable component framework. The compatibilities such
as dump and load such as YAML are good.
WWW: http://search.cpan.org/dist/Class-Component/

View File

@ -0,0 +1,24 @@
@comment $FreeBSD$
%%SITE_PERL%%/Class/Component/Attribute/Hook.pm
%%SITE_PERL%%/Class/Component/Attribute/Method.pm
%%SITE_PERL%%/Class/Component/Component/Autocall/SingletonMethod.pm
%%SITE_PERL%%/Class/Component/Component/Autocall/InjectMethod.pm
%%SITE_PERL%%/Class/Component/Component/Autocall/Autoload.pm
%%SITE_PERL%%/Class/Component/Component/Plaggerize/Log.pm
%%SITE_PERL%%/Class/Component/Component/Plaggerize/PluginLoader.pm
%%SITE_PERL%%/Class/Component/Component/Plaggerize/ConfigLoader.pm
%%SITE_PERL%%/Class/Component/Component/AutoloadPlugin.pm
%%SITE_PERL%%/Class/Component/Component/DisableDynamicPlugin.pm
%%SITE_PERL%%/Class/Component/Component/Plaggerize.pm
%%SITE_PERL%%/Class/Component/Component/SingletonMethod.pm
%%SITE_PERL%%/Class/Component/Component/Autocall.pm
%%SITE_PERL%%/Class/Component/Attribute.pm
%%SITE_PERL%%/Class/Component/Plugin.pm
%%SITE_PERL%%/Class/Component.pm
%%SITE_PERL%%/mach/auto/Class/Component/.packlist
@dirrmtry %%SITE_PERL%%/mach/auto/Class/Component
@dirrmtry %%SITE_PERL%%/Class/Component/Component/Plaggerize
@dirrmtry %%SITE_PERL%%/Class/Component/Component/Autocall
@dirrmtry %%SITE_PERL%%/Class/Component/Component
@dirrmtry %%SITE_PERL%%/Class/Component/Attribute
@dirrmtry %%SITE_PERL%%/Class/Component