Package: yui-compressor Version: 2.4.8 Revision: 1 Type: java ### Depends: system-java ### Source: https://github.com/yui/yuicompressor/releases/download/v%v/yuicompressor-%v.zip Source-Checksum: SHA256(3243fd79cb68cc61a5278a8ff67a0ad6a2d825c36464594b66900ad8426a6a6e) NoSourceDirectory: true ### PatchFile: %n.patch PatchFile-MD5: 4ee2018381c0931cd26247762367fe89 PatchScript: << sed -e 's,@FINKPREFIX@,%p,g' %{PatchFile} | patch -p1 << ### JarFiles: yuicompressor-%v.jar:yui-compressor.jar ### CompileScript: echo None ### InstallScript: << install -d -m0755 %i/bin install -d -m0755 %i/share/man/man1 install -m0755 fink/bin/yui-compressor %i/bin install -m0644 fink/yui-compressor.1 %i/share/man/man1 << ### Description: JavaScript/CSS minifier DescDetail: << The YUI Compressor is a JavaScript compressor which, in addition to removing comments and white-spaces, obfuscates local variables using the smallest possible variable name. This obfuscation is safe, even when using constructs such as 'eval' or 'with' (although the compression is not optimal is those cases) Compared to jsmin, the average savings is around 20%. . The YUI Compressor is also able to safely compress CSS files. The decision on which compressor is being used is made on the file extension (js or css). << ### License: BSD Homepage: http://yuilibrary.com/projects/yuicompressor/ Maintainer: Justin F. Hallett