diff options
Diffstat (limited to 'net-mgmt/aggregate')
-rw-r--r-- | net-mgmt/aggregate/Makefile | 19 | ||||
-rw-r--r-- | net-mgmt/aggregate/distinfo | 1 | ||||
-rw-r--r-- | net-mgmt/aggregate/pkg-comment | 1 | ||||
-rw-r--r-- | net-mgmt/aggregate/pkg-descr | 16 | ||||
-rw-r--r-- | net-mgmt/aggregate/pkg-plist | 2 |
5 files changed, 0 insertions, 39 deletions
diff --git a/net-mgmt/aggregate/Makefile b/net-mgmt/aggregate/Makefile deleted file mode 100644 index 79c03f3938f5..000000000000 --- a/net-mgmt/aggregate/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: aggregate -# Date created: 16 Feb 2001 -# Whom: jabley -# -# $FreeBSD$ -# - -PORTNAME= aggregate -PORTVERSION= 1.3 -CATEGORIES= net -MASTER_SITES= http://www.automagic.org/~jabley/ - -MAINTAINER= jabley@automagic.org - -GNU_CONFIGURE= yes - -MAN1= aggregate.1 aggregate-ios.1 - -.include <bsd.port.mk> diff --git a/net-mgmt/aggregate/distinfo b/net-mgmt/aggregate/distinfo deleted file mode 100644 index dbc3525c8266..000000000000 --- a/net-mgmt/aggregate/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (aggregate-1.3.tar.gz) = 729839d1da1e61037b25d0d7e48bb1de diff --git a/net-mgmt/aggregate/pkg-comment b/net-mgmt/aggregate/pkg-comment deleted file mode 100644 index de03ea10fd0e..000000000000 --- a/net-mgmt/aggregate/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Optimise a list of route prefixes to help make nice short filters diff --git a/net-mgmt/aggregate/pkg-descr b/net-mgmt/aggregate/pkg-descr deleted file mode 100644 index cb78b828e221..000000000000 --- a/net-mgmt/aggregate/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -akes a list of prefixes in conventional format on stdin, -and performs two optimisations to attempt to reduce the -length of the prefix list. - -The first optimisation is to remove any supplied prefixes -which are supurfluous because they are already included in -another supplied prefix. For example, 203.97.2.0/24 would -be removed if 203.97.0.0/17 was also supplied. - -The second optimisation identifies adjacent prefixes that -can be combined under a single, shorter-length prefix. For -example, 203.97.2.0/24 and 203.97.3.0/24 can be combined -into the single prefix 203.97.2.0/23. - - -jabley@automagic.org diff --git a/net-mgmt/aggregate/pkg-plist b/net-mgmt/aggregate/pkg-plist deleted file mode 100644 index c64c92d4a007..000000000000 --- a/net-mgmt/aggregate/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/aggregate -bin/aggregate-ios |