From owner-cvs-ports@FreeBSD.ORG Sat Dec 15 16:36:19 2007 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B110D16A421; Sat, 15 Dec 2007 16:36:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 994D713C4E9; Sat, 15 Dec 2007 16:36:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBFGaJjI064145; Sat, 15 Dec 2007 16:36:19 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBFGaJlO064144; Sat, 15 Dec 2007 16:36:19 GMT (envelope-from miwi) Message-Id: <200712151636.lBFGaJlO064144@repoman.freebsd.org> From: Martin Wilke Date: Sat, 15 Dec 2007 16:36:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/astmanproxy Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Dec 2007 16:36:19 -0000 miwi 2007-12-15 16:36:18 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/astmanproxy Makefile distinfo pkg-descr pkg-plist Log: AstManProxy is a multi-threaded proxy server for Asterisk written in C/P-threads. It is designed to handle communication with multiple Asterisk servers. It also acts as a single point of contact for applications. AstManProxy supports multiple input/output formats, including Standard, XML, CSV, and HTTP, HTTPS and SSL. WWW: http://www.popvox.com/astmanproxy/ Author: David C. Troy PR: ports/117864 Submitted by: ditesh at gathani.org Revision Changes Path 1.1945 +1 -0 ports/net/Makefile 1.1 +39 -0 ports/net/astmanproxy/Makefile (new) 1.1 +3 -0 ports/net/astmanproxy/distinfo (new) 1.1 +8 -0 ports/net/astmanproxy/pkg-descr (new) 1.1 +12 -0 ports/net/astmanproxy/pkg-plist (new)