non port: devel/p5-Getopt-Attribute/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
|
[ 19:11 sunpoet ]
- Add LICENSE
- Sort PLIST
- Reformat pkg-descr
|
Mon, 6 Jan 2014
|
[ 12:43 az ] (Only the first 10 of 43 ports in this commit are shown above. )
- add stage support
Approved by: portmgr (blanket infrastructure)
|
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:09 pgollucci ]
This module provides an attribute wrapper around Getopt::Long.
Instead of declaring the options in a hash with references to the
variables and subroutines affected by the options, you can use the
Getopt attribute on the variables and subroutines directly.
As you can see from the Synopsis, the attribute takes an argument of
the same format as you would give as the hash key for Getopt::Long.
See the Getopt::Long manpage for details.
WWW: http://search.cpan.org/dist/Getopt-Attribute/
PR: ports/152631
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
Number of commits found: 6 |