summaryrefslogtreecommitdiffstats
path: root/security/xspy
diff options
context:
space:
mode:
authormarkp <markp@FreeBSD.org>2003-02-14 12:19:07 +0000
committermarkp <markp@FreeBSD.org>2003-02-14 12:19:07 +0000
commitdcea4ae4e1692e15c907bae38feda2a5b2b3fa1e (patch)
treec922a231866ac4f8ad468e3c5ef8e316eb6958e7 /security/xspy
parentd6d2121e0bc8e131319da6f1708d97501ea6ce2f (diff)
downloadFreeBSD-ports-dcea4ae4e1692e15c907bae38feda2a5b2b3fa1e.zip
FreeBSD-ports-dcea4ae4e1692e15c907bae38feda2a5b2b3fa1e.tar.gz
Add xspy 1.0c, a utility for monitoring keystrokes on remote X servers.
PR: 48132 Submitted by: Yonatan <Yonatan@xpert.com>
Diffstat (limited to 'security/xspy')
-rw-r--r--security/xspy/Makefile25
-rw-r--r--security/xspy/distinfo1
-rw-r--r--security/xspy/pkg-comment1
-rw-r--r--security/xspy/pkg-descr6
-rw-r--r--security/xspy/pkg-plist2
5 files changed, 35 insertions, 0 deletions
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
OpenPOWER on IntegriCloud