mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
perl/perl-http-daemon: Updated for version 6.01.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
8008e5de40
commit
980ac78713
3 changed files with 8 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for perl-http-daemon
|
||||
|
||||
# Copyright 2011 LukenShiro, Italy
|
||||
# Copyright 2011-2012 LukenShiro, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,11 +23,10 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=perl-http-daemon
|
||||
VERSION=${VERSION:-6.00}
|
||||
VERSION=${VERSION:-6.01}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
|
@ -44,7 +43,7 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
SRCNAM=HTTP-Daemon
|
||||
DOCFILES="Changes README"
|
||||
|
||||
set -e # Exit on most errors
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="perl-http-daemon"
|
||||
VERSION="6.00"
|
||||
VERSION="6.01"
|
||||
HOMEPAGE="http://search.cpan.org/dist/HTTP-Daemon/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Daemon-6.00.tar.gz"
|
||||
MD5SUM="36c8048775b8b53a6fb7c9d781658926"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Daemon-6.01.tar.gz"
|
||||
MD5SUM="ed0ae02d25d7f1e89456d4d69732adc2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="LukenShiro"
|
||||
EMAIL="lukenshiro@ngi.it"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="dsomero"
|
||||
|
|
|
@ -10,7 +10,7 @@ perl-http-daemon: perl-http-daemon (a simple http server class)
|
|||
perl-http-daemon:
|
||||
perl-http-daemon: Instances of the HTTP::Daemon class are HTTP/1.1 servers
|
||||
perl-http-daemon: that listen on a socket for incoming requests. The
|
||||
perl-http-daemon: HTTP::Daemon is a subclass of IO::Socket::INET, so you
|
||||
perl-http-daemon: HTTP::Daemon is a subclass of IO::Socket::INET, so you
|
||||
perl-http-daemon: can perform socket operations directly on it too.
|
||||
perl-http-daemon:
|
||||
perl-http-daemon: http://search.cpan.org/dist/HTTP-Daemon/
|
||||
|
|
Loading…
Reference in a new issue