aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-colored2
diff options
context:
space:
mode:
authorRomain Tartière <romain@FreeBSD.org>2020-01-18 04:02:45 +0000
committerRomain Tartière <romain@FreeBSD.org>2020-01-18 04:02:45 +0000
commit1673351c2a0a972796855caa0904557156a40453 (patch)
tree8df66d7cf038a149d08b3661d5be80e8ffc64e4c /textproc/rubygem-colored2
parent1f2f167f197ec29ac90785fa2a319ce64bf0a56c (diff)
downloadports-1673351c2a0a972796855caa0904557156a40453.tar.gz
ports-1673351c2a0a972796855caa0904557156a40453.zip
Notes
Diffstat (limited to 'textproc/rubygem-colored2')
-rw-r--r--textproc/rubygem-colored2/Makefile17
-rw-r--r--textproc/rubygem-colored2/distinfo3
-rw-r--r--textproc/rubygem-colored2/pkg-descr7
3 files changed, 27 insertions, 0 deletions
diff --git a/textproc/rubygem-colored2/Makefile b/textproc/rubygem-colored2/Makefile
new file mode 100644
index 000000000000..5266cd0810dc
--- /dev/null
+++ b/textproc/rubygem-colored2/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= colored2
+PORTVERSION= 3.1.2
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= romain@FreeBSD.org
+COMMENT= Colors in your terminal, simple as it can be
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= gem
+USE_RUBY= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-colored2/distinfo b/textproc/rubygem-colored2/distinfo
new file mode 100644
index 000000000000..b8af27d9f276
--- /dev/null
+++ b/textproc/rubygem-colored2/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1578936939
+SHA256 (rubygem/colored2-3.1.2.gem) = b13c2bd7eeae2cf7356a62501d398e72fde78780bd26aec6a979578293c28b4a
+SIZE (rubygem/colored2-3.1.2.gem) = 10240
diff --git a/textproc/rubygem-colored2/pkg-descr b/textproc/rubygem-colored2/pkg-descr
new file mode 100644
index 000000000000..6f3d19f54eba
--- /dev/null
+++ b/textproc/rubygem-colored2/pkg-descr
@@ -0,0 +1,7 @@
+This is an actively maintained fork of Chris (defunkt) Wanstrath's gem colored
+(textproc/rubygem-colord), which appears to be no longer supported.
+
+This fork comes with a slightly spruced up syntax, some additional features,
+and a test suite written in RSpec.
+
+WWW: http://rubygems.org/gems/colored2