aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2013-06-05 22:36:24 +0800
committerswills <swills@FreeBSD.org>2013-06-05 22:36:24 +0800
commit9e391170192cbdf1c8b60cb94f61899d70144338 (patch)
treec6756280e681269f6e9e7bac5c5f64043d241d91 /textproc
parent122a00ba123452ea8cb0090e8eeb94a990d0ee61 (diff)
downloadfreebsd-ports-gnome-9e391170192cbdf1c8b60cb94f61899d70144338.tar.gz
freebsd-ports-gnome-9e391170192cbdf1c8b60cb94f61899d70144338.tar.zst
freebsd-ports-gnome-9e391170192cbdf1c8b60cb94f61899d70144338.zip
Colorize your text in a terminal with a simple API
WWW: https://github.com/octopress/colorator
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-colorator/Makefile17
-rw-r--r--textproc/rubygem-colorator/distinfo2
-rw-r--r--textproc/rubygem-colorator/pkg-descr3
4 files changed, 23 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 42914f31af98..97339b3cbe04 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1278,6 +1278,7 @@
SUBDIR += rubygem-augeas
SUBDIR += rubygem-charlock_holmes
SUBDIR += rubygem-coderay
+ SUBDIR += rubygem-colorator
SUBDIR += rubygem-colored
SUBDIR += rubygem-compass
SUBDIR += rubygem-diff-lcs
diff --git a/textproc/rubygem-colorator/Makefile b/textproc/rubygem-colorator/Makefile
new file mode 100644
index 000000000000..16f70003ec14
--- /dev/null
+++ b/textproc/rubygem-colorator/Makefile
@@ -0,0 +1,17 @@
+# Created by: Steve Wills <swills@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= colorator
+PORTVERSION= 0.1
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Colorize your text in a terminal with a simple API
+
+USE_RUBY= yes
+USE_PYTHON= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-colorator/distinfo b/textproc/rubygem-colorator/distinfo
new file mode 100644
index 000000000000..30ea76cb42e2
--- /dev/null
+++ b/textproc/rubygem-colorator/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/colorator-0.1.gem) = 7adfe632249e619a955347ba0403dc97219f6d262ed719dc5b94a7e66109f727
+SIZE (rubygem/colorator-0.1.gem) = 7680
diff --git a/textproc/rubygem-colorator/pkg-descr b/textproc/rubygem-colorator/pkg-descr
new file mode 100644
index 000000000000..0099fcdf5fc3
--- /dev/null
+++ b/textproc/rubygem-colorator/pkg-descr
@@ -0,0 +1,3 @@
+Colorize your text in a terminal with a simple API
+
+WWW: https://github.com/octopress/colorator