From gslin@host-1.pixnet.tw  Wed Oct 15 01:42:55 2008
Return-Path: <gslin@host-1.pixnet.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 705AB1065699
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 15 Oct 2008 01:42:55 +0000 (UTC)
	(envelope-from gslin@host-1.pixnet.tw)
Received: from host-1.pixnet.tw (60-199-248-144.static.tfn.net.tw [60.199.248.144])
	by mx1.freebsd.org (Postfix) with ESMTP id 1FA4E8FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 15 Oct 2008 01:42:54 +0000 (UTC)
	(envelope-from gslin@host-1.pixnet.tw)
Received: from host-1.pixnet.tw (gslin@localhost [127.0.0.1])
	by host-1.pixnet.tw (8.14.2/8.14.2) with ESMTP id m9F1gqdl045631;
	Wed, 15 Oct 2008 09:42:52 +0800 (CST)
	(envelope-from gslin@host-1.pixnet.tw)
Received: (from gslin@localhost)
	by host-1.pixnet.tw (8.14.2/8.14.2/Submit) id m9F1gqRN045630;
	Wed, 15 Oct 2008 09:42:52 +0800 (CST)
	(envelope-from gslin)
Message-Id: <200810150142.m9F1gqRN045630@host-1.pixnet.tw>
Date: Wed, 15 Oct 2008 09:42:52 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@gslin.org
Subject: [NEW PORT] www/asql: Query Apache logfiles via SQL
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         128110
>Category:       ports
>Synopsis:       [NEW PORT] www/asql: Query Apache logfiles via SQL
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 15 01:50:01 UTC 2008
>Closed-Date:    Fri Nov 21 20:35:30 UTC 2008
>Last-Modified:  Fri Nov 21 20:40:13 UTC 2008
>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@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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Oct 15 04:37:20 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128110 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Nov 21 20:35:30 UTC 2008 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128110 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128110: commit references a PR
Date: Fri, 21 Nov 2008 20:35:59 +0000 (UTC)

 miwi        2008-11-21 20:35:50 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www                  Makefile 
   Added files:
     www/asql             Makefile distinfo pkg-descr 
     www/asql/files       patch-Makefile 
   Log:
   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/
   
   PR:             ports/128110
   Submitted by:   Gea-Suan Lin <gslin at gslin.org>
   
   Revision  Changes    Path
   1.2176    +1 -0      ports/www/Makefile
   1.1       +24 -0     ports/www/asql/Makefile (new)
   1.1       +3 -0      ports/www/asql/distinfo (new)
   1.1       +14 -0     ports/www/asql/files/patch-Makefile (new)
   1.1       +6 -0      ports/www/asql/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
