aboutsummaryrefslogtreecommitdiff
path: root/print/rubygem-color-tools
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-24 18:58:20 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-24 18:58:20 +0000
commitde5d8d80c7e8b5bb893c653582421d0ebcf35b61 (patch)
tree5ff20d502e3a5f45d4f2999dbb1d1803f91e050f /print/rubygem-color-tools
parent278fde7b82845a1b02ace59da5e2468fd99a337a (diff)
downloadports-de5d8d80c7e8b5bb893c653582421d0ebcf35b61.tar.gz
ports-de5d8d80c7e8b5bb893c653582421d0ebcf35b61.zip
- Move print/rubygem-colortools to print/rubygem-color-tools
- Add LICENSE - Update WWW
Notes
Notes: svn path=/head/; revision=387324
Diffstat (limited to 'print/rubygem-color-tools')
-rw-r--r--print/rubygem-color-tools/Makefile17
-rw-r--r--print/rubygem-color-tools/distinfo2
-rw-r--r--print/rubygem-color-tools/pkg-descr8
3 files changed, 27 insertions, 0 deletions
diff --git a/print/rubygem-color-tools/Makefile b/print/rubygem-color-tools/Makefile
new file mode 100644
index 000000000000..bacf505e2c27
--- /dev/null
+++ b/print/rubygem-color-tools/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= color-tools
+PORTVERSION= 1.3.0
+CATEGORIES= print rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Provides colour space definition and manipulation
+
+LICENSE= MIT
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/print/rubygem-color-tools/distinfo b/print/rubygem-color-tools/distinfo
new file mode 100644
index 000000000000..0fec4e702870
--- /dev/null
+++ b/print/rubygem-color-tools/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/color-tools-1.3.0.gem) = 196a730f99b3479893d1b9101031bd58b88af1349098434e2569a44655f682fc
+SIZE (rubygem/color-tools-1.3.0.gem) = 31232
diff --git a/print/rubygem-color-tools/pkg-descr b/print/rubygem-color-tools/pkg-descr
new file mode 100644
index 000000000000..8a08bd87c04d
--- /dev/null
+++ b/print/rubygem-color-tools/pkg-descr
@@ -0,0 +1,8 @@
+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.
+
+WWW: https://github.com/ripta/color-tools