Port details |
- rubygem-lrama LALR (1) parser generator written by Ruby
- 0.6.11 devel
=2 0.6.10Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2024-02-21 15:20:21
- Last Update: 2024-12-31 15:53:17
- Commit Hash: 3f719fb
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: GPLv3+ MIT
- WWW:
- https://github.com/ruby/lrama
- Description:
- Lrama is LALR (1) parser generator written by Ruby. The first goal of this
project is providing error tolerant parser for CRuby with minimal changes on
CRuby parse.y file.
Features:
- Bison style grammar file is supported with some assumptions
- b4_locations_if is always true
- b4_pure_if is always true
- b4_pull_if is always false
- b4_lac_if is always false
- Error Tolerance parser
- Subset of Repairing Syntax Errors in LR Parsers (Corchuelo et al.) algorithm
is supported.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-lrama>0:devel/rubygem-lrama
- To install the port:
- cd /usr/ports/devel/rubygem-lrama/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rubygem-lrama
- pkg install rubygem-lrama
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-lrama
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1735228130
SHA256 (rubygem/lrama-0.6.11.gem) = 9e2c5540c234faaec93ca8821ae8bf84e1a353ae3dc7deccb3002c302c753c99
SIZE (rubygem/lrama-0.6.11.gem) = 98304
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:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_rubygem-lrama
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.11 31 Dec 2024 15:53:17
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-lrama: Update to 0.6.11
Changes: https://github.com/ruby/lrama/releases |
0.6.10 25 Sep 2024 04:22:50
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-lrama: Update to 0.6.10
Changes: https://github.com/ruby/lrama/releases |
0.6.9 19 May 2024 17:18:04
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-lrama: Update to 0.6.9
Changes: https://github.com/ruby/lrama/releases |
0.6.5 31 Mar 2024 03:08:57
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-lrama: Update to 0.6.5
Changes: https://github.com/ruby/lrama/releases |
0.6.3 09 Mar 2024 14:06:42
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-lrama: Update to 0.6.3
Changes: https://github.com/ruby/lrama/releases |
0.6.0 21 Feb 2024 15:06:13
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-lrama: Add rubygem-lrama 0.6.0
Lrama is LALR (1) parser generator written by Ruby. The first goal of this
project is providing error tolerant parser for CRuby with minimal changes on
CRuby parse.y file.
Features:
- Bison style grammar file is supported with some assumptions
- b4_locations_if is always true
- b4_pure_if is always true
- b4_pull_if is always false
- b4_lac_if is always false
- Error Tolerance parser
- Subset of Repairing Syntax Errors in LR Parsers (Corchuelo et al.) algorithm
is supported. |
Number of commits found: 6
|