From owner-cvs-all@FreeBSD.ORG Thu May 12 19:25:55 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49A6B16A4CE; Thu, 12 May 2005 19:25:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 329B643D8C; Thu, 12 May 2005 19:25:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4CJPtPW097251; Thu, 12 May 2005 19:25:55 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4CJPtW7097250; Thu, 12 May 2005 19:25:55 GMT (envelope-from pav) Message-Id: <200505121925.j4CJPtW7097250@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 12 May 2005 19:25:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile ports/net/bird Makefile distinfo pkg-descr pkg-plist ports/net/bird/files patch-sysdep-unix-krt.c patch-tools-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2005 19:25:55 -0000 pav 2005-05-12 19:25:55 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/bird Makefile distinfo pkg-descr pkg-plist net/bird/files patch-sysdep-unix-krt.c patch-tools-Makefile.in Log: The BIRD project aims to develop a fully functional dynamic IP routing daemon primarily targetted on (but not limited to) UNIX-like systems and distributed under the GNU General Public License. * Both IPv4 and IPv6 (use --enable-ipv6 when configuring) * Multiple routing tables * BGP * RIP * OSPF (IPv4 only) * Static routes * Inter-table protocol Revision Changes Path 1.1471 +1 -0 ports/net/Makefile 1.1 +26 -0 ports/net/bird/Makefile (new) 1.1 +2 -0 ports/net/bird/distinfo (new) 1.1 +10 -0 ports/net/bird/files/patch-sysdep-unix-krt.c (new) 1.1 +11 -0 ports/net/bird/files/patch-tools-Makefile.in (new) 1.1 +11 -0 ports/net/bird/pkg-descr (new) 1.1 +5 -0 ports/net/bird/pkg-plist (new)