summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author David Woodfall <dave@dawoodfall.net>2017-10-27 16:38:59 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-10-28 05:58:30 +0700
commitfde5c82ec08e8aec67df3e329373b24c8c2f8b86 (patch)
tree19437f86e7dfc995a3e09232db76683782dc79e8 /system
parentd23dbd02554620e5185359b67c300c2d9886e4ae (diff)
downloadslackbuilds-fde5c82ec08e8aec67df3e329373b24c8c2f8b86.tar.gz
slackbuilds-fde5c82ec08e8aec67df3e329373b24c8c2f8b86.tar.xz
system/goaccess: Updated for version 1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/goaccess/README31
-rw-r--r--system/goaccess/goaccess.SlackBuild13
-rw-r--r--system/goaccess/goaccess.info8
-rw-r--r--system/goaccess/slack-desc2
4 files changed, 42 insertions, 12 deletions
diff --git a/system/goaccess/README b/system/goaccess/README
index 2355b7d418..563151d147 100644
--- a/system/goaccess/README
+++ b/system/goaccess/README
@@ -1,7 +1,28 @@
-goaccess is an open source real-time Apache log analyzer and
-interactive viewer that runs in a terminal in *nix systems.
-It provides fast and valuable HTTP statistics for system
+Goaccess is an open source real-time Apache log analyzer and
+interactive viewer that runs in a terminal in *nix systems.
+It provides fast and valuable HTTP statistics for system
administrators that require a visual server report on the fly.
-If you wish to add GeoIP support, please pass the GEOIP=yes
-to the script, GEOIP=yes ./goaccess.SlackBuild
+Optional:
+
+GeoIP:
+
+Goaccess now supports two types of GeoIP - legacy and mmdb.
+
+If you want to add GeoIP support, pass either option to the
+slackbuild:
+
+GEOIP=legacy ./goaccess.SlackBuild
+GEOIP=mmdb ./goaccess.SlackBuild
+
+At the moment, mmdb is not on slackbuilds.org.
+
+TokyoCabinet:
+
+Goaccess supports Tokyo Cabinet and Tokyo Cabinet's on-disk B+ Tree
+database.
+
+The options are:
+
+TCB=memhash ./goaccess.SlackBuild
+TCB=btree ./goaccess.SlackBuild
diff --git a/system/goaccess/goaccess.SlackBuild b/system/goaccess/goaccess.SlackBuild
index c6d7b4c842..3cae1efd32 100644
--- a/system/goaccess/goaccess.SlackBuild
+++ b/system/goaccess/goaccess.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=goaccess
-VERSION=${VERSION:-0.9.4}
+VERSION=${VERSION:-1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -54,7 +54,13 @@ else
LIBDIRSUFFIX=""
fi
-geoip="" ; [ "${GEOIP:-no}" != "no" ] && geoip="--enable-geoip"
+if [ -n "$GEOIP" ]; then
+ geoip="--enable-geoip=$GEOIP"
+fi
+
+if [ -n "$TCB" ]; then
+ tcb="--enable-tcb=$TCB"
+fi
set -e
@@ -80,9 +86,12 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--infodir=/usr/info \
+ --with-getline \
+ --with-openssl \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--enable-utf8 \
$geoip \
+ $tcb \
--build=$ARCH-slackware-linux
make
diff --git a/system/goaccess/goaccess.info b/system/goaccess/goaccess.info
index 0069ee5d13..4be37913ed 100644
--- a/system/goaccess/goaccess.info
+++ b/system/goaccess/goaccess.info
@@ -1,8 +1,8 @@
PRGNAM="goaccess"
-VERSION="0.9.4"
-HOMEPAGE="http://goaccess.prosoftcorp.com/download"
-DOWNLOAD="http://tar.goaccess.io/goaccess-0.9.4.tar.gz"
-MD5SUM="2671796a17d2488f65b657bc39e26de5"
+VERSION="1.2"
+HOMEPAGE="http://goaccess.prosoftcorp.com"
+DOWNLOAD="http://tar.goaccess.io/goaccess-1.2.tar.gz"
+MD5SUM="00f41cf1fb72cfc459984c0fb087333d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/system/goaccess/slack-desc b/system/goaccess/slack-desc
index 1aa5a8b571..4cc86b8401 100644
--- a/system/goaccess/slack-desc
+++ b/system/goaccess/slack-desc
@@ -13,7 +13,7 @@ goaccess: interactive viewer that runs in a terminal in *nix systems.
goaccess: It provides fast and valuable HTTP statistics for system
goaccess: administrators that require a visual server report on the fly.
goaccess:
-goaccess: Homepage: http://goaccess.prosoftcorp.com/download
+goaccess: Homepage: http://goaccess.prosoftcorp.com
goaccess:
goaccess:
goaccess: