Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jan 2012 08:24:10 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www/nginx Makefile distinfo ports/www/nginx/files extra-patch-calio-iconv-nginx-module::config ports/www/nginx-devel Makefile distinfo ports/www/nginx-devel/files extra-patch-calio-iconv-nginx-module::config
Message-ID:  <201201120824.q0C8OAAF046589@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
osa         2012-01-12 08:24:10 UTC

  FreeBSD ports repository

  Modified files:
    www/nginx            Makefile distinfo 
    www/nginx-devel      Makefile distinfo 
  Added files:
    www/nginx/files      
                         extra-patch-calio-iconv-nginx-module::config 
    www/nginx-devel/files 
                          extra-patch-calio-iconv-nginx-module::config 
  Log:
  Add 4 third-party modules:
  
  o) arrayvar, add support for array variables to nginx config files;
  o) encrypted-session, for encrypt and decrypt nginx variable values;
  o) form-input, reads HTTP POST and PUT request body encoded in
     "application/x-www-form-urlencoded", and parse the arguments in
     request body into nginx variables;
  o) iconv, to convert characters of different encoding (by libiconv).
  
  Revision  Changes    Path
  1.421     +51 -0     ports/www/nginx-devel/Makefile
  1.369     +8 -0      ports/www/nginx-devel/distinfo
  1.1       +19 -0     ports/www/nginx-devel/files/extra-patch-calio-iconv-nginx-module::config (new)
  1.298     +51 -0     ports/www/nginx/Makefile
  1.259     +8 -0      ports/www/nginx/distinfo
  1.1       +19 -0     ports/www/nginx/files/extra-patch-calio-iconv-nginx-module::config (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201120824.q0C8OAAF046589>