Skip site navigation (1)Skip section navigation (2)

CVS log for ports/devel/lemon/Makefile

[BACK] Up to [FreeBSD] / ports / devel / lemon

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jan 3 23:34:26 2012 UTC (5 weeks, 2 days ago) by miwi
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -5 lines
- Respect CC

PR:		162594
Submitted by:	Jan Beich <jbeich@tormail.net>
Approved by:	maintainer

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Aug 4 00:40:45 2009 UTC (2 years, 6 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +13 -8 lines
- Update to 1.69
- Some port improvements
- Pass maintainership to submitter
- Mirror the distfile

PR:		137312
Submitted by:	Vitaly Magerya <vmagerya@gmail.com>

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Dec 13 16:14:14 2006 UTC (5 years, 1 month ago) by linimon
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Reset seanc@FreeBSD.or due to maintainer-timeouts and no response to email.

Hat:		portmgr

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Jul 20 06:20:23 2006 UTC (5 years, 6 months ago) by seanc
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Update lemon(1) to its current version in CVS, 1.39.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Mar 15 19:07:24 2005 UTC (6 years, 10 months ago) by seanc
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_5_4_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Make all versions of FreeBSD happy by using NO_MAN and NOMAN.

Submitted by:	kris

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Mar 14 23:19:05 2005 UTC (6 years, 10 months ago) by seanc
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
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

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Mar 4 18:29:41 2005 UTC (6 years, 11 months ago) by seanc
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -8 lines
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

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Oct 15 00:12:18 2003 UTC (8 years, 3 months ago) by seanc
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -2 lines
Update lemon to incorporate the CLI options found in the previous version,
before updating to the version found in SQLite.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Oct 14 00:38:33 2003 UTC (8 years, 4 months ago) by seanc
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -6 lines
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

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:00:35 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -0 lines
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Sep 4 01:24:17 2002 UTC (9 years, 5 months ago) by mi
Branches: MAIN
CVS tags: RELEASE_5_0_0, RELEASE_4_7_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Change ``-f bsd.prog.mk'' to ``-f /usr/share/mk/bsd.prog.mk''... :-\

Submitted by:	Tony Maher

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jun 8 01:17:53 2001 UTC (10 years, 8 months ago) by mi
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
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.

(Submitting the patches to the author)

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jun 5 03:48:39 2001 UTC (10 years, 8 months ago) by mi
Branches: MAIN
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 the much  more famous programs "YACC"  and "BISON".
But lemon is not compatible with either yacc or bison. 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.

WWW: http://www.hwaci.com/sw/lemon/

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options