svn commit: r305252 - in head/games: . lolcat

Tilman Keskinoz arved at FreeBSD.org
Thu Oct 4 11:16:39 UTC 2012


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 at 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



More information about the svn-ports-head mailing list