Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Nov 2016 20:29:16 +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: r425087 - in head/devel: . rubygem-gemnasium-parser
Message-ID:  <201611012029.uA1KTGqc022584@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Nov  1 20:29:16 2016
New Revision: 425087
URL: https://svnweb.freebsd.org/changeset/ports/425087

Log:
  devel/rubygem-gemnasium-parser: create port
  
  Safely parse Gemfiles and gemspecs
  
  WWW: https://github.com/laserlemon/gemnasium-parser

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Nov  1 20:26:49 2016	(r425086)
+++ head/devel/Makefile	Tue Nov  1 20:29:16 2016	(r425087)
@@ -5057,6 +5057,7 @@
     SUBDIR += rubygem-gem_plugin
     SUBDIR += rubygem-gemcutter
     SUBDIR += rubygem-gemnasium-gitlab-service
+    SUBDIR += rubygem-gemnasium-parser
     SUBDIR += rubygem-gems
     SUBDIR += rubygem-generator_spec
     SUBDIR += rubygem-generator_spec-rails4

Added: head/devel/rubygem-gemnasium-parser/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-gemnasium-parser/Makefile	Tue Nov  1 20:29:16 2016	(r425087)
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+PORTNAME=	gemnasium-parser
+PORTVERSION=	0.1.9
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Safely parse Gemfiles and gemspecs
+
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-gemnasium-parser/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-gemnasium-parser/distinfo	Tue Nov  1 20:29:16 2016	(r425087)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1478031233
+SHA256 (rubygem/gemnasium-parser-0.1.9.gem) = 95aac29c01d3ea0180cf503a0d59f39fa5c899015454a638dd5c5fd075690d13
+SIZE (rubygem/gemnasium-parser-0.1.9.gem) = 10240

Added: head/devel/rubygem-gemnasium-parser/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-gemnasium-parser/pkg-descr	Tue Nov  1 20:29:16 2016	(r425087)
@@ -0,0 +1,3 @@
+Safely parse Gemfiles and gemspecs
+
+WWW: https://github.com/laserlemon/gemnasium-parser



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