mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
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>
This commit is contained in:
parent
6a6e8cb214
commit
75d7a3c520
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=452990
5 changed files with 42 additions and 0 deletions
|
@ -177,6 +177,7 @@
|
||||||
SUBDIR += telldus-core
|
SUBDIR += telldus-core
|
||||||
SUBDIR += thebridge
|
SUBDIR += thebridge
|
||||||
SUBDIR += tilp2
|
SUBDIR += tilp2
|
||||||
|
SUBDIR += tio
|
||||||
SUBDIR += tits
|
SUBDIR += tits
|
||||||
SUBDIR += tkhylafax
|
SUBDIR += tkhylafax
|
||||||
SUBDIR += tkscanfax
|
SUBDIR += tkscanfax
|
||||||
|
|
29
comms/tio/Makefile
Normal file
29
comms/tio/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# Created by: Dmitri Goutnik <dg@syrec.org>
|
||||||
|
# $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 <bsd.port.mk>
|
3
comms/tio/distinfo
Normal file
3
comms/tio/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1508366655
|
||||||
|
SHA256 (tio-tio-v1.25_GH0.tar.gz) = 4dae742571c6f2e4eb7a07f5341bf6c84424807d661324fb521b2a73a6ee34b8
|
||||||
|
SIZE (tio-tio-v1.25_GH0.tar.gz) = 27327
|
5
comms/tio/pkg-descr
Normal file
5
comms/tio/pkg-descr
Normal file
|
@ -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
|
4
comms/tio/pkg-plist
Normal file
4
comms/tio/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
bin/tio
|
||||||
|
man/man1/tio.1.gz
|
||||||
|
%%BASH%%share/bash-completion/completions/tio
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
Loading…
Add table
Reference in a new issue