notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/lemon/Makefile
SVNWeb

Number of commits found: 20

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 22 Jan 2021
[ 11:10 jhale search for other commits by this committer ] Original commit   Revision:562294
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>
Tue, 29 Jul 2014
[ 21:43 adamw search for other commits by this committer ] Original commit   Revision:363399 (Only the first 10 of 277 ports in this commit are shown above. View all ports for this commit)
Convert some more USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Tue, 21 Jan 2014
[ 00:11 bapt search for other commits by this committer ] Original commit   Revision:340508
Support stage
Fri, 20 Sep 2013
[ 17:13 bapt search for other commits by this committer ] Original commit   Revision:327724 (Only the first 10 of 2998 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Tue, 3 Jan 2012
[ 23:34 miwi search for other commits by this committer ] Original commit 
- Respect CC

PR:             162594
Submitted by:   Jan Beich <jbeich@tormail.net>
Approved by:    maintainer
Tue, 4 Aug 2009
[ 00:40 amdmi3 search for other commits by this committer ] Original commit 
- Update to 1.69
- Some port improvements
- Pass maintainership to submitter
- Mirror the distfile

PR:             137312
Submitted by:   Vitaly Magerya <vmagerya@gmail.com>
Wed, 13 Dec 2006
[ 16:14 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Reset seanc@FreeBSD.or due to maintainer-timeouts and no response to email.

Hat:            portmgr
Thu, 20 Jul 2006
[ 06:20 seanc search for other commits by this committer ] Original commit 
Update lemon(1) to its current version in CVS, 1.39.
Tue, 15 Mar 2005
[ 19:07 seanc search for other commits by this committer ] Original commit 
Make all versions of FreeBSD happy by using NO_MAN and NOMAN.

Submitted by:   kris
Mon, 14 Mar 2005
[ 23:19 seanc search for other commits by this committer ] Original commit 
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
Fri, 4 Mar 2005
[ 18:29 seanc search for other commits by this committer ] Original commit 
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
Wed, 15 Oct 2003
[ 00:12 seanc search for other commits by this committer ] Original commit 
Update lemon to incorporate the CLI options found in the previous version,
before updating to the version found in SQLite.
Tue, 14 Oct 2003
[ 00:38 seanc search for other commits by this committer ] Original commit 
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
Fri, 7 Mar 2003
[ 06:01 ade search for other commits by this committer ] Original commit  (Only the first 10 of 552 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Wed, 4 Sep 2002
[ 01:24 mi search for other commits by this committer ] Original commit 
Change ``-f bsd.prog.mk'' to ``-f /usr/share/mk/bsd.prog.mk''... :-\

Submitted by:   Tony Maher
Fri, 8 Jun 2001
[ 02:17 mi search for other commits by this committer ] Original commit 
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.    
Tue, 5 Jun 2001
[ 04:48 mi search for other commits by this committer ] Original commit 
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: 20