diff options
author | pst <pst@FreeBSD.org> | 1995-02-03 02:01:15 +0800 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1995-02-03 02:01:15 +0800 |
commit | 56a2861fac460c97ac3786f680ad94e089dab208 (patch) | |
tree | 3c6b2bd5996eada5ef2441c2870e4b9e5629a4eb /net | |
parent | 5f9b0e72176b7a336c1045e17ab4749670509c74 (diff) | |
download | freebsd-ports-gnome-56a2861fac460c97ac3786f680ad94e089dab208.tar.gz freebsd-ports-gnome-56a2861fac460c97ac3786f680ad94e089dab208.tar.zst freebsd-ports-gnome-56a2861fac460c97ac3786f680ad94e089dab208.zip |
GateD routing protocol daemon
Diffstat (limited to 'net')
-rw-r--r-- | net/gated/Makefile | 14 | ||||
-rw-r--r-- | net/gated/distinfo | 1 | ||||
-rw-r--r-- | net/gated/pkg-comment | 1 | ||||
-rw-r--r-- | net/gated/pkg-descr | 4 | ||||
-rw-r--r-- | net/gated/pkg-plist | 9 |
5 files changed, 29 insertions, 0 deletions
diff --git a/net/gated/Makefile b/net/gated/Makefile new file mode 100644 index 000000000000..6e3e1f5de063 --- /dev/null +++ b/net/gated/Makefile @@ -0,0 +1,14 @@ +# Makefile for: gated +# Version required: 3.0 / 2.17 +# Date created: 29 October 1994 +# Whom: pst +# +# $Id$ +# + +DISTNAME= gated-R3_5Alpha_9 +EXTRACT_SUFX= .tar.Z +MASTER_SITES= ftp://gated.cornell.edu/pub/gated/ +ALL_TARGET= gated + +.include <bsd.port.mk> diff --git a/net/gated/distinfo b/net/gated/distinfo new file mode 100644 index 000000000000..6aa77aae134b --- /dev/null +++ b/net/gated/distinfo @@ -0,0 +1 @@ +MD5 (gated-R3_5Alpha_9.tar.Z) = 2e9f82524e1e2188b4ab922eee3143a4 diff --git a/net/gated/pkg-comment b/net/gated/pkg-comment new file mode 100644 index 000000000000..e946b379a7ab --- /dev/null +++ b/net/gated/pkg-comment @@ -0,0 +1 @@ +GateD routing protocol daemon (version 3.5 alpha) diff --git a/net/gated/pkg-descr b/net/gated/pkg-descr new file mode 100644 index 000000000000..b86e8a8ee84c --- /dev/null +++ b/net/gated/pkg-descr @@ -0,0 +1,4 @@ +GateD routing protocol daemon (version 3.5 alpha) + +This program implements various routing protocols such as OSPF, RIP, EGP, +HELLO, BGP, ISIS, et al. diff --git a/net/gated/pkg-plist b/net/gated/pkg-plist new file mode 100644 index 000000000000..dce0acaced99 --- /dev/null +++ b/net/gated/pkg-plist @@ -0,0 +1,9 @@ +@cwd /usr/local +man/man8/gated.8 +man/man8/ripquery.8 +man/man8/ospf_monitor.8 +man/man8/gdc.8 +sbin/gated +bin/ripquery +bin/ospf_monitor +bin/gdc |