diff options
-rw-r--r-- | security/Makefile | 1 | ||||
-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 |
6 files changed, 36 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 9b24cbe..63f9128 100644 --- a/security/Makefile +++ b/security/Makefile @@ -330,6 +330,7 @@ SUBDIR += whisker SUBDIR += xinetd SUBDIR += xmlsec + SUBDIR += xspy SUBDIR += yafic SUBDIR += zebedee SUBDIR += zombiezapper diff --git a/security/xspy/Makefile b/security/xspy/Makefile new file mode 100644 index 0000000..02ea808 --- /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 0000000..dc6af37 --- /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 0000000..1f85a89 --- /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 0000000..32460be --- /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 0000000..3c53def --- /dev/null +++ b/security/xspy/pkg-plist @@ -0,0 +1,2 @@ +@comment $FreeBSD$ +bin/xspy |