non port: devel/menhir/Makefile |
SVNWeb
|
Number of commits found: 21 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
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 )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 24 Jun 2019
|
[ 10:14 danfe ] (Only the first 10 of 56 ports in this commit are shown above. )
Update OCaml to version 4.05.0 (this is the last version where strings
are unsafe by default, which is the main motivation why it was picked,
but not the very latest one) and synchronize the rest of the stack and
dependent ports with it, particularly:
- Update `devel/ocaml-ocamlbuild' to version 0.14.0 and unbreak,
register build dependency on all ports that require it (should
be part of USE_OCAML, but we do not want to make any Mk-related
changes the for time being)
- Update `devel/ocaml-camlp4' to version 4.05+2
- Update `devel/ocaml-camlp5' to version 7.07 (the project had
moved to GitHub)
- Mark `devel/ocaml-deriving-ocsigen' as BROKEN for now, it is
very outdated and requires quite a lot of work
- Update `x11-toolkits/ocaml-labltk' to version 8.06.3
PR: 218333
Exp-run by: antoine
|
Fri, 22 Jun 2018
|
[ 08:04 yuri ] (Only the first 10 of 46 ports in this commit are shown above. )
Reset MAINTAINER on ports maintained by amutu@amutu.com
Based on the new policy of all maintained ports reset
when maintaner is absent for 3 months.
Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months).
portscout database indicates that 48.94% of his ports aren't updated.
|
Mon, 31 Jul 2017
|
[ 16:43 ultima ]
* Updated to 20170712
Changelog: https://gitlab.inria.fr/fpottier/menhir/blob/master/CHANGES.md
PR: 220850
Submitted by: Jov <amutu@amutu.com> (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11756
|
Sun, 16 Jul 2017
|
[ 17:27 ultima ]
* Updated to 20170607
* New maintainer Jov <amutu@amutu.com>
* Added license, GPLv2
* Moved USES, USES should start section followed by USE_x(13.1.6)[1]
* Moved plist items from Makefile to pkg-plist
Changelog: https://gitlab.inria.fr/fpottier/menhir/blob/master/CHANGES.md
[1]
https://www.freebsd.org/doc/en/books/porters-handbook/porting-samplem.html#porting-samplem-order
PR: 220535
Submitted by: Jov <amutu@amutu.com> (maintainer)
Reviewed by: lifanov (mentor)
Approved by: lifanov (mentor)
Differential Revision: https://reviews.freebsd.org/D11595
|
Tue, 15 Mar 2016
|
[ 15:06 mat ]
Update to 20160303.
PR: 207985
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
Sat, 6 Feb 2016
|
[ 01:22 amdmi3 ]
- Fix shebangs
|
Sun, 17 Jan 2016
|
[ 08:24 miwi ]
- Update to 20151112
PR: 205201
Submitted by: ports fury
|
Sat, 20 Dec 2014
|
[ 18:06 bapt ] (Only the first 10 of 53 ports in this commit are shown above. )
Cleanup plist
|
Wed, 30 Jul 2014
|
[ 22:14 marino ]
devel/menhir: Upgrade version 20080912 => 20140422 and stage
PR: 191816
Submitted by: Ports Fury
|
Fri, 4 Jul 2014
|
[ 12:06 bapt ] (Only the first 10 of 82 ports in this commit are shown above. )
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr
|
Sun, 29 Sep 2013
|
[ 22:03 antoine ]
Mark as jobs unsafe
gmake[2]: Entering directory
`/wrkdirs/usr/ports/devel/menhir/work/menhir-20080912/src'
Grammar has 30 nonterminal symbols, among which 1 start symbols.
Grammar has 26 terminal symbols.
Fatal error: exception Sys_error("parser.ml: No such file or directory")
Grammar has 82 productions.
Built an LR(0) automaton with 113 states.
Built an LR(1) automaton with 113 states.
5 shift/reduce conflicts were silently solved.
30 out of 113 states are represented.
26 out of 59 symbols keep track of their start position.
21 out of 59 symbols keep track of their end position.
47 out of 113 states have a default reduction.
34 out of 83 productions exploit shiftreduce optimization.
15 out of 113 states can peek at an error.
13 out of 113 states can do error recovery.
The generated parser cannot raise Error.
411 functions before inlining, 103 functions after inlining.
gmake[2]: *** No rule to make target `parser.ml', needed by `parser.cmx'. Stop.
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Wed, 25 Feb 2009
|
[ 16:58 garga ]
- Update to 20080912
PR: ports/132061
Submitted by: maintainer
|
Mon, 2 Jun 2008
|
[ 06:19 jadawin ]
- Update to 20071212
PR: ports/123071
Submitted by: Jaap Boender <jaapb kerguelen.org> (maintainer)
Approved by: maintainer timeout, thierry (mentor)
|
Sun, 6 Apr 2008
|
[ 22:51 pav ]
- Attempt to unbreak INDEX, bsd.ocaml.mk moved to Mk/
Pointy hat to: stas
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Sun, 11 Mar 2007
|
[ 22:18 miwi ]
- Add manpage to Makefile
Submitted by: pointyhat via Kris "Ports Janitor" :)
|
Tue, 6 Mar 2007
|
[ 19:17 miwi ]
Menhir is a LR(1) parser generator for the OCaml programming language.
It is 90% compatible to ocamlyacc (included with the OCaml distribution), and
it has some advantages over ocamlyacc, such as limited EBNF support, LR(1)
generation instead of LALR(1), better conflict explanation and production of
reentrant parsers (amongst others).
WWW: http://cristal.inria.fr/~fpottier/menhir
PR: ports/109910
Submitted by: Jaap Boender <jaapb at kerguelen.org>
|
Number of commits found: 21 |