Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jun 2013 14:36:24 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319997 - in head/textproc: . rubygem-colorator
Message-ID:  <201306051436.r55EaOov020155@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Jun  5 14:36:24 2013
New Revision: 319997
URL: http://svnweb.freebsd.org/changeset/ports/319997

Log:
  Colorize your text in a terminal with a simple API
  
  WWW: https://github.com/octopress/colorator

Added:
  head/textproc/rubygem-colorator/
  head/textproc/rubygem-colorator/Makefile   (contents, props changed)
  head/textproc/rubygem-colorator/distinfo   (contents, props changed)
  head/textproc/rubygem-colorator/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Wed Jun  5 14:28:24 2013	(r319996)
+++ head/textproc/Makefile	Wed Jun  5 14:36:24 2013	(r319997)
@@ -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

Added: head/textproc/rubygem-colorator/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-colorator/Makefile	Wed Jun  5 14:36:24 2013	(r319997)
@@ -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>

Added: head/textproc/rubygem-colorator/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-colorator/distinfo	Wed Jun  5 14:36:24 2013	(r319997)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/colorator-0.1.gem) = 7adfe632249e619a955347ba0403dc97219f6d262ed719dc5b94a7e66109f727
+SIZE (rubygem/colorator-0.1.gem) = 7680

Added: head/textproc/rubygem-colorator/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-colorator/pkg-descr	Wed Jun  5 14:36:24 2013	(r319997)
@@ -0,0 +1,3 @@
+Colorize your text in a terminal with a simple API
+
+WWW: https://github.com/octopress/colorator



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306051436.r55EaOov020155>