Port details |
- p5-Sub-Name Module to assign new names to Perl subroutines
- 0.26,1 devel
=9 0.26,1Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2005-11-27 14:56:01
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: libidn, glib, screen, zip, libXdamage
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- The subname() function exported by this module allows one to assign new
names to Perl subroutine. This is different from glob-assignment, since
the name is only used for informational purposes (caller, Carp, etc.).
Note that for anonymous closures (subs that reference lexicals declared
outside the sub itself) one can name each instance of the closure
differently, which can be very useful for debugging.
WWW: https://metacpan.org/release/Sub-Name
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Sub-Name>0:devel/p5-Sub-Name
- To install the port:
- cd /usr/ports/devel/p5-Sub-Name/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Sub-Name
- pkg install p5-Sub-Name
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Sub-Name
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1572266794
SHA256 (Sub-Name-0.26.tar.gz) = 2d2f2d697d516c89547e7c4307f1e79441641cae2c7395e7319b306d390df105
SIZE (Sub-Name-0.26.tar.gz) = 84898
- 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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- databases/p5-DBIx-Class
- databases/p5-DBIx-Class-CustomPrefetch
- databases/p5-DBIx-Class-EncodedColumn
- devel/p5-Class-Accessor-Grouped
- devel/p5-Class-Accessor-Installer
- devel/p5-Class-Accessor-Named
- devel/p5-Class-StateMachine
-
Deleted ports which required this port:
- for Run
-
- databases/p5-DBIx-Class
- databases/p5-DBIx-Class-CustomPrefetch
- databases/p5-DBIx-Class-EncodedColumn
- devel/p5-Class-Accessor-Grouped
- devel/p5-Class-Accessor-Installer
- devel/p5-Class-Accessor-Named
- devel/p5-Class-StateMachine
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
- Configuration Options:
- No options to configure
- Options name:
- devel_p5-Sub-Name
- 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 |
06 Apr 2021 14:31:07 0.26,1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 May 2020 13:13:25
0.26,1
|
danfe  |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 7). |
28 Oct 2019 14:56:31
0.26,1
|
sunpoet  |
Update to 0.26
Changes: https://metacpan.org/changes/distribution/Sub-Name |
10 Sep 2018 11:17:00
0.21,1
|
des  |
Reassign all of tobez@'s p5 ports to perl@.
Approved by: tobez |
27 May 2018 20:15:20
0.21,1
|
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.21,1
|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
21 Jul 2017 17:29:40
0.21,1
|
sunpoet  |
Fix LICENSE_FILE |
08 Feb 2017 23:46:54
0.21,1
|
sunpoet  |
Update to 0.21
- Fix devel/p5-Moose 2.2004 (r433538)
- While I'm here:
- Add LICENSE
- Strip shared library
Changes: http://search.cpan.org/dist/Sub-Name/Changes
With hat: perl |
01 Apr 2016 14:00:57
0.14,1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
24 Apr 2015 20:23:21
0.14,1
|
adamw  |
Update to 0.14, and add TEST_DEPENDS.
Approved by: maintainer (implicit) |
16 Feb 2015 21:20:28
0.12,1
|
adamw  |
Update to 0.12.
Changes: https://metacpan.org/changes/distribution/Sub-Name
PR: 197212
Approved by: maintainer (implicit) |
01 Feb 2015 20:24:06
0.05_1,1
|
adamw  |
Shoot. r378267 contained changes to a bunch of ports that I didn't mean to
commit.
Back it out, and bump PORTEPOCH on all the ports that I accidentally changed. |
01 Feb 2015 19:55:42
0.12
|
adamw  |
Add devel/p5-Input-Validator. This is an input validation system, similar
to HTTP::Validate, Data::Validator, Brannigan, etc. Input::Validator doesn't
really do anything other than input validation, so it's much lighter-weight than
some of the others.
WWW: https://metacpan.org/pod/Input::Validator |
26 Nov 2014 13:08:38
0.05_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 10:55:59
0.05
|
bapt  |
Cleanup plist |
10 Jun 2014 12:14:14
0.05
|
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 |
06 Jan 2014 14:40:31
0.05
|
az  |
- add stage support
Approved by: portmgr (blanket infrastructure) |
20 Sep 2013 17:13:47
0.05
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
05 Aug 2013 15:05:30
0.05
|
az  |
- Convert to new perl framework
- Trim Makefile header
Approved by: tobez@ (maintainer) |
17 Sep 2011 06:49:29
0.05
|
sunpoet  |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
20 Dec 2010 00:52:33
0.05
|
wen  |
- Update to 0.05
(Fix the build of devel/p5-Class-Accessor-Grouped)
ChangeLog: http://cpansearch.perl.org/src/FLORA/Sub-Name-0.05/Changes
Approved by: maintainer(implicity) |
03 Sep 2008 11:53:02
0.04
|
tobez  |
Update to 0.04. Do not require 5.8.X, since it works now with 5.6.X.
Changes: http://search.cpan.org/dist/Sub-Name/Changes
Nudged by: lbr |
08 May 2008 11:09:10
0.03
|
tobez  |
Update to 0.03. Require 5.8.0+.
Changes: http://search.cpan.org/dist/Sub-Name/Changes |
17 Apr 2008 14:30:31
0.02
|
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
08 Sep 2007 00:59:21
0.02
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
22 Jan 2006 01:48:34
0.02
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
27 Nov 2005 14:54:40
0.02
|
tobez  |
Add devel/p5-Sub-Name, a Perl module to dynamically assign names to Perl
subroutines. |