summaryrefslogtreecommitdiff
path: root/lang/p5-Marpa-XS (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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=325455
* - Convert to new perl frameworkSunpoet Po-Chuan Hsieh2013-08-211-1/+2
| | | | Notes: svn path=/head/; revision=325134
* - Add LICENSESunpoet Po-Chuan Hsieh2013-08-181-6/+3
| | | | | | | - Cleanup Makefile header Notes: svn path=/head/; revision=324916
* - Cleanup outdated checks. (PERL_LEVEL < 5.12)Andrej Zverev2013-06-181-14/+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
* - Update to 1.008000Sunpoet Po-Chuan Hsieh2012-04-022-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Marpa-XS/Changes Feature safe: yes Notes: svn path=/head/; revision=294121
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+1
| | | | | | | | | | | | 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 1.006000Sunpoet Po-Chuan Hsieh2012-03-132-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Marpa-XS/Changes Feature safe: yes Notes: svn path=/head/; revision=293193
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-1/+1
| | | | | | | | | | | | | | | | | | 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 1.004000Sunpoet Po-Chuan Hsieh2012-02-292-6/+3
| | | | | | | Changes: http://search.cpan.org/dist/Marpa-XS/Changes Notes: svn path=/head/; revision=292433
* - Update to 1.002000Sunpoet Po-Chuan Hsieh2011-12-282-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Marpa-XS/Changes Notes: svn path=/head/; revision=288185
* - Update to 1.000000Sunpoet Po-Chuan Hsieh2011-12-182-4/+6
| | | | | | | | | - Patch t/weaken.t for not sticking to Test::Weaken 3.004000 Changes: http://search.cpan.org/dist/Marpa-XS/Changes Notes: svn path=/head/; revision=287587
* - Update to 0.026Sunpoet Po-Chuan Hsieh2011-12-082-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Marpa-XS/Changes Feature safe: yes Notes: svn path=/head/; revision=287051
* - Update to 0.024Sunpoet Po-Chuan Hsieh2011-12-013-4/+33
| | | | | | | | Changes: http://search.cpan.org/dist/Marpa-XS/Changes Feature safe: yes Notes: svn path=/head/; revision=286723
* - Update to 0.022Sunpoet Po-Chuan Hsieh2011-11-212-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Marpa-XS/Changes Feature safe: yes Notes: svn path=/head/; revision=286162
* - Add p5-Marpa-XS 0.018Sunpoet Po-Chuan Hsieh2011-11-134-0/+71
Marpa::XS is the XS 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-XS/ Feature safe: yes Notes: svn path=/head/; revision=285697