summaryrefslogtreecommitdiff
path: root/graphics/ruby-color-tools/Makefile
diff options
context:
space:
mode:
authortaca <taca>2010-09-12 01:41:21 +0000
committertaca <taca>2010-09-12 01:41:21 +0000
commit972eea3517e5e421fe17c4b0ad353f005e76be34 (patch)
treeff30c047b894aac4af89c9dfaa0772e3a6c641fe /graphics/ruby-color-tools/Makefile
parent8970c4e6301f46186df54f7eef09775cf16d9de4 (diff)
downloadpkgsrc-972eea3517e5e421fe17c4b0ad353f005e76be34.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.
Diffstat (limited to 'graphics/ruby-color-tools/Makefile')
-rw-r--r--graphics/ruby-color-tools/Makefile12
1 files changed, 12 insertions, 0 deletions
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"