Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2021 20:01:20 +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: r560070 - in head/devel: . rubygem-shell
Message-ID:  <202101032001.103K1KB8092846@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan  3 20:01:20 2021
New Revision: 560070
URL: https://svnweb.freebsd.org/changeset/ports/560070

Log:
  Add rubygem-shell 0.8.1
  
  Shell implements an idiomatic Ruby interface for common UNIX shell commands.
  
  It provides users the ability to execute commands with filters and pipes, like
  sh/csh by using native facilities of Ruby.
  
  WWW: https://github.com/ruby/shell

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jan  3 20:01:14 2021	(r560069)
+++ head/devel/Makefile	Sun Jan  3 20:01:20 2021	(r560070)
@@ -6479,6 +6479,7 @@
     SUBDIR += rubygem-set
     SUBDIR += rubygem-settingslogic
     SUBDIR += rubygem-sexp_processor
+    SUBDIR += rubygem-shell
     SUBDIR += rubygem-shoulda
     SUBDIR += rubygem-shoulda-context
     SUBDIR += rubygem-shoulda-matchers

Added: head/devel/rubygem-shell/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-shell/Makefile	Sun Jan  3 20:01:20 2021	(r560070)
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	shell
+PORTVERSION=	0.8.1
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Ruby interface for common UNIX shell commands
+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	rubygem-e2mmap>=0:devel/rubygem-e2mmap \
+		rubygem-sync>=0:devel/rubygem-sync
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-shell/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-shell/distinfo	Sun Jan  3 20:01:20 2021	(r560070)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609598793
+SHA256 (rubygem/shell-0.8.1.gem) = 846ccdef5279dbdb155f5eb8e596ead8c0c429f44876d533bd6f505229cab87f
+SIZE (rubygem/shell-0.8.1.gem) = 18432

Added: head/devel/rubygem-shell/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-shell/pkg-descr	Sun Jan  3 20:01:20 2021	(r560070)
@@ -0,0 +1,6 @@
+Shell implements an idiomatic Ruby interface for common UNIX shell commands.
+
+It provides users the ability to execute commands with filters and pipes, like
+sh/csh by using native facilities of Ruby.
+
+WWW: https://github.com/ruby/shell



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