diff options
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/integrit/Makefile | 30 | ||||
-rw-r--r-- | security/integrit/distinfo | 1 | ||||
-rw-r--r-- | security/integrit/pkg-comment | 1 | ||||
-rw-r--r-- | security/integrit/pkg-descr | 8 | ||||
-rw-r--r-- | security/integrit/pkg-plist | 2 |
6 files changed, 43 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 4c06fa785647..dadb6ce33ae4 100644 --- a/security/Makefile +++ b/security/Makefile @@ -38,6 +38,7 @@ SUBDIR += ident2 SUBDIR += identify SUBDIR += inflex + SUBDIR += integrit SUBDIR += its4 SUBDIR += john SUBDIR += keynote diff --git a/security/integrit/Makefile b/security/integrit/Makefile new file mode 100644 index 000000000000..7606e8f05873 --- /dev/null +++ b/security/integrit/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: integrit +# Date created: Dec 30, 2000 +# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= integrit +PORTVERSION= 1.03.05b +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-1.03.05-beta + +MAINTAINER= ijliao@csie.nctu.edu.tw + +WRKSRC= ${WRKDIR}/integrit-1.03 + +GNU_CONFIGURE= yes + +USE_OPENSSL= yes +USE_GMAKE= yes +ALL_TARGET= ${PORTNAME} aux + +MAN1= integrit.1 + +pre-configure: + ${PERL} -pi -e "s:= gcc:?= cc:g" ${WRKSRC}/Makefile.in + +.include <bsd.port.mk> diff --git a/security/integrit/distinfo b/security/integrit/distinfo new file mode 100644 index 000000000000..771f21921b11 --- /dev/null +++ b/security/integrit/distinfo @@ -0,0 +1 @@ +MD5 (integrit-1.03.05-beta.tar.gz) = f5163601308c1dab6d1fc61e449dac85 diff --git a/security/integrit/pkg-comment b/security/integrit/pkg-comment new file mode 100644 index 000000000000..8ea0c73dd80e --- /dev/null +++ b/security/integrit/pkg-comment @@ -0,0 +1 @@ +Integrit is a file integrity verification programs diff --git a/security/integrit/pkg-descr b/security/integrit/pkg-descr new file mode 100644 index 000000000000..54725fbd2403 --- /dev/null +++ b/security/integrit/pkg-descr @@ -0,0 +1,8 @@ +Integrit is an alternative to file integrity verification programs +like tripwire and aide. It helps you determine whether an intruder +has modified a computer system. + +WWW: http://integrit.sourceforge.net/ + +-- Ying-Chieh Liao + ijliao@csie.nctu.edu.tw diff --git a/security/integrit/pkg-plist b/security/integrit/pkg-plist new file mode 100644 index 000000000000..1f50c970c7bc --- /dev/null +++ b/security/integrit/pkg-plist @@ -0,0 +1,2 @@ +sbin/i-viewdb +sbin/integrit |