diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2023-06-16 18:49:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-16 18:49:02 +0700 |
commit | c0f0ab33740d5a0839c682873b960f7b32382b14 (patch) | |
tree | b56a5c61aa7d5cef70cff40cc844ca076a71e100 /network | |
parent | cd981e58cb1e8caa39dab218caccd1952cf5b2e6 (diff) |
network/webalizer: new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/webalizer/README | 2 | ||||
-rw-r--r-- | network/webalizer/slack-desc | 2 | ||||
-rw-r--r-- | network/webalizer/webalizer.SlackBuild | 9 | ||||
-rw-r--r-- | network/webalizer/webalizer.info | 8 |
4 files changed, 12 insertions, 9 deletions
diff --git a/network/webalizer/README b/network/webalizer/README index a4fd77e826775..227ae436b6863 100644 --- a/network/webalizer/README +++ b/network/webalizer/README @@ -1,3 +1,5 @@ The Webalizer is a fast, free web server log file analysis program. It produces highly detailed, easily configurable usage reports in HTML format, for viewing with a standard web browser. + +Optional at build-time detected dependency: GeoIP diff --git a/network/webalizer/slack-desc b/network/webalizer/slack-desc index 3da9de19b075a..98a31f26543c3 100644 --- a/network/webalizer/slack-desc +++ b/network/webalizer/slack-desc @@ -12,7 +12,7 @@ webalizer: The Webalizer is a fast, free web server log file analysis program. webalizer: It produces highly detailed, easily configurable usage reports in webalizer: HTML format, for viewing with a standard web browser. webalizer: -webalizer: Homepage: http://webalizer.com/ +webalizer: https://webalizer.net/ webalizer: webalizer: webalizer: diff --git a/network/webalizer/webalizer.SlackBuild b/network/webalizer/webalizer.SlackBuild index cdc1ce3689339..e6d3e5469f88e 100644 --- a/network/webalizer/webalizer.SlackBuild +++ b/network/webalizer/webalizer.SlackBuild @@ -2,7 +2,8 @@ # Slackware build script for webalizer -# Copyright 2010, Steven King <kingrst@gmail.com> +# Copyright 2010, Steven King +# Copyright 2023 Johannes Schoepfer, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -80,9 +81,9 @@ cd $PRGNAM-$SRC_VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \+ -o \ + -exec chmod 755 {} + -o \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \+ + -exec chmod 644 {} + patch -p1 < $CWD/gcc10.patch @@ -103,7 +104,7 @@ make install MANDIR=/usr/man/man1 DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -find $PKG/usr/man -type f -exec gzip -9 {} \+ +find $PKG/usr/man -type f -exec gzip -9 {} + for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/network/webalizer/webalizer.info b/network/webalizer/webalizer.info index 3b63e1654b800..fc51dda7c150c 100644 --- a/network/webalizer/webalizer.info +++ b/network/webalizer/webalizer.info @@ -1,10 +1,10 @@ PRGNAM="webalizer" VERSION="2.23_08" -HOMEPAGE="http://webalizer.com" +HOMEPAGE="https://webalizer.net/" DOWNLOAD="http://distcache.freebsd.org/ports-distfiles/webalizer-2.23-08-src.tgz" MD5SUM="00f1f18bd5ed462ea43bf98d867e7966" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="GeoIP" -MAINTAINER="Steven King" -EMAIL="kingrst@gmail.com" +REQUIRES="" +MAINTAINER="Johannes Schoepfer" +EMAIL="slackbuilds@schoepfer.info" |