non port: devel/p5-Data-Rmap/pkg-plist |
SVNWeb
|
Number of commits found: 6 |
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
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 )
|
Mon, 27 Oct 2014
|
[ 10:55 bapt ] (Only the first 10 of 1732 ports in this commit are shown above. )
Cleanup plist
|
Sun, 6 Jul 2014
|
[ 18:50 sunpoet ]
- Add LICENSE
- Use USE_PERL5=configure
- Update PLIST
- Bump PORTREVISION for package change
- Reformat and shorten pkg-descr
- Use single space after WWW:
|
Wed, 5 Feb 2014
|
[ 08:26 miwi ]
- Stage support
|
Sun, 12 Dec 2010
|
[ 03:52 pgollucci ] (Only the first 10 of 13 ports in this commit are shown above. )
- @comment cleanup in p5-* pkg-plist
|
Tue, 7 Dec 2010
|
[ 04:08 pgollucci ]
Recursively evaluate a BLOCK over a list of data structures (locally
setting $_ to each element) and return the list composed of the
results of such evaluations. $_ can be used to modify the elements.
Data::Rmap currently traverses HASH, ARRAY, SCALAR and GLOB reference
types and ignores others. Depending on which rmap_* wrapper is used,
the BLOCK is called for only scalar values, arrays, hashes,
references, all elements or a customizable combination.
The list of data structures is traversed pre-order in a depth-first
fashion. That is, the BLOCK is called for the container reference
before is it called for it's elements (although see "recurse" below
for post-order). The values of a hash are traversed in the usual
"values" order which may affect some applications.
(Only the first 15 lines of the commit message are shown above )
|
Number of commits found: 6 |