diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-11-28 11:17:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-11-28 11:17:55 +0000 |
commit | da4f0cc205d7eb430cda9fb0a3e29b02a6997be5 (patch) | |
tree | 83578ce83479f6a4423074f53c0c6ac95092ee03 /comms/snooper | |
parent | 4f47bf5ca0277894c82a11c8857ac3c692f0fe09 (diff) |
Notes
Diffstat (limited to 'comms/snooper')
-rw-r--r-- | comms/snooper/Makefile | 36 | ||||
-rw-r--r-- | comms/snooper/distinfo | 2 | ||||
-rw-r--r-- | comms/snooper/files/patch-ac | 14 | ||||
-rw-r--r-- | comms/snooper/pkg-descr | 23 |
4 files changed, 0 insertions, 75 deletions
diff --git a/comms/snooper/Makefile b/comms/snooper/Makefile deleted file mode 100644 index 5157e316f6a2..000000000000 --- a/comms/snooper/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# Created by: Jun-ichiro itojun Itoh <itojun@itojun.org> -# $FreeBSD$ - -PORTNAME= snooper -PORTVERSION= 1999.12.02 -PORTREVISION= 1 -CATEGORIES= comms -MASTER_SITES= http://www.alaskaparadise.com/freebsd/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Serial line protocol analyzer (need two serial interfaces) - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2012-11-26 - -WRKSRC= ${WRKDIR}/${PORTNAME}/build - -GNU_CONFIGURE= yes -MAKE_ARGS= OPTFLAG="" -PLIST_FILES= bin/snooper - -.if !defined(NOPORTDOCS) -PORTDOCS= README -.endif - -post-extract: - @${RM} -f ${WRKSRC}/.depend - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/../README ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/comms/snooper/distinfo b/comms/snooper/distinfo deleted file mode 100644 index 98a28429bdf6..000000000000 --- a/comms/snooper/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (snooper-19991202.tar.gz) = d14472d7af159b4d31c8fceca98c4a6fea4a4e3368b2a4f2b86587478bf6a2f5 -SIZE (snooper-19991202.tar.gz) = 38239 diff --git a/comms/snooper/files/patch-ac b/comms/snooper/files/patch-ac deleted file mode 100644 index 36b0d12a8692..000000000000 --- a/comms/snooper/files/patch-ac +++ /dev/null @@ -1,14 +0,0 @@ ---- ../src/uucplock.c.orig Thu Dec 2 12:12:46 1999 -+++ ../src/uucplock.c Thu Jan 18 02:57:30 2001 -@@ -38,7 +38,11 @@ - #include "config.h" - - #include <sys/file.h> -+#ifdef HAVE_DIRENT_H -+#include <dirent.h> -+#else - #include <sys/dir.h> -+#endif - #include <errno.h> - - #include "pathnames.h" diff --git a/comms/snooper/pkg-descr b/comms/snooper/pkg-descr deleted file mode 100644 index 2dc1b961abbe..000000000000 --- a/comms/snooper/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -The snooper is a serial line snooping tool used for snooping communication -between two devices that communicate with an RS232C serial line. - -An typical machine configuration involving three computers is: - - 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. |