Port details |
- p5-signatures Subroutine signatures for Perl with no source filter
- 0.14 lang
=0 0.14Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2009-08-04 11:37:23
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- With this Perl module, you can specify subroutine signatures and have
variables automatically defined within the subroutine.
WWW: https://metacpan.org/release/signatures
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-signatures>0:lang/p5-signatures
- To install the port:
- cd /usr/ports/lang/p5-signatures/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/p5-signatures
- pkg install p5-signatures
- PKGNAME: p5-signatures
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1557099939
SHA256 (signatures-0.14.tar.gz) = aa728c7f6b7152ee4c6067675a7ad06234285a43c28fc6dc9493e26170d45a64
SIZE (signatures-0.14.tar.gz) = 87373
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-B-Hooks-EndOfScope>=0.08 : devel/p5-B-Hooks-EndOfScope
- p5-B-Hooks-OP-Check>=0.17 : devel/p5-B-Hooks-OP-Check
- p5-B-Hooks-OP-PPAddr>=0.03 : devel/p5-B-Hooks-OP-PPAddr
- p5-B-Hooks-Parser>=0.15 : devel/p5-B-Hooks-Parser
- p5-ExtUtils-Depends>=0.302 : devel/p5-ExtUtils-Depends
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-B-Hooks-EndOfScope>=0.08 : devel/p5-B-Hooks-EndOfScope
- p5-B-Hooks-OP-Check>=0.17 : devel/p5-B-Hooks-OP-Check
- p5-B-Hooks-OP-PPAddr>=0.03 : devel/p5-B-Hooks-OP-PPAddr
- p5-B-Hooks-Parser>=0.15 : devel/p5-B-Hooks-Parser
- p5-ExtUtils-Depends>=0.302 : devel/p5-ExtUtils-Depends
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- net/p5-POE-Component-PubSub
- www/p5-Reaction
- for Run
-
- net/p5-POE-Component-PubSub
- www/p5-Reaction
- Configuration Options:
- No options to configure
- Options name:
- lang_p5-signatures
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 0.14
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.14
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 May 2019 00:25:59
0.14
|
wen  |
- Update to 0.14 |
06 Oct 2018 13:06:45
0.13
|
des  |
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) |
27 May 2018 20:15:20
0.13
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
0.13
|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
01 Apr 2016 14:08:38
0.13
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
28 Jul 2015 13:21:36
0.13
|
sunpoet  |
- Update to 0.13 and unbreak this port
Changes: http://search.cpan.org/dist/signatures/Changes |
17 Jun 2015 17:08:59
0.12
|
antoine  |
Mark BROKEN: Fails to configure
*** Can't load dependency information for B::Hooks::Parser:
Can't locate B/Hooks/Parser/Install/Files.pm in @INC (you may need to install
the B::Hooks::Parser::Install::Files module) (@INC contains:
/usr/local/lib/perl5/site_perl/mach/5.20 /usr/local/lib/perl5/site_perl
/usr/local/lib/perl5/5.20/mach /usr/local/lib/perl5/5.20
/usr/local/lib/perl5/site_perl/5.20 /usr/local/lib/perl5/site_perl/5.20/mach .)
at /usr/local/lib/perl5/site_perl/ExtUtils/Depends.pm line 185.
Reported by: pkg-fallout |
13 May 2015 19:02:18
0.12
|
sunpoet  |
- Update to 0.12
- Add LICENSE
- Sort *_DEPENDS
Changes: http://search.cpan.org/dist/signatures/Changes |
13 Apr 2015 12:37:28
0.11
|
mat  |
Update to 0.11, fixing Perl 5.19.2+ builds, give to perl@
Approved by: tobez (maintainer)
Sponsored by: Absolight |
26 Nov 2014 13:08:38
0.07_1
|
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 (Only the first 15 lines of the commit message are shown above ) |
27 Oct 2014 15:23:31
0.07
|
bapt  |
Cleanup plist |
10 Jun 2014 12:14:14
0.07
|
mat  |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
29 Jan 2014 17:46:33
0.07
|
az  |
- add stage support
Approved by: portmgr (blanket infrastructure) |
20 Sep 2013 19:53:10
0.07
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
05 Aug 2013 15:05:30
0.07
|
az  |
- Convert to new perl framework
- Trim Makefile header
Approved by: tobez@ (maintainer) |
15 Nov 2012 08:28:11
0.07
|
tobez  |
Update to 0.07.
Changes: http://cpansearch.perl.org/src/KAPPA/signatures-0.07/Changes
Feature safe: yes |
21 Jan 2012 17:40:15
0.06
|
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 |
20 Jun 2011 08:37:15
0.06
|
az  |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum |
04 Aug 2009 11:36:50
0.06
|
tobez  |
Add lang/p5-signatures 0.06, a Perl module that brings subroutine
signatures into the language. |