diff options
author | shaun <shaun@FreeBSD.org> | 2009-07-20 02:31:22 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2009-07-20 02:31:22 +0800 |
commit | 6e31a97bdd1b2c76d94ae3db68f399027d3a9658 (patch) | |
tree | 14a282e4c3dc580f149c024c95ebd97c1ae30f2f /security | |
parent | 8181418a22476293f090bf6c740bb45786ea97ef (diff) | |
download | freebsd-ports-gnome-6e31a97bdd1b2c76d94ae3db68f399027d3a9658.tar.gz freebsd-ports-gnome-6e31a97bdd1b2c76d94ae3db68f399027d3a9658.tar.zst freebsd-ports-gnome-6e31a97bdd1b2c76d94ae3db68f399027d3a9658.zip |
Remove this port, as its only mirror (operated by me) is about to be
vanish. The port is pretty useless anyway.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/altivore/Makefile | 38 | ||||
-rw-r--r-- | security/altivore/distinfo | 3 | ||||
-rw-r--r-- | security/altivore/files/patch-aa | 11 | ||||
-rw-r--r-- | security/altivore/files/pkg-message.in | 18 | ||||
-rw-r--r-- | security/altivore/pkg-descr | 17 | ||||
-rw-r--r-- | security/altivore/pkg-plist | 3 |
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%% |