./www/ruby-cssmin, Ruby library for minifying CSS

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


Branch: CURRENT, Version: 1.0.2, Package name: ruby18-cssmin-1.0.2, Maintainer: pkgsrc-users

This package contains a Ruby library for "minifying" CSS files by
removing unnecessary characters.


Required to run:
[misc/rubygems] [lang/ruby18-base]

Required to build:
[misc/rubygems]

Master sites:

SHA1: 2e9d17e378ded9e193b77ce6da1f0743cabb24ad
RMD160: ef3719a49e3de08030dbe7e9bb873dd82c602620
Filesize: 5 KB

Version history: (Expand)


CVS history: (Expand)


   2010-09-10 15:01:58 by Takahiro Kambe | Files touched by this commit (1)
Log message:
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
   2009-06-15 00:00:42 by Joerg Sonnenberger | Files touched by this commit (316)
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
   2008-09-15 17:33:27 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
Update ruby-cssmin pacakge to 1.0.2.

CSSMin History
================================================================================

Version 1.0.2 (2008-08-23)
  * Fixed a bug that could have resulted in a necessary space being removed if
    it preceded a compressible color value, such as in the property
    "border:1px solid #cccccc".

Version 1.0.1 (2008-07-25)
  * Fixed a rare bug that could result in redundant semicolons.