diff options
author | reed <reed@pkgsrc.org> | 2005-03-02 19:15:07 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-03-02 19:15:07 +0000 |
commit | e45960a306311a9e1f5af3bba4ecdac6c72958ec (patch) | |
tree | 733ea6cb15a96ab26995ba2ee309096f26b7bd2f /net/quagga/PLIST | |
parent | d8e8761d60a97532f30ffb1edd280929b575e6c7 (diff) | |
download | pkgsrc-e45960a306311a9e1f5af3bba4ecdac6c72958ec.tar.gz |
Update to 0.98.2. This is from riz AT boogers.sf.ca.us
via PR #29518 with some slight modifications. Also some review
by Greg Troxel (who is a quagga developer). This is based on the
pkgsrc-wip version.
This has many changes. But ChangeLog is incomplete.
This uses USE_LIBTOOL.
Uses rcd scripts provide from quagga distribution (are pkgsrc/NetBSD style).
Adds USE_ZEBRA_OSPF_OPAQUELSA build definition for --enable-opaque-lsa.
All patches removed.
Diffstat (limited to 'net/quagga/PLIST')
-rw-r--r-- | net/quagga/PLIST | 67 |
1 files changed, 54 insertions, 13 deletions
diff --git a/net/quagga/PLIST b/net/quagga/PLIST index 3446ddeb49f..cfaff854ff7 100644 --- a/net/quagga/PLIST +++ b/net/quagga/PLIST @@ -1,27 +1,68 @@ -@comment $NetBSD: PLIST,v 1.3 2004/03/09 11:46:39 seb Exp $ -include/ospfd/ospf_api.h -include/ospfd/ospf_asbr.h -include/ospfd/ospf_dump.h -include/ospfd/ospf_ism.h -include/ospfd/ospf_lsa.h -include/ospfd/ospf_lsdb.h -include/ospfd/ospf_nsm.h -include/ospfd/ospf_opaque.h -include/ospfd/ospfd.h -lib/libospf.a -lib/libzebra.a +@comment $NetBSD: PLIST,v 1.4 2005/03/02 19:15:07 reed Exp $ +include/quagga/buffer.h +include/quagga/command.h +include/quagga/distribute.h +include/quagga/filter.h +include/quagga/getopt.h +include/quagga/hash.h +include/quagga/if.h +include/quagga/if_rmap.h +include/quagga/jhash.h +include/quagga/keychain.h +include/quagga/linklist.h +include/quagga/log.h +include/quagga/md5-gnu.h +include/quagga/memory.h +include/quagga/network.h +include/quagga/ospfd/ospf_api.h +include/quagga/ospfd/ospf_asbr.h +include/quagga/ospfd/ospf_dump.h +include/quagga/ospfd/ospf_ism.h +include/quagga/ospfd/ospf_lsa.h +include/quagga/ospfd/ospf_lsdb.h +include/quagga/ospfd/ospf_nsm.h +include/quagga/ospfd/ospf_opaque.h +include/quagga/ospfd/ospfd.h +include/quagga/plist.h +include/quagga/pqueue.h +include/quagga/prefix.h +include/quagga/privs.h +include/quagga/routemap.h +include/quagga/sigevent.h +include/quagga/smux.h +include/quagga/sockopt.h +include/quagga/sockunion.h +include/quagga/str.h +include/quagga/stream.h +include/quagga/table.h +include/quagga/thread.h +include/quagga/vector.h +include/quagga/version.h +include/quagga/vty.h +include/quagga/zassert.h +include/quagga/zclient.h +include/quagga/zebra.h +lib/libospf.la +lib/libzebra.la man/man1/vtysh.1 man/man8/bgpd.8 +man/man8/isisd.8 +man/man8/ospf6d.8 man/man8/ospfd.8 man/man8/ripd.8 +man/man8/ripngd.8 man/man8/zebra.8 sbin/bgpd sbin/ospfd sbin/ripd +sbin/watchquagga sbin/zebra share/examples/quagga/bgpd.conf.sample share/examples/quagga/bgpd.conf.sample2 +share/examples/quagga/log_syslog.conf +share/examples/quagga/ospfd.conf.sample share/examples/quagga/ripd.conf.sample share/examples/quagga/zebra.conf.sample @dirrm share/examples/quagga -@dirrm include/ospfd +@dirrm include/quagga/ospfd +@dirrm include/quagga |