| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
20 May 2013 00:56:49
1.3.2,1
|
gblach  |
- Update to 1.3.2
Approved by: crees, tabthorpe (mentors, implicit) |
23 Apr 2013 17:29:09
1.2.0,1
|
gblach  |
- Update to 1.2.0
Approved by: crees, tabthorpe (mentors, implicit) |
01 Feb 2013 15:04:01
1.1.0,1
|
ak  |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
04 Jan 2013 17:50:59
1.1.0,1
|
gblach  |
- Update to 1.1.0
Approved by: crees (mentor) |
04 Nov 2012 13:05:06
1.0.0,1
|
gblach  |
- Change my email address to gblach@FreeBSD.org
- Change Makefile headers to shorter form
Feature safe: yes |
19 Sep 2012 20:20:18
1.0.0,1
|
crees  |
Update to 1.0.0
Use USE_GITHUB
PR: ports/171790
Submitted by: maintainer (Grzegorz Blach <magik@roorback.net>) |
27 Jun 2012 13:50:52
20120619
|
gjb  |
- devel/ninja updated to 2012-06-19 snapshot
- Build ninja with CXXFLAGS from /etc/make.conf and without '-g'
PR: ports/169465
Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer)
Approved by: crees (mentor) |
10 Feb 2012 17:35:36
20120204
|
dhn  |
- Update to 20120204
- Update MASTER_SITES
PR: ports/164966
Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer) |
09 Jan 2012 15:41:08
20110922_1
|
tabthorpe  |
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav |
23 Sep 2011 21:38:40
20110922_1
|
pawel  |
Fix installation with PORTSDOCS
PR: ports/160942
Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer)
Approved by: miwi, wen (mentors implicit) |
23 Sep 2011 08:32:40
20110922
|
vanilla  |
Fixed build with clang++, updated to 20110922.
PR: ports/160926
Submitted by: maintainer |
27 Jun 2011 13:27:27
20110620
|
jlaffaye  |
Update to 20110620
Fixes build with clang
PR: ports/158143
Submitted by: "Grzegorz Blach" <magik@roorback.net> (maintainer)
Approved by: tabthorpe (mentor) |
13 Feb 2011 11:10:59
20110208
|
miwi  |
Ninja is yet another build system. It takes as input the interdependencies
of files (typically source code and output executables) and orchestrates
building them, quickly.
Ninja joins a sea of other build systems. Its distinguishing goal is to be
fast. It is born from my work on the Chromium browser project, which has
over 30,000 source files and whose other build systems (including one built
from custom non-recursive Makefiles) can take ten seconds to start building
after changing one file. Ninja is under a second.
WWW: https://github.com/martine/ninja
PR: ports/154603
Submitted by: Grzegorz Blach <magik at roorback.net> |