aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-06 14:54:58 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-06 14:54:58 +0000
commit536604f94e989db4a8ea05771c2654037a5e5e7f (patch)
tree0f14e0f9edf38aacabb75449d495e76ef1216b43
parenta685894c7743ae509af7c08fd4b5c07ea5524e84 (diff)
downloadports-536604f94e989db4a8ea05771c2654037a5e5e7f.tar.gz
ports-536604f94e989db4a8ea05771c2654037a5e5e7f.zip
graphics/rubygem-red-colors: Add rubygem-red-colors 0.3.0
Red Colors provides a wide array of features for dealing with colors. This includes conversion between colorspaces, desaturation, and parsing colors. WWW: https://github.com/red-data-tools/red-colors
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/rubygem-red-colors/Makefile21
-rw-r--r--graphics/rubygem-red-colors/distinfo3
-rw-r--r--graphics/rubygem-red-colors/pkg-descr4
4 files changed, 29 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index eb719fe0d381..375672a9078c 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -988,6 +988,7 @@
SUBDIR += rubygem-pdfkit
SUBDIR += rubygem-png
SUBDIR += rubygem-railroad
+ SUBDIR += rubygem-red-colors
SUBDIR += rubygem-rmagick
SUBDIR += rubygem-rsvg2
SUBDIR += rubygem-ruby-graphviz
diff --git a/graphics/rubygem-red-colors/Makefile b/graphics/rubygem-red-colors/Makefile
new file mode 100644
index 000000000000..cf7a078d46be
--- /dev/null
+++ b/graphics/rubygem-red-colors/Makefile
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME= red-colors
+PORTVERSION= 0.3.0
+CATEGORIES= graphics rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Provide a wide array of features for dealing with colors
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-matrix>=0:math/rubygem-matrix
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/graphics/rubygem-red-colors/distinfo b/graphics/rubygem-red-colors/distinfo
new file mode 100644
index 000000000000..f4b3b7acdc8c
--- /dev/null
+++ b/graphics/rubygem-red-colors/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1625323513
+SHA256 (rubygem/red-colors-0.3.0.gem) = 9dc9e5c4c78e9504108394b64f9c52fec7620d35e1d482925daa9487d95a16f7
+SIZE (rubygem/red-colors-0.3.0.gem) = 104448
diff --git a/graphics/rubygem-red-colors/pkg-descr b/graphics/rubygem-red-colors/pkg-descr
new file mode 100644
index 000000000000..059f1e1acec9
--- /dev/null
+++ b/graphics/rubygem-red-colors/pkg-descr
@@ -0,0 +1,4 @@
+Red Colors provides a wide array of features for dealing with colors. This
+includes conversion between colorspaces, desaturation, and parsing colors.
+
+WWW: https://github.com/red-data-tools/red-colors