./misc/ruby-sprockets, Rack-based asset packaging system

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


Branch: pkgsrc-2014Q3, Version: 2.8.3, Package name: ruby200-sprockets-2.8.3, Maintainer: pkgsrc-users

Sprockets: Rack-based asset packaging

Sprockets is a Ruby library for compiling and serving web assets.
It features declarative dependency management for JavaScript and CSS
assets, as well as a powerful preprocessor pipeline that allows you to
write assets in languages like CoffeeScript, Sass, SCSS and LESS.


Required to run:
[lang/ruby200-base] [devel/ruby-hike] [www/ruby-rack] [textproc/ruby-multi_json] [textproc/ruby-tilt]

Master sites:

SHA1: 9040644dc93fc27f9f9be290d44e588510c7f515
RMD160: d295eaa0fb61e62e709bc7625a628c63c4f9b389
Filesize: 41.5 KB

Version history: (Expand)


CVS history: (Expand)


   2014-11-16 15:25:34 by Matthias Scheler | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #4545 - requested by taca
misc/ruby-sprockets: security update

Revisions pulled up:
- misc/ruby-sprockets/Makefile                                  1.7
- misc/ruby-sprockets/PLIST                                     1.4
- misc/ruby-sprockets/distinfo                                  1.6

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Nov  1 14:43:40 UTC 2014

   Modified Files:
   	pkgsrc/misc/ruby-sprockets: Makefile PLIST distinfo

   Log message:
   Update ruby-sprockets to 2.8.3.  Fix security problem of CVE-2014-7819.

   **2.8.2** (December 10, 2012)

   * Fixed top level Sass constant references
   * Fixed manifest logger when environment is disabled

   **2.8.1** (October 31, 2012)

   * Fixed Sass importer bug

   **2.8.0** (October 16, 2012)

   * Allow manifest location to be seperated from output directory
   * Pass logical path and absolute path to each_logical_path iterator

   **2.7.0** (October 10, 2012)

   * Added --css-compressor and --js-compressor command line flags
   * Added css/js compressor shorthand
   * Change default manifest.json filename to be a randomized \ 
manifest-16HEXBYTES.json
   * Allow nil environment to be passed to manifest
   * Allow manifest instance to be set on rake task

   **2.6.0** (September 19, 2012)

   * Added bower component.json require support

   **2.5.0** (September 4, 2012)

   * Fixed Ruby 2.0 RegExp warning
   * Provide stubbed implementation of context *_path helpers
   * Add SassCompressor