Port details |
- rubygem-tty Toolbox for developing beautiful CLI clients
- 0.10.0_10 devel
=2 0.10.0_10Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2018-03-12 20:47:01
- Last Update: 2024-07-18 16:46:51
- Commit Hash: dc4210b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://ttytoolkit.org/
- https://github.com/piotrmurach/tty
- Description:
- TTY is a toolbox for developing beautiful command line clients in Ruby with a
fluid interface for gathering input, querying terminal properties and displaying
information.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-tty>0:devel/rubygem-tty
- To install the port:
- cd /usr/ports/devel/rubygem-tty/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rubygem-tty
- pkg install rubygem-tty
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-tty
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1569948574
SHA256 (rubygem/tty-0.10.0.gem) = e17e6196663d8fd8d4fa77b7d3d8cc264b702c00b1c7f2a5248aa9bc3039ccfd
SIZE (rubygem/tty-0.10.0.gem) = 59904
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-bundler>=1.16 : sysutils/rubygem-bundler
- rubygem-equatable>=0.5<1 : devel/rubygem-equatable
- rubygem-pastel>=0.7.2<1 : devel/rubygem-pastel
- rubygem-thor0>=0.20.0<0.21 : devel/rubygem-thor0
- rubygem-tty-box>=0.4.1<1 : devel/rubygem-tty-box
- rubygem-tty-color>=0.5<1 : devel/rubygem-tty-color
- rubygem-tty-command>=0.9<1 : devel/rubygem-tty-command
- rubygem-tty-config>=0.3.2<1 : devel/rubygem-tty-config
- rubygem-tty-cursor>=0.7<1 : devel/rubygem-tty-cursor
- rubygem-tty-editor>=0.5<1 : devel/rubygem-tty-editor
- rubygem-tty-file>=0.8<1 : devel/rubygem-tty-file
- rubygem-tty-font>=0.4.0<1 : devel/rubygem-tty-font
- rubygem-tty-logger>=0.2.0<1 : devel/rubygem-tty-logger
- rubygem-tty-markdown>=0.6.0<1 : devel/rubygem-tty-markdown
- rubygem-tty-pager>=0.12<1 : devel/rubygem-tty-pager
- rubygem-tty-pie>=0.3<1 : devel/rubygem-tty-pie
- rubygem-tty-platform>=0.2<1 : devel/rubygem-tty-platform
- rubygem-tty-progressbar>=0.17<1 : devel/rubygem-tty-progressbar
- rubygem-tty-prompt>=0.19<1 : devel/rubygem-tty-prompt
- rubygem-tty-screen>=0.7<1 : devel/rubygem-tty-screen
- rubygem-tty-spinner>=0.9<1 : devel/rubygem-tty-spinner
- rubygem-tty-table>=0.11.0<1 : devel/rubygem-tty-table
- rubygem-tty-tree>=0.3<1 : devel/rubygem-tty-tree
- rubygem-tty-which>=0.4<1 : devel/rubygem-tty-which
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_rubygem-tty
- USES:
- gem
- 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 |
0.10.0_10 18 Jul 2024 16:46:51
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-tty: Update WWW and clean up pkg-descr |
0.10.0_10 05 Mar 2024 01:57:55
    |
Yasuhiro Kimura (yasu)  |
devel/ruby-gems: Update to 3.5.6
While here, mark textproc/rubygem-nokogumbo as BROKEN because build
fails with clean latest ports tree and all supported ruby versions.
ChangeLog: https://github.com/rubygems/rubygems/blob/v3.5.6/CHANGELOG.md
PR: 276884
Approved by: sunpoet (ruby@, maintainer)
Exp-run by: antoine |
0.10.0_10 17 Jan 2023 01:07:50
    |
Yasuhiro Kimura (yasu)  |
devel/ruby-gems: Update to 3.4.2
ChangeLog: https://github.com/rubygems/rubygems/releases/tag/v3.4.2
PR: 268578
Approved by: meta (ruby@, maintainer)
Exp-run by: antoine |
0.10.0_10 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) |
0.10.0_10 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 ) |
0.10.0_10 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.10.0_10 20 Feb 2022 13:06:12
    |
Dan Langille (dvl)  |
devel/ruby-gems: Update to 3.3.7
These are fixes Ruby 3.0
Changes were compiled against all dependencies of devel/ruby-gems and
they all built cleanly.
There are five known build failures, all prexisting:
* devel/rubygem-xdg5: requires Ruby 3.0
* devel/rubygem-xdg: requires Ruby 3.1
* graphics/rubygem-objectdetect: port explicitly marked broken
* mail/rubygem-tmail: port explicitly marked broken
* science/cdcl: marked broken, unfetchable
Plus, science/rubygem-ruby-dcl gets skipped because of science/cdcl
PR: 258108
Approved by: ruby (zi@) |
0.10.0_10 18 Apr 2021 05:47:55
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-tty: Fix gemspec for rubygem-tty-command 0.10.0 update
- Bump PORTREVISION for package change |
0.10.0_9 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.10.0_9 21 Sep 2020 20:04:30
  |
sunpoet  |
Fix gemspec for rubygem-tty-table 0.12.0 update
- Bump PORTREVISION for package change |
0.10.0_8 05 Sep 2020 21:34:46
  |
sunpoet  |
Fix gemspec for rubygem-tty-markdown 0.7.0 update
- Bump PORTREVISION for package change |
0.10.0_7 23 Aug 2020 19:37:37
  |
sunpoet  |
Change RUN_DEPENDS from rubygem-thor to rubygem-thor0
- Bump PORTREVISION for dependency change |
0.10.0_6 08 Jul 2020 19:14:11
  |
sunpoet  |
Fix gemspec for rubygem-pastel 0.8.0 and rubygem-tty-pie 0.4.0 update
- Bump PORTREVISION for package change |
0.10.0_5 29 Apr 2020 15:50:18
  |
sunpoet  |
Fix gemspec for rubygem-tty-file 0.9.0 update
- Bump PORTREVISION for package change |
0.10.0_4 26 Jan 2020 16:14:11
  |
sunpoet  |
Fix gemspec for rubygem-tty-config 0.4.0 update
- Bump PORTREVISION for package change |
0.10.0_3 17 Jan 2020 16:41:33
  |
sunpoet  |
Fix gemspec for rubygem-tty-font 0.5.0 update
- Bump PORTREVISION for package change |
0.10.0_2 02 Jan 2020 16:17:43
  |
sunpoet  |
Fix gemspec for rubygem-tty-logger 0.3.0 update
- Bump PORTREVISION for package change |
0.10.0_1 20 Oct 2019 17:18:15
  |
sunpoet  |
Fix gemspec for rubygem-tty-box 0.5.0 update
- Bump PORTREVISION for package change |
0.10.0 01 Oct 2019 19:16:49
  |
sunpoet  |
Update to 0.10.0
- Update version requirement of RUN_DEPENDS
Changes: https://github.com/piotrmurach/tty/blob/master/CHANGELOG.md |
0.9.1_8 30 Sep 2019 04:18:19
  |
sunpoet  |
Fix gemspec for rubygem-tty-command 0.9.0 update
- Bump PORTREVISION for package change |
0.9.1_7 09 Sep 2019 19:32:50
  |
sunpoet  |
Update WWW |
0.9.1_7 30 Aug 2019 00:04:35
  |
sunpoet  |
Update version requirement of RUN_DEPENDS |
0.9.1_7 02 Aug 2019 19:29:35
  |
sunpoet  |
Fix gemspec for rubygem-tty-table 0.11.0 update
- Bump PORTREVISION for package change |
0.9.1_7 27 Jul 2019 11:55:49
  |
sunpoet  |
Fix gemspec for rubygem-tty-file 0.8.0 update
- Bump PORTREVISION for package change |
0.9.1_6 05 Jun 2019 19:40:33
  |
sunpoet  |
Fix gemspec for rubygem-tty-box 0.4.0 update
- Bump PORTREVISION for package change |
0.9.1_5 01 Jun 2019 22:32:09
  |
sunpoet  |
Fix gemspec for rubygem-tty-progressbar 0.17.0 update
- Bump PORTREVISION for package change |
0.9.1_4 29 May 2019 18:37:04
  |
sunpoet  |
Fix gemspec for rubygem-tty-prompt 0.19.0 update
- Bump PORTREVISION for package change |
0.9.1_3 12 May 2019 20:11:39
  |
sunpoet  |
Fix gemspec for rubygem-tty-tree 0.3.0 update
- Bump PORTREVISION for package change |
0.9.1_2 23 Apr 2019 17:53:28
  |
sunpoet  |
Relax bundler dependency
- Bump PORTREVISION for package change
PR: 237460
Submitted by: meta |
0.9.1_1 31 Mar 2019 13:15:29
  |
sunpoet  |
Fix gemspec for rubygem-tty-markdown 0.6.0 update
- Bump PORTREVISION for package change |
0.9.1 17 Feb 2019 19:55:59
  |
sunpoet  |
Update to 0.9.1
Changes: https://github.com/piotrmurach/tty/blob/master/CHANGELOG.md |
0.8.1_7 03 Dec 2018 19:59:28
  |
sunpoet  |
Fix gemspec for rubygem-tty-platform 0.2.0 update
- Bump PORTREVISION for package change |
0.8.1_6 02 Dec 2018 15:35:02
  |
sunpoet  |
Fix gemspec for rubygem-tty-spinner 0.9.0 update
- Bump PORTREVISION for package change |
0.8.1_6 03 Nov 2018 22:17:56
  |
sunpoet  |
Fix gemspec for rubygem-tty-font 0.3.0 update
- Bump PORTREVISION for package change |
0.8.1_5 21 Oct 2018 16:49:49
  |
sunpoet  |
Fix gemspec for rubygem-tty-config 0.3.0 update
- Bump PORTREVISION for package change |
0.8.1_4 15 Oct 2018 21:06:30
  |
sunpoet  |
Fix gemspec for rubygem-tty-which 0.4.0 update
- Bump PORTREVISION for package change |
0.8.1_3 03 Sep 2018 19:04:28
  |
sunpoet  |
Fix gemspec for rubygem-tty-tree 0.2.0 update
- Bump PORTREVISION for package change |
0.8.1_2 29 Aug 2018 19:10:35
  |
sunpoet  |
Fix gemspec for rubygem-tty-progressbar 0.16.0 update
- Bump PORTREVISION for package change |
0.8.1_1 06 Aug 2018 19:52:56
  |
sunpoet  |
Fix gemspec for rubygem-tty-prompt 0.17.0 update
- Bump PORTREVISION for package change |
0.8.1 29 Jul 2018 19:21:08
  |
sunpoet  |
Update to 0.8.1
- Fix gemspec for rubygem-tty-cursor 0.6.0 update
Changes: https://github.com/piotrmurach/tty/blob/master/CHANGELOG.md |
0.8.0 31 May 2018 19:49:01
  |
sunpoet  |
Update to 0.8.0
Changes: https://github.com/piotrmurach/tty/blob/master/CHANGELOG.md |
0.7.0 12 Mar 2018 20:45:29
  |
sunpoet  |
Add rubygem-tty 0.7.0
TTY is a toolbox for developing beautiful command line clients in Ruby with a
fluid interface for gathering input, querying terminal properties and displaying
information.
WWW: https://piotrmurach.github.io/tty/
WWW: https://github.com/piotrmurach/tty |