Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Oct 2012 11:16:38 +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: r305252 - in head/games: . lolcat
Message-ID:  <201210041116.q94BGcDV040601@svn.freebsd.org>

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

Log:
  Add lolcat, brings rainbows and unicorns to your terminal

Added:
  head/games/lolcat/
  head/games/lolcat/Makefile   (contents, props changed)
  head/games/lolcat/distinfo   (contents, props changed)
  head/games/lolcat/pkg-descr   (contents, props changed)
Modified:
  head/games/Makefile

Modified: head/games/Makefile
==============================================================================
--- head/games/Makefile	Thu Oct  4 11:15:27 2012	(r305251)
+++ head/games/Makefile	Thu Oct  4 11:16:37 2012	(r305252)
@@ -526,6 +526,7 @@
     SUBDIR += lm-solve
     SUBDIR += lmarbles
     SUBDIR += lmpc
+    SUBDIR += lolcat
     SUBDIR += lordsawar
     SUBDIR += lpairs
     SUBDIR += ltris

Added: head/games/lolcat/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/lolcat/Makefile	Thu Oct  4 11:16:37 2012	(r305252)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME=	lolcat
+PORTVERSION=	42.0.99
+CATEGORIES=	games
+MASTER_SITES=	RG
+
+MAINTAINER=	arved@FreeBSD.org
+COMMENT=	Rainbows and unicorns
+
+RUN_DEPENDS=	rubygem-trollop>=1.9:${PORTSDIR}/devel/rubygem-trollop \
+		rubygem-paint>=0.8.5:${PORTSDIR}/devel/rubygem-paint
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/games/lolcat/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/lolcat/distinfo	Thu Oct  4 11:16:37 2012	(r305252)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/lolcat-42.0.99.gem) = cafd788a6b3e0177a20a9e44dfbb144ea0b6b62c9c9fb413c5223778cdd92558
+SIZE (rubygem/lolcat-42.0.99.gem) = 204288

Added: head/games/lolcat/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/lolcat/pkg-descr	Thu Oct  4 11:16:37 2012	(r305252)
@@ -0,0 +1,3 @@
+Rainbows and unicorns!
+
+WWW:	https://github.com/busyloop/lolcat



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