Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Mar 2018 20:40:49 +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: r464290 - in head/devel: . rubygem-tty-which
Message-ID:  <201803122040.w2CKen51005387@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Mar 12 20:40:49 2018
New Revision: 464290
URL: https://svnweb.freebsd.org/changeset/ports/464290

Log:
  Add rubygem-tty-which 0.3.0
  
  TTY::Which provides cross-platform executables search component for TTY toolkit.
  It supports platform independent implementation of Unix which utility that
  searches for executable file in the path variable.
  
  WWW: https://piotrmurach.github.io/tty/
  WWW: https://github.com/piotrmurach/tty-which

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Mar 12 20:40:25 2018	(r464289)
+++ head/devel/Makefile	Mon Mar 12 20:40:49 2018	(r464290)
@@ -5852,6 +5852,7 @@
     SUBDIR += rubygem-tty-platform
     SUBDIR += rubygem-tty-screen
     SUBDIR += rubygem-tty-tree
+    SUBDIR += rubygem-tty-which
     SUBDIR += rubygem-turn
     SUBDIR += rubygem-typed-array
     SUBDIR += rubygem-tzinfo

Added: head/devel/rubygem-tty-which/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-tty-which/Makefile	Mon Mar 12 20:40:49 2018	(r464290)
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	tty-which
+PORTVERSION=	0.3.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Platform independent implementation of Unix which command
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-tty-which/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-tty-which/distinfo	Mon Mar 12 20:40:49 2018	(r464290)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1520792558
+SHA256 (rubygem/tty-which-0.3.0.gem) = 6fb567d72e68986fc275a47b3fa4ca43fde5d0bcc336393175b65bb3015568a8
+SIZE (rubygem/tty-which-0.3.0.gem) = 11264

Added: head/devel/rubygem-tty-which/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-tty-which/pkg-descr	Mon Mar 12 20:40:49 2018	(r464290)
@@ -0,0 +1,6 @@
+TTY::Which provides cross-platform executables search component for TTY toolkit.
+It supports platform independent implementation of Unix which utility that
+searches for executable file in the path variable.
+
+WWW: https://piotrmurach.github.io/tty/
+WWW: https://github.com/piotrmurach/tty-which



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