summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2009-07-19 18:31:22 +0000
committerShaun Amott <shaun@FreeBSD.org>2009-07-19 18:31:22 +0000
commit0da5b5c30c07612ccdf1819e569b4fbda9756291 (patch)
tree76ab688d9b1061d7d52a1d24dffdcbbfd2029b09 /security
parentRemove entry for security/altivore. (diff)
Remove this port, as its only mirror (operated by me) is about to be
vanish. The port is pretty useless anyway.
Notes
Notes: svn path=/head/; revision=238070
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/altivore/Makefile38
-rw-r--r--security/altivore/distinfo3
-rw-r--r--security/altivore/files/patch-aa11
-rw-r--r--security/altivore/files/pkg-message.in18
-rw-r--r--security/altivore/pkg-descr17
-rw-r--r--security/altivore/pkg-plist3
7 files changed, 0 insertions, 91 deletions
diff --git a/security/Makefile b/security/Makefile
index ca782f9d49ad..a2cfae471d97 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -12,7 +12,6 @@
SUBDIR += afterglow
SUBDIR += aide
SUBDIR += aimsniff
- SUBDIR += altivore
SUBDIR += amap
SUBDIR += amavis-stats
SUBDIR += amavisd-milter
diff --git a/security/altivore/Makefile b/security/altivore/Makefile
deleted file mode 100644
index b8bfc4cfd817..000000000000
--- a/security/altivore/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: altivore
-# Date created: 08 Oct 2001
-# Whom: Justin Stanford <jus@security.za.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= altivore
-PORTVERSION= 0.9.3
-CATEGORIES= security
-MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/altivore/
-DISTNAME= altivore
-EXTRACT_SUFX= .c
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A publically disclosed (neither GPL nor open-source) ala Carnivore src
-
-RESTRICTED= License does not allow redistribution in any form\
- (source, code or otherwise)
-
-SUB_FILES= pkg-message
-
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
-
-do-extract:
- @${MKDIR} ${WRKDIR}
- @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}
-
-post-patch:
- @${REINPLACE_CMD} -e "s/ //" ${WRKDIR}/${DISTFILES}
-
-do-install:
- @${MKDIR} ${EXAMPLESDIR}
- @${INSTALL_DATA} ${WRKDIR}/${DISTFILES} ${EXAMPLESDIR}
- @${INSTALL_DATA} ${PKGMESSAGE} ${EXAMPLESDIR}/README
-
-.include <bsd.port.mk>
diff --git a/security/altivore/distinfo b/security/altivore/distinfo
deleted file mode 100644
index c10db81c9561..000000000000
--- a/security/altivore/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (altivore.c) = 47ffe63b1c63db71c42a23e5af91d45d
-SHA256 (altivore.c) = 134812ff2689357983ee154069b5fe5f7516482417fde58b9efbe75da8741814
-SIZE (altivore.c) = 57220
diff --git a/security/altivore/files/patch-aa b/security/altivore/files/patch-aa
deleted file mode 100644
index 3f09f08e8a11..000000000000
--- a/security/altivore/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- altivore.c Mon Oct 8 00:31:58 2001
-+++ altivorenew.c Mon Oct 8 00:34:30 2001
-@@ -164,7 +164,7 @@
-
- */
- #include <string.h>
--#include <malloc.h>
-+/* #include <malloc.h> This is commented out for the FreeBSD port, as it is deprecated */
- #include <stdlib.h>
- #include <ctype.h>
- #include <stdarg.h>
diff --git a/security/altivore/files/pkg-message.in b/security/altivore/files/pkg-message.in
deleted file mode 100644
index 11cda06623f3..000000000000
--- a/security/altivore/files/pkg-message.in
+++ /dev/null
@@ -1,18 +0,0 @@
-The license of this source code allows for both reading and
-discussing.
-
-A copy of the altivore source code was installed as
-
-%%EXAMPLESDIR%%/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-descr b/security/altivore/pkg-descr
deleted file mode 100644
index 84b2d2d2b080..000000000000
--- a/security/altivore/pkg-descr
+++ /dev/null
@@ -1,17 +0,0 @@
-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-plist b/security/altivore/pkg-plist
deleted file mode 100644
index 01839b56b222..000000000000
--- a/security/altivore/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-%%EXAMPLESDIR%%/README
-%%EXAMPLESDIR%%/altivore.c
-@dirrm %%EXAMPLESDIR%%