aboutsummaryrefslogtreecommitdiff
path: root/lang/p5-Marpa-PP
Commit message (Collapse)AuthorAgeFilesLines
* Update LICENSESunpoet Po-Chuan Hsieh2018-06-042-2/+3
| | | | | | | | - Add LICENSE_FILE - Fix and update WWW Notes: svn path=/head/; revision=471647
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-10-031-1/+1
| | | | | | | - Remove outdated comment Notes: svn path=/head/; revision=398496
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-1/+1
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=373448
* Cleanup plistBaptiste Daroussin2014-10-271-4/+0
| | | | Notes: svn path=/head/; revision=371587
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-11-162-16/+14
| | | | Notes: svn path=/head/; revision=334005
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Fix LICENSESunpoet Po-Chuan Hsieh2013-08-271-1/+1
| | | | | | | Reported by: marino Notes: svn path=/head/; revision=325454
* - Convert to new perl frameworkSunpoet Po-Chuan Hsieh2013-08-211-1/+2
| | | | Notes: svn path=/head/; revision=325134
* - Add missing RUN_DEPENDSSunpoet Po-Chuan Hsieh2013-08-181-8/+5
| | | | | | | | | - Add LICENSE - Cleanup Makefile header - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=324917
* - Cleanup outdated checks. (PERL_LEVEL < 5.12)Andrej Zverev2013-06-181-16/+1
| | | | | | | | | - Assign some p5- ports under perl@ maintainership. Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=321187
* - Set default perl version for ports which currently usingAndrej Zverev2012-12-161-1/+1
| | | | | | | | | (5.x+ and x < 12) scheme. Approved by: bapt@ (portmgr@) Notes: svn path=/head/; revision=308985
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-3/+19
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=293247
* - Update to 0.014000Sunpoet Po-Chuan Hsieh2012-03-132-3/+4
| | | | | | | | Changes: http://search.cpan.org/dist/Marpa-PP/Changes Feature safe: yes Notes: svn path=/head/; revision=293194
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-19/+3
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=292977
* - Update to 0.012Sunpoet Po-Chuan Hsieh2011-11-233-4/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Marpa-PP/Changes Feature safe: yes Notes: svn path=/head/; revision=286316
* - Add p5-Marpa-PP 0.010Sunpoet Po-Chuan Hsieh2011-11-134-0/+94
Marpa::PP is the pure Perl version of Marpa. Marpa parses any language whose grammar can be written in BNF. That includes recursive grammars, ambiguous grammars, infinitely ambiguous grammars and grammars with useless or empty productions. WWW: http://search.cpan.org/dist/Marpa-PP/ Feature safe: yes Notes: svn path=/head/; revision=285696