ports/128110: [NEW PORT] www/asql: Query Apache logfiles via SQL

Gea-Suan Lin gslin at gslin.org
Wed Oct 15 01:50:02 UTC 2008


>Number:         128110
>Category:       ports
>Synopsis:       [NEW PORT] www/asql: Query Apache logfiles via SQL
>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 Oct 15 01:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD host-1.pixnet.tw 7.0-STABLE FreeBSD 7.0-STABLE #1: Wed Jul 16 13:00:27 CST 2008
>Description:
asql is a simple console shell which allows you to run SQL queries
against an Apache logfile, something that can be very useful -
especially at getting information which is not easily available via
static logfile analysers.

WWW:	http://www.steve.org.uk/Software/asql/

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

--- asql-0.9.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:
#
#	asql
#	asql/pkg-descr
#	asql/Makefile
#	asql/distinfo
#	asql/files
#	asql/files/patch-Makefile
#
echo c - asql
mkdir -p asql > /dev/null 2>&1
echo x - asql/pkg-descr
sed 's/^X//' >asql/pkg-descr << '3ac01a0c7eecd585e6b4f5c7656763be'
Xasql is a simple console shell which allows you to run SQL queries
Xagainst an Apache logfile, something that can be very useful -
Xespecially at getting information which is not easily available via
Xstatic logfile analysers.
X
XWWW:	http://www.steve.org.uk/Software/asql/
3ac01a0c7eecd585e6b4f5c7656763be
echo x - asql/Makefile
sed 's/^X//' >asql/Makefile << '7716d602cfa44abe13a6a6811e3ab5c2'
X# New ports collection makefile for:	asql
X# Date created:		2008-10-15
X# Whom:			Gea-Suan Lin <gslin at gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	asql
XPORTVERSION=	0.9
XCATEGORIES=	www
XMASTER_SITES=	http://www.steve.org.uk/Software/asql/
X
XMAINTAINER=	gslin at gslin.org
XCOMMENT=	Query Apache logfiles via SQL
X
XRUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \
X		${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
X		${SITE_PERL}/Term/ReadLine.pm:${PORTSDIR}/devel/p5-ReadLine-Perl
X
XNO_BUILD=	yes
XPLIST_FILES=	bin/asql
XUSE_PERL5=	yes
X
X.include <bsd.port.mk>
7716d602cfa44abe13a6a6811e3ab5c2
echo x - asql/distinfo
sed 's/^X//' >asql/distinfo << '6699e986fb1d050f61938591161b200f'
XMD5 (asql-0.9.tar.gz) = fe709edc40618848862b61a10d0c1e9c
XSHA256 (asql-0.9.tar.gz) = 1cbc64c7d9431c06402e5c2c15b53d315f876ff53bc5a3ac99b16eaac68b5572
XSIZE (asql-0.9.tar.gz) = 12777
6699e986fb1d050f61938591161b200f
echo c - asql/files
mkdir -p asql/files > /dev/null 2>&1
echo x - asql/files/patch-Makefile
sed 's/^X//' >asql/files/patch-Makefile << '05a3060841c4e5c62c5aad15ef6a328f'
X--- Makefile.orig	2008-10-15 09:37:42.000000000 +0800
X+++ Makefile	2008-10-15 09:38:00.000000000 +0800
X@@ -40,9 +40,8 @@
X 	hg diff 2>/dev/null
X 
X install:
X-	mkdir -p ${PREFIX}/usr/bin/
X-	cp bin/asql ${PREFIX}/usr/bin/asql
X-	chmod 755 ${PREFIX}/usr/bin/asql
X+	cp bin/asql ${PREFIX}/bin/asql
X+	chmod 755 ${PREFIX}/bin/asql
X 
X 
X release: clean commands
05a3060841c4e5c62c5aad15ef6a328f
exit
--- asql-0.9.shar ends here ---

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



More information about the freebsd-ports-bugs mailing list