svn commit: r402257 - in head/games: . rubygem-fortune_gem

Marcelo Araujo araujo at FreeBSD.org
Mon Nov 23 03:24:02 UTC 2015


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


More information about the svn-ports-all mailing list