aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-03 20:04:38 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-03 20:04:38 +0000
commitf7877fd33d5394c0b01f75c849efd278b2dc0105 (patch)
treeb5bc4ea4641fedb3df6346636a15c23cdec0cefa /shells
parentfb19906f69878585d2ab3775e2c0f91b902c3c99 (diff)
downloadports-f7877fd33d5394c0b01f75c849efd278b2dc0105.tar.gz
ports-f7877fd33d5394c0b01f75c849efd278b2dc0105.zip
Add rubygem-shellwords 0.1.0
Shellwords manipulates strings according to the word parsing rules of the UNIX Bourne shell. The shellwords() function was originally a port of shellwords.pl, but modified to conform to the Shell & Utilities volume of the IEEE Std 1003.1-2008, 2016 Edition. WWW: https://github.com/ruby/shellwords
Notes
Notes: svn path=/head/; revision=560090
Diffstat (limited to 'shells')
-rw-r--r--shells/Makefile1
-rw-r--r--shells/rubygem-shellwords/Makefile21
-rw-r--r--shells/rubygem-shellwords/distinfo3
-rw-r--r--shells/rubygem-shellwords/pkg-descr8
4 files changed, 33 insertions, 0 deletions
diff --git a/shells/Makefile b/shells/Makefile
index 363e82ec762e..ee29d0340b4f 100644
--- a/shells/Makefile
+++ b/shells/Makefile
@@ -41,6 +41,7 @@
SUBDIR += pear-PHP_Shell
SUBDIR += psh
SUBDIR += rc
+ SUBDIR += rubygem-shellwords
SUBDIR += rush
SUBDIR += sash
SUBDIR += scponly
diff --git a/shells/rubygem-shellwords/Makefile b/shells/rubygem-shellwords/Makefile
new file mode 100644
index 000000000000..c1b9de6a8c5f
--- /dev/null
+++ b/shells/rubygem-shellwords/Makefile
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= shellwords
+PORTVERSION= 0.1.0
+CATEGORIES= shells rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Manipulate strings with word parsing rules of UNIX Bourne shell
+
+LICENSE= BSD2CLAUSE RUBY
+LICENSE_COMB= dual
+LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/shells/rubygem-shellwords/distinfo b/shells/rubygem-shellwords/distinfo
new file mode 100644
index 000000000000..347707f632a4
--- /dev/null
+++ b/shells/rubygem-shellwords/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609598831
+SHA256 (rubygem/shellwords-0.1.0.gem) = e922b0b8fe8a469d19b35e11cddbc940b2ff72e8af1c32db1944a3fece00742e
+SIZE (rubygem/shellwords-0.1.0.gem) = 9728
diff --git a/shells/rubygem-shellwords/pkg-descr b/shells/rubygem-shellwords/pkg-descr
new file mode 100644
index 000000000000..7a6e65006c38
--- /dev/null
+++ b/shells/rubygem-shellwords/pkg-descr
@@ -0,0 +1,8 @@
+Shellwords manipulates strings according to the word parsing rules of the UNIX
+Bourne shell.
+
+The shellwords() function was originally a port of shellwords.pl, but modified
+to conform to the Shell & Utilities volume of the IEEE Std 1003.1-2008, 2016
+Edition.
+
+WWW: https://github.com/ruby/shellwords