cvs commit: ports/www Makefile ports/www/p5-FCGI Makefile distinfo pkg-descr pkg-plist

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 20 08:24:22 UTC 2011


sunpoet     2011-08-20 08:24:22 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/p5-FCGI          Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Add p5-FCGI 0.73
  
  FCGI is a Fast CGI module for Perl. It's based on the FCGI module that comes
  with Open Market's FastCGI Developer's Kit.
  
  FCGI.pm isn't Unicode aware, only characters within the range 0x00-0xFF are
  supported. Attempts to output strings containing characters above 0xFF results
  in a exception: (F) Wide character in %s.
  
  Users who wants the previous (FCGI.pm <= 0.68) incorrect behavior can disable
  the exception by using the bytes pragma.
  
  WWW: http://search.cpan.org/dist/FCGI/
  
  Revision  Changes    Path
  1.2954    +1 -0      ports/www/Makefile
  1.3       +35 -0     ports/www/p5-FCGI/Makefile (new)
  1.3       +2 -0      ports/www/p5-FCGI/distinfo (new)
  1.3       +11 -0     ports/www/p5-FCGI/pkg-descr (new)
  1.3       +5 -0      ports/www/p5-FCGI/pkg-plist (new)


More information about the cvs-ports mailing list