Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2020 04:02:46 +0000 (UTC)
From:      =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523399 - in head/textproc: . rubygem-colored2
Message-ID:  <202001180402.00I42k2D057445@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: romain
Date: Sat Jan 18 04:02:45 2020
New Revision: 523399
URL: https://svnweb.freebsd.org/changeset/ports/523399

Log:
  New port: textproc/rubygem-colored2
  
  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

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

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sat Jan 18 03:39:23 2020	(r523398)
+++ head/textproc/Makefile	Sat Jan 18 04:02:45 2020	(r523399)
@@ -1495,6 +1495,7 @@
     SUBDIR += rubygem-coderay
     SUBDIR += rubygem-colorator
     SUBDIR += rubygem-colored
+    SUBDIR += rubygem-colored2
     SUBDIR += rubygem-commonmarker
     SUBDIR += rubygem-compass
     SUBDIR += rubygem-compass-blueprint

Added: head/textproc/rubygem-colored2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-colored2/Makefile	Sat Jan 18 04:02:45 2020	(r523399)
@@ -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>

Added: head/textproc/rubygem-colored2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-colored2/distinfo	Sat Jan 18 04:02:45 2020	(r523399)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1578936939
+SHA256 (rubygem/colored2-3.1.2.gem) = b13c2bd7eeae2cf7356a62501d398e72fde78780bd26aec6a979578293c28b4a
+SIZE (rubygem/colored2-3.1.2.gem) = 10240

Added: head/textproc/rubygem-colored2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-colored2/pkg-descr	Sat Jan 18 04:02:45 2020	(r523399)
@@ -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



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