Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Aug 2011 08:24:22 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www Makefile ports/www/p5-FCGI Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201108200824.p7K8OMU4024028@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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