Port details |
- rubygem-terminal-table Simple, feature rich ASCII table generation library
- 3.0.2_1 textproc =3 3.0.2_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2011-05-03 02:41:29
- Last Update: 2024-11-21 13:39:34
- Commit Hash: ecb163a
- People watching this port, also watch:: xcb-util-image, autoconf, libssh, p5-MIME-Tools, woff2
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/tj/terminal-table
- Description:
- Terminal Table is a fast and simple, yet feature rich ASCII table generator
written in Ruby.
Features:
- Optional headings
- Alignment of columns, headings, or cells
- Supports column span
- Easy modification of table strings (+, -, |)
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-terminal-table>0:textproc/rubygem-terminal-table
- To install the port:
- cd /usr/ports/textproc/rubygem-terminal-table/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/rubygem-terminal-table
- pkg install rubygem-terminal-table
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-terminal-table
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1632227626
SHA256 (rubygem/terminal-table-3.0.2.gem) = f951b6af5f3e00203fb290a669e0a85c5dd5b051b3b023392ccfd67ba5abae91
SIZE (rubygem/terminal-table-3.0.2.gem) = 22016
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-unicode-display_width2>=1.1.1<3 : devel/rubygem-unicode-display_width2
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- devel/rubygem-danger
- devel/rubygem-gitlab
- devel/rubygem-jenkins_api_client
- sysutils/rubygem-bolt
- sysutils/rubygem-license_scout
- www/rubygem-jekyll
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- textproc_rubygem-terminal-table
- USES:
- gem shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.2_1 21 Nov 2024 13:39:34 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-terminal-table: Change RUN_DEPENDS from
rubygem-unicode-display_width to rubygem-unicode-display_width2
- Bump PORTREVISION for dependency change |
3.0.2 25 Sep 2024 04:42:44 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-terminal-table: Clean up
Remove ruby_OLD_CMD after Mk/Uses/shebangfix.mk added "/bin/env ${lang}" pattern
to ${lang}_OLD_CMD in aa4988bb569fd62d297e0d1475d9552c3fec1d3e. |
3.0.2 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.0.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.0.2 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.0.2 21 Sep 2021 22:23:48 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-terminal-table: Update to 3.0.2
Changes: https://github.com/tj/terminal-table/blob/master/History.rdoc |
3.0.1 16 May 2021 15:24:40 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-terminal-table: Update to 3.0.1
- Change RUN_DEPENDS from rubygem-unicode-display_width1 to
rubygem-unicode-display_width
Changes: https://github.com/tj/terminal-table/blob/master/History.rdoc |
3.0.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.0 01 Feb 2021 19:44:26 |
sunpoet |
Update to 3.0.0
Changes: https://github.com/tj/terminal-table/blob/master/History.rdoc |
2.0.0_1 10 Jan 2021 08:26:21 |
sunpoet |
Change RUN_DEPENDS from rubygem-unicode-display_width to
rubygem-unicode-display_width1
- Bump PORTREVISION for dependency change |
2.0.0 19 Dec 2020 20:25:50 |
sunpoet |
Update to 2.0.0
Changes: https://github.com/tj/terminal-table/releases
https://github.com/tj/terminal-table/blob/master/History.rdoc |
1.8.0 07 Sep 2019 22:47:08 |
sunpoet |
Add LICENSE_FILE
- Update version requirement of RUN_DEPENDS
- Update pkg-descr
- Take maintainership |
1.8.0 17 May 2017 17:16:00 |
sunpoet |
Update to 1.8.0
Changes: https://github.com/tj/terminal-table/blob/master/History.rdoc |
1.7.3_2 09 Apr 2017 09:03:52 |
sunpoet |
Fix gemspec for rubygem-unicode-display_width 1.2.0 update
- Bump PORTREVISION for package change |
1.7.3_1 12 Jan 2017 19:00:06 |
dumbbell |
textprox/rubygem-terminal-table: Add unicode-display_width to RUN_DEPENDS
Bump PORTREVISION to 1.
Approved by: antoine (mentor)
Differential Revision: https://reviews.freebsd.org/D9155 |
1.7.3 29 Dec 2016 03:46:13 |
swills |
textproc/rubygem-terminal-table: update to 1.7.3 |
1.5.2 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
1.5.2 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
1.5.2 27 Apr 2016 16:36:42 |
swills |
create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem
PR: 209041
Differential Revision: https://reviews.freebsd.org/D6070 |
1.5.2 01 Jul 2015 17:46:54 |
sunpoet |
- Update to 1.5.2
Changes: https://github.com/tj/terminal-table/commits/master |
1.5.1 28 Jun 2015 17:56:00 |
sunpoet |
- Update to 1.5.1
- Add NO_ARCH
Changes: https://github.com/tj/terminal-table/commits/master |
1.4.5 24 May 2015 00:07:30 |
sunpoet |
- Add LICENSE
- Update WWW |
1.4.5 30 Oct 2013 03:00:33 |
swills |
- Add stage support |
1.4.5 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.4.5 27 Jul 2013 16:06:02 |
swills |
- Reset maintainer after no response to mail since Jan 2013
- Clean up headers and comments while here
Reviewed by: danfe |
1.4.5 13 Jul 2013 06:11:54 |
swills |
- Update to 1.4.5
PR: ports/179966
Approved by: maintainer timeout (freebsdports@chillibear.com, >2 weeks) |
1.4.4 28 Jul 2012 15:57:56 |
cs |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
1.4.4 12 Nov 2011 15:46:14 |
swills |
- Update to 1.4.4
PR: ports/162106
Approved by: Eric <freebsdports@chillibear.com> (maintainer)
Feature safe: yes |
1.4.2 03 May 2011 02:40:59 |
swills |
Simple, feature rich ascii table generation library.
- Optional headings
- Alignment of columns, headings, or cells
- Supports column span
- Easy modification of table strings (+, -, |)
WWW: https://github.com/visionmedia/terminal-table
PR: ports/156435
Submitted by: Eric Freeman <freebsdports at chillibear.com> |