summaryrefslogtreecommitdiff
path: root/comms/snooper
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-05-20 06:23:49 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-05-20 06:23:49 +0000
commitaceedbe9bd637b96d8d62d5832030209c6f4bf43 (patch)
tree0e093994c76f3579a416041c74c9885128be04c3 /comms/snooper
parentDownloading tool for Casio QV series digital camera. (diff)
Re-import this to comms. Sorry!
Notes
Notes: svn path=/head/; revision=6504
Diffstat (limited to 'comms/snooper')
-rw-r--r--comms/snooper/Makefile23
-rw-r--r--comms/snooper/distinfo1
-rw-r--r--comms/snooper/pkg-comment1
-rw-r--r--comms/snooper/pkg-descr25
-rw-r--r--comms/snooper/pkg-message2
-rw-r--r--comms/snooper/pkg-plist3
6 files changed, 55 insertions, 0 deletions
diff --git a/comms/snooper/Makefile b/comms/snooper/Makefile
new file mode 100644
index 000000000000..5fe387994cee
--- /dev/null
+++ b/comms/snooper/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: snooper
+# Date created: 4 May 1997
+# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
+#
+# $Id: Makefile,v 1.1.1.1 1997/05/20 06:11:15 asami Exp $
+#
+
+DISTNAME= snooper.970212
+PKGNAME= snooper-970212
+CATEGORIES= comms
+MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/snooper/
+
+MAINTAINER= itojun.itojun.org
+
+WRKSRC= ${WRKDIR}/snooper/build
+HAS_CONFIGURE= yes
+
+post-install:
+ ${MKDIR} ${PREFIX}/share/doc/snooper
+ ${INSTALL_DATA} ${WRKSRC}/../README ${PREFIX}/share/doc/snooper
+ ${CAT} ${PKGDIR}/MESSAGE
+
+.include <bsd.port.mk>
diff --git a/comms/snooper/distinfo b/comms/snooper/distinfo
new file mode 100644
index 000000000000..4f2341e0ef98
--- /dev/null
+++ b/comms/snooper/distinfo
@@ -0,0 +1 @@
+MD5 (snooper.970212.tar.gz) = e36941bf4d019220b3bd41d7a0991cc7
diff --git a/comms/snooper/pkg-comment b/comms/snooper/pkg-comment
new file mode 100644
index 000000000000..49fb15ca6e04
--- /dev/null
+++ b/comms/snooper/pkg-comment
@@ -0,0 +1 @@
+serial line protocol analyzer (need two serial interfaces)
diff --git a/comms/snooper/pkg-descr b/comms/snooper/pkg-descr
new file mode 100644
index 000000000000..1f5226b08b36
--- /dev/null
+++ b/comms/snooper/pkg-descr
@@ -0,0 +1,25 @@
+snooper - serial line snooping tool
+ The tool is for snooping communication between two devices
+ that communicate with RS232C serial line.
+
+Machine configuration
+ There are 3 machines/modems to take part in the configuration.
+ We will denote those machines as follows:
+ partyA a computer
+ partyB computer/modem/digi-cam/whatever
+ console The computer you are using to snoop
+ the communication between A and B.
+
+ Say, you would like to snoop the following configuration.
+ partyA ---cableAB--- partyB
+ In that case you should connect "console" between partyA and
+ cableAB, as follows:
+ partyA ---cableX--- console ---cableAB--- party B
+ cableX must be cross-cable (a cable to connect two computers).
+
+Command-line options
+ % snooper [-options] dev0 dev1
+ -bBAUD specifies baud rate.
+ -u don't use uucp locking (questionable option)
+ dev0 name of serial device 0.
+ dev1 name of serial device 1.
diff --git a/comms/snooper/pkg-message b/comms/snooper/pkg-message
new file mode 100644
index 000000000000..f97b90e18723
--- /dev/null
+++ b/comms/snooper/pkg-message
@@ -0,0 +1,2 @@
+snooper has been installed.
+Documents can be found at: /usr/local/share/doc/snooper
diff --git a/comms/snooper/pkg-plist b/comms/snooper/pkg-plist
new file mode 100644
index 000000000000..7fefb374db90
--- /dev/null
+++ b/comms/snooper/pkg-plist
@@ -0,0 +1,3 @@
+bin/snooper
+share/doc/snooper/README
+@dirrm share/doc/snooper