Port details |
- closure-compiler Closure Compiler
- 20220601 www
=2 20220601Version of this port present on the latest quarterly branch. - Maintainer: bryan@frimin.fr
 - Port Added: 2009-11-17 09:11:23
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: java
- License: APACHE20
- WWW:
- https://developers.google.com/closure/compiler/
- Description:
- Closure Compiler is a JavaScript optimizing compiler. It parses your
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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- closure-compiler>0:www/closure-compiler
- To install the port:
- cd /usr/ports/www/closure-compiler/ && make install clean
- To add the package, run one of these commands:
- pkg install www/closure-compiler
- pkg install closure-compiler
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: closure-compiler
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1655462443
SHA256 (closure-compiler-v20220601.jar) = 4b4eb54d072f2d13f5b70fa2d1719ca54d5ca40ea68484a70a300557f63e94b8
SIZE (closure-compiler-v20220601.jar) = 13526208
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- java : java/openjdk11
- This port is required by:
- for Build
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- www_closure-compiler
- USES:
- java
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20220601 31 Dec 2024 08:57:55
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
20220601 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
20220601 20 Jul 2022 14:23:26
    |
Tobias C. Berner (tcberner)  |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
20220601 24 Jun 2022 07:27:48
    |
Li-Wen Hsu (lwhsu)  Author: Bryan Frimin |
www/closure-compiler: Update to 20220601
Changelog:
https://github.com/google/closure-compiler/wiki/Releases#june-1st-2022-v20220601
PR: 264732 |
20220104 24 May 2022 20:09:35
    |
Rene Ladan (rene)  |
cleanup: remove expired versions of OpenJDK (12 through 16)
Adjust ports depending on expired versions of OpenJDK:
- biology/snpeff: 12+ -> 17+
- devel/RStudio: 12 -> 11
- www/closure-compiler: 13 -> 11+
Allow java/openjdk17 to use java/openjdk17-bootstrap on i386
too, this builds just fine on 13.1-i386
Remove jdk12-doc as it is no longer relevant.
Clean up Java version calculations in bsd.java.mk
Reviewed by: jwb, java (glewis)
Differential Revision: https://reviews.freebsd.org/D35280 |
20220104 27 Jan 2022 17:56:48
    |
Neel Chauhan (nc)  Author: gearnode |
www/closure-compiler: update to v20220104
Changelog:
https://github.com/google/closure-compiler/wiki/Releases#january-4-2022-v20220104
PR: 261513 |
20211006 29 Oct 2021 16:47:01
    |
Neel Chauhan (nc)  Author: Bryan Frimin |
www/closure-compiler: update to v20211006
Changes:
https://github.com/google/closure-compiler/wiki/Releases#october-6-2021-v20211006
PR: 259299 |
20210907 19 Sep 2021 22:38:32
    |
Lewis Cook (lcook)  Author: Bryan Frimin |
www/closure-compiler: Update to 20210907
Changes: https://github.com/google/closure-compiler/releases/tag/v20210907
PR: 258557 |
20210808 17 Sep 2021 07:04:24
    |
Li-Wen Hsu (lwhsu)  Author: Bryan Frimin |
www/closure-compiler: Update to 20210808 and take maintainership
PR: 258261 |
20180805 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
20180805 18 Feb 2021 21:06:56
  |
yuri  |
Maintainer reset for jlaffaye
Reason: Many bug reports (including bug#253256) related to jlaffaye's ports
timed out in the period from April 2020 to now.
PR: 253256
Approved by: jlaffaye (maintainer's timeout 14 days) |
20180805 06 Apr 2020 17:04:43
  |
adamw  |
Partially revert r530801
The maintainer reset rule was not applied correctly. jlaffaye's ports
are reassigned back to him, with the exception of lang/go where both
quantity and length of timeouts made the reset appropriate and
necessary.
With hat: portmgr |
20180805 05 Apr 2020 18:33:39
  |
yuri  |
Reset maintainer for ports maintaned by jlaffaye@.
As per policy, based on timeouts on
* www/py-scgi: bug#244982
* textproc/discount: bug#244981
* devel/py-python-gflags: bug#244965
* lang/go: bug#244783, https://reviews.freebsd.org/D24122
* news/py-yenc: bug#239309
* irc/libircclient: bug#221567 |
20180805 06 Sep 2018 21:49:02
  |
jlaffaye  |
- Update to v20180805
- Use recommended Java VM command-line options
PR: 231111
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> |
20160911 24 Nov 2016 14:26:14
  |
jlaffaye  |
- Update to 20160911
PR: 213177
Submitted by: xi@borderworlds.dk |
20131014 05 Nov 2016 18:01:45
  |
sunpoet  |
- Update MASTER_SITES and unbreak this port
- Add NO_ARCH
- Update WWW
Approved by: portmgr (blanket)
MFH: 2016Q4 |
20131014 14 Sep 2016 15:59:34
  |
mat  |
GOOGLE_CODE has gone away.
- 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 |
20131014 19 May 2016 10:53:06
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
20131014 05 Nov 2015 12:36:25
  |
mat  |
Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR: 204056
Submitted by: mat
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D2735 |
20131014 20 Dec 2014 19:54:06
  |
bapt  |
cleanup plist |
20131014 09 Mar 2014 17:20:31
  |
jlaffaye  |
- Update to 20131014 |
20120430 25 Feb 2014 14:59:31
  |
sunpoet  |
- Support STAGEDIR
- While I'm here, use single space after WWW:
Approved by: portmgr (blanket) |
20120430 30 Dec 2013 20:55:19
  |
ohauer  |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- 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@) |
20120430 20 Sep 2013 23:36:54
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
20120430 27 Jun 2012 21:15:31
 |
jlaffaye  |
- Update to 20120430
PR: ports/169443
Submitted by: Denis Generalov <gd@rambler-co.ru> |
20110811 09 Jan 2012 15:41:08
 |
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 |
20110811 06 Sep 2011 15:46:59
 |
jlaffaye  |
Update to 20110811
PR: ports/160518
Submitted by: sunpoet |
20110119 08 Jun 2011 16:52:32
 |
jlaffaye  |
Update my e-mail to my FreeBSD one.
While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE}
Approved by: bapt (mentor) |
20110119 12 May 2011 17:31:12
 |
sylvio  |
- Update to 20110119
PR: ports/155402
Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
Approved by: Julien Laffaye <kimelto@gmail.com> (maintainer) |
20100917 09 Jan 2011 20:53:01
 |
dhn  |
- Pass maintainership to submitter
- Add License
PR: ports/153799
Submitted by: Julien Laffaye <kimelto@gmail.com> |
20100917 05 Nov 2010 10:21:53
 |
lwhsu  |
- Update to 20100917
PR: ports/151959
Submitted by: Jui-Nan Lin <jnlin AT csie.nctu.edu.tw> |
20100201 02 Mar 2010 03:10:34
 |
nemoliu  |
- Update to 20100201
- Reset maintainership to ports@FreeBSD.org
PR: ports/144395
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Feature safe: yes |
20091217 08 Jan 2010 11:54:19
 |
lwhsu  |
- Update to 20091217
PR: ports/142239
Submitted by: lwhsu
Approved by: Gea-Suan Lin <gslin AT gslin.org> (maintainer) |
20091113 17 Nov 2009 09:10:45
 |
miwi  |
Closure Compiler is a JavaScript optimizing compiler. It parses your
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> |