From 75d7a3c5208fdebaca57a173311e52a7bcd485f7 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Fri, 27 Oct 2017 15:31:57 +0000 Subject: [PATCH] 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 --- comms/Makefile | 1 + comms/tio/Makefile | 29 +++++++++++++++++++++++++++++ comms/tio/distinfo | 3 +++ comms/tio/pkg-descr | 5 +++++ comms/tio/pkg-plist | 4 ++++ 5 files changed, 42 insertions(+) create mode 100644 comms/tio/Makefile create mode 100644 comms/tio/distinfo create mode 100644 comms/tio/pkg-descr create mode 100644 comms/tio/pkg-plist diff --git a/comms/Makefile b/comms/Makefile index 19b592896a8a..96a867a7122b 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -177,6 +177,7 @@ SUBDIR += telldus-core SUBDIR += thebridge SUBDIR += tilp2 + SUBDIR += tio SUBDIR += tits SUBDIR += tkhylafax SUBDIR += tkscanfax diff --git a/comms/tio/Makefile b/comms/tio/Makefile new file mode 100644 index 000000000000..17b076bc6e50 --- /dev/null +++ b/comms/tio/Makefile @@ -0,0 +1,29 @@ +# Created by: Dmitri Goutnik +# $FreeBSD$ + +PORTNAME= tio +DISTVERSIONPREFIX= v +DISTVERSION= 1.25 +CATEGORIES= comms + +MAINTAINER= dg@syrec.org +COMMENT= Simple TTY terminal I/O application + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= autoreconf +GNU_CONFIGURE= yes +USE_GITHUB= yes + +OPTIONS_DEFINE= BASH +OPTIONS_DEFAULT= BASH +OPTIONS_SUB= yes + +BASH_CONFIGURE_WITH= bash-completion-dir + +post-install: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + +.include diff --git a/comms/tio/distinfo b/comms/tio/distinfo new file mode 100644 index 000000000000..ec34a525e94d --- /dev/null +++ b/comms/tio/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1508366655 +SHA256 (tio-tio-v1.25_GH0.tar.gz) = 4dae742571c6f2e4eb7a07f5341bf6c84424807d661324fb521b2a73a6ee34b8 +SIZE (tio-tio-v1.25_GH0.tar.gz) = 27327 diff --git a/comms/tio/pkg-descr b/comms/tio/pkg-descr new file mode 100644 index 000000000000..cc26caf0511d --- /dev/null +++ b/comms/tio/pkg-descr @@ -0,0 +1,5 @@ +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 diff --git a/comms/tio/pkg-plist b/comms/tio/pkg-plist new file mode 100644 index 000000000000..c509a5b8b53b --- /dev/null +++ b/comms/tio/pkg-plist @@ -0,0 +1,4 @@ +bin/tio +man/man1/tio.1.gz +%%BASH%%share/bash-completion/completions/tio +%%PORTDOCS%%%%DOCSDIR%%/README