diff options
-rw-r--r-- | net/mrt/Makefile | 24 | ||||
-rw-r--r-- | net/mrt/distinfo | 1 | ||||
-rw-r--r-- | net/mrt/pkg-comment | 1 | ||||
-rw-r--r-- | net/mrt/pkg-descr | 14 | ||||
-rw-r--r-- | net/mrt/pkg-plist | 6 |
5 files changed, 46 insertions, 0 deletions
diff --git a/net/mrt/Makefile b/net/mrt/Makefile new file mode 100644 index 000000000000..16cea4696cba --- /dev/null +++ b/net/mrt/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: mrt +# Version required: 1.4.8a-980605 +# Date created: Sat Jun 6 00:09:52 JST 1998 +# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> +# +# $Id$ +# + +DISTNAME= mrt-1.4.8a-980605-src +PKGNAME= mrt-1.4.8a +CATEGORIES= net +MASTER_SITES= ftp://ftp.merit.edu/net-research/mrt/ + +MAINTAINER= itojun@itojun.org + +WRKSRC= ${WRKDIR}/${PKGNAME}/src +GNU_CONFIGURE= yes + +MAN8= mrtd.8 + +#post-extract: +# (${CHDIR} ${WRKSRC}/..; ./make-sym-links kame) + +.include <bsd.port.mk> diff --git a/net/mrt/distinfo b/net/mrt/distinfo new file mode 100644 index 000000000000..73b20d7e26db --- /dev/null +++ b/net/mrt/distinfo @@ -0,0 +1 @@ +MD5 (mrt-1.4.8a-980605-src.tar.gz) = f0d04e626a3e536fc05806b1a05890e1 diff --git a/net/mrt/pkg-comment b/net/mrt/pkg-comment new file mode 100644 index 000000000000..226368a76ad5 --- /dev/null +++ b/net/mrt/pkg-comment @@ -0,0 +1 @@ +Multi-threaded Routing Toolkit diff --git a/net/mrt/pkg-descr b/net/mrt/pkg-descr new file mode 100644 index 000000000000..c3b6f821c970 --- /dev/null +++ b/net/mrt/pkg-descr @@ -0,0 +1,14 @@ +$Id: DESCR,v 1.1.1.1 1998/06/05 16:15:09 itojun Exp $ + +This distribution of the Multi-threaded Routing Toolkit includes +routing daemons, programming libraries and Internet +statistics/performance measurement tools. + +The work is supported by National Science Foundation grants +(NCR-9710176 and NCR-9318902), and a gift from Intel Corporation. + +Documentation and an installation guide for the MRT toolkit is +available online at + http://www.merit.edu/~mrt/mrt_doc + +Send email to mrt-support@merit.edu for assistence/bugs/comments. diff --git a/net/mrt/pkg-plist b/net/mrt/pkg-plist new file mode 100644 index 000000000000..4f9d4bb4bf28 --- /dev/null +++ b/net/mrt/pkg-plist @@ -0,0 +1,6 @@ +man/man8/mrtd.8.gz +sbin/bgpsim +sbin/mrtd +sbin/route_atob +sbin/route_btoa +sbin/sbgp |