svn commit: r389212 - in head/devel: . rubygem-semantic_puppet

Michael Moll mmoll at FreeBSD.org
Thu Jun 11 14:16:09 UTC 2015


Author: mmoll
Date: Thu Jun 11 14:16:07 2015
New Revision: 389212
URL: https://svnweb.freebsd.org/changeset/ports/389212

Log:
  new port: devel/rubygem-semantic_puppet
  
  Library of tools used by Puppet to parse, validate, and compare Semantic
  Versions and Version Ranges and to query and resolve module dependencies.
  
  WWW: https://github.com/puppetlabs/semantic_puppet
  
  Differential Revision:	https://reviews.freebsd.org/D2777
  Approved by:	mat (mentor)

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Jun 11 14:13:09 2015	(r389211)
+++ head/devel/Makefile	Thu Jun 11 14:16:07 2015	(r389212)
@@ -4750,6 +4750,7 @@
     SUBDIR += rubygem-ruport
     SUBDIR += rubygem-safe_yaml
     SUBDIR += rubygem-sdoc
+    SUBDIR += rubygem-semantic_puppet
     SUBDIR += rubygem-semi_semantic
     SUBDIR += rubygem-sequel
     SUBDIR += rubygem-sequel3

Added: head/devel/rubygem-semantic_puppet/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-semantic_puppet/Makefile	Thu Jun 11 14:16:07 2015	(r389212)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	semantic_puppet
+PORTVERSION=	0.1.1
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at FreeBSD.org
+COMMENT=	Library for working with Semantic Versions and module dependencies
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-semantic_puppet/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-semantic_puppet/distinfo	Thu Jun 11 14:16:07 2015	(r389212)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/semantic_puppet-0.1.1.gem) = 803dc62c61bbd7318197821590d8fe45f306ce8be4d1e54944ac7bfa1af2eff1
+SIZE (rubygem/semantic_puppet-0.1.1.gem) = 25088

Added: head/devel/rubygem-semantic_puppet/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-semantic_puppet/pkg-descr	Thu Jun 11 14:16:07 2015	(r389212)
@@ -0,0 +1,4 @@
+Library of tools used by Puppet to parse, validate, and compare Semantic
+Versions and Version Ranges and to query and resolve module dependencies.
+
+WWW: https://github.com/puppetlabs/semantic_puppet


More information about the svn-ports-all mailing list