svn commit: r389139 - in head/devel: . rubygem-semi_semantic

Steve Wills swills at FreeBSD.org
Wed Jun 10 20:24:02 UTC 2015


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 at 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


More information about the svn-ports-all mailing list