diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2007-10-29 05:00:58 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2007-10-29 05:00:58 +0000 |
commit | ef000a009d212f3c7affd0f280c957b63d54db9e (patch) | |
tree | 04f48b376795c801cb1e46f585ea12584b569147 | |
parent | 15f0f6359a1ffd8b92e6ab5c4d0394b1b159b7d4 (diff) | |
download | ports-ef000a009d212f3c7affd0f280c957b63d54db9e.tar.gz ports-ef000a009d212f3c7affd0f280c957b63d54db9e.zip |
Notes
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/uberkey/Makefile | 27 | ||||
-rw-r--r-- | security/uberkey/distinfo | 3 | ||||
-rw-r--r-- | security/uberkey/pkg-descr | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 10831c20ec8a..787c8e641216 100644 --- a/security/Makefile +++ b/security/Makefile @@ -748,6 +748,7 @@ SUBDIR += tripwire-131 SUBDIR += tripwire12 SUBDIR += tthsum + SUBDIR += uberkey SUBDIR += umit SUBDIR += unicornscan SUBDIR += vida diff --git a/security/uberkey/Makefile b/security/uberkey/Makefile new file mode 100644 index 000000000000..d3aad04c5061 --- /dev/null +++ b/security/uberkey/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: uberkey +# Date created: 2007-10-29 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= uberkey +PORTVERSION= 1.2 +CATEGORIES= security +MASTER_SITES= http://www.linuks.mine.nu/uberkey/ LOCAL/chinsan + +MAINTAINER= chinsan@chinsan.info +COMMENT= A keylogger for x86 systems + +ONLY_FOR_ARCHS= i386 +MAN8= uberkey.8 +PLIST_FILES= bin/uberkey + +do-build: + @cd ${WRKSRC} && ${CC} ${CFLAGS} *.c -o ${PORTNAME} + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + @${INSTALL_MAN} ${WRKSRC}/${MAN8} ${MAN1PREFIX}/man/man8 + +.include <bsd.port.mk> diff --git a/security/uberkey/distinfo b/security/uberkey/distinfo new file mode 100644 index 000000000000..17fc4d55c57a --- /dev/null +++ b/security/uberkey/distinfo @@ -0,0 +1,3 @@ +MD5 (uberkey-1.2.tar.gz) = 5724b911650ffe9cb32f16d01a96fe9a +SHA256 (uberkey-1.2.tar.gz) = 0892ce89bf4e6cb27848c876b350f39a72a5bc6002c16b6821f33f440ffb97c7 +SIZE (uberkey-1.2.tar.gz) = 1624 diff --git a/security/uberkey/pkg-descr b/security/uberkey/pkg-descr new file mode 100644 index 000000000000..312b689baea5 --- /dev/null +++ b/security/uberkey/pkg-descr @@ -0,0 +1,5 @@ +uberkey is a keylogger for x86 systems. +It directly reads keyboard input from the keyboard controller and +does a basic translation. + +WWW: http://www.linuks.mine.nu/uberkey/ |