Port details |
- p5-Class-XSAccessor-Array Perl5 module for unloading classes
- 1.04_2 devel
=0 1.04_2Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2009-03-15 17:17:53
- Last Update: 2015-03-12 19:30:58
- SVN Revision: 381147
- Also Listed In: perl5
- License: ART10 GPLv1
- WWW:
- http://search.cpan.org/dist/Class-XSAccessor-Array/
- Description:
- The Class::XSAccessor::Array module implements fast XS accessors both
for getting at and setting an object attribute. Additionally, the module
supports mutators and simple predicates (has_foo() like tests
for definedness of an attributes). The module works only with objects that
are implemented as arrays.
A simple benchmark showed more than a factor of two performance advantage over
writing accessors in Perl.
WWW: http://search.cpan.org/dist/Class-XSAccessor-Array/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- p5-Class-XSAccessor-Array>0:devel/p5-Class-XSAccessor-Array
- No installation instructions:
- This port has been deleted.
- PKGNAME: p5-Class-XSAccessor-Array
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-AutoXS-Header>=0 : devel/p5-AutoXS-Header
- perl5.18.4 : lang/perl5.18
- Runtime dependencies:
-
- p5-AutoXS-Header>=0 : devel/p5-AutoXS-Header
- perl5.18.4 : lang/perl5.18
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 16
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.04_2 12 Mar 2015 19:30:58 |
adamw |
Remove devel/p5-Class-XSAccessor-Array. Class::XSAccessor::Array has been
a part of devel/p5-Class-XSAccessor since 2009. At best, this port has
been unnecessary since then; at worst, there should have been CONFLICTS
between the two.
Remove the obsolete port, and update MOVED to recommend that users switch
to devel/p5-Class-XSAccessor. |
1.04_2 12 Mar 2015 02:12:50 |
amdmi3 |
- Strip library |
1.04_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 ) |
1.04 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
1.04 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
1.04 28 Oct 2013 13:46:26 |
vanilla |
support STAGEDIR. |
1.04 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
02 Aug 2013 18:21:06
|
az |
- Convert to new perl framework |
1.04 16 May 2013 10:29:08 |
miwi |
- Update MASTER_SITES
- Add LICENSE
PR: 178589
Submitted by: Ports Fury |
1.04 15 Oct 2012 16:21:12 |
tabthorpe |
- Reassign to the heap at maintainer's request
Approved by: portmgr (implicit)
Feature safe: yes
Redports: ignore |
1.04 30 Jun 2012 05:16:13 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
1.04 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 |
1.04 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.04 21 Jun 2009 21:16:07 |
pgollucci |
- Update to 1.04 (the right port)
PR: ports/135739
Approved by: maintainer
Submitted by: myself (pgollucci@) |
1.02 29 May 2009 19:25:49 |
miwi |
- Update to 1.02
PR: 13472
Submitted by: Cezary Morga <cm@therek.net> (maintainer) |
0.14 15 Mar 2009 17:16:37 |
miwi |
The Class::XSAccessor::Array module implements fast XS accessors both
for getting at and setting an object attribute. Additionally, the module
supports mutators and simple predicates (has_foo() like tests
for definedness of an attributes). The module works only with objects that
are implemented as arrays.
A simple benchmark showed more than a factor of two performance advantage over
writing accessors in Perl.
WWW: http://search.cpan.org/dist/Class-XSAccessor-Array/
PR: ports/132406
Submitted by: Cezary Morga <cm at therek.net> |
Number of commits found: 16
|