aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2011-09-23 21:25:21 +0800
committerbapt <bapt@FreeBSD.org>2011-09-23 21:25:21 +0800
commit774d07d800b4f61d41f8c0f8d7f8623523cae6b0 (patch)
tree8e644013f00e2810dfadaf9b111ba2f49933e607 /net-mgmt
parentb50133017c4b8fae01e89a5d7d30e6c8f01b3469 (diff)
downloadfreebsd-ports-gnome-774d07d800b4f61d41f8c0f8d7f8623523cae6b0.tar.gz
freebsd-ports-gnome-774d07d800b4f61d41f8c0f8d7f8623523cae6b0.tar.zst
freebsd-ports-gnome-774d07d800b4f61d41f8c0f8d7f8623523cae6b0.zip
2011-09-23 devel/libnotifymm: Doesn't build and isn't used by anything.
2011-09-11 games/abuse: BROKEN after games/abuse_sdl update 2011-09-01 security/donkey: No more public distfiles 2011-09-01 graphics/moth: No more public distfiles 2011-09-01 net-mgmt/aguri: No more public distfiles 2011-09-01 games/senso: No more public distfiles 2011-09-01 net-im/jabber-users-agent: No more public distfiles 2011-09-01 games/cchess: No more public distfiles
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/Makefile1
-rw-r--r--net-mgmt/aguri/Makefile51
-rw-r--r--net-mgmt/aguri/distinfo2
-rw-r--r--net-mgmt/aguri/files/extra-patch-Makefile15
-rw-r--r--net-mgmt/aguri/files/patch-aguri.h10
-rw-r--r--net-mgmt/aguri/files/patch-aguri_pcap.c10
-rw-r--r--net-mgmt/aguri/pkg-descr19
-rw-r--r--net-mgmt/aguri/pkg-plist11
8 files changed, 0 insertions, 119 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index 027773ab4f7f..981856c0a91b 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -6,7 +6,6 @@
SUBDIR += 2ping
SUBDIR += TkTopNetFlows
SUBDIR += aggregate
- SUBDIR += aguri
SUBDIR += aircrack-ng
SUBDIR += airport
SUBDIR += angst
diff --git a/net-mgmt/aguri/Makefile b/net-mgmt/aguri/Makefile
deleted file mode 100644
index 6be9f3a68196..000000000000
--- a/net-mgmt/aguri/Makefile
+++ /dev/null
@@ -1,51 +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
-PORTREVISION= 1
-CATEGORIES= net-mgmt ipv6
-MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= An Aggregation-based Traffic Profiler
-
-BROKEN= Does not fetch
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2011-09-01
-
-.if defined(WITH_X11)
-EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile
-USE_XORG= x11
-.endif
-
-MAN1= aguri.1
-
-post-patch:
- ${REINPLACE_CMD} -e "s,/usr/X11R6,${LOCALBASE}," ${WRKSRC}/Makefile
-
-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 2972ef999594..000000000000
--- a/net-mgmt/aguri/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (aguri-0.7.tar.gz) = 18856f356c4fc8f7c9420d24cb9f26e430cfc84bda73faf7ec9a785cf50cbc1f
-SIZE (aguri-0.7.tar.gz) = 48038
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/files/patch-aguri.h b/net-mgmt/aguri/files/patch-aguri.h
deleted file mode 100644
index ce764a0d2456..000000000000
--- a/net-mgmt/aguri/files/patch-aguri.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- aguri.h.orig 2003-03-12 22:09:41.000000000 +0800
-+++ aguri.h 2007-08-25 02:33:28.000000000 +0800
-@@ -32,7 +32,6 @@
- #define AGURI_VERSION "0.7"
-
- extern char *fmt_string;
--extern int read_count;
- extern struct timeval start_time, end_time;
- extern int debug;
- extern int time_slot;
diff --git a/net-mgmt/aguri/files/patch-aguri_pcap.c b/net-mgmt/aguri/files/patch-aguri_pcap.c
deleted file mode 100644
index 20ba8caa5eaa..000000000000
--- a/net-mgmt/aguri/files/patch-aguri_pcap.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- aguri_pcap.c.orig 2003-03-12 15:09:45.000000000 +0100
-+++ aguri_pcap.c 2009-03-27 08:57:57.000000000 +0100
-@@ -35,6 +35,7 @@
- #include <sys/socket.h>
- #include <sys/ioctl.h>
- #include <net/if.h>
-+#include <net/bpf.h>
- #include <netinet/in.h>
- #include <netinet/in_systm.h>
- #include <netinet/if_ether.h>
diff --git a/net-mgmt/aguri/pkg-descr b/net-mgmt/aguri/pkg-descr
deleted file mode 100644
index d2a522b3aa8b..000000000000
--- a/net-mgmt/aguri/pkg-descr
+++ /dev/null
@@ -1,19 +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
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%%