Port details |
- glrparser Parser which works with the GLR(0) algorithm
- 1.4_1 devel =2 1.4_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2003-11-10 02:42:49
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- https://nlp.fi.muni.cz/projekty/glr/
- Description:
- The goal of The glrParser Project is to create generally usable programmers
tool for syntactical analysis of wide ambiguous grammars which works with the
GLR(0) algorithm. GLR is well known algorithm published by Marasu Tomita in
1985. It is based on generalization of the LR analysis.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- glrparser>0:devel/glrparser
- To install the port:
- cd /usr/ports/devel/glrparser/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/glrparser
- pkg install glrparser
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: glrparser
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (glrparser-1.4.tar.gz) = 53d7e5f3d0b75447844e99ee61174c53952fefc3d278fe27b910b1856cc4d15c
SIZE (glrparser-1.4.tar.gz) = 147778
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_glrparser
- 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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.4_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.4_1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.4_1 28 Jul 2021 20:34:51 |
Lars Engels (lme) |
*: Drop maintainership on most of my ports.
Unfortunately I cannot give them the love they deserve at the moment. |
1.4_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4_1 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
1.4_1 10 Jun 2014 07:39:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
1.4_1 25 Sep 2013 00:54:09 |
bdrewery |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
1.4_1 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
1.4_1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.4_1 01 Jun 2008 09:42:37 |
olgeni |
Large round of typo fixes in ports/devel (pkg-descr). |
1.4_1 12 Jul 2007 18:52:00 |
lme |
Change e-mail address of my ports to my FreeBSD.org one.
Approved by: miwi (mentor) |
1.4_1 12 Feb 2007 07:38:03 |
miwi |
- Pass maintainership to submitter
- Add backup MASTER_SITES
PR: 109062
Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer) |
1.4_1 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
1.4_1 23 Dec 2004 10:38:20 |
danfe |
- Unbreak (fix C++ issues)
- Add missing word in COMMENT line
- Bump PORTREVISION since we patch file that will get installed |
1.4 16 Aug 2004 02:33:05 |
kris |
BROKEN on 5.x: Does not compile with gcc 3.4.2 |
1.4 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
1.4 10 Nov 2003 02:41:24 |
ijliao |
add glrparser 1.4
A parser works with the GLR(0) algorithm |