perl/mod_perl: Updated for version 2.0.6 moved from network.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
16ccf9600c
commit
045ffdda52
|
@ -1,10 +0,0 @@
|
|||
PRGNAM="mod_perl"
|
||||
VERSION="2.0.5"
|
||||
HOMEPAGE="http://perl.apache.org/"
|
||||
DOWNLOAD="http://perl.apache.org/dist/mod_perl-2.0.5.tar.gz"
|
||||
MD5SUM="03d01d135a122bd8cebd0cd5b185d674"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Heinz Wiesinger"
|
||||
EMAIL="pprkut@liwjatan.at"
|
||||
APPROVED="rworkman"
|
|
@ -5,6 +5,6 @@ provides an object-oriented Perl interface for Apache's C language
|
|||
API. The end result is a quicker CGI script turnaround process, since
|
||||
no external Perl interpreter has to be started.
|
||||
|
||||
To tell Apache to load it, you'll have to put the following line
|
||||
To tell Apache to load it, you'll have to put the following line
|
||||
somewhere into /etc/httpd/httpd.conf:
|
||||
Include /etc/httpd/extra/mod_perl.conf
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for mod_perl
|
||||
|
||||
# Copyright 2007-2011 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright 2007-2012 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mod_perl
|
||||
VERSION=2.0.5
|
||||
VERSION=2.0.6
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -49,7 +49,7 @@ elif [ "$ARCH" = "x86_64" ]; then
|
|||
else
|
||||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
|
@ -17,7 +17,7 @@ AddHandler perl-script pl
|
|||
# PerlOptions +ParseHeaders
|
||||
# Options +ExecCGI
|
||||
# Order allow,deny
|
||||
# Allow from all
|
||||
# Allow from all
|
||||
#</Location>
|
||||
|
||||
# Set this if you want perl-scripts to be
|
|
@ -0,0 +1,10 @@
|
|||
PRGNAM="mod_perl"
|
||||
VERSION="2.0.6"
|
||||
HOMEPAGE="http://perl.apache.org/"
|
||||
DOWNLOAD="http://archive.apache.org/dist/perl/mod_perl-2.0.6.tar.gz"
|
||||
MD5SUM="76f4154cffb15972246f03080e9d133c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Heinz Wiesinger"
|
||||
EMAIL="pprkut@liwjatan.at"
|
||||
APPROVED="dsomero"
|
|
@ -10,9 +10,9 @@ mod_perl: mod_perl (Perl Interpreter for Apache)
|
|||
mod_perl:
|
||||
mod_perl: Mod_perl incorporates a Perl interpreter into the Apache web server
|
||||
mod_perl: so that the Apache web server can directly execute Perl code.
|
||||
mod_perl: Mod_perl links the Perl runtime library into the Apache web server
|
||||
mod_perl: Mod_perl links the Perl runtime library into the Apache web server
|
||||
mod_perl: and provides an object-oriented Perl interface for Apache's C
|
||||
mod_perl: language API. The end result is a quicker CGI script turnaround
|
||||
mod_perl: language API. The end result is a quicker CGI script turnaround
|
||||
mod_perl: process, since no external Perl interpreter has to be started.
|
||||
mod_perl:
|
||||
mod_perl: Homepage: http://perl.apache.org/
|
Loading…
Reference in New Issue