summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-02-21 04:57:09 +0000
committerMike Frysinger <vapier@gentoo.org>2004-02-21 04:57:09 +0000
commitb29053cdb4bfb2e42452e76ecf8b7cabbffc1207 (patch)
tree48f80f63618d2cac5b6dc66d398dba94cb5209d0 /net-misc
parentChanged java3d structure (diff)
downloadgentoo-2-b29053cdb4bfb2e42452e76ecf8b7cabbffc1207.tar.gz
gentoo-2-b29053cdb4bfb2e42452e76ecf8b7cabbffc1207.tar.bz2
gentoo-2-b29053cdb4bfb2e42452e76ecf8b7cabbffc1207.zip
ver bump #41305
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/pipes/ChangeLog11
-rw-r--r--net-misc/pipes/files/digest-pipes-1.161
-rw-r--r--net-misc/pipes/metadata.xml26
-rw-r--r--net-misc/pipes/pipes-1.15.ebuild4
-rw-r--r--net-misc/pipes/pipes-1.16.ebuild36
5 files changed, 73 insertions, 5 deletions
diff --git a/net-misc/pipes/ChangeLog b/net-misc/pipes/ChangeLog
index a6d943e891d3..9a61b3f00345 100644
--- a/net-misc/pipes/ChangeLog
+++ b/net-misc/pipes/ChangeLog
@@ -1,11 +1,16 @@
# ChangeLog for net-misc/pipes
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pipes/ChangeLog,v 1.3 2003/11/03 20:02:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pipes/ChangeLog,v 1.4 2004/02/21 04:57:09 vapier Exp $
- 03 Nov 2003; Michael Sterrett <mr_bones_@gentoo.org> pipes-1.15.ebuild:
- depend on sed >= 4 for -i; more error checking/messages
+*pipes-1.16 (20 Feb 2004)
+
+ 20 Feb 2004; Mike Frysinger <vapier@gentoo.org> :
+ Version bump #41305 by Joel Yliluoma.
*pipes-1.15 (22 Sep 2003)
+ 03 Nov 2003; Michael Sterrett <mr_bones_@gentoo.org> pipes-1.15.ebuild:
+ depend on sed >= 4 for -i; more error checking/messages
+
22 Sep 2003; Mike Frysinger <vapier@gentoo.org> :
Initial import. Ebuild submitted by Joel Yliluoma <bisqwit@iki.fi> #28462.
diff --git a/net-misc/pipes/files/digest-pipes-1.16 b/net-misc/pipes/files/digest-pipes-1.16
new file mode 100644
index 000000000000..0f9c6008b3e4
--- /dev/null
+++ b/net-misc/pipes/files/digest-pipes-1.16
@@ -0,0 +1 @@
+MD5 98d102ccaa335666d356b57c5c0c64b2 pipes-1.16.tar.bz2 21441
diff --git a/net-misc/pipes/metadata.xml b/net-misc/pipes/metadata.xml
new file mode 100644
index 000000000000..997de38f1123
--- /dev/null
+++ b/net-misc/pipes/metadata.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>vapier@gentoo.org</email>
+</maintainer>
+<longdescription>
+I just noticed that netpipes doesn't support bidirectional pipes.
+So I made my own version.
+Now I can say in computer A that "plis 12345 -io ohjelma" and in computer B that "pcon A 12345 -io ohjelma2",
+and they communicate together then.
+My example utilization was that I can send the picture of SNES-emulator to another
+computer via network, and grab the keyboard input there, so get two consoles to
+the same game.
+My friend wanted to watch when I play FF6, but didn't want to sit next to my monitor,
+and asked if he could get the picture to his monitor.
+And he got it.
+Then he asked if he could play it from his computer at the same time as me...
+And now it works too.
+Other ways of use can everybody invent theirselves.
+It's really easy to make simple server software with this.
+For example, do "plis 79 -io finger" and then you have a finger-service.
+Or "plis 5555 -o 'cat signature'" and then port 5555 gives your signature.
+</longdescription>
+</pkgmetadata>
diff --git a/net-misc/pipes/pipes-1.15.ebuild b/net-misc/pipes/pipes-1.15.ebuild
index 3d5cb8495dbd..e17380410b1e 100644
--- a/net-misc/pipes/pipes-1.15.ebuild
+++ b/net-misc/pipes/pipes-1.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pipes/pipes-1.15.ebuild,v 1.2 2003/11/03 20:02:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pipes/pipes-1.15.ebuild,v 1.3 2004/02/21 04:57:09 vapier Exp $
DESCRIPTION="Very versatile TCP pipes"
HOMEPAGE="http://bisqwit.iki.fi/source/pipes.html"
@@ -8,7 +8,7 @@ SRC_URI="http://bisqwit.iki.fi/src/arch/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
RDEPEND="virtual/glibc"
DEPEND="${RDEPEND}
diff --git a/net-misc/pipes/pipes-1.16.ebuild b/net-misc/pipes/pipes-1.16.ebuild
new file mode 100644
index 000000000000..83cf425befa3
--- /dev/null
+++ b/net-misc/pipes/pipes-1.16.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pipes/pipes-1.16.ebuild,v 1.1 2004/02/21 04:57:09 vapier Exp $
+
+DESCRIPTION="Very versatile TCP pipes"
+HOMEPAGE="http://bisqwit.iki.fi/source/pipes.html"
+SRC_URI="http://bisqwit.iki.fi/src/arch/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+RDEPEND="virtual/glibc"
+DEPEND="${RDEPEND}
+ >=sys-apps/sed-4"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+
+ sed -i \
+ -e "s:-O2:${CFLAGS}:" Makefile || \
+ die "sed Makefile failed"
+ touch .depend
+}
+
+src_compile() {
+ emake || die "emake failed"
+}
+
+src_install() {
+ dobin plis || die "dobin failed"
+ dohard /usr/bin/plis /usr/bin/pcon || die "dohard failed"
+ dodoc Examples ChangeLog || die "dodoc failed"
+ dohtml README.html || die "dohtml failed"
+}