summaryrefslogtreecommitdiff
path: root/app-misc/nullmodem
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-misc/nullmodem
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-misc/nullmodem')
-rw-r--r--app-misc/nullmodem/Manifest3
-rw-r--r--app-misc/nullmodem/metadata.xml21
-rw-r--r--app-misc/nullmodem/nullmodem-0.0.6-r1.ebuild12
3 files changed, 36 insertions, 0 deletions
diff --git a/app-misc/nullmodem/Manifest b/app-misc/nullmodem/Manifest
new file mode 100644
index 000000000000..db7beb9ebc75
--- /dev/null
+++ b/app-misc/nullmodem/Manifest
@@ -0,0 +1,3 @@
+DIST nullmodem-0.0.6.tar.gz 350584 BLAKE2B 16b535256d7cd961fc42c2447770bac3898d5eb386b1d3b456c9876383970bd4e82f2653ec8a6a47e92dab1e7e5052ae070b98ac494e3a205f8891db5f95be68 SHA512 d87c4ceaaa16f67c4ddc42d86f8ed81f0e14e1180b25e9000868f715b2f553d0cc165812d1f945a83486cf1c356c1303682eb17fb12632252d28bcb84edeec7c
+EBUILD nullmodem-0.0.6-r1.ebuild 365 BLAKE2B 2b3750363edc7cd9f7a78ff8ebab311ed103d1cee74d4b4947d8198db0d340b317f533f1df0d0f87beea78629497b135df8781de948eb1384e48f0bb72148b0a SHA512 3ca4d671a850cf6a85a81278292c2f9c8905eeeea257b213fe62bdbfecfa7fe7dceb7cf564fa9ecf5c03dbe9e7fb2f425b37aad133adcd7bd0605cc4411d657b
+MISC metadata.xml 1054 BLAKE2B 1005e2832dc382fa6cc97afdf992a9942fa9c965caab6e1f2ad1d1bc83a2cb8dc7d065903c68bb95066ea87b6eeed043c35c6508b797d07884741916c3d9af77 SHA512 3bcee62e26aa142670a2450cb22a731e987d4d77a29720c3f33e46f36ba7f4c3bca1a86adf3e9be03ebd63f49ec1896a01087138349e29578c9028d52c748eb1
diff --git a/app-misc/nullmodem/metadata.xml b/app-misc/nullmodem/metadata.xml
new file mode 100644
index 000000000000..815e2658c87a
--- /dev/null
+++ b/app-misc/nullmodem/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+ <email>tomjbe@gentoo.org</email>
+</maintainer>
+<longdescription>
+Pseudo-Terminals (ptys) are a type of interprocess communication with a master
+and a slave end. One program (in our case nullmodem) opens the master sides of
+connections and therefore provides connectible slave sides of connections.
+If nullmodem receives some data on one of these connections it retransmits them
+on all other connections. It can be seen as a network with star-type wiring.
+Because the names of the slave side ptys are dynamic, nullmodem creates
+symbolic links to filenames of your choice.
+e.g. the command nullmodem /tmp/loop0 /tmp/loop1 /tmp/loop2
+creates a pty-network with 3 slave sides linked to the names /tmp/loop0,
+/tmp/loop1 and /tmp/loop2.
+If you close a slave side connection nullmodem will detect this and provide
+a new stub to connect to and update the symbolic link.
+</longdescription>
+</pkgmetadata>
diff --git a/app-misc/nullmodem/nullmodem-0.0.6-r1.ebuild b/app-misc/nullmodem/nullmodem-0.0.6-r1.ebuild
new file mode 100644
index 000000000000..25b0bf4a624f
--- /dev/null
+++ b/app-misc/nullmodem/nullmodem-0.0.6-r1.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A Utility to loopback Pseudo-Terminals"
+HOMEPAGE="http://www.ant.uni-bremen.de/whomes/rinas/nullmodem/"
+SRC_URI="http://www.ant.uni-bremen.de/whomes/rinas/nullmodem/download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"