Commit graph

19 commits

Author SHA1 Message Date
taca
19b33b9e3f Update ruby-css-parser to 1.6.0.
Version 1.6.0

* Handles font-size/ line-height shorthand with spaces
2017-09-10 16:17:12 +00:00
taca
2fcac42a1a Update ruby-css-parser to 1.5.0.
Version 1.5.0

* Extended color keywords support (https://www.w3.org/TR/css3-color/).
* remove_rule_set! method added.
* :capture_offsets feature added.
2017-04-22 16:58:14 +00:00
taca
51dd85e7af Update ruby-css-parser to 1.4.10.
Version 1.4.10

* Include uri in RemoteFileError message.
* Prevent to convert single declarations to their respective shorthand.
* Fix Ruby warnings.

Version 1.4.9

* Support for vrem, vh, vw, vmin, vmax and vm box model units.
* Replace obsolete calls with actual ones.
* Fix some Ruby warnings.

Version 1.4.8

* Allow to get CSS rules as Hash using to_hash method.
* Updates to support Ruby 1.9 and JRuby.
* utf-8 related update.

Version 1.4.7

* background-position shorthand fix.
2017-03-20 15:46:36 +00:00
taca
6999924fb1 Update ruby-css-parser to 1.4.6.
* Handling nil order in split_declaration.
* Normalize whitespace in selectors and queries.
2016-10-24 14:18:10 +00:00
taca
dc53b2712c Update ruby-css-parser to 1.4.5.
Version 1.4.5

    * Maintenance release.

Version 1.4.4

    * More robust redirection handling, refs #47.

Version 1.4.3

    * Look for redirects, MAX_REDIRECTS set to 3, refs #36.
    * Fix border style expanding, refs #58.
    * load_string! described, refs #70.

Version 1.4.2

    * Ship license with package, refs #69.

Version 1.4.1

    * Fix background shorthands, refs #66.

Version 1.4.0

    * Add support for background-size in the shorthand property @mitio
2016-10-18 15:00:49 +00:00
agc
b9b754e081 Add SHA512 digests for distfiles for www category
Problems found locating distfiles:
	Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
	Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
	Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
	Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
	Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
	Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
	Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
	Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2

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-11-04 02:46:46 +00:00
taca
114fee430b Update ruby-css-parser to 1.3.7.
- Fix regex for some things being malformed, along with also putting in a few
  cases not specified for brackets
2015-10-04 13:48:25 +00:00
taca
d26882f218 Allow build this package no Ruby 2.2. 2015-06-11 16:45:31 +00:00
taca
d8d78c463c Update ruby-css-parser to 1.3.6.
### Version 1.3.6

 * Fix bug not setting general rules after media query @jievans.
 * We doesn't support Ruby 1.8 anymore.
 * Run tests on Ruby 2.0 and Ruby 2.1.
 * Respect the :import option.
2015-02-05 15:30:35 +00:00
taca
870aa7fb7e Update ruby-css-parserruby-css-parser to 1.3.5.
Exact changes aren't available.  Please refer change log in github.
2013-09-15 16:55:32 +00:00
taca
b0e13fd00b Update ruby-css-parser to 1.3.4.
Changes aren't available, please refer github's commit log.
2013-03-17 15:56:42 +00:00
taca
d522a0789b Update ruby-css-parser to 1.2.6.
Exact chagnes are unknown.
2012-03-18 05:05:10 +00:00
taca
7e037d8ec9 Update ruby-css-parser package to 1.2.5. (A package depending to version
1.1.* of this one dosen't exist any more.)

Changes are unknown.
2011-09-12 14:44:08 +00:00
taca
2bfb1dac90 Revert previous update, it would be break a depending package. 2011-09-12 13:50:49 +00:00
taca
08e2dbc01c Update ruby-css-parser package to 1.2.5.
Changes are unknown.
2011-09-12 13:48:13 +00:00
taca
bfa66a5126 Update ruby-css-parser pacakge to 1.1.9.
Changes are unknown.
2011-06-19 03:54:24 +00:00
taca
a58ba559e3 Update ruby-css-parser pacakge to 1.1.5.
No changes are available.
2011-03-23 16:46:15 +00:00
taca
e94c2d94d2 Update ruby-css-parser pacakge to 1.1.4.
=== Ruby CSS Parser CHANGELOG

=== Version 1.1.3
 * allow limiting by media type in add_block!

=== Version 1.1.2
 * improve parsing of malformed declarations
 * improve support for local files
 * added support for loading over SSL
 * added support for deflate

==== Version 1.1.1
 * Ruby 1.9 compatibility
 * @import regexp updates
 * various bug fixes

==== Version 1.1.0
 * Added support for local @import
 * Better remote @import handling
2011-03-23 15:31:53 +00:00
taca
052317b7bb Importing www/ruby-css-parser 1.0.1.
A set of classes for parsing CSS in Ruby.
2010-09-23 07:28:39 +00:00