Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 2014 21:42:14 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365822 - in head/devel: . rubygem-naught
Message-ID:  <201408232142.s7NLgEFg065722@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sat Aug 23 21:42:14 2014
New Revision: 365822
URL: http://svnweb.freebsd.org/changeset/ports/365822
QAT: https://qat.redports.org/buildarchive/r365822/

Log:
  devel/rubygem-naught: add port for rubygem-naught
  
  Naught is a toolkit for building Null Objects
  
  WWW: https://github.com/avdi/naught

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Aug 23 21:37:24 2014	(r365821)
+++ head/devel/Makefile	Sat Aug 23 21:42:14 2014	(r365822)
@@ -4416,6 +4416,7 @@
     SUBDIR += rubygem-multi_test
     SUBDIR += rubygem-murmurhash3
     SUBDIR += rubygem-mutter
+    SUBDIR += rubygem-naught
     SUBDIR += rubygem-needle
     SUBDIR += rubygem-nice-ffi
     SUBDIR += rubygem-nio4r

Added: head/devel/rubygem-naught/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-naught/Makefile	Sat Aug 23 21:42:14 2014	(r365822)
@@ -0,0 +1,16 @@
+# Created by: Steve Wills <swills@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	naught
+PORTVERSION=	1.0.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Naught is a toolkit for building Null Objects
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-naught/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-naught/distinfo	Sat Aug 23 21:42:14 2014	(r365822)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/naught-1.0.0.gem) = edc710f133e8455deb413ffc5f0ca9da586f04a2b716cfbf65d324360c84a612
+SIZE (rubygem/naught-1.0.0.gem) = 18432

Added: head/devel/rubygem-naught/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-naught/pkg-descr	Sat Aug 23 21:42:14 2014	(r365822)
@@ -0,0 +1,3 @@
+Naught is a toolkit for building Null Objects
+
+WWW: https://github.com/avdi/naught



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