diff options
author | taca <taca@pkgsrc.org> | 2018-03-13 16:10:50 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2018-03-13 16:10:50 +0000 |
commit | 881585547c55291364c303064e17f596cdc22940 (patch) | |
tree | 864643c6ea26eddc439c2311ec378673bdc9d8af /www/ruby-crass/distinfo | |
parent | fce75a70f8768ba714b0024d44a179260a59d5bd (diff) | |
download | pkgsrc-881585547c55291364c303064e17f596cdc22940.tar.gz |
www/ruby-crass: add version 1.0.2 package
Crass is a Ruby CSS parser that's fully compliant with the
CSS Syntax Level 3 specification.
Features
--------
* Pure Ruby, with no runtime dependencies other than Ruby 1.9.x or higher.
* Tokenizes and parses CSS according to the rules defined in the 14 November
2014 editor's draft of the [CSS Syntax Level 3][css] specification.
* Extremely tolerant of broken or invalid CSS. If a browser can handle it, Crass
should be able to handle it too.
* Optionally includes comments in the token stream.
* Optionally preserves certain CSS hacks, such as the IE "*" hack, which would
otherwise be discarded according to CSS3 tokenizing rules.
* Capable of serializing the parse tree back to CSS while maintaining all
original whitespace, comments, and indentation.
Diffstat (limited to 'www/ruby-crass/distinfo')
-rw-r--r-- | www/ruby-crass/distinfo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/ruby-crass/distinfo b/www/ruby-crass/distinfo new file mode 100644 index 00000000000..b93f7100f27 --- /dev/null +++ b/www/ruby-crass/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/03/13 16:10:50 taca Exp $ + +SHA1 (crass-1.0.2.gem) = 5a855504ff288cd8c36482c26d965d05b370dbbd +RMD160 (crass-1.0.2.gem) = 5d5bbb9fd630dd7a1b0c14051b893940805774da +SHA512 (crass-1.0.2.gem) = 28ea16dea1ba8e46589489a60780195711304902b805bff0b362f99e8af9c9d2ecd0c11dcdf3e67e18e0997f37594012a4ceb312df352faf56eeb47d0441d289 +Size (crass-1.0.2.gem) = 92160 bytes |