Port details |
- p5-B-Hooks-Parser Interface to perls parser variables
- 0.21 devel
=0 0.21Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2009-03-11 16:54:14
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- This module provides an API for parts of the perl parser. It can be
used to modify code while it's being parsed.
WWW: https://metacpan.org/release/B-Hooks-Parser
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-B-Hooks-Parser>0:devel/p5-B-Hooks-Parser
- To install the port:
- cd /usr/ports/devel/p5-B-Hooks-Parser/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-B-Hooks-Parser
- pkg install p5-B-Hooks-Parser
- PKGNAME: p5-B-Hooks-Parser
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1555338925
SHA256 (B-Hooks-Parser-0.21.tar.gz) = 70fc6d5c42cf34e66917743cd348d6d03db5d144d8ded6892363b12327dbec4d
SIZE (B-Hooks-Parser-0.21.tar.gz) = 89001
- 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-ExtUtils-Depends>=0.302 : devel/p5-ExtUtils-Depends
- p5-B-Hooks-OP-Check>=0 : devel/p5-B-Hooks-OP-Check
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-B-Hooks-OP-Check>=0 : devel/p5-B-Hooks-OP-Check
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- devel/p5-self
- lang/p5-signatures
- for Run
-
- devel/p5-self
- lang/p5-signatures
- Configuration Options:
- No options to configure
- Options name:
- devel_p5-B-Hooks-Parser
- 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.21
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
15 Apr 2019 21:15:49
0.21
|
sunpoet  |
Update to 0.21
Changes: https://metacpan.org/changes/distribution/B-Hooks-Parser |
14 Apr 2019 17:52:40
0.19
|
sunpoet  |
Add LICENSE_FILE |
27 May 2018 20:15:20
0.19
|
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.19
|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
06 Apr 2017 21:56:12
0.19
|
sunpoet  |
Update to 0.19
Changes: http://search.cpan.org/dist/B-Hooks-Parser/Changes |
23 Aug 2016 01:57:24
0.17
|
wen  |
- Update to 0.17
Changes: http://search.cpan.org/src/ETHER/B-Hooks-Parser-0.17/Changes
- Add LICENSE |
01 Apr 2016 14:00:57
0.16
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
28 Jul 2015 13:21:30
0.16
|
sunpoet  |
- Update to 0.16
Changes: http://search.cpan.org/dist/B-Hooks-Parser/Changes |
29 Jun 2015 15:47:45
0.13_1
|
adamw  |
After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,
and in fact now leads to incorrect permissions.
Remove all instances of it from perl@ ports. |
08 Jun 2015 19:37:38
0.13_1
|
sunpoet  |
- Strip shared library
- Sort PLIST
- Bump PORTREVISION for package change |
08 Jun 2015 12:12:10
0.13
|
jadawin  |
- Update to 0.13 |
26 Nov 2014 13:08:38
0.12_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.12
|
bapt  |
Cleanup plist |
10 Jun 2014 12:14:14
0.12
|
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 |
27 Oct 2013 15:12:17
0.12
|
vanilla  |
support STAGEDIR. |
20 Sep 2013 17:13:47
0.12
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
29 Aug 2013 04:08:54
0.12
|
sunpoet  |
- Use single space after WWW: |
02 Aug 2013 18:52:11
0.12
|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
13 May 2013 08:37:45
0.12
|
tobez  |
Update to 0.12.
Changes: http://search.cpan.org/dist/B-Hooks-Parser/Changes |
17 Dec 2012 12:40:25
0.11
|
az  |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
19 Jun 2012 05:14:17
0.11
|
sunpoet  |
- Update to 0.11
Changes: http://search.cpan.org/dist/B-Hooks-Parser/Changes |
13 Mar 2012 16:15:36
0.10
|
pgollucci  |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
08 Mar 2012 18:45:38
0.10
|
pgollucci  |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
07 Feb 2012 15:10:31
0.10
|
sunpoet  |
- Update to 0.10
Changes: http://search.cpan.org/dist/B-Hooks-Parser/Changes |
08 Jan 2012 10:18:15
0.09_1
|
sunpoet  |
- Remove unnecessary MASTER_SITE_SUBDIR
- Update *_DEPENDS and fix typo
- p5-B-Hooks-EndOfScope is a test dependency
- p5-parent is already in perl >= 5.10.1
- Bump PORTREVISION for dependency change |
01 Oct 2011 01:26:36
0.09
|
swills  |
- Add missing build_depends to quiet build warning
- Add test depends to enable testing |
17 May 2011 11:05:02
0.09
|
jadawin  |
- Cleaning MD5 in perl@'s ports.
Approved by: erwin@ (portmgr) |
24 Sep 2010 02:03:44
0.09
|
pgollucci  |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
05 Jun 2009 21:30:20
0.09
|
miwi  |
- Update to 0.09
- Pass maintainership to perl@
PR: 135292
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) |
11 Mar 2009 16:53:57
0.08
|
miwi  |
This module provides an API for parts of the perl parser. It can be
used to modify code while it's being parsed.
WWW: http://search.cpan.org/dist/B-Hooks-Parser/
PR: ports/132532
Submitted by: Gea-Suan Lin <gslin at gslin.org> |