aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/aguri
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/aguri')
-rw-r--r--net-mgmt/aguri/Makefile42
-rw-r--r--net-mgmt/aguri/distinfo1
-rw-r--r--net-mgmt/aguri/files/extra-patch-Makefile15
-rw-r--r--net-mgmt/aguri/pkg-descr22
-rw-r--r--net-mgmt/aguri/pkg-plist11
5 files changed, 0 insertions, 91 deletions
diff --git a/net-mgmt/aguri/Makefile b/net-mgmt/aguri/Makefile
deleted file mode 100644
index 9cb54c095f9d..000000000000
--- a/net-mgmt/aguri/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: aguri
-# Date created: 27 February 2003
-# Whom: Yann Berthier <yb@sainte-barbe.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= aguri
-PORTVERSION= 0.7
-CATEGORIES= net ipv6
-MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/
-
-MAINTAINER= yb@sainte-barbe.org
-COMMENT= An Aggregation-based Traffic Profiler
-
-.if defined(WITH_X11)
-EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile
-USE_XLIB= yes
-.endif
-
-MAN1= aguri.1
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/aguri ${PREFIX}/bin
- @${INSTALL_MAN} ${WRKSRC}/aguri.1 ${MANPREFIX}/man/man1
-
-post-install:
-
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for FILES in CHANGES INSTALL README
- @${INSTALL_DATA} ${WRKSRC}/${FILES} ${DOCSDIR}
-.endfor
-.endif
- @${MKDIR} ${DATADIR}
- @${INSTALL_DATA} ${WRKSRC}/scripts/README ${DATADIR}
-.for SCRIPTS in agurify.pl density.pl makeimages.pl makeplot.pl
- @${INSTALL_SCRIPT} ${WRKSRC}/scripts/${SCRIPTS} \
- ${DATADIR}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/aguri/distinfo b/net-mgmt/aguri/distinfo
deleted file mode 100644
index 0a7c65a1276a..000000000000
--- a/net-mgmt/aguri/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (aguri-0.7.tar.gz) = b15586e62763a5d5a2295f115c42df29
diff --git a/net-mgmt/aguri/files/extra-patch-Makefile b/net-mgmt/aguri/files/extra-patch-Makefile
deleted file mode 100644
index 11180c8fc7ac..000000000000
--- a/net-mgmt/aguri/files/extra-patch-Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
---- Makefile.aguri.orig Thu Mar 27 11:53:26 2003
-+++ Makefile Thu Mar 27 13:43:46 2003
-@@ -11,9 +11,9 @@
- scripts/makeimages.pl scripts/density.pl
-
- CFLAGS= -O2 -Wall -DNDEBUG
--DEFINES= -DINET6 -DAGURI_STATS $(SYS_DEFINES) # -DXTREE
--INCLUDES= -I. $(COMPAT_INCLUDES) $(SYS_INCLUDES) # -I/usr/X11R6/include
--LIBS= $(SYS_LIBS) -lpcap # -R/usr/X11R6/lib -L/usr/X11R6/lib -lX11
-+DEFINES= -DINET6 -DAGURI_STATS $(SYS_DEFINES) -DXTREE
-+INCLUDES= -I. $(COMPAT_INCLUDES) $(SYS_INCLUDES) -I/usr/X11R6/include
-+LIBS= $(SYS_LIBS) -lpcap -R/usr/X11R6/lib -L/usr/X11R6/lib -lX11
-
- all: $(PROG)
-
diff --git a/net-mgmt/aguri/pkg-descr b/net-mgmt/aguri/pkg-descr
deleted file mode 100644
index 8202186ca18d..000000000000
--- a/net-mgmt/aguri/pkg-descr
+++ /dev/null
@@ -1,22 +0,0 @@
-Aguri is an aggregation-based traffic profiler targeted for near real-time,
-long-term, and wide-area traffic monitoring. Aguri adapts itself to spatial
-traffic distribution by aggregating small volume flows into aggregates, and
-achieves temporal aggregation by creating a summary of summaries applying the
-same algorithm to its outputs. A set of scripts are used for archiving and
-visualizing summaries in different time scales. Aguri does not need a
-predefined rule set and is capable of detecting an unexpected increase of
-unknown protocols or DoS attacks, which considerably simplifies the task of
-network monitoring.
-
-Aguri produces four separate profiles for source addresses, destination
-addresses, source protocols and destination protocols. IP addresses are
-designed to be hierarchical and aggregatable so that it is natural to apply
-aggregation. Both IPv4 and IPv6 are supported in address profiles. Although
-protocol numbers are not hierarchical, the same technique can be used to
-identify port ranges. We concatenate the IP version, the protocol number and
-the TCP/UDP port number to create a 32-bit key for a protocol profile.
-
-WWW: http://www.csl.sony.co.jp/person/kjc/software.html
-
-- Yann
-yb@sainte-barbe.org
diff --git a/net-mgmt/aguri/pkg-plist b/net-mgmt/aguri/pkg-plist
deleted file mode 100644
index 514144ed9c7a..000000000000
--- a/net-mgmt/aguri/pkg-plist
+++ /dev/null
@@ -1,11 +0,0 @@
-bin/aguri
-%%PORTDOCS%%%%DOCSDIR%%/CHANGES
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-%%DATADIR%%/README
-%%DATADIR%%/agurify.pl
-%%DATADIR%%/density.pl
-%%DATADIR%%/makeimages.pl
-%%DATADIR%%/makeplot.pl
-@dirrm %%DATADIR%%