summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2006-03-25 22:17:20 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2006-03-25 22:17:20 +0000
commitd6d90f403e8271ca41afbf5237a4b039e6030be0 (patch)
tree3a7cd1ffb58995374ab95c7c4f3fd74b8c49b02f
parentMark 3.4.1 stable on ia64 (diff)
downloadhistorical-d6d90f403e8271ca41afbf5237a4b039e6030be0.tar.gz
historical-d6d90f403e8271ca41afbf5237a4b039e6030be0.tar.bz2
historical-d6d90f403e8271ca41afbf5237a4b039e6030be0.zip
Initial commit. Bug #94907, ebuild submitted by Piotr Synowiec <piotr@synowiec.org>.
Package-Manager: portage-2.1_pre7
-rw-r--r--app-misc/interceptty/ChangeLog11
-rw-r--r--app-misc/interceptty/Manifest12
-rw-r--r--app-misc/interceptty/files/digest-interceptty-0.63
-rw-r--r--app-misc/interceptty/interceptty-0.6.ebuild26
-rw-r--r--app-misc/interceptty/metadata.xml8
5 files changed, 60 insertions, 0 deletions
diff --git a/app-misc/interceptty/ChangeLog b/app-misc/interceptty/ChangeLog
new file mode 100644
index 000000000000..be30768637a0
--- /dev/null
+++ b/app-misc/interceptty/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-misc/interceptty
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/interceptty/ChangeLog,v 1.1 2006/03/25 22:17:20 robbat2 Exp $
+
+*interceptty-0.6 (25 Mar 2006)
+
+ 25 Mar 2006; Robin H. Johnson <robbat2@gentoo.org> +metadata.xml,
+ +interceptty-0.6.ebuild:
+ Initial commit. Bug #94907, ebuild submitted by Piotr Synowiec
+ <piotr@synowiec.org>.
+
diff --git a/app-misc/interceptty/Manifest b/app-misc/interceptty/Manifest
new file mode 100644
index 000000000000..4c63c6481baa
--- /dev/null
+++ b/app-misc/interceptty/Manifest
@@ -0,0 +1,12 @@
+MD5 497dc3470f08454c539e94262f93e511 ChangeLog 431
+RMD160 4a989b133cea6004953f5a731726687cf48bd3e6 ChangeLog 431
+SHA256 8e4b916ed5cdcf47a6b78235facde00a05362f094e39a31d162570b01a590430 ChangeLog 431
+MD5 a2ab6dd1ab6faa21f6067a640f7361ca files/digest-interceptty-0.6 244
+RMD160 52e2bbb759e0035a5dd2bbd91b7da4bbe368fa29 files/digest-interceptty-0.6 244
+SHA256 4bf673b918050da58a342d6e2dfe82f99f74c4b394741bfcf36f298106a32a2b files/digest-interceptty-0.6 244
+MD5 6cd93cb8b3fb76f8fa373897c8488f7e interceptty-0.6.ebuild 801
+RMD160 0b89dcbe0b9a446940fd79a96c806eed8007012d interceptty-0.6.ebuild 801
+SHA256 b8610c2b07c1560dacf0e183ab1d38498a86f05e0c8bde9baaa202795e75187a interceptty-0.6.ebuild 801
+MD5 21cd68602737d7c996bceabf6e62c468 metadata.xml 223
+RMD160 ffa99612cf27469c417944deed0e0c9155e64331 metadata.xml 223
+SHA256 d6bb9ba68629616062b4433ab3b8fb01dfcafae5bb47804d9e06cdd6c66daa44 metadata.xml 223
diff --git a/app-misc/interceptty/files/digest-interceptty-0.6 b/app-misc/interceptty/files/digest-interceptty-0.6
new file mode 100644
index 000000000000..cfd535e6b2ad
--- /dev/null
+++ b/app-misc/interceptty/files/digest-interceptty-0.6
@@ -0,0 +1,3 @@
+MD5 915244f09601e3c71209e444f2d3194f interceptty-0.6.tar.gz 95911
+RMD160 02a8696bd6e22bdaf1c9f0bc519d0521e336e59e interceptty-0.6.tar.gz 95911
+SHA256 0fe4b881a56c9fe94d3409f303839e03e7b43cfb1fb0d6a3ba3255fa2b190641 interceptty-0.6.tar.gz 95911
diff --git a/app-misc/interceptty/interceptty-0.6.ebuild b/app-misc/interceptty/interceptty-0.6.ebuild
new file mode 100644
index 000000000000..76dcc72411af
--- /dev/null
+++ b/app-misc/interceptty/interceptty-0.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/interceptty/interceptty-0.6.ebuild,v 1.1 2006/03/25 22:17:20 robbat2 Exp $
+
+DESCRIPTION="interceptty is a program that can sit between a real (or fake!) serial port and an application, recording any communications between the application and the device."
+HOMEPAGE="http://www.suspectclass.com/~sgifford/interceptty/"
+SRC_URI="http://www.suspectclass.com/~sgifford/${PN}/files/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE=""
+DEPEND=""
+
+src_compile() {
+ econf || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ into /usr
+ dobin interceptty interceptty-nicedump
+ dodoc AUTHORS NEWS README TODO
+ doman interceptty.1
+}
diff --git a/app-misc/interceptty/metadata.xml b/app-misc/interceptty/metadata.xml
new file mode 100644
index 000000000000..5d9f5be9d49d
--- /dev/null
+++ b/app-misc/interceptty/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>robbat2@gentoo.org</email>
+</maintainer>
+</pkgmetadata>