pkgsrc-WIP-changes archive

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

table_print: Import table_print-1.5.7 as wip/ruby-table_print



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Tue Dec 7 17:31:19 2021 +0100
Changeset:	f513f7100bedabc8df4bbaa2e4b476c4a63032e8

Added Files:
	ruby-table_print/DESCR
	ruby-table_print/Makefile
	ruby-table_print/PLIST
	ruby-table_print/distinfo

Log Message:
table_print: Import table_print-1.5.7 as wip/ruby-table_print

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f513f7100bedabc8df4bbaa2e4b476c4a63032e8

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

diffstat:
 ruby-table_print/DESCR    |  3 +++
 ruby-table_print/Makefile | 12 ++++++++++++
 ruby-table_print/PLIST    | 43 +++++++++++++++++++++++++++++++++++++++++++
 ruby-table_print/distinfo |  5 +++++
 4 files changed, 63 insertions(+)

diffs:
diff --git a/ruby-table_print/DESCR b/ruby-table_print/DESCR
new file mode 100644
index 0000000000..7f99691a61
--- /dev/null
+++ b/ruby-table_print/DESCR
@@ -0,0 +1,3 @@
+TablePrint turns objects into nicely formatted columns for easy reading. Works
+great in rails console, works on pure ruby objects, autodetects columns, lets
+you traverse ActiveRecord associations. Simple, powerful.
diff --git a/ruby-table_print/Makefile b/ruby-table_print/Makefile
new file mode 100644
index 0000000000..d890641d77
--- /dev/null
+++ b/ruby-table_print/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD$
+
+DISTNAME=	table_print-1.5.7
+CATEGORIES=	lang
+
+MAINTAINER=	cirnatdan%NetBSD.org@localhost
+HOMEPAGE=	http://tableprintgem.com/
+COMMENT=	Turns objects into nicely formatted columns for easy reading
+LICENSE=	mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ruby-table_print/PLIST b/ruby-table_print/PLIST
new file mode 100644
index 0000000000..b0f0a7ae56
--- /dev/null
+++ b/ruby-table_print/PLIST
@@ -0,0 +1,43 @@
+@comment $NetBSD$
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.document
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.rspec
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/features/adding_columns.feature
+${GEM_LIBDIR}/features/configuring_output.feature
+${GEM_LIBDIR}/features/excluding_columns.feature
+${GEM_LIBDIR}/features/multibyte.feature
+${GEM_LIBDIR}/features/printing_hash.feature
+${GEM_LIBDIR}/features/printing_struct.feature
+${GEM_LIBDIR}/features/sensible_defaults.feature
+${GEM_LIBDIR}/features/support/step_definitions/before.rb
+${GEM_LIBDIR}/features/support/step_definitions/steps.rb
+${GEM_LIBDIR}/lib/table_print.rb
+${GEM_LIBDIR}/lib/table_print/column.rb
+${GEM_LIBDIR}/lib/table_print/config.rb
+${GEM_LIBDIR}/lib/table_print/config_resolver.rb
+${GEM_LIBDIR}/lib/table_print/fingerprinter.rb
+${GEM_LIBDIR}/lib/table_print/formatter.rb
+${GEM_LIBDIR}/lib/table_print/hash_extensions.rb
+${GEM_LIBDIR}/lib/table_print/printable.rb
+${GEM_LIBDIR}/lib/table_print/returnable.rb
+${GEM_LIBDIR}/lib/table_print/row_group.rb
+${GEM_LIBDIR}/lib/table_print/version.rb
+${GEM_LIBDIR}/spec/column_spec.rb
+${GEM_LIBDIR}/spec/config_resolver_spec.rb
+${GEM_LIBDIR}/spec/config_spec.rb
+${GEM_LIBDIR}/spec/fingerprinter_spec.rb
+${GEM_LIBDIR}/spec/formatter_spec.rb
+${GEM_LIBDIR}/spec/hash_extensions_spec.rb
+${GEM_LIBDIR}/spec/printable_spec.rb
+${GEM_LIBDIR}/spec/returnable_spec.rb
+${GEM_LIBDIR}/spec/row_group_spec.rb
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_LIBDIR}/spec/table_print_spec.rb
+${GEM_LIBDIR}/table_print.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/ruby-table_print/distinfo b/ruby-table_print/distinfo
new file mode 100644
index 0000000000..330324e44c
--- /dev/null
+++ b/ruby-table_print/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (table_print-1.5.7.gem) = 7b37452c61c9bb230bc841e0d6ed9024679b127fedff492dbdcd472167586fb6
+SHA512 (table_print-1.5.7.gem) = 7850d7cfb6c1830c4c70288189ce4778a1f61d9529a654702c6c52f136f9abf565a12bc6d457c2f9fab9aae494bbe0424a81c5610ac74c85a5f0f3394cfff401
+Size (table_print-1.5.7.gem) = 26624 bytes


Home | Main Index | Thread Index | Old Index