From 8db7e65794ebb189ebd5638faf4a7f2ef2272bfb Mon Sep 17 00:00:00 2001 From: James FitzGibbon Date: Mon, 5 May 1997 10:46:20 +0000 Subject: Import of RAToolSet, a policy analysis tool suite for the Internet Routing Registry. Requested-by: Poul-Henning Kamp --- net-mgmt/irrtoolset/Makefile | 29 +++++++++++++++++++++++++++++ net-mgmt/irrtoolset/distinfo | 1 + net-mgmt/irrtoolset/pkg-comment | 1 + net-mgmt/irrtoolset/pkg-descr | 25 +++++++++++++++++++++++++ net-mgmt/irrtoolset/pkg-plist | 21 +++++++++++++++++++++ 5 files changed, 77 insertions(+) create mode 100644 net-mgmt/irrtoolset/Makefile create mode 100644 net-mgmt/irrtoolset/distinfo create mode 100644 net-mgmt/irrtoolset/pkg-comment create mode 100644 net-mgmt/irrtoolset/pkg-descr create mode 100644 net-mgmt/irrtoolset/pkg-plist (limited to 'net-mgmt') diff --git a/net-mgmt/irrtoolset/Makefile b/net-mgmt/irrtoolset/Makefile new file mode 100644 index 000000000000..e4f0bec72e1c --- /dev/null +++ b/net-mgmt/irrtoolset/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: RAToolSet +# Version required: 3.5.2 +# Date created: May 4th 1997 +# Whom: James FitzGibbon +# +# $Id$ +# + +DISTNAME= RAToolSet-3.5.2 +PKGNAME= ratoolset-3.5.2 +CATEGORIES= net databases +MASTER_SITES= ftp://ftp.isi.edu/ra/RAToolSet/ + +MAINTAINER= jfitz@FreeBSD.ORG + +LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41 + +HAS_CONFIGURE= YES +ALL_TARGET= depend all + +CONFIGURE_ENV+= TCL_TK_INCLUDE_DIR=/usr/include/tcl:${PREFIX}/include \ + TCL_TK_LIBRARY_DIR=${PREFIX}/lib \ + LD_TCL_TK_LIBS="-ltcl -ltk41" + +MAN1= CIDRAdvisor.1 aoe.1 pmatch.1 prpath.1 RtConfig.1 peval.1 \ + prcheck.1 roe.1 +MAN8= prtraceroute.8 relayd.8 + +.include diff --git a/net-mgmt/irrtoolset/distinfo b/net-mgmt/irrtoolset/distinfo new file mode 100644 index 000000000000..02d1884536f5 --- /dev/null +++ b/net-mgmt/irrtoolset/distinfo @@ -0,0 +1 @@ +MD5 (RAToolSet-3.5.2.tar.gz) = 5ebc74261aa1136bdf28aa8240d01cbd diff --git a/net-mgmt/irrtoolset/pkg-comment b/net-mgmt/irrtoolset/pkg-comment new file mode 100644 index 000000000000..c60f4b1cc46a --- /dev/null +++ b/net-mgmt/irrtoolset/pkg-comment @@ -0,0 +1 @@ +a suite of policy analysis tools diff --git a/net-mgmt/irrtoolset/pkg-descr b/net-mgmt/irrtoolset/pkg-descr new file mode 100644 index 000000000000..1875cf6b4678 --- /dev/null +++ b/net-mgmt/irrtoolset/pkg-descr @@ -0,0 +1,25 @@ +RAToolSet is a suite of policy analysis tools. It is implemented in C++ on a +UNIX platform. It has been ported successfully to many platforms including +Sun Sparc stations running SunOS 4.1.3 or Solaris, FreeBSD, DEC Alphas +running OSF/1, and BSDI. It contains the following programs: + +RtConfig routing policies analyzer and router configuration tool + +peval a low-level policy evaluation tool + +roe route object editor + +CIDRAdvisor suggests safe cidr aggregates + +aoe autonomous system object editor + +pmatch prints matching policies for destinations in aut-num objects + +prpath enumerates a list of patchs between ASes and destinations + +prtraceroute prints route and policy information packets take to a + network host + +prcheck syntax checks the aut-num objects in the Internet Routing + Registry + diff --git a/net-mgmt/irrtoolset/pkg-plist b/net-mgmt/irrtoolset/pkg-plist new file mode 100644 index 000000000000..8cc5ae281704 --- /dev/null +++ b/net-mgmt/irrtoolset/pkg-plist @@ -0,0 +1,21 @@ +bin/peval +bin/pmatch +bin/prpath +bin/RtConfig +bin/CIDRAdvisor +bin/prcheck +bin/irrstat +bin/roe +bin/aoe +bin/relayd +bin/prtraceroute +man/man1/CIDRAdvisor.1.gz +man/man1/aoe.1.gz +man/man1/pmatch.1.gz +man/man1/prpath.1.gz +man/man1/RtConfig.1.gz +man/man1/peval.1.gz +man/man1/prcheck.1.gz +man/man1/roe.1.gz +man/man8/prtraceroute.8.gz +man/man8/relayd.8.gz -- cgit v1.2.3