Port details |
- yuicompressor The Yahoo! JavaScript and CSS Compressor
- 2.4.8_3 www =2 2.4.8_3Version of this port present on the latest quarterly branch.
- Maintainer: citrin@citrin.ru
- Port Added: 2008-04-25 12:00:09
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: java
- License: BSD3CLAUSE MPL20
- WWW:
- https://yui.github.io/yuicompressor/
- Description:
- YUI Compressor is JavaScript and CSS minificator.
YUI Compressor is written in Java and relies on Rhino to tokenize the
source JavaScript file. It starts by analyzing the source JavaScript
file to understand how it is structured. It then prints out the token
stream, omitting as many white space characters as possible, and
replacing all local symbols by a 1 (or 2, or 3) letter symbol wherever
such a substitution is appropriate (in the face of evil features such as
eval or with, the YUI Compressor takes a defensive approach by not
obfuscating any of the scopes containing the evil statement).
The CSS compression algorithm uses a set of finely tuned regular
expressions to compress the source CSS file. The YUI Compressor is
open-source, so don't hesitate to look at the code to understand exactly
how it works.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- yuicompressor>0:www/yuicompressor
- To install the port:
- cd /usr/ports/www/yuicompressor/ && make install clean
- To add the package, run one of these commands:
- pkg install www/yuicompressor
- pkg install yuicompressor
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: yuicompressor
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (yuicompressor-2.4.8.jar) = 852cea60054a4b5c58fee4bc1e8c48551e6ff6bb45803ce86400bcf607d304ed
SIZE (yuicompressor-2.4.8.jar) = 786897
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/openjdk8
- This port is required by:
- for Build
-
- x11/xpra-html5
Configuration Options:
- No options to configure
- Options name:
- www_yuicompressor
- 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 |
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) |
2.4.8_3 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 ) |
2.4.8_3 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 ) |
2.4.8_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.4.8_3 26 Nov 2019 21:46:13 |
jkim |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
2.4.8_2 24 Sep 2017 18:51:08 |
sunpoet |
Update LICENSE
Approved by: portmgr (blanket) |
2.4.8_2 27 Mar 2017 11:13:00 |
sunpoet |
Add LICENSE and update WWW
- Remove DISTNAME
- Add NO_ARCH
- Bump PORTREVISION for package change
PR: 218124
Submitted by: Anton Yuzhaninov <citrin@citrin.ru> (maintainer) |
2.4.8_1 17 Oct 2016 04:00:21 |
danfe |
- Double-quote $@ to properly propagate parameters down the execution path
- Consistently pad (separate) shebang in wrapper scripts with an empty line |
2.4.8_1 11 May 2015 18:34:58 |
mat |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
2.4.8_1 26 Jan 2014 00:28:15 |
bapt |
Do not try to remove a directory that are defined in the mtree
Reported by: QAT |
2.4.8_1 25 Jan 2014 22:40:06 |
bapt |
Remove non existing PORTDOCS
Support stage |
2.4.8 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.4.8 27 May 2013 15:41:16 |
az |
- remove my private site as temprory mirror |
2.4.8 27 May 2013 13:24:41 |
az |
- Upstream distfile broken (70kb instead of 700). Tempory change
MASTER_SITE with good one
- Assign matainership to citrin@citrin.ru |
2.4.8 22 May 2013 18:31:10 |
az |
- Update to 2.4.8
Changes: http://www.yuiblog.com/blog/2013/05/16/yuicompressor-2-4-8-released/
PR: ports/178809
Submitted by: Anton Yuzhaninov <ayuzhaninov@openstat.ru> |
2.4.7 22 Apr 2013 13:27:48 |
bapt |
Reassign skv@ ports to the heap
Feature safe: yes |
2.4.7 10 Dec 2012 13:43:44 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3) |
2.4.7 07 May 2012 15:26:28 |
skv |
Update to 2.4.7
Changes:
https://github.com/yui/yuicompressor/blob/776ace98b6c167aee6611d546adcba3272ea6931/doc/CHANGELOG |
2.4.6 21 Jul 2011 05:03:02 |
linimon |
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp |
2.4.6 05 May 2011 05:41:08 |
skv |
Update to 2.4.6
Changes: https://github.com/yui/yuicompressor/blob/master/doc/CHANGELOG |
2.4.2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.4.2 22 Nov 2008 10:10:13 |
skv |
Update to 2.4.2
Changes: http://www.julienlecomte.net/yuicompressor/CHANGELOG |
2.4.1 06 Nov 2008 16:35:52 |
skv |
Update to 2.4.1
Changes: http://www.julienlecomte.net/yuicompressor/ |
2.3.6 30 Jul 2008 07:53:37 |
skv |
Update to 2.3.6 |
2.3.5_1 06 Jun 2008 14:07:24 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
2.3.5 25 Apr 2008 11:59:50 |
skv |
Add yuicompressor 2.3.5, the Yahoo! JavaScript and CSS Compressor. |