File: control

package info (click to toggle)
ruby-sprite-factory 1.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,552 kB
  • ctags: 227
  • sloc: ruby: 1,705; makefile: 4
file content (35 lines) | stat: -rw-r--r-- 1,559 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: ruby-sprite-factory
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Andrew Lee (李健秋) <andrew.lee@collabora.co.uk>
Build-Depends: debhelper (>= 9~), gem2deb, rake, ruby-chunky-png,
 ruby-mini-magick, ruby-rmagick
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-sprite-factory.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-sprite-factory.git;a=summary
Homepage: https://github.com/jakesgordon/sprite-factory
Testsuite: autopkgtest
XS-Ruby-Versions: all

Package: ruby-sprite-factory
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
Description: automatic css sprite generator
 The sprite factory is a ruby library that can be used to generate
 CSS sprites. It combines individual image files from a directory
 into a single unified sprite image and creates an appropriate CSS
 stylesheet for use in your web application.
 .
 The library provides:
  * both a ruby API and a command line script.
  * many customizable options.
  * support for multiple layout algorithms - horizontal, vertical or
    packed.
  * support for any stylesheet syntax, including CSS and Sass.
  * support for any image library, including RMagick and ChunkyPNG.
  * support for any css selector style, including :hover pseudo-class
    selectors.
  * support for pngcrush'n the generated image file.
  * compatible with Rails 3.1 asset pipeline.