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) |
3.34 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 ) |
3.34 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 ) |
3.34 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.34 22 Jan 2021 11:10:08 |
jhale |
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 |
bapt |
Cleanup plist |
1.69 29 Jul 2014 21:43:18 |
adamw |
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 |
bapt |
Support stage |
1.69 20 Sep 2013 17:13:47 |
bapt |
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 |
miwi |
- Respect CC
PR: 162594
Submitted by: Jan Beich <jbeich@tormail.net>
Approved by: maintainer |
1.69 18 Nov 2011 12:34:39 |
danfe |
Beautify port description (reformat and remove excessive whitespace).
Feature safe: yes |
1.69 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.69 04 Aug 2009 00:40:45 |
amdmi3 |
- 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 |
linimon |
Reset seanc@FreeBSD.or due to maintainer-timeouts and no response to email.
Hat: portmgr |
1.39 20 Jul 2006 06:20:23 |
seanc |
Update lemon(1) to its current version in CVS, 1.39. |
1.33 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
1.33 15 Mar 2005 19:07:24 |
seanc |
Make all versions of FreeBSD happy by using NO_MAN and NOMAN.
Submitted by: kris |
1.33 14 Mar 2005 23:19:05 |
seanc |
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 |
seanc |
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 |
seanc |
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 |
seanc |
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 |
mi |
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 |
ade |
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 |
mi |
Change ``-f bsd.prog.mk'' to ``-f /usr/share/mk/bsd.prog.mk''... :-\
Submitted by: Tony Maher |
08 Jun 2001 02:17:53 |
mi |
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 |
mi |
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. |