From owner-cvs-all@FreeBSD.ORG Thu Feb 1 22:30:36 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4944216A400; Thu, 1 Feb 2007 22:30:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2469D13C467; Thu, 1 Feb 2007 22:30:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l11MUa8t066736; Thu, 1 Feb 2007 22:30:36 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l11MUa4U066735; Thu, 1 Feb 2007 22:30:36 GMT (envelope-from miwi) Message-Id: <200702012230.l11MUa4U066735@repoman.freebsd.org> From: Martin Wilke Date: Thu, 1 Feb 2007 22:30:35 +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/sipxconfig Makefile distinfo pkg-descr pkg-plist ports/net/sipxconfig/files patch-build.properties.in patch-configure patch-meta_hibernate.properties patch-neoconf_build.xml patch-neoconf_etc_database_database.xml patch-neoconf_src_org_sipfoundry_sipxconfig_system.beans.xml ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Feb 2007 22:30:36 -0000 miwi 2007-02-01 22:30:35 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/sipxconfig Makefile distinfo pkg-descr pkg-plist net/sipxconfig/files patch-build.properties.in patch-configure patch-meta_hibernate.properties patch-neoconf_build.xml patch-neoconf_etc_database_database.xml patch-neoconf_src_org_sipfoundry_sipxconfig_system.beans.xml patch-web_bin_create-ssl-keystore.sh.in patch-web_bin_create-ssl-truststore.sh.in patch-web_bin_sipxconfig-testsuite patch-web_bin_sipxconfig.sh.in pkg-deinstall.in Log: sipXconfig is the web based configuration system for sipX. WWW: http://sipx-wiki.calivia.com/index.php/Main_Page PR: ports/107931 Submitted by: Michael Durian Revision Changes Path 1.1805 +1 -0 ports/net/Makefile 1.1 +51 -0 ports/net/sipxconfig/Makefile (new) 1.1 +3 -0 ports/net/sipxconfig/distinfo (new) 1.1 +11 -0 ports/net/sipxconfig/files/patch-build.properties.in (new) 1.1 +38 -0 ports/net/sipxconfig/files/patch-configure (new) 1.1 +8 -0 ports/net/sipxconfig/files/patch-meta_hibernate.properties (new) 1.1 +10 -0 ports/net/sipxconfig/files/patch-neoconf_build.xml (new) 1.1 +11 -0 ports/net/sipxconfig/files/patch-neoconf_etc_database_database.xml (new) 1.1 +11 -0 ports/net/sipxconfig/files/patch-neoconf_src_org_sipfoundry_sipxconfig_system.beans.xml (new) 1.1 +22 -0 ports/net/sipxconfig/files/patch-web_bin_create-ssl-keystore.sh.in (new) 1.1 +16 -0 ports/net/sipxconfig/files/patch-web_bin_create-ssl-truststore.sh.in (new) 1.1 +13 -0 ports/net/sipxconfig/files/patch-web_bin_sipxconfig-testsuite (new) 1.1 +98 -0 ports/net/sipxconfig/files/patch-web_bin_sipxconfig.sh.in (new) 1.1 +19 -0 ports/net/sipxconfig/files/pkg-deinstall.in (new) 1.1 +3 -0 ports/net/sipxconfig/pkg-descr (new) 1.1 +186 -0 ports/net/sipxconfig/pkg-plist (new)