pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/tio



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Wed Feb 17 14:08:51 UTC 2021

Added Files:
        pkgsrc/comms/tio: DESCR Makefile PLIST distinfo

Log Message:
comms/tio: import tio-1.32.

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/comms/tio/DESCR pkgsrc/comms/tio/Makefile \
    pkgsrc/comms/tio/PLIST pkgsrc/comms/tio/distinfo

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

Added files:

Index: pkgsrc/comms/tio/DESCR
diff -u /dev/null pkgsrc/comms/tio/DESCR:1.1
--- /dev/null   Wed Feb 17 14:08:51 2021
+++ pkgsrc/comms/tio/DESCR      Wed Feb 17 14:08:51 2021
@@ -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.
Index: pkgsrc/comms/tio/Makefile
diff -u /dev/null pkgsrc/comms/tio/Makefile:1.1
--- /dev/null   Wed Feb 17 14:08:51 2021
+++ pkgsrc/comms/tio/Makefile   Wed Feb 17 14:08:51 2021
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2021/02/17 14:08:51 fcambus Exp $
+
+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"
Index: pkgsrc/comms/tio/PLIST
diff -u /dev/null pkgsrc/comms/tio/PLIST:1.1
--- /dev/null   Wed Feb 17 14:08:51 2021
+++ pkgsrc/comms/tio/PLIST      Wed Feb 17 14:08:51 2021
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/17 14:08:51 fcambus Exp $
+bin/tio
+man/man1/tio.1
+share/bash-completion/completions/tio
Index: pkgsrc/comms/tio/distinfo
diff -u /dev/null pkgsrc/comms/tio/distinfo:1.1
--- /dev/null   Wed Feb 17 14:08:51 2021
+++ pkgsrc/comms/tio/distinfo   Wed Feb 17 14:08:51 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/17 14:08:51 fcambus Exp $
+
+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