Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Nov 2010 07:12:14 -0800 (PST)
From:      Sofian Brabez <sbrabez@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/152332: New port: sysutils/goaccess: Real-time Apache web log analyzer
Message-ID:  <4ce3f0ce.8709d80a.7bd9.ffff8264@mx.google.com>
Resent-Message-ID: <201011171520.oAHFK95i010765@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         152332
>Category:       ports
>Synopsis:       New port: sysutils/goaccess: Real-time Apache web log analyzer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 17 15:20:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Sofian Brabez
>Release:        FreeBSD 8.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD freebsd.ifr.lan 8.1-STABLE FreeBSD 8.1-STABLE #2: Thu Sep  2 14:53:08 CEST
>Description:
GoAccess is an open source real-time Apache web log analyzer and interactive
viewer that runs in a terminal and provides fast and valuable HTTP statistics
for system administrators that require a visual report on the fly.

WWW:	http://goaccess.prosoftcorp.com/

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- goaccess-0.3.3.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	goaccess
#	goaccess/Makefile
#	goaccess/pkg-descr
#	goaccess/distinfo
#	goaccess/files
#	goaccess/files/patch-util.c
#
echo c - goaccess
mkdir -p goaccess > /dev/null 2>&1
echo x - goaccess/Makefile
sed 's/^X//' >goaccess/Makefile << '58f5befd2e84abe1820d18c3d09ae8a7'
X# New ports collection makefile for:	goaccess
X# Date created:		2010-11-17
X# Whom:			Sofian Brabez <sbrabez@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	goaccess
XPORTVERSION=	0.3.3
XCATEGORIES=	sysutils
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}/${PORTVERSION}
X
XMAINTAINER=	sbrabez@gmail.com
XCOMMENT=	Real-time Apache web log analyzer
X
XLIB_DEPENDS=	glib-2.0:${PORTSDIR}/devel/glib20 \
X		GeoIP.5:${PORTSDIR}/net/GeoIP
X
XGNU_CONFIGURE=	yes
XUSE_LDCONFIG=	yes
X
XCFLAGS+=	-I${LOCALBASE}/include
XCONFIGURE_ENV=	LDFLAGS=-L${LOCALBASE}/lib
X
XPLIST_FILES=	bin/${PORTNAME}
X
X.if !defined(NO_INSTALL_MANPAGES)
XMAN1=	${PLIST_FILES:S,bin/,,:S,$,.1,}
X.endif
X
XPORTDOCS=	AUTHORS COPYING ChangeLog NEWS README TODO
X
Xdo-install:
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
X.endif
X.if !defined(NO_INSTALL_MANPAGES)
X	${INSTALL_MAN} ${MAN1:S,^,${WRKSRC}/,} ${PREFIX}/man/man1
X.endif
X	${INSTALL_PROGRAM} ${PORTNAME:S,^,${WRKSRC}/,} ${PREFIX}/bin
X
X.include <bsd.port.mk>
58f5befd2e84abe1820d18c3d09ae8a7
echo x - goaccess/pkg-descr
sed 's/^X//' >goaccess/pkg-descr << '8903a44471d04af9bcb7da76fac86d7a'
XGoAccess is an open source real-time Apache web log analyzer and interactive
Xviewer that runs in a terminal and provides fast and valuable HTTP statistics
Xfor system administrators that require a visual report on the fly.
X
XWWW:	http://goaccess.prosoftcorp.com/
8903a44471d04af9bcb7da76fac86d7a
echo x - goaccess/distinfo
sed 's/^X//' >goaccess/distinfo << '81841b93f6726a4fe6974d850f6e2699'
XSHA256 (goaccess-0.3.3.tar.gz) = da716e4127e09a0f367ff8d41bd013531b78b67779f6a7a3c636e324349c2fe2
XSIZE (goaccess-0.3.3.tar.gz) = 121955
81841b93f6726a4fe6974d850f6e2699
echo c - goaccess/files
mkdir -p goaccess/files > /dev/null 2>&1
echo x - goaccess/files/patch-util.c
sed 's/^X//' >goaccess/files/patch-util.c << 'd9ec284d12633804807083ff7ef57868'
X--- ./util.c.orig	2010-11-17 11:23:54.000000000 +0100
X+++ ./util.c	2010-11-17 11:24:10.000000000 +0100
X@@ -29,6 +29,7 @@
X #include <stdlib.h>
X #include <netdb.h>
X #include <sys/types.h>
X+#include <sys/socket.h>
X #include <unistd.h>
X #include <sys/stat.h>
X #include <errno.h>
d9ec284d12633804807083ff7ef57868
exit
--- goaccess-0.3.3.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4ce3f0ce.8709d80a.7bd9.ffff8264>