Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Update to 20100201 | nemoliu | 2010-03-02 | 2 | -5/+5 |
| | | | | | | | | - Reset maintainership to ports@FreeBSD.org PR: ports/144395 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Feature safe: yes | ||||
* | - Update to 20091217 | lwhsu | 2010-01-08 | 2 | -4/+4 |
| | | | | | | PR: ports/142239 Submitted by: lwhsu Approved by: Gea-Suan Lin <gslin AT gslin.org> (maintainer) | ||||
* | Closure Compiler is a JavaScript optimizing compiler. It parses your | miwi | 2009-11-17 | 5 | -0/+48 |
JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. It is used in many of Google's JavaScript apps, including Gmail, Google Web Search, Google Maps, and Google Docs. WWW: http://code.google.com/closure/compiler/ PR: ports/140556 Submitted by: Gea-Suan Lin <gslin at gslin.org> |