Port details |
- p5-Class-Declare Perl module for declare classes
- 0.19 devel
=0 0.19Version of this port present on the latest quarterly branch. - Maintainer: simarg@gmail.com
 - Port Added: 2009-04-10 18:12:29
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: perl5
- License: not specified in port
- Description:
- Class::Declare allows class authors to specify public, private and protected
attributes and methods for their classes, giving them control over how their
modules may be accessed. The standard object oriented programming concepts
of public, private and protected have been implemented for both class and
instance (or object) attributes and methods.
WWW: https://metacpan.org/release/Class-Declare
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Class-Declare>0:devel/p5-Class-Declare
- To install the port:
- cd /usr/ports/devel/p5-Class-Declare/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Class-Declare
- pkg install p5-Class-Declare
- PKGNAME: p5-Class-Declare
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Class-Declare-0.19.tar.gz) = 43a323521956303dfc26700ffd3967ecc4088f66f12e1d9074f73dd8e790fa01
SIZE (Class-Declare-0.19.tar.gz) = 77805
- 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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- devel_p5-Class-Declare
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.19
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 May 2018 20:15:20
0.19
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
19 May 2016 10:21:25
0.19
|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
01 Apr 2016 14:00:57
0.19
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
09 Oct 2015 18:32:59
0.19
|
sunpoet  |
- Update to 0.19
- While I'm here:
- Fix *_DEPENDS: Test::Exception is a test-only dependency
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/Class-Declare/Changes
PR: 203655
Submitted by: Sergey Karatkevich <simarg@gmail.com> (maintainer) |
26 Nov 2014 13:08:38
0.17_1
|
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 ) |
27 Oct 2014 10:55:59
0.17
|
bapt  |
Cleanup plist |
06 Jan 2014 18:07:56
0.17
|
az  |
- add stage support
Approved by: portmgr (blanket infrastructure) |
20 Sep 2013 17:13:47
0.17
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
09 Sep 2013 08:21:32
0.17
|
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
30 Jun 2012 14:07:27
0.17
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
25 Feb 2012 21:10:30
0.17
|
swills  |
- Update to 0.17
PR: ports/164960
Submitted by: swills (myself)
Approved by: maintainer timeout (simarg@gmail.com. > 2 weeks) |
21 Jan 2012 17:40:15
0.13
|
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 |
22 Oct 2011 23:50:23
0.13
|
eadler  |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
03 Jul 2011 14:59:23
0.13
|
ohauer  |
-remove MD5 |
12 Feb 2011 09:30:23
0.13
|
az  |
Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.
No functional changes.
Sponsored by: p5 namespace |
15 Dec 2009 21:09:17
0.13
|
pgollucci  |
- Update to 0.13
PR: ports/141566
Approved by: maintainer
Submitted by: myself (pgollucci@) |
10 Apr 2009 18:12:02
0.12
|
pgollucci  |
Class::Declare allows class authors to specify public, private and protected
attributes and methods for their classes, giving them control over how their
modules may be accessed. The standard object oriented programming concepts
of public, private and protected have been implemented for both class and
instance (or object) attributes and methods.
WWW: http://search.cpan.org/~ibb/Class-Declare/Declare.pm
- Sergey Karatkevich
simarg@gmail.com
PR: ports/130415
Submitted by: kevit |