pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/goaccess Import goaccess-0.7 as www/goaccess



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a0270f4a9e85
branches:  trunk
changeset: 629809:a0270f4a9e85
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Mon Jan 27 21:40:38 2014 +0000

description:
Import goaccess-0.7 as www/goaccess

GoAccess is an open source real-time web 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.

diffstat:

 www/goaccess/DESCR      |   4 ++++
 www/goaccess/Makefile   |  23 +++++++++++++++++++++++
 www/goaccess/PLIST      |   3 +++
 www/goaccess/distinfo   |   5 +++++
 www/goaccess/options.mk |  19 +++++++++++++++++++
 5 files changed, 54 insertions(+), 0 deletions(-)

diffs (74 lines):

diff -r 6f4364e2949d -r a0270f4a9e85 www/goaccess/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/goaccess/DESCR        Mon Jan 27 21:40:38 2014 +0000
@@ -0,0 +1,4 @@
+GoAccess is an open source real-time web 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.
diff -r 6f4364e2949d -r a0270f4a9e85 www/goaccess/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/goaccess/Makefile     Mon Jan 27 21:40:38 2014 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2014/01/27 21:40:38 wiedi Exp $
+
+DISTNAME=      goaccess-0.7
+CATEGORIES=    www
+MASTER_SITES=  https://downloads.sourceforge.net/project/goaccess/0.7/
+
+MAINTAINER=    wiedi%frubar.net@localhost
+HOMEPAGE=      http://goaccess.prosoftcorp.com/
+COMMENT=       Real-time web log analyzer
+LICENSE=       gnu-gpl-v2
+
+GNU_CONFIGURE= yes
+
+USE_TOOLS+=     pkg-config
+USE_NCURSES=   yes
+
+LIBS.SunOS+=   -lsocket -lnsl
+CPPFLAGS.SunOS+=       -D__EXTENSIONS__
+
+.include "options.mk"
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6f4364e2949d -r a0270f4a9e85 www/goaccess/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/goaccess/PLIST        Mon Jan 27 21:40:38 2014 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2014/01/27 21:40:38 wiedi Exp $
+bin/goaccess
+man/man1/goaccess.1
diff -r 6f4364e2949d -r a0270f4a9e85 www/goaccess/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/goaccess/distinfo     Mon Jan 27 21:40:38 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/01/27 21:40:38 wiedi Exp $
+
+SHA1 (goaccess-0.7.tar.gz) = 1a887dc7182c91726137aaf6a4627efdd82d988e
+RMD160 (goaccess-0.7.tar.gz) = 9c074afb04b656ca6c089d5999c3138abb854f45
+Size (goaccess-0.7.tar.gz) = 159112 bytes
diff -r 6f4364e2949d -r a0270f4a9e85 www/goaccess/options.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/goaccess/options.mk   Mon Jan 27 21:40:38 2014 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: options.mk,v 1.1 2014/01/27 21:40:38 wiedi Exp $
+
+PKG_OPTIONS_VAR=       PKG_OPTIONS.goaccess
+PKG_SUPPORTED_OPTIONS= geoip wide-curses
+PKG_SUGGESTED_OPTIONS= wide-curses
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mgeoip)
+.      include "../../net/GeoIP/buildlink3.mk"
+CONFIGURE_ARGS+=       --enable-geoip
+.endif # option geoip
+
+.if !empty(PKG_OPTIONS:Mwide-curses)
+.      include "../../devel/ncursesw/buildlink3.mk"
+CONFIGURE_ARGS+=       --enable-utf8
+.else
+.      include "../../devel/ncurses/buildlink3.mk"
+.endif # option wide-curses



Home | Main Index | Thread Index | Old Index