aboutsummaryrefslogtreecommitdiff
path: root/www/closure-compiler
Commit message (Collapse)AuthorAgeFilesLines
* - Pass maintainership to submitterDennis Herrmann2011-01-091-1/+3
| | | | | | | | | | - Add License PR: ports/153799 Submitted by: Julien Laffaye <kimelto@gmail.com> Notes: svn path=/head/; revision=267552
* - Update to 20100917Li-Wen Hsu2010-11-052-4/+3
| | | | | | | | PR: ports/151959 Submitted by: Jui-Nan Lin <jnlin AT csie.nctu.edu.tw> Notes: svn path=/head/; revision=264128
* - Update to 20100201Tong LIU2010-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 Notes: svn path=/head/; revision=250483
* - Update to 20091217Li-Wen Hsu2010-01-082-4/+4
| | | | | | | | | PR: ports/142239 Submitted by: lwhsu Approved by: Gea-Suan Lin <gslin AT gslin.org> (maintainer) Notes: svn path=/head/; revision=247396
* Closure Compiler is a JavaScript optimizing compiler. It parses yourMartin Wilke2009-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> Notes: svn path=/head/; revision=244367