git: 536604f94e98 - main - graphics/rubygem-red-colors: Add rubygem-red-colors 0.3.0
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Jul 6 15:04:39 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=536604f94e989db4a8ea05771c2654037a5e5e7f
commit 536604f94e989db4a8ea05771c2654037a5e5e7f
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-06 14:54:58 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-06 14:54:58 +0000
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
---
graphics/Makefile | 1 +
graphics/rubygem-red-colors/Makefile | 21 +++++++++++++++++++++
graphics/rubygem-red-colors/distinfo | 3 +++
graphics/rubygem-red-colors/pkg-descr | 4 ++++
4 files changed, 29 insertions(+)
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 at FreeBSD.org>
+
+PORTNAME= red-colors
+PORTVERSION= 0.3.0
+CATEGORIES= graphics rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at 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
More information about the dev-commits-ports-all
mailing list