2015-05-10 17:10:58 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(pkgsrc)
- Adjust following depends for 'make test'
Convert DEPENDS to BUILD_DEPENDS, p5-CPAN-Changes
Add BUILD_DEPENDS p5-Test-Deep-[0-9]*
(upstream)
- Update 2.07 to 2.09
-------------------
2.09 2015-03-08
[DOCUMENTATION]
- Clarify order of use statements when using both CGI and CGI::Fast
- Replace indirect object notation with ->new
[TESTING]
- Tests for CGI imports and load order
|
2015-03-03 07:17:34 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(pkgsrc)
- Add dependency to devel/p5-CPAN-Changes (but only necessary for make test)
(upstream)
- Update 2.05 to 2.07
-------------------
2.07 2015-02-23
[FIX]
- test added in 2.06 should use File::Temp
2.06 2015-02-23
[FEATURE]
- Add support for changing socket permissions. Thanks to powerman
for the patch and tests
|
2014-12-31 15:58:11 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(pkgsrc)
- Add ${PERL5_LICENSE} from README file
(upstream)
- Update 2.0.1 to 2.0.5
---------------------
2.05 2014-12-11
[TESTING]
remove useless use of Test::Deep in tests
this patch was sourced from the fedora perl-devel mailing list[1],
in which i see more patches for CGI - fedora perl-devel people: if
you're going to patch modules then please send those patches upstream
where relevant. many perl modules are now on github (including this
one) so it's easy, and it prevents alternate versions of modules
that could lead to frustrating debugging sessions because *your*
version of FCGI (2.04) is different to what the *real* version of
FCGI (2.04) is[2].
* [1] https://lists.fedoraproject.org/pipermail/perl-devel
* [2] the "real" version of FCGI being that available on CPAN
2.04 2014-10-12
[TESTING]
- Fix tests for recent version of CGI (v4.05+), which removed the
-private_tempfiles pragma and PRIVATE_TEMPFILES variable, so use
on that is still available for testing
2.03 2014-09-06
[DOCUMENTATION]
- Kwalitee improvements in distribution (LICENSE)
[TESTING]
- Add t/006_changes.t to check Changes file
2.02 2014-06-05
[INTERNALS]
- allow FCGI_SOCKET_PATH and FCGI_LISTEN_QUEUE ENV variables to be
passed in as import settings, although favour ENV variables if set
- delay creation of FCGI::Request until the first call to CGI::Fast->new
(RT #70609), removing the need to defined these in a BEGIN block
- add test to check ENV values are not recycled from old requests and not
set as defaults when the FCGI_SOCKET_PATH is used (RT #65492)
- add file_handles method to allow setting of file handles to be passed
to FCGI (RT #94423)
[DOCUMENTATION]
- document above changes
- general tidy up
|
2014-06-03 08:49:52 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Mark as conflicting with p5-CGI<4.0, where it was included.
|
2014-06-01 00:20:08 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Import p5-CGI-Fast-2.01 as www/p5-CGI-Fast.
CGI::Fast is a subclass of the CGI object created by CGI.pm. It is
specialized to work with the FCGI module, which greatly speeds up
CGI scripts by turning them into persistently running server
processes. Scripts that perform time-consuming initialization
processes, such as loading large modules or opening persistent
database connections, will see large performance improvements.
|