notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
tio Simple TTY terminal I/O application
2.0_1 comms on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.0Version of this port present on the latest quarterly branch.
Maintainer: dmgk@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2017-10-27 15:32:48
Last Update: 2024-01-12 22:40:48
Commit Hash: 9f8f710
People watching this port, also watch:: json-c, sysinfo, python, miller
License: GPLv2+
WWW:
https://tio.github.io
Description:
Simple TTY terminal application which features a straightforward commandline interface to easily connect to TTY devices for basic input/output.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (10 items)
Collapse this list.
  1. /usr/local/share/licenses/tio-2.0_1/catalog.mk
  2. /usr/local/share/licenses/tio-2.0_1/LICENSE
  3. /usr/local/share/licenses/tio-2.0_1/GPLv2+
  4. bin/tio
  5. share/man/man1/tio.1.gz
  6. etc/bash_completion.d/tio
  7. share/doc/tio/README.md
  8. @owner
  9. @group
  10. @mode
Collapse this list.
Dependency lines:
  • tio>0:comms/tio
To install the port:
cd /usr/ports/comms/tio/ && make install clean
To add the package, run one of these commands:
  • pkg install comms/tio
  • pkg install tio
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: tio
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1662922637 SHA256 (tio-2.0.tar.xz) = e5826109773a89b267c3484df71234bc6c45715f735e3fdbee5984768faf5836 SIZE (tio-2.0.tar.xz) = 3415300

Packages (timestamps in pop-ups are UTC):
tio
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.0_12.0_11.322.0_12.0_1-1.32-
FreeBSD:13:quarterly2.02.02.02.02.0_12.02.02.0
FreeBSD:14:latest2.0_12.0_12.02.0_12.0_12.0-2.0
FreeBSD:14:quarterly2.02.0_1-2.02.0_12.02.02.0
FreeBSD:15:latest2.0_12.0_1n/a2.0_1n/a2.0_12.0_12.0_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. meson : devel/meson
  2. ninja : devel/ninja
  3. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libinih.so : devel/inih
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for tio-2.0_1: BASH=on: Install programmable completions for Bash DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
comms_tio
USES:
meson pkgconfig tar:xz
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/tio/tio/releases/download/v2.0/
Collapse this list.

Number of commits found: 24

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.0_1
12 Jan 2024 22:40:48
commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sanitize MANPREFIX for meson ports

Approved by:	portmgr
2.0
11 Sep 2022 19:24:01
commit hash: 896c05e76b3d660c620bcb75db951ff0b8398a55commit hash: 896c05e76b3d660c620bcb75db951ff0b8398a55commit hash: 896c05e76b3d660c620bcb75db951ff0b8398a55commit hash: 896c05e76b3d660c620bcb75db951ff0b8398a55 files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
comms/tio: Update to 2.0

Switch to upstream release archive
Use (lib)inih from ports

PR:		266370
Reviewed by:	dmgk (maintainer)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
1.47
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.47
26 Jul 2022 18:58:47
commit hash: bd2f12f385cb52f3c6094a5b9762d58ef67a68cacommit hash: bd2f12f385cb52f3c6094a5b9762d58ef67a68cacommit hash: bd2f12f385cb52f3c6094a5b9762d58ef67a68cacommit hash: bd2f12f385cb52f3c6094a5b9762d58ef67a68ca files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
comms/tio: Update to 1.47

Changes:	https://github.com/tio/tio/releases/tag/v1.47
1.45
18 Jul 2022 13:52:05
commit hash: e5a35c907ad3d523ec41e536e36c9843aeec29a8commit hash: e5a35c907ad3d523ec41e536e36c9843aeec29a8commit hash: e5a35c907ad3d523ec41e536e36c9843aeec29a8commit hash: e5a35c907ad3d523ec41e536e36c9843aeec29a8 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
comms/tio: Update to 1.45

Changes:	https://github.com/tio/tio/releases/tag/v1.45
1.42
06 Jul 2022 19:58:44
commit hash: a1c3334eec43147ddd4f057e30c4e26c2bf7caf6commit hash: a1c3334eec43147ddd4f057e30c4e26c2bf7caf6commit hash: a1c3334eec43147ddd4f057e30c4e26c2bf7caf6commit hash: a1c3334eec43147ddd4f057e30c4e26c2bf7caf6 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
comms/tio: Update to 1.42

Changes:	https://github.com/tio/tio/releases/tag/v1.42
1.40
20 Jun 2022 12:20:49
commit hash: c46d5557a39aa771580c6df191ea38180b51ce78commit hash: c46d5557a39aa771580c6df191ea38180b51ce78commit hash: c46d5557a39aa771580c6df191ea38180b51ce78commit hash: c46d5557a39aa771580c6df191ea38180b51ce78 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
comms/tio: Update to 1.40

Changes:	https://github.com/tio/tio/releases/tag/v1.40
1.39
13 Jun 2022 11:41:45
commit hash: af25a4c5766abd1bdafcf382a788b71b05e19372commit hash: af25a4c5766abd1bdafcf382a788b71b05e19372commit hash: af25a4c5766abd1bdafcf382a788b71b05e19372commit hash: af25a4c5766abd1bdafcf382a788b71b05e19372 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
comms/tio: Update to 1.39

Changes:	https://github.com/tio/tio/releases/tag/v1.39
1.38
07 Jun 2022 14:02:50
commit hash: e4a66e111879bf93a492e575ec568f70267ea006commit hash: e4a66e111879bf93a492e575ec568f70267ea006commit hash: e4a66e111879bf93a492e575ec568f70267ea006commit hash: e4a66e111879bf93a492e575ec568f70267ea006 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
comms/tio: Update to 1.38

Changes:	https://github.com/tio/tio/releases/tag/v1.38
1.37
27 Apr 2022 16:55:07
commit hash: fe378de55faec3b7ab3984ded8998edb07198b9fcommit hash: fe378de55faec3b7ab3984ded8998edb07198b9fcommit hash: fe378de55faec3b7ab3984ded8998edb07198b9fcommit hash: fe378de55faec3b7ab3984ded8998edb07198b9f files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
comms/tio: Update to 1.37

Changes:	https://github.com/tio/tio/releases/tag/v1.37
1.32
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
1.32
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.32
16 Sep 2019 20:55:08
Revision:512187Original commit files touched by this commit
dmgk search for other commits by this committer
Change my maintainer email

Approved by:	tz (mentor), portmgr (adamw)
Differential Revision:	https://reviews.freebsd.org/D21677
1.32
22 Jan 2019 18:41:41
Revision:490970Original commit files touched by this commit
fernape search for other commits by this committer
comms/tio: update to 1.32

While here pet portlint

ChangeLog: https://github.com/tio/tio/releases/tag/v1.32

PR:	235066
Submitted by:	dg@syrec.org
1.31
10 Jul 2018 04:53:09
Revision:474327Original commit files touched by this commit
swills search for other commits by this committer
comms/tio: Update to 1.31

PR:		229660
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
1.30
20 Apr 2018 14:32:27
Revision:467827Original commit files touched by this commit
krion search for other commits by this committer
Update to 1.30

PR:		227646
Submitted by:	maintainer
1.29
29 Jan 2018 16:23:52
Revision:460316Original commit files touched by this commit
yuri search for other commits by this committer
comms/tio: Update to 1.29

Change log: https://github.com/tio/tio/releases/tag/v1.29

PR:		225504
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14109
1.28
11 Jan 2018 18:09:00
Revision:458761Original commit files touched by this commit
danfe search for other commits by this committer
- Convert to option helper install target (add OPTIONS_DEFINE=DOCS
  when it was missing)
- Invoke INSTALL_DATA where appropriate instead of INSTALL_MAN
- Fix some whitespace and formatting bugs along the way
1.28
14 Dec 2017 13:18:41
Revision:456289Original commit files touched by this commit
joneum search for other commits by this committer
comms/tio: Update from 1.27 to 1.28

Changelog: https://github.com/tio/tio/releases/tag/v1.28

PR:		224337
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
Approved by:	mentors (implicit)
1.27
14 Nov 2017 16:08:50
Revision:454180Original commit files touched by this commit
swills search for other commits by this committer
comms/tio: Update to 1.27

PR:		223666
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
1.26
08 Nov 2017 18:32:58
Revision:453758Original commit files touched by this commit
yuri search for other commits by this committer
comms/tio: Moved plist back from Makefile to pkg-plist, added the DOCS option.

Approved by:	mat (requested changes in D12987)
Differential Revision:	https://reviews.freebsd.org/D12987
1.26
08 Nov 2017 06:37:53
Revision:453720Original commit files touched by this commit
yuri search for other commits by this committer
comms/tio: Update to 1.26

PR:		223496
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12987
1.25
27 Oct 2017 15:31:58
Revision:452990Original commit files touched by this commit
tobik search for other commits by this committer
New port: comms/tio

Simple TTY terminal application which features a straightforward
commandline interface to easily connect to TTY devices for basic
input/output.

WWW: https://tio.github.io

PR:		222719
Submitted by:	Dmitri Goutnik <dg@syrec.org>

Number of commits found: 24