pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-tty-table



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Jan 11 13:30:38 UTC 2021

Added Files:
        pkgsrc/devel/ruby-tty-table: DESCR Makefile PLIST distinfo

Log Message:
devel/ruby-tty-table: add version 0.12.0

Add ruby-tty-table package version 0.12.0.

TTY::Table

TTY::Table provides independent table formatting component for TTY toolkit
(https://github.com/piotrmurach/tty).

## Features

* Table behaves like an array with familiar API
* Create table once and render using custom view renderers
* Rendering provides many display options
* Easy custom border creation
* Supports multibyte character encodings


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-tty-table/DESCR \
    pkgsrc/devel/ruby-tty-table/Makefile pkgsrc/devel/ruby-tty-table/PLIST \
    pkgsrc/devel/ruby-tty-table/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/ruby-tty-table/DESCR
diff -u /dev/null pkgsrc/devel/ruby-tty-table/DESCR:1.1
--- /dev/null   Mon Jan 11 13:30:38 2021
+++ pkgsrc/devel/ruby-tty-table/DESCR   Mon Jan 11 13:30:38 2021
@@ -0,0 +1,12 @@
+TTY::Table
+
+TTY::Table provides independent table formatting component for TTY toolkit
+(https://github.com/piotrmurach/tty).
+
+## Features
+
+* Table behaves like an array with familiar API
+* Create table once and render using custom view renderers
+* Rendering provides many display options
+* Easy custom border creation
+* Supports multibyte character encodings
Index: pkgsrc/devel/ruby-tty-table/Makefile
diff -u /dev/null pkgsrc/devel/ruby-tty-table/Makefile:1.1
--- /dev/null   Mon Jan 11 13:30:38 2021
+++ pkgsrc/devel/ruby-tty-table/Makefile        Mon Jan 11 13:30:38 2021
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2021/01/11 13:30:38 taca Exp $
+
+DISTNAME=      tty-table-0.12.0
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ttytoolkit.org/
+COMMENT=       Flexible and intuitive table generator
+LICENSE=       mit
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-pastel>=0.8<1:../../devel/ruby-pastel
+DEPENDS+=      ${RUBY_PKGPREFIX}-strings>=0.2.0<0.3:../../textproc/ruby-strings
+DEPENDS+=      ${RUBY_PKGPREFIX}-tty-screen>=0.8<1:../../devel/ruby-tty-screen
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-tty-table/PLIST
diff -u /dev/null pkgsrc/devel/ruby-tty-table/PLIST:1.1
--- /dev/null   Mon Jan 11 13:30:38 2021
+++ pkgsrc/devel/ruby-tty-table/PLIST   Mon Jan 11 13:30:38 2021
@@ -0,0 +1,42 @@
+@comment $NetBSD: PLIST,v 1.1 2021/01/11 13:30:38 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/lib/tty-table.rb
+${GEM_LIBDIR}/lib/tty/table.rb
+${GEM_LIBDIR}/lib/tty/table/alignment_set.rb
+${GEM_LIBDIR}/lib/tty/table/border.rb
+${GEM_LIBDIR}/lib/tty/table/border/ascii.rb
+${GEM_LIBDIR}/lib/tty/table/border/null.rb
+${GEM_LIBDIR}/lib/tty/table/border/row_line.rb
+${GEM_LIBDIR}/lib/tty/table/border/unicode.rb
+${GEM_LIBDIR}/lib/tty/table/border_dsl.rb
+${GEM_LIBDIR}/lib/tty/table/border_options.rb
+${GEM_LIBDIR}/lib/tty/table/column_constraint.rb
+${GEM_LIBDIR}/lib/tty/table/columns.rb
+${GEM_LIBDIR}/lib/tty/table/empty.rb
+${GEM_LIBDIR}/lib/tty/table/error.rb
+${GEM_LIBDIR}/lib/tty/table/field.rb
+${GEM_LIBDIR}/lib/tty/table/header.rb
+${GEM_LIBDIR}/lib/tty/table/indentation.rb
+${GEM_LIBDIR}/lib/tty/table/operation/alignment.rb
+${GEM_LIBDIR}/lib/tty/table/operation/escape.rb
+${GEM_LIBDIR}/lib/tty/table/operation/filter.rb
+${GEM_LIBDIR}/lib/tty/table/operation/padding.rb
+${GEM_LIBDIR}/lib/tty/table/operation/truncation.rb
+${GEM_LIBDIR}/lib/tty/table/operation/wrapped.rb
+${GEM_LIBDIR}/lib/tty/table/operations.rb
+${GEM_LIBDIR}/lib/tty/table/options.rb
+${GEM_LIBDIR}/lib/tty/table/orientation.rb
+${GEM_LIBDIR}/lib/tty/table/orientation/horizontal.rb
+${GEM_LIBDIR}/lib/tty/table/orientation/vertical.rb
+${GEM_LIBDIR}/lib/tty/table/renderer.rb
+${GEM_LIBDIR}/lib/tty/table/renderer/ascii.rb
+${GEM_LIBDIR}/lib/tty/table/renderer/basic.rb
+${GEM_LIBDIR}/lib/tty/table/renderer/unicode.rb
+${GEM_LIBDIR}/lib/tty/table/row.rb
+${GEM_LIBDIR}/lib/tty/table/transformation.rb
+${GEM_LIBDIR}/lib/tty/table/validatable.rb
+${GEM_LIBDIR}/lib/tty/table/version.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/devel/ruby-tty-table/distinfo
diff -u /dev/null pkgsrc/devel/ruby-tty-table/distinfo:1.1
--- /dev/null   Mon Jan 11 13:30:38 2021
+++ pkgsrc/devel/ruby-tty-table/distinfo        Mon Jan 11 13:30:38 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/01/11 13:30:38 taca Exp $
+
+SHA1 (tty-table-0.12.0.gem) = a49b1223aaee59a45df54fe92bf918d0ed7911a5
+RMD160 (tty-table-0.12.0.gem) = 8fe078331676b8cd7caefec42bbf05eafd8031a5
+SHA512 (tty-table-0.12.0.gem) = 2ee507fd10c714736d46cd2dcee9477bafb29f2f3fb4ea78caba6c5cf1123d7c06f73b42ff0c29f077d72789825fb596cd507719ba06cf7e6f96f1c0f7075510
+Size (tty-table-0.12.0.gem) = 29696 bytes



Home | Main Index | Thread Index | Old Index