cvs commit: ports/net Makefile ports/net/siproxd Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plistpatch-src_siproxd.c patch-src_utils.c siproxd.sh

Pav Lucistnik pav at FreeBSD.org
Fri Oct 15 08:47:28 PDT 2004


pav         2004-10-15 15:47:27 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/siproxd          Makefile distinfo pkg-deinstall pkg-descr 
                         pkg-install pkg-plist 
    net/siproxd/files    patch-doc_siproxd.conf.example 
                         patch-src_siproxd.c patch-src_utils.c 
                         siproxd.sh 
  Log:
  Add siproxd, a proxy/masquerading daemon for the SIP protocol.
  It handles registrations of SIP clients on a private IP network
  and performs rewriting of the SIP message bodies to make SIP
  connections possible via a masquerading firewall.
  It allows SIP clients (like kphone, linphone) to work behind
  an IP masquerading firewall or router.
  
  PR:             ports/72691
  Submitted by:   Frank W. Josellis <frank at dynamical-systems.org>
  
  Revision  Changes    Path
  1.1361    +1 -0      ports/net/Makefile
  1.1       +46 -0     ports/net/siproxd/Makefile (new)
  1.1       +2 -0      ports/net/siproxd/distinfo (new)
  1.1       +37 -0     ports/net/siproxd/files/patch-doc_siproxd.conf.example (new)
  1.1       +18 -0     ports/net/siproxd/files/patch-src_siproxd.c (new)
  1.1       +18 -0     ports/net/siproxd/files/patch-src_utils.c (new)
  1.1       +42 -0     ports/net/siproxd/files/siproxd.sh (new)
  1.1       +12 -0     ports/net/siproxd/pkg-deinstall (new)
  1.1       +8 -0      ports/net/siproxd/pkg-descr (new)
  1.1       +17 -0     ports/net/siproxd/pkg-install (new)
  1.1       +9 -0      ports/net/siproxd/pkg-plist (new)


More information about the cvs-ports mailing list