Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2015 20:24:01 +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: r389139 - in head/devel: . rubygem-semi_semantic
Message-ID:  <201506102024.t5AKO1pf047542@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Jun 10 20:24:00 2015
New Revision: 389139
URL: https://svnweb.freebsd.org/changeset/ports/389139

Log:
  devel/rubygem-semi_semantic: create port
  
  A Ruby library for parsing/formatting/comparing semi-semantic versions.
  
  WWW: https://github.com/pivotal-cf-experimental/semi_semantic

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Jun 10 20:08:19 2015	(r389138)
+++ head/devel/Makefile	Wed Jun 10 20:24:00 2015	(r389139)
@@ -4744,6 +4744,7 @@
     SUBDIR += rubygem-ruport
     SUBDIR += rubygem-safe_yaml
     SUBDIR += rubygem-sdoc
+    SUBDIR += rubygem-semi_semantic
     SUBDIR += rubygem-sequel
     SUBDIR += rubygem-sequel3
     SUBDIR += rubygem-settingslogic

Added: head/devel/rubygem-semi_semantic/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-semi_semantic/Makefile	Wed Jun 10 20:24:00 2015	(r389139)
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME=	semi_semantic
+PORTVERSION=	1.1.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Library for parsing/formatting/comparing semi-semantic versions
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-semi_semantic/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-semi_semantic/distinfo	Wed Jun 10 20:24:00 2015	(r389139)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/semi_semantic-1.1.0.gem) = f183dd131a35c2b52f426855b36de4932131db49350f40f51b938f35470978b3
+SIZE (rubygem/semi_semantic-1.1.0.gem) = 5632

Added: head/devel/rubygem-semi_semantic/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-semi_semantic/pkg-descr	Wed Jun 10 20:24:00 2015	(r389139)
@@ -0,0 +1,3 @@
+A Ruby library for parsing/formatting/comparing semi-semantic versions.
+
+WWW: https://github.com/pivotal-cf-experimental/semi_semantic



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