Bug 107931 - New sipX ports
Summary: New sipX ports
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-14 22:40 UTC by Mike Durian
Modified: 2007-02-01 23:10 UTC (History)
0 users

See Also:


Attachments
file.shar (199.56 KB, text/plain)
2007-01-14 22:40 UTC, Mike Durian
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Durian 2007-01-14 22:40:21 UTC
	Here are new ports that implement sipX
		http://sipx-wiki.calivia.com/index.php/Main_Page
	There's a lot here, so please go over it before checking it in.

	These new ports do require a change to the libwww port and I've
	included a patch for it.

	sipX also requires apache be built with the SSL module, but I'm
	not sure how to specify that aspect of the dependancy.  It would
	also be nicer if the httpd.conf mods could be done as a virtual
	host, but I'm not sure how to do that.

	There is a bug in www/mod_cplusplus that causes httpd to core
	dump when it exits.  I've reported the bug to the author, but
	at the moment there is no fix.  The core dump does not affect
	normal operation as it only occurs when httpd exits.  See
	https://sourceforge.net/forum/forum.php?thread_id=1642640&forum_id=130499

How-To-Repeat: 	N/A
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-01-17 01:28:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-02-01 22:25:38 UTC
miwi        2007-02-01 22:25:32 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/sipxportlib      Makefile distinfo pkg-descr pkg-plist 
    net/sipxportlib/files patch-bin_sipx-config patch-configure 
                          patch-doc_Makefile.am 
                          patch-doc_Makefile.in 
                          patch-include_os_OsUtil.h 
                          patch-src_Makefile.am 
                          patch-src_Makefile.in 
                          patch-src_os_OsServerSocket.cpp 
                          patch-src_os_OsSocket.cpp 
                          patch-src_os_OsUtil.cpp 
                          patch-src_os_linux_AdapterInfo.cpp 
                          patch-src_os_linux_OsDateTimeLinux.cpp 
                          patch-src_os_linux_OsProcessIteratorLinux.cpp 
                          patch-src_test_testplugin_Makefile.am 
                          patch-src_test_testplugin_Makefile.in 
  Log:
  sipXportLib is a library of general purpose utilities and OS
  abstraction APIs.  It is a necessary dependancy of the sipX project.
  
  WWW: http://sipx-wiki.calivia.com/index.php/Main_Page
  
  PR:             ports/107931
  Submitted by:   Michael Durian <durian at shadetreesoftware.com>
  
  Revision  Changes    Path
  1.1802    +1 -0      ports/net/Makefile
  1.1       +38 -0     ports/net/sipxportlib/Makefile (new)
  1.1       +3 -0      ports/net/sipxportlib/distinfo (new)
  1.1       +32 -0     ports/net/sipxportlib/files/patch-bin_sipx-config (new)
  1.1       +20 -0     ports/net/sipxportlib/files/patch-configure (new)
  1.1       +11 -0     ports/net/sipxportlib/files/patch-doc_Makefile.am (new)
  1.1       +11 -0     ports/net/sipxportlib/files/patch-doc_Makefile.in (new)
  1.1       +12 -0     ports/net/sipxportlib/files/patch-include_os_OsUtil.h (new)
  1.1       +13 -0     ports/net/sipxportlib/files/patch-src_Makefile.am (new)
  1.1       +13 -0     ports/net/sipxportlib/files/patch-src_Makefile.in (new)
  1.1       +12 -0     ports/net/sipxportlib/files/patch-src_os_OsServerSocket.cpp (new)
  1.1       +29 -0     ports/net/sipxportlib/files/patch-src_os_OsSocket.cpp (new)
  1.1       +11 -0     ports/net/sipxportlib/files/patch-src_os_OsUtil.cpp (new)
  1.1       +11 -0     ports/net/sipxportlib/files/patch-src_os_linux_AdapterInfo.cpp (new)
  1.1       +11 -0     ports/net/sipxportlib/files/patch-src_os_linux_OsDateTimeLinux.cpp (new)
  1.1       +71 -0     ports/net/sipxportlib/files/patch-src_os_linux_OsProcessIteratorLinux.cpp (new)
  1.1       +10 -0     ports/net/sipxportlib/files/patch-src_test_testplugin_Makefile.am (new)
  1.1       +11 -0     ports/net/sipxportlib/files/patch-src_test_testplugin_Makefile.in (new)
  1.1       +4 -0      ports/net/sipxportlib/pkg-descr (new)
  1.1       +146 -0    ports/net/sipxportlib/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-02-01 22:27:36 UTC
miwi        2007-02-01 22:27:31 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/sipxtacklib      Makefile distinfo pkg-descr pkg-plist 
    net/sipxtacklib/files patch-doc-Makefile.am 
                          patch-doc-Makefile.in 
                          patch-src_Makefile.am 
                          patch-src_Makefile.in 
                          patch-src_net_SipUserAgent.cpp 
  Log:
  sipXportLib is a library of SIP related functions and information
  processing utilities.  It is a necessary dependancy of the sipX
  project.
  
  WWW: http://sipx-wiki.calivia.com/index.php/Main_Page
  
  PR:             ports/107931
  Submitted by:   Michael Durian <durian at shadetreesoftware.com>
  
  Revision  Changes    Path
  1.1803    +1 -0      ports/net/Makefile
  1.1       +43 -0     ports/net/sipxtacklib/Makefile (new)
  1.1       +3 -0      ports/net/sipxtacklib/distinfo (new)
  1.1       +11 -0     ports/net/sipxtacklib/files/patch-doc-Makefile.am (new)
  1.1       +11 -0     ports/net/sipxtacklib/files/patch-doc-Makefile.in (new)
  1.1       +12 -0     ports/net/sipxtacklib/files/patch-src_Makefile.am (new)
  1.1       +11 -0     ports/net/sipxtacklib/files/patch-src_Makefile.in (new)
  1.1       +11 -0     ports/net/sipxtacklib/files/patch-src_net_SipUserAgent.cpp (new)
  1.1       +5 -0      ports/net/sipxtacklib/pkg-descr (new)
  1.1       +129 -0    ports/net/sipxtacklib/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-02-01 22:29:07 UTC
miwi        2007-02-01 22:29:03 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/sipxcommserverlib Makefile distinfo pkg-descr pkg-plist 
    net/sipxcommserverlib/files patch-bin_get_def_addr 
                                patch-bin_pgpatch.sh 
                                patch-bin_ssl-cert_check-cert.sh.in 
                                patch-bin_ssl-cert_gen-ssl-keys.sh.in 
                                patch-bin_ssl-cert_install-cert.sh.in 
                                patch-doc-Makefile.am 
                                patch-doc-Makefile.in 
                                patch-etc_config.defs.in 
                                patch-include_fastdb_cliproto.h 
                                patch-include_fastdb_sync.h 
                                patch-src_sipx-utils.sh 
                                patch-src_test_Makefile.am 
                                patch-src_test_Makefile.in 
                                patch-src_test_OdbcWrapperTest.cpp 
                                pkg-deinstall.in 
  Log:
  sipXcommserverlib is a library that handles communication between
  various sipX components.  It is a necessary dependancy of the sipX
  project.
  
  WWW: http://sipx-wiki.calivia.com/index.php/Main_Page
  
  PR:             ports/107931
  Submitted by:   Michael Durian <durian at shadetreesoftware.com>
  
  Revision  Changes    Path
  1.1804    +1 -0      ports/net/Makefile
  1.1       +50 -0     ports/net/sipxcommserverlib/Makefile (new)
  1.1       +3 -0      ports/net/sipxcommserverlib/distinfo (new)
  1.1       +28 -0     ports/net/sipxcommserverlib/files/patch-bin_get_def_addr (new)
  1.1       +62 -0     ports/net/sipxcommserverlib/files/patch-bin_pgpatch.sh (new)
  1.1       +11 -0     ports/net/sipxcommserverlib/files/patch-bin_ssl-cert_check-cert.sh.in (new)
  1.1       +37 -0     ports/net/sipxcommserverlib/files/patch-bin_ssl-cert_gen-ssl-keys.sh.in (new)
  1.1       +17 -0     ports/net/sipxcommserverlib/files/patch-bin_ssl-cert_install-cert.sh.in (new)
  1.1       +11 -0     ports/net/sipxcommserverlib/files/patch-doc-Makefile.am (new)
  1.1       +11 -0     ports/net/sipxcommserverlib/files/patch-doc-Makefile.in (new)
  1.1       +29 -0     ports/net/sipxcommserverlib/files/patch-etc_config.defs.in (new)
  1.1       +14 -0     ports/net/sipxcommserverlib/files/patch-include_fastdb_cliproto.h (new)
  1.1       +11 -0     ports/net/sipxcommserverlib/files/patch-include_fastdb_sync.h (new)
  1.1       +73 -0     ports/net/sipxcommserverlib/files/patch-src_sipx-utils.sh (new)
  1.1       +30 -0     ports/net/sipxcommserverlib/files/patch-src_test_Makefile.am (new)
  1.1       +24 -0     ports/net/sipxcommserverlib/files/patch-src_test_Makefile.in (new)
  1.1       +47 -0     ports/net/sipxcommserverlib/files/patch-src_test_OdbcWrapperTest.cpp (new)
  1.1       +26 -0     ports/net/sipxcommserverlib/files/pkg-deinstall.in (new)
  1.1       +5 -0      ports/net/sipxcommserverlib/pkg-descr (new)
  1.1       +105 -0    ports/net/sipxcommserverlib/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-02-01 22:30:41 UTC
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 <durian at shadetreesoftware.com>
  
  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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 dfilter service freebsd_committer freebsd_triage 2007-02-01 22:33:08 UTC
miwi        2007-02-01 22:33:04 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/sipxpublisher    Makefile distinfo pkg-descr pkg-plist 
    net/sipxpublisher/files patch-doc-Makefile.am 
                            patch-doc-Makefile.in pkg-deinstall.in 
  Log:
  sipXpublisher is a modular server for handling SIP event subscriptions; event
  package types can be added through a dynamically linked library
  interface, configured through a simple XML plugin configuration file.
  
  WWW: http://sipx-wiki.calivia.com/index.php/Main_Page
  
  PR:             ports/107931
  Submitted by:   Michael Durian <durian at shadetreesoftware.com>
  
  Revision  Changes    Path
  1.1806    +1 -0      ports/net/Makefile
  1.1       +39 -0     ports/net/sipxpublisher/Makefile (new)
  1.1       +3 -0      ports/net/sipxpublisher/distinfo (new)
  1.1       +11 -0     ports/net/sipxpublisher/files/patch-doc-Makefile.am (new)
  1.1       +11 -0     ports/net/sipxpublisher/files/patch-doc-Makefile.in (new)
  1.1       +19 -0     ports/net/sipxpublisher/files/pkg-deinstall.in (new)
  1.1       +5 -0      ports/net/sipxpublisher/pkg-descr (new)
  1.1       +19 -0     ports/net/sipxpublisher/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 7 dfilter service freebsd_committer freebsd_triage 2007-02-01 22:34:44 UTC
miwi        2007-02-01 22:34:38 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/sipxmedialib     Makefile distinfo pkg-descr pkg-plist 
    net/sipxmedialib/files patch-doc-Makefile.am 
                           patch-doc-Makefile.in 
                           patch-src_mp_MprFromMic.cpp 
                           patch-src_mp_MprToSpkr.cpp 
  Log:
  sipXmedialib is a library that handles media streams, such as real-time
  packets and WAV files.  It is a necessary dependancy of the sipX
  project.
  
  WWW: http://sipx-wiki.calivia.com/index.php/Main_Page
  
  PR:             ports/107931
  Submitted by:   Michael Durian <durian at shadetreesoftware.com>
  
  Revision  Changes    Path
  1.1807    +1 -0      ports/net/Makefile
  1.1       +34 -0     ports/net/sipxmedialib/Makefile (new)
  1.1       +3 -0      ports/net/sipxmedialib/distinfo (new)
  1.1       +11 -0     ports/net/sipxmedialib/files/patch-doc-Makefile.am (new)
  1.1       +11 -0     ports/net/sipxmedialib/files/patch-doc-Makefile.in (new)
  1.1       +11 -0     ports/net/sipxmedialib/files/patch-src_mp_MprFromMic.cpp (new)
  1.1       +11 -0     ports/net/sipxmedialib/files/patch-src_mp_MprToSpkr.cpp (new)
  1.1       +5 -0      ports/net/sipxmedialib/pkg-descr (new)
  1.1       +153 -0    ports/net/sipxmedialib/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 8 dfilter service freebsd_committer freebsd_triage 2007-02-01 22:36:33 UTC
miwi        2007-02-01 22:36:27 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/sipxmediaadapterlib Makefile distinfo pkg-descr pkg-plist 
    net/sipxmediaadapterlib/files patch-doc-Makefile.am 
                                  patch-doc-Makefile.in 
                                  patch-sipXmediaMediaProcessing_src_Makefile.am 
                                  patch-sipXmediaMediaProcessing_src_Makefile.in 
  Log:
  sipXmediaadapterlib is a library that handles media adapter, such as
  phones.  It is a necessary dependancy of the sipX project.
  
  WWW: http://sipx-wiki.calivia.com/index.php/Main_Page
  
  PR:             ports/107931
  Submitted by:   Michael Durian <durian at shadetreesoftware.com>
  
  Revision  Changes    Path
  1.1808    +1 -0      ports/net/Makefile
  1.1       +35 -0     ports/net/sipxmediaadapterlib/Makefile (new)
  1.1       +3 -0      ports/net/sipxmediaadapterlib/distinfo (new)
  1.1       +11 -0     ports/net/sipxmediaadapterlib/files/patch-doc-Makefile.am (new)
  1.1       +11 -0     ports/net/sipxmediaadapterlib/files/patch-doc-Makefile.in (new)
  1.1       +12 -0     ports/net/sipxmediaadapterlib/files/patch-sipXmediaMediaProcessing_src_Makefile.am (new)
  1.1       +12 -0     ports/net/sipxmediaadapterlib/files/patch-sipXmediaMediaProcessing_src_Makefile.in (new)
  1.1       +4 -0      ports/net/sipxmediaadapterlib/pkg-descr (new)
  1.1       +9 -0      ports/net/sipxmediaadapterlib/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 9 dfilter service freebsd_committer freebsd_triage 2007-02-01 22:38:32 UTC
miwi        2007-02-01 22:38:25 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/sipxproxy        Makefile distinfo pkg-descr pkg-plist 
    net/sipxproxy/files  patch-bin_sipproxy.sh.in 
                         patch-bin_sipxcallresolver.sh.in 
                         patch-doc-Makefile.am 
                         patch-doc-Makefile.in pkg-deinstall.in 
  Log:
  sipXproxy is the authorization and call record server component of the
  sipX family.
  
  WWW: http://sipx-wiki.calivia.com/index.php/Main_Page
  
  PR:             ports/107931
  Submitted by:   Michael Durian <durian at shadetreesoftware.com>
  
  Revision  Changes    Path
  1.1809    +1 -0      ports/net/Makefile
  1.1       +48 -0     ports/net/sipxproxy/Makefile (new)
  1.1       +3 -0      ports/net/sipxproxy/distinfo (new)
  1.1       +11 -0     ports/net/sipxproxy/files/patch-bin_sipproxy.sh.in (new)
  1.1       +56 -0     ports/net/sipxproxy/files/patch-bin_sipxcallresolver.sh.in (new)
  1.1       +11 -0     ports/net/sipxproxy/files/patch-doc-Makefile.am (new)
  1.1       +11 -0     ports/net/sipxproxy/files/patch-doc-Makefile.in (new)
  1.1       +19 -0     ports/net/sipxproxy/files/pkg-deinstall.in (new)
  1.1       +4 -0      ports/net/sipxproxy/pkg-descr (new)
  1.1       +20 -0     ports/net/sipxproxy/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 10 dfilter service freebsd_committer freebsd_triage 2007-02-01 22:40:40 UTC
miwi        2007-02-01 22:40:35 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/sipxcalllib      Makefile distinfo pkg-descr pkg-plist 
    net/sipxcalllib/files patch-doc-Makefile.am 
                          patch-doc-Makefile.in 
  Log:
  sipXcalllib is a library that handles call signaling.  It is a
  necessary dependancy of the sipX project.
  
  WWW: http://sipx-wiki.calivia.com/index.php/Main_Page
  
  PR:             ports/107931
  Submitted by:   Michael Durian <durian at shadetreesoftware.com>
  
  Revision  Changes    Path
  1.1810    +1 -0      ports/net/Makefile
  1.1       +36 -0     ports/net/sipxcalllib/Makefile (new)
  1.1       +3 -0      ports/net/sipxcalllib/distinfo (new)
  1.1       +11 -0     ports/net/sipxcalllib/files/patch-doc-Makefile.am (new)
  1.1       +11 -0     ports/net/sipxcalllib/files/patch-doc-Makefile.in (new)
  1.1       +4 -0      ports/net/sipxcalllib/pkg-descr (new)
  1.1       +138 -0    ports/net/sipxcalllib/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 11 dfilter service freebsd_committer freebsd_triage 2007-02-01 22:42:21 UTC
miwi        2007-02-01 22:42:19 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/sipxvxml         Makefile distinfo pkg-descr pkg-plist 
    net/sipxvxml/files   patch-doc-Makefile.am 
                         patch-doc-Makefile.in 
                         patch-include_wwwconf.h 
                         patch-src_VXI_XMLChConverter.hpp 
                         patch-src_client_Makefile.am 
                         patch-src_client_Makefile.in 
                         patch-src_inet_SBinetHttpStream.cpp 
                         patch-src_log_SBlogOSUtils.cpp 
                         patch-src_trd_OSBtrdPthreads.cpp 
                         pkg-deinstall.in 
  Log:
  sipXproxy is the authorization and call record server component of the
  sipX family.
  
  WWW: http://sipx-wiki.calivia.com/index.php/Main_Page
  
  PR:             ports/107931
  Submitted by:   Michael Durian <durian at shadetreesoftware.com>
  
  Revision  Changes    Path
  1.1811    +1 -0      ports/net/Makefile
  1.1       +43 -0     ports/net/sipxvxml/Makefile (new)
  1.1       +3 -0      ports/net/sipxvxml/distinfo (new)
  1.1       +11 -0     ports/net/sipxvxml/files/patch-doc-Makefile.am (new)
  1.1       +11 -0     ports/net/sipxvxml/files/patch-doc-Makefile.in (new)
  1.1       +11 -0     ports/net/sipxvxml/files/patch-include_wwwconf.h (new)
  1.1       +11 -0     ports/net/sipxvxml/files/patch-src_VXI_XMLChConverter.hpp (new)
  1.1       +12 -0     ports/net/sipxvxml/files/patch-src_client_Makefile.am (new)
  1.1       +12 -0     ports/net/sipxvxml/files/patch-src_client_Makefile.in (new)
  1.1       +10 -0     ports/net/sipxvxml/files/patch-src_inet_SBinetHttpStream.cpp (new)
  1.1       +10 -0     ports/net/sipxvxml/files/patch-src_log_SBlogOSUtils.cpp (new)
  1.1       +11 -0     ports/net/sipxvxml/files/patch-src_trd_OSBtrdPthreads.cpp (new)
  1.1       +19 -0     ports/net/sipxvxml/files/pkg-deinstall.in (new)
  1.1       +4 -0      ports/net/sipxvxml/pkg-descr (new)
  1.1       +58 -0     ports/net/sipxvxml/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 12 dfilter service freebsd_committer freebsd_triage 2007-02-01 22:50:49 UTC
miwi        2007-02-01 22:50:42 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/sipxpbx          Makefile distinfo pkg-descr pkg-plist 
    net/sipxpbx/files    patch-bin_Makefile.am 
                         patch-bin_Makefile.in patch-bin_autodel 
                         patch-bin_backup-configs.sh.in 
                         patch-bin_restore-configs.sh.in 
                         patch-doc-Makefile.am 
                         patch-doc-Makefile.in 
                         patch-doc_developer_gen-config.sh 
                         patch-etc_httpd-sipxchange-common-ssl.conf.in.in 
                         patch-etc_httpd-sipxchange-common.conf.in.in 
                         patch-etc_httpd-sipxchange-mediaserver.conf.in.in 
                         patch-etc_httpd.conf.in 
                         patch-sipXdialog_doc_Makefile.am 
                         patch-sipXdialog_doc_Makefile.in 
                         patch-sipXpark_doc_Makefile.am 
                         patch-sipXpark_doc_Makefile.in 
                         patch-sipXpresence_doc_Makefile.am 
                         patch-sipXpresence_doc_Makefile.in 
                         patch-src_watchdog_EmailReporter.cpp 
                         pkg-deinstall.in pkg-install.in 
                         pkg-message.in sipxpbx.in 
  Log:
  sipXpbx s the web based configuration system for sipX.
  
  WWW: http://sipx-wiki.calivia.com/index.php/Main_Page
  
  PR:             ports/107931
  Submitted by:   Michael Durian <durian at shadetreesoftware.com>
  
  Revision  Changes    Path
  1.1812    +1 -0      ports/net/Makefile
  1.1       +108 -0    ports/net/sipxpbx/Makefile (new)
  1.1       +3 -0      ports/net/sipxpbx/distinfo (new)
  1.1       +39 -0     ports/net/sipxpbx/files/patch-bin_Makefile.am (new)
  1.1       +39 -0     ports/net/sipxpbx/files/patch-bin_Makefile.in (new)
  1.1       +24 -0     ports/net/sipxpbx/files/patch-bin_autodel (new)
  1.1       +11 -0     ports/net/sipxpbx/files/patch-bin_backup-configs.sh.in (new)
  1.1       +13 -0     ports/net/sipxpbx/files/patch-bin_restore-configs.sh.in (new)
  1.1       +11 -0     ports/net/sipxpbx/files/patch-doc-Makefile.am (new)
  1.1       +11 -0     ports/net/sipxpbx/files/patch-doc-Makefile.in (new)
  1.1       +11 -0     ports/net/sipxpbx/files/patch-doc_developer_gen-config.sh (new)
  1.1       +17 -0     ports/net/sipxpbx/files/patch-etc_httpd-sipxchange-common-ssl.conf.in.in (new)
  1.1       +22 -0     ports/net/sipxpbx/files/patch-etc_httpd-sipxchange-common.conf.in.in (new)
  1.1       +14 -0     ports/net/sipxpbx/files/patch-etc_httpd-sipxchange-mediaserver.conf.in.in (new)
  1.1       +11 -0     ports/net/sipxpbx/files/patch-etc_httpd.conf.in (new)
  1.1       +11 -0     ports/net/sipxpbx/files/patch-sipXdialog_doc_Makefile.am (new)
  1.1       +11 -0     ports/net/sipxpbx/files/patch-sipXdialog_doc_Makefile.in (new)
  1.1       +11 -0     ports/net/sipxpbx/files/patch-sipXpark_doc_Makefile.am (new)
  1.1       +11 -0     ports/net/sipxpbx/files/patch-sipXpark_doc_Makefile.in (new)
  1.1       +11 -0     ports/net/sipxpbx/files/patch-sipXpresence_doc_Makefile.am (new)
  1.1       +11 -0     ports/net/sipxpbx/files/patch-sipXpresence_doc_Makefile.in (new)
  1.1       +14 -0     ports/net/sipxpbx/files/patch-src_watchdog_EmailReporter.cpp (new)
  1.1       +19 -0     ports/net/sipxpbx/files/pkg-deinstall.in (new)
  1.1       +33 -0     ports/net/sipxpbx/files/pkg-install.in (new)
  1.1       +83 -0     ports/net/sipxpbx/files/pkg-message.in (new)
  1.1       +430 -0    ports/net/sipxpbx/files/sipxpbx.in (new)
  1.1       +3 -0      ports/net/sipxpbx/pkg-descr (new)
  1.1       +1183 -0   ports/net/sipxpbx/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 13 Martin Wilke freebsd_committer freebsd_triage 2007-02-01 22:52:37 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 14 dfilter service freebsd_committer freebsd_triage 2007-02-01 23:00:39 UTC
miwi        2007-02-01 22:59:59 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/sipxregistry     Makefile distinfo pkg-descr pkg-plist 
    net/sipxregistry/files patch-doc-Makefile.am 
                           patch-doc-Makefile.in pkg-deinstall.in 
  Log:
  sipXregistry is the registry/redirect server component of the sipX
  family. It shares a number of common components with the rest of the
  family, but can be used alone.  It implements several powerful address
  mapping capabilities in addtion to supporting UAC registration.
  
  WWW: http://sipx-wiki.calivia.com/index.php/Main_Page
  
  PR:             ports/107931
  Submitted by:   Michael Durian <durian at shadetreesoftware.com>
  
  Revision  Changes    Path
  1.1813    +1 -0      ports/net/Makefile
  1.1       +41 -0     ports/net/sipxregistry/Makefile (new)
  1.1       +3 -0      ports/net/sipxregistry/distinfo (new)
  1.1       +11 -0     ports/net/sipxregistry/files/patch-doc-Makefile.am (new)
  1.1       +11 -0     ports/net/sipxregistry/files/patch-doc-Makefile.in (new)
  1.1       +19 -0     ports/net/sipxregistry/files/pkg-deinstall.in (new)
  1.1       +6 -0      ports/net/sipxregistry/pkg-descr (new)
  1.1       +20 -0     ports/net/sipxregistry/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"