diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-05-03 22:12:03 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-05-03 22:12:03 +0000 |
commit | e61e9626b76dc9a8fb74eeb30d07236693dfb5e8 (patch) | |
tree | 93917fbe2fca4acc01314d48a2a405d9ecfbb17c /security/kripp | |
parent | 9c753c0b11c52a8e76bce1a9c31d7d375bc23ab4 (diff) | |
download | ports-e61e9626b76dc9a8fb74eeb30d07236693dfb5e8.tar.gz ports-e61e9626b76dc9a8fb74eeb30d07236693dfb5e8.zip |
Notes
Diffstat (limited to 'security/kripp')
-rw-r--r-- | security/kripp/Makefile | 25 | ||||
-rw-r--r-- | security/kripp/distinfo | 1 | ||||
-rw-r--r-- | security/kripp/pkg-descr | 6 | ||||
-rw-r--r-- | security/kripp/pkg-plist | 1 |
4 files changed, 33 insertions, 0 deletions
diff --git a/security/kripp/Makefile b/security/kripp/Makefile new file mode 100644 index 000000000000..d311226741a9 --- /dev/null +++ b/security/kripp/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: kripp +# Date created: Apr 23, 2003 +# Whom: Jim Geovedi <jim@corebsd.or.id> +# +# $FreeBSD$ +# + +PORTNAME= kripp +PORTVERSION= 0.2 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_PACKETSTORM} \ + http://konst.org.ua/download/ +MASTER_SITE_SUBDIR= sniffers + +MAINTAINER= jim@corebsd.or.id +COMMENT= Lightweight network password sniffer + +NO_BUILD= Yes +MAN1= kripp.1 + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/kripp ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/kripp.1 ${MANPREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/security/kripp/distinfo b/security/kripp/distinfo new file mode 100644 index 000000000000..c06113b2d3ec --- /dev/null +++ b/security/kripp/distinfo @@ -0,0 +1 @@ +MD5 (kripp-0.2.tar.gz) = 68e3f5a5a11a64ab59033b25317d5f01 diff --git a/security/kripp/pkg-descr b/security/kripp/pkg-descr new file mode 100644 index 000000000000..f60b9f500cf7 --- /dev/null +++ b/security/kripp/pkg-descr @@ -0,0 +1,6 @@ +KRIPP is a very simple and extremely lightweight network passwords +sniffer written in Perl, which uses only the tcpdump utility as an +underlying traffic interceptor. Supported protocols are ICQ, POP3, +FTP and HTTP. + +WWW: http://konst.org.ua/kripp diff --git a/security/kripp/pkg-plist b/security/kripp/pkg-plist new file mode 100644 index 000000000000..ebb9fb71a6c8 --- /dev/null +++ b/security/kripp/pkg-plist @@ -0,0 +1 @@ +bin/kripp |