Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Apr 2008 22:58:27 +0900 (JST)
From:      Tomoyuki Sakurai <cherry@trombik.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/122719: [NEW PORT] devel/p5-Class-Component: Pluggable component framework
Message-ID:  <20080413135827.862153C041D@spica.trombik.org>
Resent-Message-ID: <200804131400.m3DE05vl049363@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         122719
>Category:       ports
>Synopsis:       [NEW PORT] devel/p5-Class-Component: Pluggable component framework
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 13 14:00:05 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Tomoyuki Sakurai
>Release:        FreeBSD 6.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD x60.i.trombik.org 6.3-STABLE FreeBSD 6.3-STABLE #6: Sat Mar 29 17:03:57 JST 2008
>Description:
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/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Class-Component-0.15.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Class-Component
#	p5-Class-Component/Makefile
#	p5-Class-Component/distinfo
#	p5-Class-Component/pkg-descr
#	p5-Class-Component/pkg-plist
#
echo c - p5-Class-Component
mkdir -p p5-Class-Component > /dev/null 2>&1
echo x - p5-Class-Component/Makefile
sed 's/^X//' >p5-Class-Component/Makefile << 'END-of-p5-Class-Component/Makefile'
X# New ports collection makefile for:	p5-Class-Component
X# Date created:	Fri Apr 11 16:34:55 2008
X# Whom:		Tomoyuki Sakurai <cherry@trombik.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Class-Component
XPORTVERSION=	0.15
XCATEGORIES=		devel
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	cherry@trombik.org
XCOMMENT=	Pluggable component framework
X
XRUN_DEPENDS=	p5-Carp-Clan>0:${PORTSDIR}/devel/p5-Carp-Clan \
X	p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \
X	p5-Class-Data-Inheritable>0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
X	p5-Class-Inspector>0:${PORTSDIR}/devel/p5-Class-Inspector \
X	p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require
X
XMAN3=	Class::Component::Component::Plaggerize.3 \
X	Class::Component.3 \
X	Class::Component::Plugin.3
XPERL_CONFIGURE=	Yes
X
X.include <bsd.port.pre.mk>
X.include <bsd.port.post.mk>
END-of-p5-Class-Component/Makefile
echo x - p5-Class-Component/distinfo
sed 's/^X//' >p5-Class-Component/distinfo << 'END-of-p5-Class-Component/distinfo'
XMD5 (Class-Component-0.15.tar.gz) = 2c4547864f878d0140d67dcca5f71e36
XSHA256 (Class-Component-0.15.tar.gz) = 75478f8b8302acad449daf76996be91afff9e7c5b47219ba08231b6155cee25e
XSIZE (Class-Component-0.15.tar.gz) = 28924
END-of-p5-Class-Component/distinfo
echo x - p5-Class-Component/pkg-descr
sed 's/^X//' >p5-Class-Component/pkg-descr << 'END-of-p5-Class-Component/pkg-descr'
XClass::Component is pluggable component framework. The compatibilities such
Xas dump and load such as YAML are good.
X
XWWW:    http://search.cpan.org/dist/Class-Component/
END-of-p5-Class-Component/pkg-descr
echo x - p5-Class-Component/pkg-plist
sed 's/^X//' >p5-Class-Component/pkg-plist << 'END-of-p5-Class-Component/pkg-plist'
X@comment $FreeBSD$
X%%SITE_PERL%%/Class/Component/Attribute/Hook.pm
X%%SITE_PERL%%/Class/Component/Attribute/Method.pm
X%%SITE_PERL%%/Class/Component/Component/Autocall/SingletonMethod.pm
X%%SITE_PERL%%/Class/Component/Component/Autocall/InjectMethod.pm
X%%SITE_PERL%%/Class/Component/Component/Autocall/Autoload.pm
X%%SITE_PERL%%/Class/Component/Component/Plaggerize/Log.pm
X%%SITE_PERL%%/Class/Component/Component/Plaggerize/PluginLoader.pm
X%%SITE_PERL%%/Class/Component/Component/Plaggerize/ConfigLoader.pm
X%%SITE_PERL%%/Class/Component/Component/AutoloadPlugin.pm
X%%SITE_PERL%%/Class/Component/Component/DisableDynamicPlugin.pm
X%%SITE_PERL%%/Class/Component/Component/Plaggerize.pm
X%%SITE_PERL%%/Class/Component/Component/SingletonMethod.pm
X%%SITE_PERL%%/Class/Component/Component/Autocall.pm
X%%SITE_PERL%%/Class/Component/Attribute.pm
X%%SITE_PERL%%/Class/Component/Plugin.pm
X%%SITE_PERL%%/Class/Component.pm
X%%SITE_PERL%%/mach/auto/Class/Component/.packlist
X@dirrmtry %%SITE_PERL%%/mach/auto/Class/Component
X@dirrmtry %%SITE_PERL%%/Class/Component/Component/Plaggerize
X@dirrmtry %%SITE_PERL%%/Class/Component/Component/Autocall
X@dirrmtry %%SITE_PERL%%/Class/Component/Component
X@dirrmtry %%SITE_PERL%%/Class/Component/Attribute
X@dirrmtry %%SITE_PERL%%/Class/Component
END-of-p5-Class-Component/pkg-plist
exit
--- p5-Class-Component-0.15.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080413135827.862153C041D>