aboutsummaryrefslogtreecommitdiff
path: root/www/closure-compiler
Commit message (Collapse)AuthorAgeFilesLines
* - Update to v20180805Julien Laffaye2018-09-063-6/+6
| | | | | | | | | | - Use recommended Java VM command-line options PR: 231111 Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> Notes: svn path=/head/; revision=479162
* - Update to 20160911Julien Laffaye2016-11-243-8/+8
| | | | | | | | PR: 213177 Submitted by: xi@borderworlds.dk Notes: svn path=/head/; revision=427016
* - Update MASTER_SITES and unbreak this portSunpoet Po-Chuan Hsieh2016-11-053-4/+4
| | | | | | | | | | | - Add NO_ARCH - Update WWW Approved by: portmgr (blanket) MFH: 2016Q4 Notes: svn path=/head/; revision=425422
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-141-0/+2
| | | | | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight Notes: svn path=/head/; revision=422140
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* Fix ports that confused the meaning of WRKDIR and WRKSRC.Mathieu Arnold2015-11-051-1/+1
| | | | | | | | | | | PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735 Notes: svn path=/head/; revision=400848
* cleanup plistBaptiste Daroussin2014-12-201-1/+0
| | | | Notes: svn path=/head/; revision=375116
* - Update to 20131014Julien Laffaye2014-03-092-3/+3
| | | | Notes: svn path=/head/; revision=347671
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2014-02-252-5/+4
| | | | | | | | | - While I'm here, use single space after WWW: Approved by: portmgr (blanket) Notes: svn path=/head/; revision=346017
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Update to 20120430Julien Laffaye2012-06-272-3/+3
| | | | | | | | PR: ports/169443 Submitted by: Denis Generalov <gd@rambler-co.ru> Notes: svn path=/head/; revision=300120
* - The proper acronym for Apache Software License 2 is really AL2Thomas Abthorpe2012-01-091-1/+1
| | | | | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav Notes: svn path=/head/; revision=288824
* Update to 20110811Julien Laffaye2011-09-063-10/+10
| | | | | | | | PR: ports/160518 Submitted by: sunpoet Notes: svn path=/head/; revision=281302
* Update my e-mail to my FreeBSD one.Julien Laffaye2011-06-081-2/+2
| | | | | | | | | While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE} Approved by: bapt (mentor) Notes: svn path=/head/; revision=275235
* - Update to 20110119Sylvio Cesar Teixeira2011-05-122-3/+3
| | | | | | | | | PR: ports/155402 Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> Approved by: Julien Laffaye <kimelto@gmail.com> (maintainer) Notes: svn path=/head/; revision=274011
* - 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