1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Remove this port, as its only mirror (operated by me) is about to be

vanish. The port is pretty useless anyway.
This commit is contained in:
Shaun Amott 2009-07-19 18:31:22 +00:00
parent c7af0c549d
commit 0da5b5c30c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238070
8 changed files with 1 additions and 91 deletions

1
MOVED
View File

@ -4120,3 +4120,4 @@ net-mgmt/net-snmp53||2009-07-13|Has expired: Use net-mgmt/net-snmp
www/firefox-devel||2009-07-13|Please use www/firefox3 or www/firefox35
R-sp|R-cran-sp|2009-07-17|Port was renamed
lang/gcc-ooo|lang/gcc43|2009-07-18|Not used by OpenOffice any more, superseded by gcc43
security/altivore||2009-07-19|Removed

View File

@ -12,7 +12,6 @@
SUBDIR += afterglow
SUBDIR += aide
SUBDIR += aimsniff
SUBDIR += altivore
SUBDIR += amap
SUBDIR += amavis-stats
SUBDIR += amavisd-milter

View File

@ -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>

View File

@ -1,3 +0,0 @@
MD5 (altivore.c) = 47ffe63b1c63db71c42a23e5af91d45d
SHA256 (altivore.c) = 134812ff2689357983ee154069b5fe5f7516482417fde58b9efbe75da8741814
SIZE (altivore.c) = 57220

View File

@ -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>

View File

@ -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

View File

@ -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/

View File

@ -1,3 +0,0 @@
%%EXAMPLESDIR%%/README
%%EXAMPLESDIR%%/altivore.c
@dirrm %%EXAMPLESDIR%%