aboutsummaryrefslogtreecommitdiffstats
path: root/www/closure-compiler
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 20100201nemoliu2010-03-022-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 20091217lwhsu2010-01-082-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 yourmiwi2009-11-175-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>