diff options
author | taca <taca@pkgsrc.org> | 2010-09-12 01:41:21 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-12 01:41:21 +0000 |
commit | 40450b69cc4d34b039fba5069e52d924a558a546 (patch) | |
tree | ff30c047b894aac4af89c9dfaa0772e3a6c641fe | |
parent | f275833b0061441a0b25a29bd847db7bc4d02c3a (diff) | |
download | pkgsrc-40450b69cc4d34b039fba5069e52d924a558a546.tar.gz |
Importing graphics/ruby-color-tools 1.3.0.
color-tools is a Ruby library to provide RGB, CMYK, and other
colourspace support to applications that require it. It also provides
152 named RGB colours. It offers 152 named RGB colours (184 with
spelling variations) that are commonly supported and used in HTML,
SVG, and X11 applications. A technique for generating a monochromatic
contrasting palette is also included.
-rw-r--r-- | graphics/ruby-color-tools/DESCR | 6 | ||||
-rw-r--r-- | graphics/ruby-color-tools/Makefile | 12 | ||||
-rw-r--r-- | graphics/ruby-color-tools/PLIST | 31 | ||||
-rw-r--r-- | graphics/ruby-color-tools/distinfo | 5 |
4 files changed, 54 insertions, 0 deletions
diff --git a/graphics/ruby-color-tools/DESCR b/graphics/ruby-color-tools/DESCR new file mode 100644 index 00000000000..908c6391017 --- /dev/null +++ b/graphics/ruby-color-tools/DESCR @@ -0,0 +1,6 @@ +color-tools is a Ruby library to provide RGB, CMYK, and other +colourspace support to applications that require it. It also provides +152 named RGB colours. It offers 152 named RGB colours (184 with +spelling variations) that are commonly supported and used in HTML, +SVG, and X11 applications. A technique for generating a monochromatic +contrasting palette is also included. diff --git a/graphics/ruby-color-tools/Makefile b/graphics/ruby-color-tools/Makefile new file mode 100644 index 00000000000..81a34bb0829 --- /dev/null +++ b/graphics/ruby-color-tools/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/09/12 01:41:21 taca Exp $ + +DISTNAME= color-tools-1.3.0 +CATEGORIES= graphics + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://rubyforge.org/projects/ruby-pdf +COMMENT= Provides colour space definition and manpiulation +LICENSE= mit + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/ruby-color-tools/PLIST b/graphics/ruby-color-tools/PLIST new file mode 100644 index 00000000000..96b5ecc8fa3 --- /dev/null +++ b/graphics/ruby-color-tools/PLIST @@ -0,0 +1,31 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/12 01:41:21 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/Changelog +${GEM_LIBDIR}/Install +${GEM_LIBDIR}/README +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/lib/color.rb +${GEM_LIBDIR}/lib/color/cmyk.rb +${GEM_LIBDIR}/lib/color/css.rb +${GEM_LIBDIR}/lib/color/grayscale.rb +${GEM_LIBDIR}/lib/color/hsl.rb +${GEM_LIBDIR}/lib/color/palette.rb +${GEM_LIBDIR}/lib/color/palette/gimp.rb +${GEM_LIBDIR}/lib/color/palette/monocontrast.rb +${GEM_LIBDIR}/lib/color/rgb-colors.rb +${GEM_LIBDIR}/lib/color/rgb.rb +${GEM_LIBDIR}/lib/color/rgb/metallic.rb +${GEM_LIBDIR}/lib/color/yiq.rb +${GEM_LIBDIR}/metaconfig +${GEM_LIBDIR}/pre-setup.rb +${GEM_LIBDIR}/setup.rb +${GEM_LIBDIR}/tests/test_cmyk.rb +${GEM_LIBDIR}/tests/test_css.rb +${GEM_LIBDIR}/tests/test_gimp.rb +${GEM_LIBDIR}/tests/test_grayscale.rb +${GEM_LIBDIR}/tests/test_hsl.rb +${GEM_LIBDIR}/tests/test_monocontrast.rb +${GEM_LIBDIR}/tests/test_rgb.rb +${GEM_LIBDIR}/tests/test_yiq.rb +${GEM_LIBDIR}/tests/testall.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/graphics/ruby-color-tools/distinfo b/graphics/ruby-color-tools/distinfo new file mode 100644 index 00000000000..5b11d3ca02a --- /dev/null +++ b/graphics/ruby-color-tools/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/09/12 01:41:21 taca Exp $ + +SHA1 (color-tools-1.3.0.gem) = 1d775c4b99462e5a147b56acf05eb3670bb773ec +RMD160 (color-tools-1.3.0.gem) = 6d41b5b0b0e3fb8a199f48ded365f0716edf991b +Size (color-tools-1.3.0.gem) = 31232 bytes |