From owner-cvs-all Sun Jan 19 12:43:34 2003 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 2E7D737B401; Sun, 19 Jan 2003 12:43:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3DB143EB2; Sun, 19 Jan 2003 12:43:32 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0JKhWfh011517; Sun, 19 Jan 2003 12:43:32 -0800 (PST) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0JKhWQM011516; Sun, 19 Jan 2003 12:43:32 -0800 (PST) Message-Id: <200301192043.h0JKhWQM011516@repoman.freebsd.org> From: Maxim Sobolev Date: Sun, 19 Jan 2003 12:43:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/b2bua Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/b2bua/files patch-build::Makefile.osarch patch-build::Makefile.pkg patch-build::Makefile.pre patch-contrib::Makefile patch-radius::RadiusAttribute.cxx patch-radius::RadiusMessage.cxx ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2003/01/19 12:43:32 PST Modified files: net Makefile Added files: net/b2bua Makefile distinfo pkg-comment pkg-descr pkg-plist net/b2bua/files patch-build::Makefile.osarch patch-build::Makefile.pkg patch-build::Makefile.pre patch-contrib::Makefile patch-radius::RadiusAttribute.cxx patch-radius::RadiusMessage.cxx patch-radius::test::Makefile patch-radius::test::radiusClient.cxx patch-radius::test::radiusServer.cxx patch-sip::b2b::AAATransceiver.cxx patch-sip::b2b::AAATransceiver.hxx patch-sip::b2b::AuthAgent.cxx patch-sip::b2b::B2bDef.hxx patch-sip::b2b::Makefile patch-util::threads::VSemaphore.hxx Log: Add b2bua 1.4.0, a back-to-back (B2B) SIP user agent. Revision Changes Path 1.898 +1 -0 ports/net/Makefile 1.1 +44 -0 ports/net/b2bua/Makefile (new) 1.1 +1 -0 ports/net/b2bua/distinfo (new) 1.1 +14 -0 ports/net/b2bua/files/patch-build::Makefile.osarch (new) 1.1 +41 -0 ports/net/b2bua/files/patch-build::Makefile.pkg (new) 1.1 +14 -0 ports/net/b2bua/files/patch-build::Makefile.pre (new) 1.1 +14 -0 ports/net/b2bua/files/patch-contrib::Makefile (new) 1.1 +14 -0 ports/net/b2bua/files/patch-radius::RadiusAttribute.cxx (new) 1.1 +14 -0 ports/net/b2bua/files/patch-radius::RadiusMessage.cxx (new) 1.1 +14 -0 ports/net/b2bua/files/patch-radius::test::Makefile (new) 1.1 +14 -0 ports/net/b2bua/files/patch-radius::test::radiusClient.cxx (new) 1.1 +14 -0 ports/net/b2bua/files/patch-radius::test::radiusServer.cxx (new) 1.1 +13 -0 ports/net/b2bua/files/patch-sip::b2b::AAATransceiver.cxx (new) 1.1 +16 -0 ports/net/b2bua/files/patch-sip::b2b::AAATransceiver.hxx (new) 1.1 +107 -0 ports/net/b2bua/files/patch-sip::b2b::AuthAgent.cxx (new) 1.1 +15 -0 ports/net/b2bua/files/patch-sip::b2b::B2bDef.hxx (new) 1.1 +14 -0 ports/net/b2bua/files/patch-sip::b2b::Makefile (new) 1.1 +13 -0 ports/net/b2bua/files/patch-util::threads::VSemaphore.hxx (new) 1.1 +1 -0 ports/net/b2bua/pkg-comment (new) 1.1 +9 -0 ports/net/b2bua/pkg-descr (new) 1.1 +7 -0 ports/net/b2bua/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message