notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: devel/p5-Class-XSAccessor-Array/Makefile

Number of commits found: 12

Thursday, 12 Mar 2015
02:12 amdmi3 search for other commits by this committer
- Strip library
Original commitRevision:381058 
Wednesday, 26 Nov 2014
13:08 mat search for other commits by this committer
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
Original commitRevision:373448 
Monday, 28 Oct 2013
13:46 vanilla search for other commits by this committer
support STAGEDIR.
Original commitRevision:331856 
Friday, 20 Sep 2013
17:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Original commitRevision:327724 
Friday, 2 Aug 2013
18:21 az search for other commits by this committer
- Convert to new perl framework
Original commitRevision:324171 
Thursday, 16 May 2013
10:29 miwi search for other commits by this committer
- Update MASTER_SITES
- Add LICENSE

PR:		178589
Submitted by:	Ports Fury
Original commitRevision:318305 
Monday, 15 Oct 2012
16:21 tabthorpe search for other commits by this committer
- Reassign to the heap at maintainer's request

Approved by:	portmgr (implicit)
Feature safe:	yes
Redports:	ignore
Original commitRevision:305921 
Saturday, 30 Jun 2012
05:16 az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Original commit
Saturday, 21 Jan 2012
17:40 eadler search for other commits by this committer
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
Original commit
Sunday, 21 Jun 2009
21:16 pgollucci search for other commits by this committer
- Update to 1.04 (the right port)

PR:             ports/135739
Approved by:    maintainer
Submitted by:   myself (pgollucci@)
Original commit
Friday, 29 May 2009
19:25 miwi search for other commits by this committer
- Update to 1.02

PR:             13472
Submitted by:   Cezary Morga <cm@therek.net> (maintainer)
Original commit
Sunday, 15 Mar 2009
17:16 miwi search for other commits by this committer
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>
Original commit

Number of commits found: 12