non port: devel/p5-Return-Type/Makefile |
SVNWeb
|
Number of commits found: 12 |
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 22 Oct 2020
|
[ 17:38 sunpoet ]
Update to 0.007
Changes: https://metacpan.org/changes/distribution/Return-Type
|
Sun, 18 Oct 2020
|
[ 20:25 sunpoet ]
Update to 0.006
Changes: https://metacpan.org/changes/distribution/Return-Type
|
Sat, 6 Oct 2018
|
[ 13:06 des ] (Only the first 10 of 2492 ports in this commit are shown above. )
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw)
|
Fri, 15 Sep 2017
|
[ 08:58 mat ] (Only the first 10 of 2495 ports in this commit are shown above. )
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight
|
Fri, 2 Jun 2017
|
[ 18:12 sunpoet ]
Remove outdated PERL_LEVEL check
- Add NO_ARCH
|
Fri, 1 Apr 2016
|
[ 11:16 sunpoet ]
- Add LICENSE_FILE
- Fix *_DEPENDS
- Update *_DEPENDS: remove PORTSDIR
- Bump PORTREVISION for dependency change
|
Thu, 31 Mar 2016
|
[ 15:23 mat ] (Only the first 10 of 30 ports in this commit are shown above. )
Cleanup dependencies on lang/p5-Scalar-List-Utils.
The different cases are:
- Only bring it if the one bundled with Perl is outdated.
- The version bundled with all our Perl is sufficient.
- Scalar-List-Util is not really needed by the port.
(looking for /(Sub|Scalar|List)::Util/ returns nothing.)
While there, do some minor cleanup that caught my eye.
PR: 208378
With hat: perl@
Sponsored by: Absolight
|
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 )
|
Tue, 9 Sep 2014
|
[ 14:43 sunpoet ]
- Update to 0.005
Changes: http://search.cpan.org/dist/Return-Type/Changes
|
Thu, 31 Jul 2014
|
[ 10:30 sunpoet ]
- Update to 0.004
Changes: http://search.cpan.org/dist/Return-Type/Changes
|
Wed, 19 Mar 2014
|
[ 17:27 sunpoet ]
- Add p5-Return-Type 0.003
Return::Type allows you to specify a return type for your subs. Type constraints
from any Type::Tiny, MooseX::Types or MouseX::Types type library are supported.
The simple syntax for specifying a type constraint is shown in the "SYNOPSIS"
[1]. If the attribute is passed a single type constraint as shown, this will be
applied to the return value if called in scalar context, and to each item in the
returned list if called in list context. (If the sub is called in void context,
type constraints are simply ignored.)
[1] http://search.cpan.org/dist/Return-Type/lib/Return/Type.pm#SYNOPSIS
WWW: http://search.cpan.org/dist/Return-Type/
|
Number of commits found: 12 |