pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ruby-terminal-table textproc/ruby-terminal-ta...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3871df8232dc
branches:  trunk
changeset: 340604:3871df8232dc
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Oct 05 04:11:43 2019 +0000

description:
textproc/ruby-terminal-table: import ruby26-terminal-table-1.8.0

Terminal Table is a fast and simple, yet feature rich ASCII table
generator written in Ruby.

diffstat:

 textproc/ruby-terminal-table/DESCR    |   2 ++
 textproc/ruby-terminal-table/Makefile |  14 ++++++++++++++
 textproc/ruby-terminal-table/PLIST    |  22 ++++++++++++++++++++++
 textproc/ruby-terminal-table/distinfo |   6 ++++++
 4 files changed, 44 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r 33ae9137e827 -r 3871df8232dc textproc/ruby-terminal-table/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-terminal-table/DESCR        Sat Oct 05 04:11:43 2019 +0000
@@ -0,0 +1,2 @@
+Terminal Table is a fast and simple, yet feature rich ASCII table
+generator written in Ruby.
diff -r 33ae9137e827 -r 3871df8232dc textproc/ruby-terminal-table/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-terminal-table/Makefile     Sat Oct 05 04:11:43 2019 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2019/10/05 04:11:43 ryoon Exp $
+
+DISTNAME=      terminal-table-1.8.0
+CATEGORIES=    textproc
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/tj/terminal-table
+COMMENT=       Simple, feature rich ascii table generation library
+LICENSE=       mit
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-unicode-display_width>=1:../../textproc/ruby-unicode-display_width
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 33ae9137e827 -r 3871df8232dc textproc/ruby-terminal-table/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-terminal-table/PLIST        Sat Oct 05 04:11:43 2019 +0000
@@ -0,0 +1,22 @@
+@comment $NetBSD: PLIST,v 1.1 2019/10/05 04:11:43 ryoon Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/History.rdoc
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/Manifest
+${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/Todo.rdoc
+${GEM_LIBDIR}/examples/examples.rb
+${GEM_LIBDIR}/lib/terminal-table.rb
+${GEM_LIBDIR}/lib/terminal-table/cell.rb
+${GEM_LIBDIR}/lib/terminal-table/import.rb
+${GEM_LIBDIR}/lib/terminal-table/row.rb
+${GEM_LIBDIR}/lib/terminal-table/separator.rb
+${GEM_LIBDIR}/lib/terminal-table/style.rb
+${GEM_LIBDIR}/lib/terminal-table/table.rb
+${GEM_LIBDIR}/lib/terminal-table/table_helper.rb
+${GEM_LIBDIR}/lib/terminal-table/version.rb
+${GEM_LIBDIR}/terminal-table.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 33ae9137e827 -r 3871df8232dc textproc/ruby-terminal-table/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-terminal-table/distinfo     Sat Oct 05 04:11:43 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/10/05 04:11:43 ryoon Exp $
+
+SHA1 (terminal-table-1.8.0.gem) = e5d8ae048471029bd8991152c7e8c20aafb8b935
+RMD160 (terminal-table-1.8.0.gem) = 8f96590f03437b45f00c4c01857fe4bed736e5b3
+SHA512 (terminal-table-1.8.0.gem) = 489b2f9edf84e69a4e458da64feb7135f86689bdad07d4252e10c82bfa79b5a49f3f74abf9d3a78c48a3ceaf13bf539b01b1dd85016d11ef66346eda50b1d72f
+Size (terminal-table-1.8.0.gem) = 13824 bytes



Home | Main Index | Thread Index | Old Index