NOTICE: This package has been removed from pkgsrc

./www/ap-perl, Module that embeds a Perl interpreter into Apache

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.31nb3, Package name: ap13-perl-1.31nb3, Maintainer: pkgsrc-users

The Apache/Perl integration project brings together the full power of the
Perl programming language and the Apache HTTP server. This is achieved by
linking the Perl runtime library into the server and providing an object
oriented Perl interface to the server's C language API.

These pieces are seamlessly glued together by the `mod_perl' server
plugin, making it is possible to write Apache modules entirely in Perl.
In addition, the persistent interpreter embedded in the server avoids the
overhead of starting an external interpreter program and the additional
Perl start-up (compile) time.


Required to run:
[www/apache] [lang/perl5] [devel/p5-BSD-Resource]

Master sites: (Expand)

SHA1: 5f6eadf2b0fc24ed4376d7708226391baa14c73f
RMD160: 296bd5e95018c313bab84ae7b21ae9f64bd4a394
Filesize: 380.82 KB

Version history: (Expand)


CVS history: (Expand)


   2014-06-10 17:22:19 by Joerg Sonnenberger | Files touched by this commit (239) | Package removed
Log message:
Retire Apache 1.3 and 2.0.
   2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049)
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
   2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880)
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
   2012-10-28 07:31:10 by Aleksej Saushev | Files touched by this commit (600)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-10-15 15:14:26 by Thomas Klausner | Files touched by this commit (2)
Log message:
Fix build with perl-5.16.

Remove uid code; similar to changes done to mod_perl-2.x, see
https://rt.cpan.org/Public/Bug/Display.html?id=77129
   2012-10-08 20:32:50 by John Marino | Files touched by this commit (2)
Log message:
www/ap-perl: revert last

The build failure may be caused by the new perl 5.16 rather than gcc47.
Revert last patch.
   2012-10-08 13:49:40 by John Marino | Files touched by this commit (2)
Log message:
www/ap-perl: Fix build with gcc 4.7

GCC 4.7 requires variable declaration before use.
   2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798)
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.