pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import tio 1.32 as wip/tio.



Module Name:	pkgsrc-wip
Committed By:	Frederic Cambus <fred%statdns.com@localhost>
Pushed By:	fcambus
Date:		Tue Feb 16 22:11:56 2021 +0100
Changeset:	eac8ec05baf21db0aa364201cf8c19ce2086cb66

Modified Files:
	Makefile
Added Files:
	tio/DESCR
	tio/Makefile
	tio/PLIST
	tio/distinfo

Log Message:
Import tio 1.32 as wip/tio.

"tio" is a simple TTY terminal application which features a straightforward
commandline interface to easily connect to TTY devices for basic input/output.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=eac8ec05baf21db0aa364201cf8c19ce2086cb66

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile     |  1 +
 tio/DESCR    |  2 ++
 tio/Makefile | 17 +++++++++++++++++
 tio/PLIST    |  4 ++++
 tio/distinfo |  6 ++++++
 5 files changed, 30 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index c81a867c2f..9cb91a8dc1 100644
--- a/Makefile
+++ b/Makefile
@@ -5408,6 +5408,7 @@ SUBDIR+=	tinycobol
 SUBDIR+=	tinyfugue-beta
 SUBDIR+=	tinylogin
 SUBDIR+=	tinyproxy
+SUBDIR+=	tio
 SUBDIR+=	tipp10
 SUBDIR+=	tk-itk3
 SUBDIR+=	tkhtml3
diff --git a/tio/DESCR b/tio/DESCR
new file mode 100644
index 0000000000..e74156d7dc
--- /dev/null
+++ b/tio/DESCR
@@ -0,0 +1,2 @@
+"tio" is a simple TTY terminal application which features a straightforward
+commandline interface to easily connect to TTY devices for basic input/output.
diff --git a/tio/Makefile b/tio/Makefile
new file mode 100644
index 0000000000..bc88d98880
--- /dev/null
+++ b/tio/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	tio-1.32
+CATEGORIES=	comms
+MASTER_SITES=	${MASTER_SITE_GITHUB:=tio/}
+GITHUB_RELEASE=	v${PKGVERSION_NOREV}
+EXTRACT_SUFX=	.tar.xz
+
+MAINTAINER=	fcambus%NetBSD.org@localhost
+HOMEPAGE=	https://tio.github.io/
+COMMENT=	Simple TTY terminal I/O application
+LICENSE=	gnu-gpl-v2
+
+GNU_CONFIGURE=	yes
+CHECK_PORTABILITY_SKIP+= configure
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/tio/PLIST b/tio/PLIST
new file mode 100644
index 0000000000..f509e5dac4
--- /dev/null
+++ b/tio/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+bin/tio
+man/man1/tio.1
+share/bash-completion/completions/tio
diff --git a/tio/distinfo b/tio/distinfo
new file mode 100644
index 0000000000..65fb6d487e
--- /dev/null
+++ b/tio/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tio-1.32.tar.xz) = a46922e46fcbd78941b08f039700d40fb15bebd4
+RMD160 (tio-1.32.tar.xz) = 0c8391e2ecc8b31ae359c92c1e39555c45f9ced4
+SHA512 (tio-1.32.tar.xz) = 6ec216ea8e60fe8fb09e3bc378d8178f0d27789ba876e5a763c1eeef7de064831143270e644e64658d3b9acaf3c1b406f1e3331acc4c8bee91fd56851b99941f
+Size (tio-1.32.tar.xz) = 88976 bytes


Home | Main Index | Thread Index | Old Index