pkgsrc dir for zebra routing daemon (imported from KAME/NetBSD distribution)
This commit is contained in:
parent
faf6a2be0a
commit
234dd3793a
5 changed files with 61 additions and 0 deletions
22
net/zebra/Makefile
Normal file
22
net/zebra/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: zebra
|
||||
# Version required: 0.67
|
||||
# Date created: So 31 Mai 1998 11:00:30 CEST
|
||||
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.1.1.1 1999/06/07 05:18:46 itojun Exp $
|
||||
#
|
||||
|
||||
DISTNAME= zebra-0.67
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
|
||||
# you might need debugging, it's a developer release !
|
||||
#CFLAGS+= -g
|
||||
|
||||
MAINTAINER= itojun@itojun.org
|
||||
HOMEPAGE= http://www.zebra.org/
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/zebra
|
||||
#CONFIGURE_ARGS+=--disable-ospf6d
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
net/zebra/files/md5
Normal file
3
net/zebra/files/md5
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: md5,v 1.1.1.1 1999/06/07 05:18:46 itojun Exp $
|
||||
|
||||
MD5 (zebra-0.67.tar.gz) = ebec401b0c315ddf52faf31efa9e7e15
|
1
net/zebra/pkg/COMMENT
Normal file
1
net/zebra/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
Free multithreaded routing daemon software
|
17
net/zebra/pkg/DESCR
Normal file
17
net/zebra/pkg/DESCR
Normal file
|
@ -0,0 +1,17 @@
|
|||
GNU Zebra is a free software (distributed under GNU Generic Public
|
||||
License) which manages TCP/IP based routing protocols.
|
||||
|
||||
It supports BGP-4 protocol as described in RFC1771 (A Border Gateway
|
||||
Protocol 4) and RIPv1, RIPv2 and OSPFv2.
|
||||
|
||||
Zebra uses multithread technology under multithread supported UNIX
|
||||
kernels. However it can be run under not-multithread supported
|
||||
UNIX kernels.
|
||||
|
||||
Zebra is intended to be used as a Route Server and a Route Reflector.
|
||||
Zebra is not a toolkit, it provides full routing power under a new
|
||||
architecture.
|
||||
|
||||
Homepage:
|
||||
|
||||
http://www.zebra.org/
|
18
net/zebra/pkg/PLIST
Normal file
18
net/zebra/pkg/PLIST
Normal file
|
@ -0,0 +1,18 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 1999/06/07 05:18:46 itojun Exp $
|
||||
sbin/bgpd
|
||||
sbin/client
|
||||
sbin/ospfd
|
||||
sbin/ospf6d
|
||||
sbin/ripd
|
||||
sbin/ripngd
|
||||
sbin/zebra
|
||||
etc/zebra/bgpd.conf.sample
|
||||
etc/zebra/ripd.conf.sample
|
||||
etc/zebra/ripngd.conf.sample
|
||||
etc/zebra/zebra.conf.sample
|
||||
etc/zebra/ospfd.conf.sample
|
||||
etc/zebra/ospf6d.conf.sample
|
||||
@unexec install-info --delete %D/info/zebra.info %D/info/dir
|
||||
info/zebra.info
|
||||
@exec install-info %D/info/zebra.info %D/info/dir
|
||||
@dirrm etc/zebra
|
Loading…
Reference in a new issue