Add l5 1.2, file Integrity Assessment Tool.

PR:		39970
Submitted by:	andrew@scoop.co.nz
This commit is contained in:
Cy Schubert 2002-07-07 04:51:26 +00:00
parent 43356963b4
commit a457a0b5e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62546
6 changed files with 46 additions and 0 deletions

View File

@ -88,6 +88,7 @@
SUBDIR += kssh
SUBDIR += l0pht-watch
SUBDIR += l0phtcrack
SUBDIR += l5
SUBDIR += labrea
SUBDIR += lcrzo
SUBDIR += lcrzoex

25
security/l5/Makefile Normal file
View File

@ -0,0 +1,25 @@
# New ports collection makefile for: l6
# Date created: Sat, 23 Jun 2002
# Whom: andrew@scoop.co.nz
#
# $FreeBSD$
#
PORTNAME= l5
PORTVERSION= 1.2
CATEGORIES= security sysutils
MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/l5/
DISTNAME= L5
EXTRACT_SUFX= .tgz
MAINTAINER= andrew@scoop.co.nz
NO_WRKSUBDIR= true
ALL_TARGET= freebsd
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}
.include <bsd.port.mk>

1
security/l5/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (L5.tgz) = 750fddb8835098f8326a0b8b601bfcde

1
security/l5/pkg-comment Normal file
View File

@ -0,0 +1 @@
File Integrity Assessment Tool

15
security/l5/pkg-descr Normal file
View File

@ -0,0 +1,15 @@
After examining Tripwire and deciding that it was *way* overkill for my
own purposes...
...L5 simply walks down Unix or DOS filesystems, sort of like "ls -R" or
"find" would, generating listings of anything it finds there. It tells
you everything it can about a file's status, and adds on an MD5 hash of
it. Its output is rather "numeric", but it is a very simple format and
is designed to be post-treated by scripts that call L5...
...Unlike Tripwire itself, this is NOT a complete toolkit -- one is
expected to use it as a small, reliable part of a larger system...
_H*
Andrew McNaughton <andrew@scoop.co.nz>

3
security/l5/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
bin/l5
share/doc/l5/README
@dirrm share/doc/l5