svn commit: r464283 - in head/devel: . rubygem-strings rubygem-strings/files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Mar 12 20:36:10 UTC 2018
Author: sunpoet
Date: Mon Mar 12 20:36:09 2018
New Revision: 464283
URL: https://svnweb.freebsd.org/changeset/ports/464283
Log:
Add rubygem-strings 0.1.1
The Strings is a set of useful functions such as fold, truncate, wrap, and many
more for transforming strings.
WWW: https://github.com/piotrmurach/strings
Added:
head/devel/rubygem-strings/
head/devel/rubygem-strings/Makefile (contents, props changed)
head/devel/rubygem-strings/distinfo (contents, props changed)
head/devel/rubygem-strings/files/
head/devel/rubygem-strings/files/patch-gemspec (contents, props changed)
head/devel/rubygem-strings/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Mar 12 20:35:15 2018 (r464282)
+++ head/devel/Makefile Mon Mar 12 20:36:09 2018 (r464283)
@@ -5812,6 +5812,7 @@
SUBDIR += rubygem-stream
SUBDIR += rubygem-streetaddress
SUBDIR += rubygem-stringex
+ SUBDIR += rubygem-strings
SUBDIR += rubygem-strong_migrations
SUBDIR += rubygem-structured_warnings
SUBDIR += rubygem-stud
Added: head/devel/rubygem-strings/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-strings/Makefile Mon Mar 12 20:36:09 2018 (r464283)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= strings
+PORTVERSION= 0.1.1
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Useful functions for transforming strings
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-unicode-display_width>=1.3.0:devel/rubygem-unicode-display_width
+
+NO_ARCH= yes
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-strings/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-strings/distinfo Mon Mar 12 20:36:09 2018 (r464283)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1520792984
+SHA256 (rubygem/strings-0.1.1.gem) = 91b3ddda65923646e9b89dd3c34e7dbcc40cadc7b3a2261e395936debbbdc682
+SIZE (rubygem/strings-0.1.1.gem) = 22016
Added: head/devel/rubygem-strings/files/patch-gemspec
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-strings/files/patch-gemspec Mon Mar 12 20:36:09 2018 (r464283)
@@ -0,0 +1,10 @@
+--- strings.gemspec.orig 2018-03-11 18:29:45 UTC
++++ strings.gemspec
+@@ -22,7 +22,6 @@ Gem::Specification.new do |s|
+ s.specification_version = 4
+
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
+- s.add_runtime_dependency(%q<unicode_utils>.freeze, ["~> 1.4.0"])
+ s.add_runtime_dependency(%q<unicode-display_width>.freeze, ["~> 1.3.0"])
+ s.add_development_dependency(%q<bundler>.freeze, ["~> 1.15"])
+ s.add_development_dependency(%q<rake>.freeze, ["~> 10.0"])
Added: head/devel/rubygem-strings/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-strings/pkg-descr Mon Mar 12 20:36:09 2018 (r464283)
@@ -0,0 +1,4 @@
+The Strings is a set of useful functions such as fold, truncate, wrap, and many
+more for transforming strings.
+
+WWW: https://github.com/piotrmurach/strings
More information about the svn-ports-all
mailing list