non port: lang/p5-Parse-Perl/Makefile |
Number of commits found: 16 |
Friday, 2 Jun 2017
|
15:38 sunpoet
Mark DEPRECATED and set EXPIRATION_DATE to 2017-07-31
- Remove outdated PERL_LEVEL check
 |
Friday, 1 Apr 2016
|
14:08 mat
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
 |
Monday, 8 Jun 2015
|
19:16 mat
Mark those BROKEN, they don't build with Perl 5.22+
Sponsored by: Absolight
 |
Sunday, 12 Apr 2015
|
08:45 mat
These need Module::Build.
Sponsored by: Absolight
 |
Wednesday, 26 Nov 2014
|
13:08 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
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.
As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.
The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.
The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.
PR: 194969
Differential Revision: https://reviews.freebsd.org/D1019
Exp-run by: antoine
Reviewed by: perl@
Approved by: portmgr
 |
Monday, 4 Nov 2013
|
14:20 vanilla
support STAGEDIR.
 |
Friday, 20 Sep 2013
|
19:53 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
 |
Friday, 2 Aug 2013
|
18:52 mat
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
 |
Monday, 17 Dec 2012
|
12:40 az
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
 |
Tuesday, 13 Mar 2012
|
16:15 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)
 |
Thursday, 8 Mar 2012
|
18:45 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
 |
Monday, 5 Mar 2012
|
01:27 sunpoet
- Add BUILD_DEPENDS and TEST_DEPENDS
 |
Friday, 17 Feb 2012
|
08:56 jadawin
- Add devel/p5-Devel-CallChecker as a build depends
Reported by: PH
 |
Monday, 13 Feb 2012
|
09:31 jadawin
- Update to 0.007
- Add devel/p5-Devel-CallChecker as a dependency
- Changelog: http://search.cpan.org/src/ZEFRAM/Parse-Perl-0.007/Changes
 |
Saturday, 14 Jan 2012
|
19:12 miwi
- Update to 0.006
- Pass maintainership to perl
PR: Gea-Suan Lin <gslin@gslin.org> (maintainer)
 |
Wednesday, 24 Nov 2010
|
05:20 pgollucci
This module provides the capability to parse a string at runtime as
Perl source code, so that the resulting compiled code can be later
executed. This is part of the job of the string form of the eval
operator, but in this module it is separated out from the other jobs
of eval. Parsing of Perl code is generally influenced by its lexical
context, and this module provides some explicit control over this
process, by reifying lexical environments as Perl objects.
WWW: http://search.cpan.org/dist/Parse-Perl/
PR: ports/152447
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
Number of commits found: 16 |