notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
lemon LALR(1) parser generator. Similar in function to yacc and bison
3.34 devel on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.34Version of this port present on the latest quarterly branch.
Maintainer: vmagerya@gmail.com search for ports maintained by this maintainer
Port Added: 2001-06-05 00:48:42
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: wordgrinder, ypsilon, qscheme, mpg123
License: PD
WWW:
https://www.hwaci.com/sw/lemon/
Description:
The Lemon program is an LALR(1) parser generator. It takes a context free grammar and converts it into a subroutine that will parse a file using that grammar. Lemon is similar to much more famous programs Yacc and Bison. But lemon is not compatible with either of them; there are several important differences: - Lemon using a different grammar syntax which is less prone to programming errors - Lemon generates a parser that is faster than Yacc or Bison parsers (according to the author) - The parser generated by Lemon is both re-entrant and thread-safe - Lemon includes the concept of a non-terminal destructor, which makes it much easier to write a parser that does not leak memory
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (8 items)
Collapse this list.
  1. /usr/local/share/licenses/lemon-3.34/catalog.mk
  2. /usr/local/share/licenses/lemon-3.34/LICENSE
  3. /usr/local/share/licenses/lemon-3.34/PD
  4. bin/lemon
  5. share/lemon/lempar.c
  6. @owner
  7. @group
  8. @mode
Collapse this list.
Dependency lines:
  • lemon>0:devel/lemon
To install the port:
cd /usr/ports/devel/lemon/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/lemon
  • pkg install lemon
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: lemon
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1611313200 SHA256 (lemon-3.34.tar.bz2) = 5a786739d4f9e858fa2ba38dec49a7d0fa5b93142961e1117d2cf8a3762c2ae4 SIZE (lemon-3.34.tar.bz2) = 44876

Packages (timestamps in pop-ups are UTC):
lemon
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.343.343.343.343.34-1.69-
FreeBSD:13:quarterly3.343.343.343.343.343.343.343.34
FreeBSD:14:latest3.343.343.343.343.343.34-3.34
FreeBSD:14:quarterly3.343.34-3.343.343.343.343.34
FreeBSD:15:latest3.343.34n/a3.34n/a3.343.343.34
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
This port is required by:
for Build
  1. cad/antimony

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. lang/etoile-smalltalkkit*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
devel_lemon
USES:
tar:bzip2
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://tx97.net/pub/distfiles/
  2. https://bsdforge.com/projects/source/devel/lemon/
Collapse this list.

Number of commits found: 26

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
3.34
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
3.34
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
3.34
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
3.34
22 Jan 2021 11:10:08
Revision:562294Original commit files touched by this commit
jhale search for other commits by this committer
devel/lemon: Update to 3.34

*While here*
Add LICENSE. According to [1] it is in the public domain.
[1] http://www.hwaci.com/sw/lemon/

PR:		251950
Submitted by:	Vitaly Magerya <vmagerya@gmail.com> (maintainer)
Reported by:	Yakov Galka <ybungalobill@gmail.com>
1.69
27 Oct 2014 10:40:08
Revision:371546Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.69
29 Jul 2014 21:43:18
Revision:363399Original commit files touched by this commit
adamw search for other commits by this committer
Convert some more USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
1.69
21 Jan 2014 00:11:11
Revision:340508Original commit files touched by this commit
bapt search for other commits by this committer
Support stage
1.69
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
1.69
03 Jan 2012 23:34:26
Original commit files touched by this commit
miwi search for other commits by this committer
- Respect CC

PR:             162594
Submitted by:   Jan Beich <jbeich@tormail.net>
Approved by:    maintainer
1.69
18 Nov 2011 12:34:39
Original commit files touched by this commit
danfe search for other commits by this committer
Beautify port description (reformat and remove excessive whitespace).

Feature safe:   yes
1.69
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.69
04 Aug 2009 00:40:45
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 1.69
- Some port improvements
- Pass maintainership to submitter
- Mirror the distfile

PR:             137312
Submitted by:   Vitaly Magerya <vmagerya@gmail.com>
1.39
13 Dec 2006 16:14:17
Original commit files touched by this commit
linimon search for other commits by this committer
Reset seanc@FreeBSD.or due to maintainer-timeouts and no response to email.

Hat:            portmgr
1.39
20 Jul 2006 06:20:23
Original commit files touched by this commit
seanc search for other commits by this committer
Update lemon(1) to its current version in CVS, 1.39.
1.33
22 Jan 2006 08:30:12
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
1.33
15 Mar 2005 19:07:24
Original commit files touched by this commit
seanc search for other commits by this committer
Make all versions of FreeBSD happy by using NO_MAN and NOMAN.

Submitted by:   kris
1.33
14 Mar 2005 23:19:05
Original commit files touched by this commit
seanc search for other commits by this committer
Hrm...  NO_MAN isn't supported in 4.X.  Use NOMAN for now even though it
incurs a warning on 6.X: at least it compiles now.

Submitted by:   vs
Noticed by:     too many to count
1.33
04 Mar 2005 18:29:41
Original commit files touched by this commit
seanc search for other commits by this committer
Update lemon to 1.33 (a very fast, thread safe C parser generator).  New
grammar features and performance optimizations.

http://www.sqlite.org/cvstrac/rlog?f=sqlite/tool/lempar.c
http://www.sqlite.org/cvstrac/rlog?f=sqlite/tool/lemon.c
1.16_1
15 Oct 2003 00:12:18
Original commit files touched by this commit
seanc search for other commits by this committer
Update lemon to incorporate the CLI options found in the previous version,
before updating to the version found in SQLite.
1.16
14 Oct 2003 00:38:33
Original commit files touched by this commit
seanc search for other commits by this committer
Update lemon to the latest version in the SQLite repo.  Please let me know
if there are any grammar problems with this newer version.  Assume
maintainership.

Approved by:    maintainer
1.0_1
14 Jul 2003 22:52:04
Original commit files touched by this commit
mi search for other commits by this committer
Switch from the no-longer-supported-by-gcc varargs.h to stdarg.h. The
sqlite itself switched in May, apparently. databases/libgda needs to
switch too, or, better yet, use the sqlite port instead of building its
own.
1.0_1
07 Mar 2003 06:01:16
Original commit files touched by this commit
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
1.0_1
04 Sep 2002 01:24:18
Original commit files touched by this commit
mi search for other commits by this committer
Change ``-f bsd.prog.mk'' to ``-f /usr/share/mk/bsd.prog.mk''... :-\

Submitted by:   Tony Maher
08 Jun 2001 02:17:53
commit hash: fp1.14706@dev.null.freshports.orgcommit hash: fp1.14706@dev.null.freshports.orgcommit hash: fp1.14706@dev.null.freshports.orgcommit hash: fp1.14706@dev.null.freshports.org files touched by this commit
mi search for other commits by this committer
Make this into a more general tool. Allow to specify the names of the   output
files and the location of the template on command line.    
05 Jun 2001 04:48:42
commit hash: fp1.14595@dev.null.freshports.orgcommit hash: fp1.14595@dev.null.freshports.orgcommit hash: fp1.14595@dev.null.freshports.orgcommit hash: fp1.14595@dev.null.freshports.org files touched by this commit
mi search for other commits by this committer
The Lemon  program is an  LALR(1) parser  generator. It takes  a context   free
grammar  and converts it into  a subroutine that will  parse a file   using that
grammar.    

Number of commits found: 26