Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2020 13:52:37 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529973 - in head/devel: . rubygem-semantic_range
Message-ID:  <202003311352.02VDqbPE021812@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Mar 31 13:52:37 2020
New Revision: 529973
URL: https://svnweb.freebsd.org/changeset/ports/529973

Log:
  Add rubygem-semantic_range 2.3.0
  
  SemanticRange is a semver parser written in Ruby for comparison and inclusion of
  semantic versions and ranges.
  
  WWW: https://github.com/librariesio/semantic_range

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Mar 31 13:52:14 2020	(r529972)
+++ head/devel/Makefile	Tue Mar 31 13:52:37 2020	(r529973)
@@ -6309,6 +6309,7 @@
     SUBDIR += rubygem-schash
     SUBDIR += rubygem-sdoc
     SUBDIR += rubygem-semantic_puppet
+    SUBDIR += rubygem-semantic_range
     SUBDIR += rubygem-semi_semantic
     SUBDIR += rubygem-semver2
     SUBDIR += rubygem-semverse

Added: head/devel/rubygem-semantic_range/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-semantic_range/Makefile	Tue Mar 31 13:52:37 2020	(r529973)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	semantic_range
+PORTVERSION=	2.3.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Parse and compare semantic version numbers and ranges
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+USES=		gem shebangfix
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+SHEBANG_FILES=	bin/setup
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-semantic_range/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-semantic_range/distinfo	Tue Mar 31 13:52:37 2020	(r529973)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1585564800
+SHA256 (rubygem/semantic_range-2.3.0.gem) = 44b47c4e124613804105f7376e4f98bb9cd224fde3817a897e2a27723cc01c94
+SIZE (rubygem/semantic_range-2.3.0.gem) = 22016

Added: head/devel/rubygem-semantic_range/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-semantic_range/pkg-descr	Tue Mar 31 13:52:37 2020	(r529973)
@@ -0,0 +1,4 @@
+SemanticRange is a semver parser written in Ruby for comparison and inclusion of
+semantic versions and ranges.
+
+WWW: https://github.com/librariesio/semantic_range



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