Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Oct 2012 11:15:27 +0000 (UTC)
From:      Tilman Keskinoz <arved@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305251 - in head/devel: . rubygem-paint
Message-ID:  <201210041115.q94BFRFq040197@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arved
Date: Thu Oct  4 11:15:27 2012
New Revision: 305251
URL: http://svn.freebsd.org/changeset/ports/305251

Log:
  Add rubygem-paint, a Terminal painter

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Oct  4 10:50:43 2012	(r305250)
+++ head/devel/Makefile	Thu Oct  4 11:15:27 2012	(r305251)
@@ -3874,6 +3874,7 @@
     SUBDIR += rubygem-notify
     SUBDIR += rubygem-open4
     SUBDIR += rubygem-orm_adapter
+    SUBDIR += rubygem-paint
     SUBDIR += rubygem-parsetree
     SUBDIR += rubygem-piston
     SUBDIR += rubygem-pkg-config

Added: head/devel/rubygem-paint/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-paint/Makefile	Thu Oct  4 11:15:27 2012	(r305251)
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME=	paint
+PORTVERSION=	0.8.5
+CATEGORIES=	devel
+MASTER_SITES=	RG
+
+MAINTAINER=	arved@FreeBSD.org
+COMMENT=	Terminal painter
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-paint/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-paint/distinfo	Thu Oct  4 11:15:27 2012	(r305251)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/paint-0.8.5.gem) = bc11b8d05253860ccc3e1958c6e8d0565574015b880d64b1e184c11fd831228c
+SIZE (rubygem/paint-0.8.5.gem) = 20480

Added: head/devel/rubygem-paint/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-paint/pkg-descr	Thu Oct  4 11:15:27 2012	(r305251)
@@ -0,0 +1,3 @@
+Terminal painter with 256 color support and effect support
+
+WWW:	http://rubygems.org/gems/paint



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