From owner-svn-ports-all@freebsd.org Mon Mar 12 20:44:57 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B80AF47127; Mon, 12 Mar 2018 20:44:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C26D471596; Mon, 12 Mar 2018 20:44:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BD57410A74; Mon, 12 Mar 2018 20:44:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2CKiuw6010856; Mon, 12 Mar 2018 20:44:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2CKiuAL010851; Mon, 12 Mar 2018 20:44:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803122044.w2CKiuAL010851@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 12 Mar 2018 20:44:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464302 - in head/devel: . rubygem-tty-file rubygem-tty-file/files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-tty-file rubygem-tty-file/files X-SVN-Commit-Revision: 464302 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Mar 2018 20:44:57 -0000 Author: sunpoet Date: Mon Mar 12 20:44:56 2018 New Revision: 464302 URL: https://svnweb.freebsd.org/changeset/ports/464302 Log: Add rubygem-tty-file 0.5.0 TTY::File supports file and directory manipulation utility methods. Though Ruby's File and FileUtils libraries provide very robust apis for dealing with files, this library aims to provide a level of abstraction that is much more convenient, with useful logging capabilities. WWW: https://piotrmurach.github.io/tty/ WWW: https://github.com/piotrmurach/tty-file Added: head/devel/rubygem-tty-file/ head/devel/rubygem-tty-file/Makefile (contents, props changed) head/devel/rubygem-tty-file/distinfo (contents, props changed) head/devel/rubygem-tty-file/files/ head/devel/rubygem-tty-file/files/patch-gemspec (contents, props changed) head/devel/rubygem-tty-file/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Mar 12 20:44:17 2018 (r464301) +++ head/devel/Makefile Mon Mar 12 20:44:56 2018 (r464302) @@ -5851,6 +5851,7 @@ SUBDIR += rubygem-tty-command SUBDIR += rubygem-tty-cursor SUBDIR += rubygem-tty-editor + SUBDIR += rubygem-tty-file SUBDIR += rubygem-tty-font SUBDIR += rubygem-tty-markdown SUBDIR += rubygem-tty-pager Added: head/devel/rubygem-tty-file/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tty-file/Makefile Mon Mar 12 20:44:56 2018 (r464302) @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= tty-file +PORTVERSION= 0.5.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= File and directory manipulation utility methods + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-diff-lcs>=1.3.0:textproc/rubygem-diff-lcs \ + rubygem-pastel>=0.7.2:devel/rubygem-pastel \ + rubygem-tty-prompt>=0.14.0:devel/rubygem-tty-prompt + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include Added: head/devel/rubygem-tty-file/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tty-file/distinfo Mon Mar 12 20:44:56 2018 (r464302) @@ -0,0 +1,3 @@ +TIMESTAMP = 1520790761 +SHA256 (rubygem/tty-file-0.5.0.gem) = 6d4e816b45b290450c45ef6acf35feb05b419f7d6a7c514a86e4cd911aaf0e07 +SIZE (rubygem/tty-file-0.5.0.gem) = 19968 Added: head/devel/rubygem-tty-file/files/patch-gemspec ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tty-file/files/patch-gemspec Mon Mar 12 20:44:56 2018 (r464302) @@ -0,0 +1,11 @@ +--- tty-file.gemspec.orig 2018-03-11 17:52:45 UTC ++++ tty-file.gemspec +@@ -24,7 +24,7 @@ Gem::Specification.new do |s| + + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then + s.add_runtime_dependency(%q.freeze, ["~> 0.7.2"]) +- s.add_runtime_dependency(%q.freeze, ["~> 0.14.0"]) ++ s.add_runtime_dependency(%q.freeze, ["~> 0.14"]) + s.add_runtime_dependency(%q.freeze, ["~> 1.3.0"]) + s.add_development_dependency(%q.freeze, ["~> 1.5"]) + s.add_development_dependency(%q.freeze, ["~> 10.0"]) Added: head/devel/rubygem-tty-file/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tty-file/pkg-descr Mon Mar 12 20:44:56 2018 (r464302) @@ -0,0 +1,8 @@ +TTY::File supports file and directory manipulation utility methods. + +Though Ruby's File and FileUtils libraries provide very robust apis for dealing +with files, this library aims to provide a level of abstraction that is much +more convenient, with useful logging capabilities. + +WWW: https://piotrmurach.github.io/tty/ +WWW: https://github.com/piotrmurach/tty-file