cvs commit: ports/net/ser Makefile distinfo pkg-plist ports/net/ser/files patch-Makefile patch-Makefile.defs patch-Makefile.rules patch-cfg.lex patch-cfg.y patch-config.h patch-fifo_server.c patch-globals.h patch-main.c ...

Maxim Sobolev sobomax at FreeBSD.org
Thu Jul 7 20:16:37 GMT 2005


sobomax     2005-07-07 20:16:36 UTC

  FreeBSD ports repository

  Modified files:
    net/ser              Makefile distinfo pkg-plist 
    net/ser/files        patch-Makefile patch-Makefile.defs 
                         patch-modules::acc::acc_mod.c 
                         patch-modules::acc::etc::radiusclient.conf 
                         patch-modules::auth_radius::authrad_mod.c 
                         patch-modules::group_radius::grouprad_mod.c 
                         patch-modules::tm::t_lookup.c 
                         patch-modules::uri_radius::urirad_mod.c 
  Added files:
    net/ser/files        patch-Makefile.rules patch-cfg.lex 
                         patch-cfg.y patch-config.h 
                         patch-fifo_server.c patch-globals.h 
                         patch-main.c 
                         patch-modules::auth::auth_mod.c 
                         patch-modules::auth::auth_mod.h 
                         patch-modules::auth::common.c 
                         patch-modules::auth::doc::auth_user.sgml 
                         patch-modules::check_ua::Makefile 
                         patch-modules::check_ua::check_ua.c 
                         patch-modules::check_ua::tailq.h 
                         patch-modules::nathelper::moh.c 
                         patch-modules::nathelper::nathelper.c 
                         patch-modules::nathelper::nathelper.h 
                         patch-modules::nathelper::natping.c 
                         patch-modules::registrar::doc::registrar_user.sgml 
                         patch-modules::registrar::reg_mod.c 
                         patch-modules::registrar::reg_mod.h 
                         patch-modules::registrar::reply.c 
                         patch-modules::tm::t_msgbuilder.c 
                         patch-msg_translator.c 
                         patch-parser::parse_hostport.c 
                         patch-server 
  Removed files:
    net/ser/files        patch-modules::ext::ext.c 
                         patch-modules::postgres::Makefile 
                         patch-modules::postgres::db_mod.c 
                         patch-modules::postgres::db_res.c 
                         patch-modules::postgres::db_val.c 
                         patch-modules::postgres::dbase.h 
                         patch-modules::tm::t_fwd.c 
                         patch-modules::usrloc::udomain.c 
                         patch-modules::xlog::xl_lib.c 
  Log:
  Update to 0.9.3.
  
  Revision  Changes    Path
  1.11      +18 -6     ports/net/ser/Makefile
  1.5       +2 -2      ports/net/ser/distinfo
  1.4       +15 -11    ports/net/ser/files/patch-Makefile
  1.6       +90 -28    ports/net/ser/files/patch-Makefile.defs
  1.1       +14 -0     ports/net/ser/files/patch-Makefile.rules (new)
  1.1       +21 -0     ports/net/ser/files/patch-cfg.lex (new)
  1.1       +21 -0     ports/net/ser/files/patch-cfg.y (new)
  1.1       +23 -0     ports/net/ser/files/patch-config.h (new)
  1.1       +14 -0     ports/net/ser/files/patch-fifo_server.c (new)
  1.1       +13 -0     ports/net/ser/files/patch-globals.h (new)
  1.1       +16 -0     ports/net/ser/files/patch-main.c (new)
  1.4       +0 -0      ports/net/ser/files/patch-modules::acc::acc_mod.c
  1.4       +2 -2      ports/net/ser/files/patch-modules::acc::etc::radiusclient.conf
  1.1       +60 -0     ports/net/ser/files/patch-modules::auth::auth_mod.c (new)
  1.1       +27 -0     ports/net/ser/files/patch-modules::auth::auth_mod.h (new)
  1.1       +12 -0     ports/net/ser/files/patch-modules::auth::common.c (new)
  1.1       +44 -0     ports/net/ser/files/patch-modules::auth::doc::auth_user.sgml (new)
  1.4       +3 -3      ports/net/ser/files/patch-modules::auth_radius::authrad_mod.c
  1.1       +19 -0     ports/net/ser/files/patch-modules::check_ua::Makefile (new)
  1.1       +374 -0    ports/net/ser/files/patch-modules::check_ua::check_ua.c (new)
  1.1       +154 -0    ports/net/ser/files/patch-modules::check_ua::tailq.h (new)
  1.2       +0 -14     ports/net/ser/files/patch-modules::ext::ext.c (dead)
  1.4       +3 -3      ports/net/ser/files/patch-modules::group_radius::grouprad_mod.c
  1.1       +434 -0    ports/net/ser/files/patch-modules::nathelper::moh.c (new)
  1.3       +1701 -0   ports/net/ser/files/patch-modules::nathelper::nathelper.c (new)
  1.1       +77 -0     ports/net/ser/files/patch-modules::nathelper::nathelper.h (new)
  1.1       +196 -0    ports/net/ser/files/patch-modules::nathelper::natping.c (new)
  1.4       +0 -16     ports/net/ser/files/patch-modules::postgres::Makefile (dead)
  1.2       +0 -13     ports/net/ser/files/patch-modules::postgres::db_mod.c (dead)
  1.2       +0 -13     ports/net/ser/files/patch-modules::postgres::db_res.c (dead)
  1.2       +0 -13     ports/net/ser/files/patch-modules::postgres::db_val.c (dead)
  1.2       +0 -22     ports/net/ser/files/patch-modules::postgres::dbase.h (dead)
  1.1       +51 -0     ports/net/ser/files/patch-modules::registrar::doc::registrar_user.sgml (new)
  1.1       +66 -0     ports/net/ser/files/patch-modules::registrar::reg_mod.c (new)
  1.1       +29 -0     ports/net/ser/files/patch-modules::registrar::reg_mod.h (new)
  1.1       +23 -0     ports/net/ser/files/patch-modules::registrar::reply.c (new)
  1.2       +0 -29     ports/net/ser/files/patch-modules::tm::t_fwd.c (dead)
  1.4       +0 -0      ports/net/ser/files/patch-modules::tm::t_lookup.c
  1.1       +55 -0     ports/net/ser/files/patch-modules::tm::t_msgbuilder.c (new)
  1.3       +0 -0      ports/net/ser/files/patch-modules::uri_radius::urirad_mod.c
  1.2       +0 -14     ports/net/ser/files/patch-modules::usrloc::udomain.c (dead)
  1.2       +0 -29     ports/net/ser/files/patch-modules::xlog::xl_lib.c (dead)
  1.1       +28 -0     ports/net/ser/files/patch-msg_translator.c (new)
  1.1       +27 -0     ports/net/ser/files/patch-parser::parse_hostport.c (new)
  1.1       +187 -0    ports/net/ser/files/patch-server (new)
  1.5       +26 -5     ports/net/ser/pkg-plist


More information about the cvs-all mailing list