Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Nov 2015 03:24:01 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402257 - in head/games: . rubygem-fortune_gem
Message-ID:  <201511230324.tAN3O10x098885@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: araujo
Date: Mon Nov 23 03:24:01 2015
New Revision: 402257
URL: https://svnweb.freebsd.org/changeset/ports/402257

Log:
  A ruby version of the popular unix "fortune" program.
  
  WWW: https://github.com/nodanaonlyzuul/fortune_gem
  
  PR:		ports/204730
  Submitted by:	mose <mose@gandi.net>

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

Modified: head/games/Makefile
==============================================================================
--- head/games/Makefile	Mon Nov 23 03:03:34 2015	(r402256)
+++ head/games/Makefile	Mon Nov 23 03:24:01 2015	(r402257)
@@ -851,6 +851,7 @@
     SUBDIR += rt2-demo
     SUBDIR += rtb
     SUBDIR += rubix
+    SUBDIR += rubygem-fortune_gem
     SUBDIR += sampsvr
     SUBDIR += sarien
     SUBDIR += sauerbraten

Added: head/games/rubygem-fortune_gem/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/rubygem-fortune_gem/Makefile	Mon Nov 23 03:24:01 2015	(r402257)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	fortune_gem
+PORTVERSION=	0.0.8
+CATEGORIES=	games rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	mose@mose.com
+COMMENT=	Unix fortune program, implemented as a ruby gem
+
+LICENSE=	MIT
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+PLIST_FILES=	bin/fortune_gem
+
+.include <bsd.port.mk>

Added: head/games/rubygem-fortune_gem/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/rubygem-fortune_gem/distinfo	Mon Nov 23 03:24:01 2015	(r402257)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/fortune_gem-0.0.8.gem) = 0d910da9674b1c33ac1c3314b1ac47ecac89ed791022e17a963d88450b946834
+SIZE (rubygem/fortune_gem-0.0.8.gem) = 41984

Added: head/games/rubygem-fortune_gem/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/rubygem-fortune_gem/pkg-descr	Mon Nov 23 03:24:01 2015	(r402257)
@@ -0,0 +1,3 @@
+A ruby version of the popular unix "fortune" program.
+
+WWW: https://github.com/nodanaonlyzuul/fortune_gem



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