Port details |
- p5-Class-Container Glues object frameworks together transparently
- 0.13 devel =24 0.13Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2002-07-05 12:22:09
- Last Update: 2022-07-20 14:21:35
- Commit Hash: aa6eefd
- People watching this port, also watch:: p5-Class-Data-Inheritable, p5-Devel-StackTrace, p5-Params-Validate, p5-Cache-Cache, p5-HTML-Mason
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- This class facilitates building frameworks of several classes that
inter-operate. It was first designed and built for "HTML::Mason", in
which the Compiler, Lexer, Interpreter, Resolver, Component, Buffer,
and several other objects must create each other transparently,
passing the appropriate parameters to the right class, possibly
substituting their own subclass for any of these objects.
The main features of "Class::Container" are:
* Declaration of parameters used by each member in a class framework
* Transparent passing of constructor parameters to the class that
needs them
* Ability to create one (automatic) or many (manual) contained
objects automatically and transparently
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Class-Container>0:devel/p5-Class-Container
- To install the port:
- cd /usr/ports/devel/p5-Class-Container/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Class-Container
- pkg install p5-Class-Container
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Class-Container
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1509911332
SHA256 (Class-Container-0.13.tar.gz) = f5d495b1dfb826d5c0c45d03b4d0e6b6047cbb06cdbf6be15fd4dc902aeeb70b
SIZE (Class-Container-0.13.tar.gz) = 25768
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Params-Validate>=0 : devel/p5-Params-Validate
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Params-Validate>=0 : devel/p5-Params-Validate
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- textproc/p5-AI-Categorizer
- www/p5-Apache-Session-Wrapper
- www/p5-HTML-Mason
- www/p5-Jifty
- www/p5-MasonX-Interp-WithCallbacks
- for Run
-
- textproc/p5-AI-Categorizer
- www/p5-Apache-Session-Wrapper
- www/p5-HTML-Mason
- www/p5-Jifty
- www/p5-MasonX-Interp-WithCallbacks
Configuration Options:
- No options to configure
- Options name:
- devel_p5-Class-Container
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.13 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.13 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.13 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
0.13 05 Nov 2017 21:16:30 |
sunpoet |
Update to 0.13
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/Class-Container/Changes |
0.12_1 05 Nov 2017 06:05:25 |
adamw |
perl@ maintains the unmaintained modules |
0.12_1 04 Nov 2017 13:07:42 |
zi |
- Reset MAINTAINER due to fatal email bounces, maintainer timeouts
Reported by: portscout |
0.12_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.12_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.12 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
0.12 28 Jan 2014 16:48:54 |
miwi |
- Stage support |
0.12 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.12 09 Sep 2013 16:55:32 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
0.12 21 Jan 2012 17:40:15 |
eadler |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
0.12 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.12 23 Oct 2009 00:30:06 |
leeym |
- replace ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm with
p5-Params-Validate>=0 since it changed the file path.
- portlint
PR: follow-up to ports/139837
Submitted by: Gea-Suan Lin <gslin at gslin.org> |
0.12 22 Jul 2009 16:27:08 |
pgollucci |
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav) |
0.12 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
0.12 08 Sep 2007 00:56:04 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
0.12 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
0.12 22 Jan 2006 01:48:34 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.12 30 Sep 2005 14:05:30 |
mnag |
Update to 0.12
PR: 86720
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Approved by: dsh@vlink.ru (maintainer), pav (mentor) |
0.11 25 Oct 2004 09:45:22 |
tobez |
Update to 0.11.
PR: 73043, 73106
Submitted by: tobez, maintainer |
0.10 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.10 05 Jul 2003 14:10:43 |
kuriyama |
Update to 0.10.
Submitted by: Mathieu Arnold <m@absolight.net>
PR: ports/51803 |
0.09 31 Mar 2003 00:00:44 |
edwin |
Update port: devel/p5-Class-Container to latest (0.09) version
PR: ports/48656
Submitted by: Denis Shaposhnikov <dsh@neva.vlink.ru> |
0.07 21 Feb 2003 11:23:04 |
knu |
De-pkg-comment. |
0.07 20 Feb 2003 16:33:26 |
sobomax |
Conditionalise several dependencies on PERL_LEVEL to make those ports more
friendly for perl-5.8.0, which has those dependencies included into the
base distribution.
Sponsired by: Porta Software Ltd |
0.07 13 Feb 2003 01:54:41 |
edwin |
let's be less aggresive with removing the directories, they might
be in use by other ports. |
0.07 25 Jul 2002 17:06:45 |
pat |
Update to 0.07
PR: ports/40977
Submitted by: maintainer |
0.06 17 Jul 2002 15:32:56 |
pat |
Update to 0.06
PR: ports/40686
Submitted by: maintainer |
0.05 05 Jul 2002 12:14:04 |
tobez |
Add p5-Class-Container 0.05, a perl module to glue object frameworks
together transparently.
PR: 40224
Submitted by: Denis Shaposhnikov <dsh@vlink.ru> |