Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Oct 2017 15:31:58 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452990 - in head/comms: . tio
Message-ID:  <201710271531.v9RFVwjq020923@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri Oct 27 15:31:57 2017
New Revision: 452990
URL: https://svnweb.freebsd.org/changeset/ports/452990

Log:
  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>

Added:
  head/comms/tio/
  head/comms/tio/Makefile   (contents, props changed)
  head/comms/tio/distinfo   (contents, props changed)
  head/comms/tio/pkg-descr   (contents, props changed)
  head/comms/tio/pkg-plist   (contents, props changed)
Modified:
  head/comms/Makefile

Modified: head/comms/Makefile
==============================================================================
--- head/comms/Makefile	Fri Oct 27 15:31:57 2017	(r452989)
+++ head/comms/Makefile	Fri Oct 27 15:31:57 2017	(r452990)
@@ -177,6 +177,7 @@
     SUBDIR += telldus-core
     SUBDIR += thebridge
     SUBDIR += tilp2
+    SUBDIR += tio
     SUBDIR += tits
     SUBDIR += tkhylafax
     SUBDIR += tkscanfax

Added: head/comms/tio/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/tio/Makefile	Fri Oct 27 15:31:57 2017	(r452990)
@@ -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>

Added: head/comms/tio/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/tio/distinfo	Fri Oct 27 15:31:57 2017	(r452990)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1508366655
+SHA256 (tio-tio-v1.25_GH0.tar.gz) = 4dae742571c6f2e4eb7a07f5341bf6c84424807d661324fb521b2a73a6ee34b8
+SIZE (tio-tio-v1.25_GH0.tar.gz) = 27327

Added: head/comms/tio/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/tio/pkg-descr	Fri Oct 27 15:31:57 2017	(r452990)
@@ -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

Added: head/comms/tio/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/tio/pkg-plist	Fri Oct 27 15:31:57 2017	(r452990)
@@ -0,0 +1,4 @@
+bin/tio
+man/man1/tio.1.gz
+%%BASH%%share/bash-completion/completions/tio
+%%PORTDOCS%%%%DOCSDIR%%/README



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710271531.v9RFVwjq020923>