Skip to content

Commit

Permalink
Importing graphics/ruby-color-tools 1.3.0.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
taca committed Sep 12, 2010
1 parent 960490d commit 9864ea2
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 0 deletions.
6 changes: 6 additions & 0 deletions graphics/ruby-color-tools/DESCR
Original file line number Diff line number Diff line change
@@ -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.
12 changes: 12 additions & 0 deletions graphics/ruby-color-tools/Makefile
Original file line number Diff line number Diff line change
@@ -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"
31 changes: 31 additions & 0 deletions graphics/ruby-color-tools/PLIST
Original file line number Diff line number Diff line change
@@ -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
5 changes: 5 additions & 0 deletions graphics/ruby-color-tools/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9864ea2

Please sign in to comment.