From owner-svn-ports-all@FreeBSD.ORG Thu Oct 4 11:16:38 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A76431065673; Thu, 4 Oct 2012 11:16:38 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 76C488FC0C; Thu, 4 Oct 2012 11:16:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q94BGcso040606; Thu, 4 Oct 2012 11:16:38 GMT (envelope-from arved@svn.freebsd.org) Received: (from arved@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q94BGcDV040601; Thu, 4 Oct 2012 11:16:38 GMT (envelope-from arved@svn.freebsd.org) Message-Id: <201210041116.q94BGcDV040601@svn.freebsd.org> From: Tilman Keskinoz Date: Thu, 4 Oct 2012 11:16:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305252 - in head/games: . lolcat X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2012 11:16:39 -0000 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 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