From 7b32cc6cf91a556ec1caa017c98ac39b67bd4f1c Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Tue, 9 Oct 2001 21:18:24 +0000 Subject: New port altivore version 0.9.3: A publically disclosed (neither GPL nor open-source) ala Carnivore src PR: 31111 Submitted by: Justin Stanford Reviewed by: des (licensing issues) --- security/Makefile | 1 + security/altivore/Makefile | 39 +++++++++++++++++++++++++++++++++++++++ security/altivore/distinfo | 1 + security/altivore/files/patch-aa | 11 +++++++++++ security/altivore/pkg-comment | 1 + security/altivore/pkg-descr | 17 +++++++++++++++++ security/altivore/pkg-message | 18 ++++++++++++++++++ security/altivore/pkg-plist | 2 ++ 8 files changed, 90 insertions(+) create mode 100644 security/altivore/Makefile create mode 100644 security/altivore/distinfo create mode 100644 security/altivore/files/patch-aa create mode 100644 security/altivore/pkg-comment create mode 100644 security/altivore/pkg-descr create mode 100644 security/altivore/pkg-message create mode 100644 security/altivore/pkg-plist (limited to 'security') diff --git a/security/Makefile b/security/Makefile index 0fb8819e3355..f8664549e907 100644 --- a/security/Makefile +++ b/security/Makefile @@ -5,6 +5,7 @@ SUBDIR += acid SUBDIR += aescrypt SUBDIR += aide + SUBDIR += altivore SUBDIR += amavis-perl SUBDIR += apg SUBDIR += arirang diff --git a/security/altivore/Makefile b/security/altivore/Makefile new file mode 100644 index 000000000000..0a1913e8ec2c --- /dev/null +++ b/security/altivore/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: altivore +# Date created: 08 Oct 2001 +# Whom: Justin Stanford +# +# $FreeBSD$ +# + +PORTNAME= altivore +PORTVERSION= 0.9.3 +CATEGORIES= security +MASTER_SITES= http://www.networkice.com/altivore/ +DISTNAME= altivore +EXTRACT_SUFX= .c + +MAINTAINER= jus@security.za.net + +RESTRICTED= License does not allow redistribution in any form\ + (source, code or otherwise) + +NO_WRKSUBDIR= yes +NO_BUILD= yes + +do-extract: + @${MKDIR} ${WRKDIR} + @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} + +post-patch: + @${PERL} -pi -e "s/ //" ${WRKDIR}/${DISTFILES} + +do-install: + @${MKDIR} ${PREFIX}/share/examples/${PORTNAME} + @${INSTALL_DATA} ${WRKDIR}/${DISTFILES} \ + ${PREFIX}/share/examples/${PORTNAME} + @${INSTALL_DATA} ${PKGMESSAGE} \ + ${PREFIX}/share/examples/${PORTNAME}/README + + @${SED} -e "s!/usr/local/!${PREFIX}/!" ${PKGMESSAGE} + +.include diff --git a/security/altivore/distinfo b/security/altivore/distinfo new file mode 100644 index 000000000000..8ed48f51c6f3 --- /dev/null +++ b/security/altivore/distinfo @@ -0,0 +1 @@ +MD5 (altivore.c) = 47ffe63b1c63db71c42a23e5af91d45d diff --git a/security/altivore/files/patch-aa b/security/altivore/files/patch-aa new file mode 100644 index 000000000000..3f09f08e8a11 --- /dev/null +++ b/security/altivore/files/patch-aa @@ -0,0 +1,11 @@ +--- altivore.c Mon Oct 8 00:31:58 2001 ++++ altivorenew.c Mon Oct 8 00:34:30 2001 +@@ -164,7 +164,7 @@ + + */ + #include +-#include ++/* #include This is commented out for the FreeBSD port, as it is deprecated */ + #include + #include + #include diff --git a/security/altivore/pkg-comment b/security/altivore/pkg-comment new file mode 100644 index 000000000000..36e2283e76ee --- /dev/null +++ b/security/altivore/pkg-comment @@ -0,0 +1 @@ +A publically disclosed (neither GPL nor open-source) ala Carnivore src diff --git a/security/altivore/pkg-descr b/security/altivore/pkg-descr new file mode 100644 index 000000000000..84b2d2d2b080 --- /dev/null +++ b/security/altivore/pkg-descr @@ -0,0 +1,17 @@ +This is a sample program containing some of the features of the +features of the FBI's "Carnivore" program. It is intended to serve +as a point of discussion about Carnivore features. It has not been +thoroughly tested and contains numerous bugs. + +This may also serve as an "alternative" for ISPs who do not wish +to install a black-box from the FBI. Court orders demanding data +from the ISP do not necessarily require that Carnivore must be used +if the ISP is able to obtain the data in another manner. + +This software may also be useful in network management, such as +backing up data or sniffing a consumer's dial-up connection when +they are reporting problems to customer support. + +See the commented notes in the code for details. + +WWW: http://www.networkice.com/altivore/ diff --git a/security/altivore/pkg-message b/security/altivore/pkg-message new file mode 100644 index 000000000000..6df370670d8b --- /dev/null +++ b/security/altivore/pkg-message @@ -0,0 +1,18 @@ +The license of this source code allows for both reading and +discussing. + +A copy of the altivore source code was installed as + +/usr/local/share/examples/altivore/altivore.c + +Compiling, or any other use, should be conducted after reading of +the source's license agreement. Read the source code, it contains +a copy of the license agreement. + +Or, after contacting the developer Network ICE Corporation +http://www.networkice.com/ + +If you are allowed to compile and use it, you should find the +following command useful: + +cc -o altivore altivore.c -lpcap -Ipcap diff --git a/security/altivore/pkg-plist b/security/altivore/pkg-plist new file mode 100644 index 000000000000..e45023ccb12c --- /dev/null +++ b/security/altivore/pkg-plist @@ -0,0 +1,2 @@ +share/examples/altivore/altivore.c +@dirrm share/examples/altivore -- cgit v1.2.3