Port details |
- p5-Parse-Perl Interpret string as Perl source
- 0.007_1 lang
=0 0.007_1Version of this port present on the latest quarterly branch.
- BROKEN: Fails to build with Perl >= 5.22
DEPRECATED: does not build with Perl >= 5.22 This port expired on: 2017-07-31 IGNORE: is marked as broken: Fails to build with Perl >= 5.22
- Maintainer: perl@FreeBSD.org
- Port Added: 2010-11-24 05:27:48
- Last Update: 2017-07-31 17:42:34
- SVN Revision: 446988
- Also Listed In: perl5
- License: not specified in port
- WWW:
- http://search.cpan.org/dist/Parse-Perl/
- Description:
- 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/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- p5-Parse-Perl>0:lang/p5-Parse-Perl
- No installation instructions:
- This port has been deleted.
- PKGNAME: p5-Parse-Perl
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Parse-Perl-0.007.tar.gz) = 10ba446f6b19180df66ec56f3eec50f26e761182ddf639a4a194e938be7a33ca
SIZE (Parse-Perl-0.007.tar.gz) = 25828
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Devel-CallChecker>=0.003 : devel/p5-Devel-CallChecker
- p5-Module-Build>=0.4206 : devel/p5-Module-Build
- perl5>=5.24<5.25 : lang/perl5.24
- Runtime dependencies:
-
- p5-Devel-CallChecker>=0.003 : devel/p5-Devel-CallChecker
- perl5>=5.24<5.25 : lang/perl5.24
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.007_1 31 Jul 2017 17:42:34 |
rene |
Remove expired ports:
2017-07-31 net/rubygem-oauth212: Only created for www/gitlab; please use
net/rubygem-oauth2 instead
2017-07-31 textproc/rubygem-liquid3: Use textproc/rubygem-liquid instead
2017-07-31 mail/dovecot2-antispam-plugin: Use pigeonhole instead. See
https://wiki2.dovecot.org/HowTo/AntispamWithSieve
2017-07-31 mail/dovecot-antispam: Dovecot-1.x is deprecated. Use dovecot2 and
dovecot2-antispam-plugin instead
2017-07-31 mail/dovecot-sieve: Dovecot-1.x is deprecated. Use dovecot2 and
dovecot-pigeonhole instead
2017-07-31 mail/dovecot-managesieve: Dovecot-1.x is deprecated. Use dovecot2 and
dovecot-pigeonhole instead
2017-07-31 www/rubygem-jquery-ui-rails5-rails4: Only created for www/gitlab;
please use www/rubygem-jquery-ui-rails-rails4 instead
2017-07-31 security/rubygem-omniauth13: Only created for www/gitlab; please use
security/rubygem-omniauth instead
2017-07-31 devel/rubygem-health_check22: Only created for www/gitlab; please use
devel/rubygem-health_check instead
2017-07-31 devel/rubygem-semantic_puppet0: Use devel/rubygem-semantic_puppet
instead
2017-07-31 devel/rubygem-newrelic_rpm3: Only created for www/gitlab; please use
devel/rubygem-newrelic_rpm instead
2017-07-31 lang/p5-Parse-Perl: does not build with Perl >= 5.22
2017-07-31 sysutils/rubygem-puppet_forge1: Use sysutils/rubygem-puppet_forge
instead
2017-07-31 sysutils/rubygem-SyslogLogger: Project is EOL'd because it was merged
into Ruby 2.0 |
0.007_1 02 Jun 2017 15:38:50 |
sunpoet |
Mark DEPRECATED and set EXPIRATION_DATE to 2017-07-31
- Remove outdated PERL_LEVEL check |
0.007_1 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
0.007_1 08 Jun 2015 19:16:19 |
mat |
Mark those BROKEN, they don't build with Perl 5.22+
Sponsored by: Absolight |
0.007_1 12 Apr 2015 08:45:55 |
mat |
These need Module::Build.
Sponsored by: Absolight |
0.007_1 26 Nov 2014 13:08:38 |
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 ) |
0.007 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
0.007 10 Jun 2014 12:14:14 |
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 |
0.007 04 Nov 2013 14:20:05 |
vanilla |
support STAGEDIR. |
0.007 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
0.007 29 Aug 2013 04:08:54 |
sunpoet |
- Use single space after WWW: |
0.007 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.007 17 Dec 2012 12:40:25 |
az |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
0.007 13 Mar 2012 16:15:36 |
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) |
0.007 08 Mar 2012 18:45:38 |
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 |
0.007 05 Mar 2012 01:27:58 |
sunpoet |
- Add BUILD_DEPENDS and TEST_DEPENDS |
0.007 17 Feb 2012 08:56:28 |
jadawin |
- Add devel/p5-Devel-CallChecker as a build depends
Reported by: PH |
0.007 13 Feb 2012 09:31: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 |
0.006 14 Jan 2012 19:12:20 |
miwi |
- Update to 0.006
- Pass maintainership to perl
PR: Gea-Suan Lin <gslin@gslin.org> (maintainer) |
0.005 24 Nov 2010 06:14:27 |
pgollucci |
- Remove @comment from the p5- pkg-plists
Missed by: myself (pgollucci)
Reminded by: az |
0.005 24 Nov 2010 05:20:58 |
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> |