svn commit: r365822 - in head/devel: . rubygem-naught

Steve Wills swills at FreeBSD.org
Sat Aug 23 21:42:15 UTC 2014


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	naught
+PORTVERSION=	1.0.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at 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


More information about the svn-ports-all mailing list