Add xspy 1.0c, a utility for monitoring keystrokes on remote X servers.

PR:		48132
Submitted by:	Yonatan <Yonatan@xpert.com>
This commit is contained in:
Mark Pulford 2003-02-14 12:19:07 +00:00
parent 0ccde07932
commit 76d3961fe8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75504
6 changed files with 36 additions and 0 deletions

View file

@ -330,6 +330,7 @@
SUBDIR += whisker
SUBDIR += xinetd
SUBDIR += xmlsec
SUBDIR += xspy
SUBDIR += yafic
SUBDIR += zebedee
SUBDIR += zombiezapper

25
security/xspy/Makefile Normal file
View file

@ -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>

1
security/xspy/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (xspy-1.0c.tar.gz) = 3cbdb554e2f5acd58c1fe0cfd30e1416

View file

@ -0,0 +1 @@
A utility for monitoring keystrokes on remote X servers

6
security/xspy/pkg-descr Normal file
View file

@ -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

2
security/xspy/pkg-plist Normal file
View file

@ -0,0 +1,2 @@
@comment $FreeBSD$
bin/xspy