diff options
author | Mark Pulford <markp@FreeBSD.org> | 2003-02-14 12:19:07 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2003-02-14 12:19:07 +0000 |
commit | 76d3961fe84c070f6f5e56cdfbbfcf84b2c747eb (patch) | |
tree | 7da143bab8876ad1001a06462c09d0ce7962cd6c /security/xspy | |
parent | 0ccde079329b33ccc1856355a92e95718b4baeb8 (diff) | |
download | ports-76d3961fe84c070f6f5e56cdfbbfcf84b2c747eb.tar.gz ports-76d3961fe84c070f6f5e56cdfbbfcf84b2c747eb.zip |
Add xspy 1.0c, a utility for monitoring keystrokes on remote X servers.
PR: 48132
Submitted by: Yonatan <Yonatan@xpert.com>
Notes
Notes:
svn path=/head/; revision=75504
Diffstat (limited to 'security/xspy')
-rw-r--r-- | security/xspy/Makefile | 25 | ||||
-rw-r--r-- | security/xspy/distinfo | 1 | ||||
-rw-r--r-- | security/xspy/pkg-comment | 1 | ||||
-rw-r--r-- | security/xspy/pkg-descr | 6 | ||||
-rw-r--r-- | security/xspy/pkg-plist | 2 |
5 files changed, 35 insertions, 0 deletions
diff --git a/security/xspy/Makefile b/security/xspy/Makefile new file mode 100644 index 000000000000..02ea80880547 --- /dev/null +++ b/security/xspy/Makefile @@ -0,0 +1,25 @@ +# Ports collection makefile for: xspy +# Date created: Jan 11 2003 +# Whom: Yonatan <Yonatan@xpert.com> +# +# $FreeBSD$ +# + +PORTNAME= xspy +PORTVERSION= 1.0c +CATEGORIES= security +MASTER_SITES= http://www.acm.vt.edu/~jmaxwell/programs/xspy/ + +MAINTAINER= Yonatan@xpert.com + +WRKSRC= ${WRKDIR}/${PORTNAME} +USE_XLIB= yes +USE_IMAKE= yes +XMKMF= xmkmf + +ALL_TARGET= xspy + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xspy ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/security/xspy/distinfo b/security/xspy/distinfo new file mode 100644 index 000000000000..dc6af37a67a6 --- /dev/null +++ b/security/xspy/distinfo @@ -0,0 +1 @@ +MD5 (xspy-1.0c.tar.gz) = 3cbdb554e2f5acd58c1fe0cfd30e1416 diff --git a/security/xspy/pkg-comment b/security/xspy/pkg-comment new file mode 100644 index 000000000000..1f85a8932c67 --- /dev/null +++ b/security/xspy/pkg-comment @@ -0,0 +1 @@ +A utility for monitoring keystrokes on remote X servers diff --git a/security/xspy/pkg-descr b/security/xspy/pkg-descr new file mode 100644 index 000000000000..32460be0749e --- /dev/null +++ b/security/xspy/pkg-descr @@ -0,0 +1,6 @@ +xspy is a utility for monitoring keypresses on remote X servers. It +takes advantage of an oversight in X Windows (R5 & R6) to find out +about keypresses even in "secure mode". It works by polling the +keyboard, by default every hundredth of a second. + +WWW: http://www.acm.vt.edu/~jmaxwell/programs/xspy/xspy.html diff --git a/security/xspy/pkg-plist b/security/xspy/pkg-plist new file mode 100644 index 000000000000..3c53def7fbc4 --- /dev/null +++ b/security/xspy/pkg-plist @@ -0,0 +1,2 @@ +@comment $FreeBSD$ +bin/xspy |