Remove; now in net/quagga.
This commit is contained in:
parent
6a56fddc66
commit
6c42bcc072
9 changed files with 0 additions and 222 deletions
|
@ -1,8 +0,0 @@
|
|||
Quagga is a routing software suite, providing implementations of
|
||||
OSPFv2, OSPFv3, RIP v1 and v2, RIPv3 and BGPv4 for Unix platforms,
|
||||
including NetBSD, FreeBSD, OpenBSD, Linux, and Solaris.
|
||||
Quagga is a fork of GNU Zebra which was developed by Kunihiro
|
||||
Ishiguro. The Quagga tree aims to build a more involved community
|
||||
around Quagga than the current centralised model of GNU Zebra.
|
||||
|
||||
This package provides a development snapshot of quagga.
|
|
@ -1,66 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.16 2010/08/25 17:52:24 gdt Exp $
|
||||
#
|
||||
|
||||
DISTNAME= quagga-0.99.17
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.quagga.net/download/
|
||||
|
||||
MAINTAINER= gdt@NetBSD.org
|
||||
HOMEPAGE= http://www.quagga.net/
|
||||
COMMENT= Free multithreaded routing daemon software
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_TOOLS+= gawk gmake perl
|
||||
USE_LIBTOOL= YES
|
||||
|
||||
PKG_SYSCONFSUBDIR?= zebra
|
||||
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
||||
CONFIGURE_ARGS+= --enable-exampledir=${PREFIX}/share/examples/quagga
|
||||
#CONFIGURE_ARGS+= --enable-pkgsrcrcdir=${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}
|
||||
CONFIGURE_ARGS+= --localstatedir=${VARBASE}/run/zebra
|
||||
|
||||
CONFLICTS+= zebra-[0-9]*
|
||||
|
||||
PLIST_SRC= ${WRKDIR}/PLIST
|
||||
PLIST_CAT= # empty
|
||||
|
||||
INFO_FILES= # PLIST
|
||||
|
||||
RCD_SCRIPTS= zebra bgpd ospfd ripd
|
||||
PKG_GROUPS= quagga
|
||||
PKG_USERS= quagga:quagga
|
||||
|
||||
PKG_SYSCONFDIR_PERMS= quagga quagga 750
|
||||
# log_syslog.conf is used as a template for each config file
|
||||
.for _file_ in vtysh.conf zebra.conf bgpd.conf ospfd.conf ripd.conf
|
||||
CONF_FILES_PERMS+= ${PREFIX}/share/examples/quagga/log_syslog.conf \
|
||||
${PKG_SYSCONFDIR}/${_file_} quagga quagga 0600
|
||||
.endfor
|
||||
|
||||
.include "options.mk"
|
||||
|
||||
PLIST_CAT+= ${PKGDIR}/PLIST
|
||||
|
||||
LIBS+= ${LDFLAGS}
|
||||
|
||||
.for _script_ in ${RCD_SCRIPTS}
|
||||
RCD_SCRIPT_SRC.${_script_}?= ${WRKSRC}/pkgsrc/${_script_}.sh
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
@${CHMOD} a+r ${DESTDIR}${PREFIX}/share/examples/quagga/*
|
||||
${INSTALL_DATA} ${FILESDIR}/log_syslog.conf ${DESTDIR}${PREFIX}/share/examples/quagga
|
||||
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/quagga
|
||||
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/quagga/mpls
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/BGP-TypeCode ${DESTDIR}${PREFIX}/share/doc/quagga
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/draft-zebra-00.txt ${DESTDIR}${PREFIX}/share/doc/quagga
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/mpls/* ${DESTDIR}${PREFIX}/share/doc/quagga/mpls
|
||||
${CAT} ${PLIST_CAT} > ${PLIST_SRC}
|
||||
(cd ${DESTDIR}${PREFIX}; ${FIND} share/doc/quagga -type f -print ) >> ${PLIST_SRC}
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,80 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2009/06/14 18:09:41 joerg Exp $
|
||||
include/quagga/buffer.h
|
||||
include/quagga/checksum.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.h
|
||||
include/quagga/memory.h
|
||||
include/quagga/memtypes.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/route_types.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/workqueue.h
|
||||
include/quagga/zassert.h
|
||||
include/quagga/zclient.h
|
||||
include/quagga/zebra.h
|
||||
info/quagga.info
|
||||
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/doc/quagga/BGP-TypeCode
|
||||
share/doc/quagga/draft-zebra-00.txt
|
||||
share/doc/quagga/mpls/ChangeLog.opaque.txt
|
||||
share/doc/quagga/mpls/cli_summary.txt
|
||||
share/doc/quagga/mpls/opaque_lsa.txt
|
||||
share/doc/quagga/mpls/ospfd.conf
|
||||
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
|
||||
share/examples/rc.d/bgpd
|
||||
share/examples/rc.d/ospfd
|
||||
share/examples/rc.d/ripd
|
||||
share/examples/rc.d/zebra
|
|
@ -1,4 +0,0 @@
|
|||
@comment $NetBSD: PLIST.opaquelsa,v 1.2 2009/06/14 18:09:41 joerg Exp $
|
||||
include/quagga/ospfapi/ospf_apiclient.h
|
||||
lib/libospfapiclient.la
|
||||
sbin/ospfclient
|
|
@ -1,7 +0,0 @@
|
|||
@comment $NetBSD: PLIST.v6,v 1.2 2008/06/02 12:08:55 obache Exp $
|
||||
sbin/ospf6d
|
||||
sbin/ripngd
|
||||
share/examples/quagga/ospf6d.conf.sample
|
||||
share/examples/quagga/ripngd.conf.sample
|
||||
share/examples/rc.d/ospf6d
|
||||
share/examples/rc.d/ripngd
|
|
@ -1,3 +0,0 @@
|
|||
@comment $NetBSD: PLIST.vtysh,v 1.1.1.1 2006/03/08 01:46:05 gdt Exp $
|
||||
bin/vtysh
|
||||
share/examples/quagga/vtysh.conf.sample
|
|
@ -1,5 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.11 2010/08/25 17:52:24 gdt Exp $
|
||||
|
||||
SHA1 (quagga-0.99.17.tar.gz) = 31f42fa9f4d96aadf1bf97c3d9bf3308eb0d56c1
|
||||
RMD160 (quagga-0.99.17.tar.gz) = f00bf01930f781ae0de9fe9981c74e7bae0798b5
|
||||
Size (quagga-0.99.17.tar.gz) = 2202151 bytes
|
|
@ -1,3 +0,0 @@
|
|||
!
|
||||
log syslog
|
||||
!
|
|
@ -1,46 +0,0 @@
|
|||
# $NetBSD: options.mk,v 1.3 2010/03/10 19:57:06 gdt Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.quagga
|
||||
PKG_SUPPORTED_OPTIONS= inet6
|
||||
PKG_SUPPORTED_OPTIONS+= quagga-ospf-opaque-lsa quagga-vtysh
|
||||
PKG_SUGGESTED_OPTIONS= quagga-ospf-opaque-lsa quagga-vtysh
|
||||
|
||||
PKG_OPTIONS_LEGACY_VARS+= USE_ZEBRA_OSPF_OPAQUELSA:quagga-ospf-opaque-lsa
|
||||
PKG_OPTIONS_LEGACY_VARS+= USE_ZEBRA_VTYSH:quagga-vtysh
|
||||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
###
|
||||
### IPv6 support
|
||||
###
|
||||
.if !empty(PKG_OPTIONS:Minet6)
|
||||
PLIST_CAT+= ${PKGDIR}/PLIST.v6
|
||||
RCD_SCRIPTS+= ospf6d ripngd
|
||||
. for _file_ in ospf6d.conf ripngd.conf
|
||||
CONF_FILES_PERMS+= ${PREFIX}/share/examples/quagga/log_syslog.conf \
|
||||
${PKG_SYSCONFDIR}/${_file_} quagga quagga 0600
|
||||
. endfor
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-ospf6d
|
||||
CONFIGURE_ARGS+= --disable-ripngd
|
||||
.endif
|
||||
|
||||
###
|
||||
### Include 'vtysh' program.
|
||||
###
|
||||
.if !empty(PKG_OPTIONS:Mquagga-vtysh)
|
||||
USE_GNU_READLINE= # uses rl_pending_input
|
||||
. include "../../devel/readline/buildlink3.mk"
|
||||
CONFIGURE_ARGS+= --enable-vtysh
|
||||
PLIST_CAT+= ${PKGDIR}/PLIST.vtysh
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-vtysh
|
||||
.endif
|
||||
|
||||
###
|
||||
### Include Opaque LSA support in OSPF (RFC2370).
|
||||
###
|
||||
.if !empty(PKG_OPTIONS:Mquagga-ospf-opaque-lsa)
|
||||
CONFIGURE_ARGS+= --enable-opaque-lsa
|
||||
PLIST_CAT+= ${PKGDIR}/PLIST.opaquelsa
|
||||
.endif
|
Loading…
Reference in a new issue