non port: devel/p5-Class-XSAccessor-Array/Makefile |
Number of commits found: 12 |
Thursday, 12 Mar 2015
|
02:12 amdmi3
- Strip library
|
Wednesday, 26 Nov 2014
|
13:08 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
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.
As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.
The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.
The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.
PR: 194969
Differential Revision: https://reviews.freebsd.org/D1019
Exp-run by: antoine
Reviewed by: perl@
Approved by: portmgr
|
Monday, 28 Oct 2013
|
13:46 vanilla
support STAGEDIR.
|
Friday, 20 Sep 2013
|
17:13 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Friday, 2 Aug 2013
|
18:21 az
- Convert to new perl framework
|
Thursday, 16 May 2013
|
10:29 miwi
- Update MASTER_SITES
- Add LICENSE
PR: 178589
Submitted by: Ports Fury
|
Monday, 15 Oct 2012
|
16:21 tabthorpe
- Reassign to the heap at maintainer's request
Approved by: portmgr (implicit)
Feature safe: yes
Redports: ignore
|
Saturday, 30 Jun 2012
|
05:16 az
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
|
Saturday, 21 Jan 2012
|
17:40 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
|
Sunday, 21 Jun 2009
|
21:16 pgollucci
- Update to 1.04 (the right port)
PR: ports/135739
Approved by: maintainer
Submitted by: myself (pgollucci@)
|
Friday, 29 May 2009
|
19:25 miwi
- Update to 1.02
PR: 13472
Submitted by: Cezary Morga <cm@therek.net> (maintainer)
|
Sunday, 15 Mar 2009
|
17:16 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: 12 |