Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Sep 2014 18:51:12 +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: r367765 - in head/devel: . rubygem-gems
Message-ID:  <201409091851.s89IpC54023986@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Sep  9 18:51:12 2014
New Revision: 367765
URL: http://svnweb.freebsd.org/changeset/ports/367765
QAT: https://qat.redports.org/buildarchive/r367765/

Log:
  devel/rubygem-gems: add port for rubygem-gems
  
  Ruby wrapper for the RubyGems.org API
  
  WWW: https://github.com/rubygems/gems

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Sep  9 18:49:56 2014	(r367764)
+++ head/devel/Makefile	Tue Sep  9 18:51:12 2014	(r367765)
@@ -4320,6 +4320,7 @@
     SUBDIR += rubygem-gdata
     SUBDIR += rubygem-gem_plugin
     SUBDIR += rubygem-gemcutter
+    SUBDIR += rubygem-gems
     SUBDIR += rubygem-generator_spec
     SUBDIR += rubygem-georuby
     SUBDIR += rubygem-getopt

Added: head/devel/rubygem-gems/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-gems/Makefile	Tue Sep  9 18:51:12 2014	(r367765)
@@ -0,0 +1,16 @@
+# Created by: Steve Wills <swills@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	gems
+PORTVERSION=	0.8.3
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Ruby wrapper for the RubyGems.org API
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-gems/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-gems/distinfo	Tue Sep  9 18:51:12 2014	(r367765)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/gems-0.8.3.gem) = 2bcf69bb8fb90dd1f926fb7d8f2d8c9857540e04385ac742999a05c74fe24a05
+SIZE (rubygem/gems-0.8.3.gem) = 84992

Added: head/devel/rubygem-gems/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-gems/pkg-descr	Tue Sep  9 18:51:12 2014	(r367765)
@@ -0,0 +1,3 @@
+Ruby wrapper for the RubyGems.org API
+
+WWW: https://github.com/rubygems/gems



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