diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-10-03 13:14:28 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-10-03 13:14:28 +0000 |
commit | 11b250a50b3cb3a3c41708ed4c97c66afdf44962 (patch) | |
tree | 5fe095ed07501202ca9ce080837d5d8fa564cb73 /net/zebra-devel | |
parent | 6661cc8a1bb0c61658fc4fb52a6544bbf98992d6 (diff) | |
download | ports-11b250a50b3cb3a3c41708ed4c97c66afdf44962.tar.gz ports-11b250a50b3cb3a3c41708ed4c97c66afdf44962.zip |
update to newest beta release 0.89
added manpage entries in Makefile
Highlights:
o OSPF neighbor is supported.
o IPv6 inteface's address information propagation bug is fixed.
o BGP's various MED comparison methods are added.
o BGP read lock problem is fixed.
Release / contribution information (I think its maybe of interest
concerning the status of zebra):
From: Kunihiro Ishiguro <kunihiro@zebra.org>
Date: Mon, 02 Oct 2000 19:46:41 -0700
I've not yet merged below contributions as of zebra-0.89:
o OSPF Demand Circuits
K N Sridhar <sridhar@euler.ece.iisc.ernet.in>
o Kerberos 4, Kerberos 5 auth and DES CFB64 encryption.
Magnus Ahltorp <ahltorp@nada.kth.se>
These will be merged as soon as possible.
o PIM-SM
Robert.Olsson@data.slu.se
Jens.Laas@data.slu.se
Will be added after zebra-1.0 release.
Notes
Notes:
svn path=/head/; revision=33361
Diffstat (limited to 'net/zebra-devel')
-rw-r--r-- | net/zebra-devel/Makefile | 5 | ||||
-rw-r--r-- | net/zebra-devel/pkg-plist | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/net/zebra-devel/Makefile b/net/zebra-devel/Makefile index 046d6b35d702..7d18fe104056 100644 --- a/net/zebra-devel/Makefile +++ b/net/zebra-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zebra -PORTVERSION= 0.88 +PORTVERSION= 0.89 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ # you might need debugging, it's a developer release ! @@ -17,6 +17,9 @@ MAINTAINER= andreas@FreeBSD.org GNU_CONFIGURE= yes CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/zebra +MAN1= vtysh.1 +MAN8= bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8 + .include <bsd.port.pre.mk> .if ${OSVERSION} >= 400014 diff --git a/net/zebra-devel/pkg-plist b/net/zebra-devel/pkg-plist index 0d777553ae5f..ddc59b7219ab 100644 --- a/net/zebra-devel/pkg-plist +++ b/net/zebra-devel/pkg-plist @@ -1,6 +1,7 @@ sbin/bgpd sbin/ospfd sbin/ripd +sbin/ripngd sbin/zebra sbin/zebractl etc/zebra/README.mbgp @@ -8,6 +9,7 @@ etc/zebra/bgpd.conf.sample etc/zebra/bgpd.conf.sample2 etc/zebra/ospfd.conf.sample etc/zebra/ripd.conf.sample +etc/zebra/ripngd.conf.sample etc/zebra/zebra.conf.sample @unexec install-info --delete %D/info/zebra.info %D/info/dir info/zebra.info |