./devel/ruby-uglifier, Ruby wrapper for UglifyJS JavaScript compressor

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.7.2, Package name: ruby27-uglifier-2.7.2, Maintainer: pkgsrc-users

Ruby wrapper for UglifyJS JavaScript compressor.


Master sites:

Filesize: 82.5 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2017-07-31 00:32:28 by Thomas Klausner | Files touched by this commit (229)
Log message:
Switch github HOMEPAGEs to https.
   2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995)
Log message:
Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-10-04 14:30:56 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
Update ruby-uglifier to 2.7.2.

## 2.7.2 (26 August 2015)

- update UglifyJS to 2.4.24
   2015-03-13 15:08:46 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-uglifier to 2.7.1.

## 2.7.1 (27 February 2015)

- fix compatibility with experimental Alaska ExecJS runtime
   2015-02-02 16:27:26 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
Update ruby-uglifier to 2.7.0.

## 2.7.0 (8 January 2015)

- copyright comment preservation also includes comments starting with a bang (!)

## 2.6.1 (1 January 2015)

- update UglifyJS to 2.4.16

## 2.6.0 (8 December 2014)

- allow metadata to be appended to minified code

## 2.5.3 (18 July 2014)

- no changes

## 2.5.2 (18 July 2014)

- update UglifyJS to 2.4.15

## 2.5.1 (13 June 2014)

- update UglifyJS to 2.4.14

## 2.5.0 (15 March 2014)

- update UglifyJS to 2.4.13
- process Angular @ngInject annotations
- add keep_fargs option
- change `ascii_only` default to true

## 2.4.0 (19 December 2013)

- update UglifyJS to 2.4.8
- add drop_console compress option

## 2.3.3 (12 December 2013)

- update UglifyJS to 2.4.7

## 2.3.2 (1 December 2013)

- update UglifyJS to 2.4.6
- document missing mangler and output options

## 2.3.1 (8 November 2013)

 - update UglifyJS to 2.4.3

## 2.3.0 (26 October 2013)

  - use JSON gem instead of multi_json
  - update UglifyJS to 2.4.1
  - fix issues with some Unicode JS identifiers (#47, #58)

## 2.2.1 (28 August 2013)

  - fix IE8 compatibility

## 2.2.0 (25 August 2013)

  - update UglifyJS to 2.4.0
  - add `negate_iife` compressor option
  - escape null characters as \x00, so that null followed by number isn't
    interpreted as octal (#47)

## 2.1.2 (7 July 2013)

  - update UglifyJS to 2.3.6

## 2.1.1 (18 May 2013)

  - fix JScript compatibility
  - update UglifyJS to 2.3.4

## 2.1.0 (8 May 2013)

  - update to UglifyJS 2.3.0
  - add enclose and screw_ie8 options

## 2.0.1 (6 April 2013)

  - fix compatibility with Sprockets 2.9.0

## 2.0.0 (6 April 2013)

This release is backwards incompatible for JS compressor options.

  - update UglifyJS to 2.2.5
  - change compressor arguments to align with UglifyJS2
  - `compile_with_map`: generate source maps for minified code
   2012-12-17 13:31:14 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update ruby-uglifier to 1.3.0.

Exact changes are unknown.