summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-12-31 11:15:43 +0000
committerWill Andrews <will@FreeBSD.org>2000-12-31 11:15:43 +0000
commit8eb5b3e4893461697cb16420a101662e93eb6bc6 (patch)
treee073a75436771d5b96d52394d5c8d1a23dd547e2
parentnew port of OutGuess, a steganographic utility for JPEG and PNM images (diff)
Add integrit 1.03.05 beta, an alternative to file integrity programs like
tripwire and aide. PR: 23945 Submitted by: Ying-Chieh Liao <ijliao@terry.dragon2.net>
Notes
Notes: svn path=/head/; revision=36522
-rw-r--r--security/Makefile1
-rw-r--r--security/integrit/Makefile30
-rw-r--r--security/integrit/distinfo1
-rw-r--r--security/integrit/pkg-comment1
-rw-r--r--security/integrit/pkg-descr8
-rw-r--r--security/integrit/pkg-plist2
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