Received: by mail.netbsd.org (Postfix, from userid 605) id 8C06F84D60; Sun, 19 Jan 2020 14:46:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 15CE084D4D for ; Sun, 19 Jan 2020 14:46:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id XqTBSUFxpvQY for ; Sun, 19 Jan 2020 14:46:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7EFF684CFC for ; Sun, 19 Jan 2020 14:46:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 78EF9FBF4; Sun, 19 Jan 2020 14:46:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1579445185192060" MIME-Version: 1.0 Date: Sun, 19 Jan 2020 14:46:25 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-tty-box To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200119144625.78EF9FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1579445185192060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Jan 19 14:46:25 UTC 2020 Added Files: pkgsrc/devel/ruby-tty-box: DESCR Makefile PLIST distinfo Log Message: devel/ruby-tty-box: add version 0.5.0 package Add ruby-tty-box version 0.5.0 package. # TTY::Box > Draw various frames and boxes in your terminal interface. TTY::Box provides box drawing component for TTY (https://github.com/piotrmurach/tty) toolkit. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-tty-box/DESCR \ pkgsrc/devel/ruby-tty-box/Makefile pkgsrc/devel/ruby-tty-box/PLIST \ pkgsrc/devel/ruby-tty-box/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1579445185192060 Content-Disposition: inline Content-Length: 3174 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/ruby-tty-box/DESCR diff -u /dev/null pkgsrc/devel/ruby-tty-box/DESCR:1.1 --- /dev/null Sun Jan 19 14:46:25 2020 +++ pkgsrc/devel/ruby-tty-box/DESCR Sun Jan 19 14:46:25 2020 @@ -0,0 +1,6 @@ +# TTY::Box + +> Draw various frames and boxes in your terminal interface. + +TTY::Box provides box drawing component for TTY +(https://github.com/piotrmurach/tty) toolkit. Index: pkgsrc/devel/ruby-tty-box/Makefile diff -u /dev/null pkgsrc/devel/ruby-tty-box/Makefile:1.1 --- /dev/null Sun Jan 19 14:46:25 2020 +++ pkgsrc/devel/ruby-tty-box/Makefile Sun Jan 19 14:46:25 2020 @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2020/01/19 14:46:25 taca Exp $ + +DISTNAME= tty-box-0.5.0 +CATEGORIES= devel + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://piotrmurach.github.io/tty +COMMENT= Draw various frames and boxes in terminal interface +LICENSE= mit + +DEPENDS+= ${RUBY_PKGPREFIX}-pastel>=0.7.2<0.8:../../devel/ruby-pastel +DEPENDS+= ${RUBY_PKGPREFIX}-tty-cursor>=0.7<1:../../devel/ruby-tty-cursor +DEPENDS+= ${RUBY_PKGPREFIX}-strings>=0.1.6<0.2:../../textproc/ruby-strings + +USE_LANGUAGES= # none + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/ruby-tty-box/PLIST diff -u /dev/null pkgsrc/devel/ruby-tty-box/PLIST:1.1 --- /dev/null Sun Jan 19 14:46:25 2020 +++ pkgsrc/devel/ruby-tty-box/PLIST Sun Jan 19 14:46:25 2020 @@ -0,0 +1,32 @@ +@comment $NetBSD: PLIST,v 1.1 2020/01/19 14:46:25 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/CHANGELOG.md +${GEM_LIBDIR}/LICENSE.txt +${GEM_LIBDIR}/README.md +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/bin/console +${GEM_LIBDIR}/bin/setup +${GEM_LIBDIR}/examples/basic.rb +${GEM_LIBDIR}/examples/commander.rb +${GEM_LIBDIR}/examples/connected.rb +${GEM_LIBDIR}/examples/messages.rb +${GEM_LIBDIR}/examples/newline.rb +${GEM_LIBDIR}/lib/tty-box.rb +${GEM_LIBDIR}/lib/tty/box.rb +${GEM_LIBDIR}/lib/tty/box/border.rb +${GEM_LIBDIR}/lib/tty/box/version.rb +${GEM_LIBDIR}/spec/spec_helper.rb +${GEM_LIBDIR}/spec/unit/align_spec.rb +${GEM_LIBDIR}/spec/unit/border/parse_spec.rb +${GEM_LIBDIR}/spec/unit/border_spec.rb +${GEM_LIBDIR}/spec/unit/custom_frame_spec.rb +${GEM_LIBDIR}/spec/unit/frame_spec.rb +${GEM_LIBDIR}/spec/unit/padding_spec.rb +${GEM_LIBDIR}/spec/unit/position_spec.rb +${GEM_LIBDIR}/spec/unit/style_spec.rb +${GEM_LIBDIR}/spec/unit/title_spec.rb +${GEM_LIBDIR}/tasks/console.rake +${GEM_LIBDIR}/tasks/coverage.rake +${GEM_LIBDIR}/tasks/spec.rake +${GEM_LIBDIR}/tty-box.gemspec +${GEM_HOME}/specifications/${GEM_NAME}.gemspec Index: pkgsrc/devel/ruby-tty-box/distinfo diff -u /dev/null pkgsrc/devel/ruby-tty-box/distinfo:1.1 --- /dev/null Sun Jan 19 14:46:25 2020 +++ pkgsrc/devel/ruby-tty-box/distinfo Sun Jan 19 14:46:25 2020 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/01/19 14:46:25 taca Exp $ + +SHA1 (tty-box-0.5.0.gem) = 4e159a7b1387bdfae20ee1d7d9a78d32a02533b9 +RMD160 (tty-box-0.5.0.gem) = 1a9b2f5dae317336d2cd01258eb1d44f8460f053 +SHA512 (tty-box-0.5.0.gem) = fa83f6a8b03862263ec4e3cf42cf3fea57d9b8a7582473023d8fe618849d229c41d7b5f4ab6b1d3c19e6919e95d15d9133a9726daac4b687c75b4fdec5ddd8c8 +Size (tty-box-0.5.0.gem) = 17408 bytes --_----------=_1579445185192060--