From araujo@bsdmail.org  Thu Apr  5 03:35:54 2007
Return-Path: <araujo@bsdmail.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 7381816A409
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  5 Apr 2007 03:35:54 +0000 (UTC)
	(envelope-from araujo@bsdmail.org)
Received: from mail.intelbras.com.br (mail.intelbras.com.br [201.24.77.45])
	by mx1.freebsd.org (Postfix) with ESMTP id D822413C457
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  5 Apr 2007 03:35:53 +0000 (UTC)
	(envelope-from araujo@bsdmail.org)
Received: from localhost (localhost.intelbras.com.br [127.0.0.1])
	by mail.intelbras.com.br (Postfix) with ESMTP id 7B48D2DA486
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  5 Apr 2007 00:35:52 -0300 (BRT)
Received: from mail.intelbras.com.br ([127.0.0.1])
	by localhost (copernicus.intelbras.com.br [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 1MX9jbjutbPA for <FreeBSD-gnats-submit@freebsd.org>;
	Thu,  5 Apr 2007 00:35:47 -0300 (BRT)
Received: from island.freebsd.org (unknown [201.41.231.106])
	by mail.intelbras.com.br (Postfix) with ESMTP id 73EAB2DA477
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  5 Apr 2007 00:35:47 -0300 (BRT)
Message-Id: <1175744160.34598@island.freebsd.org>
Date: Thu, 5 Apr 2007 00:36:00 -0300
From: "Marcelo Araujo (araujo@bsdmail.org)" <araujo@bsdmail.org>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [NEW PORT] sysutils/googlog 1.18
X-Send-Pr-Version: gtk-send-pr 0.4.7 
X-GNATS-Notify:

>Number:         111248
>Category:       ports
>Synopsis:       [NEW PORT] sysutils/googlog 1.18
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    araujo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 05 03:40:01 GMT 2007
>Closed-Date:    Sat Jun 30 02:08:58 GMT 2007
>Last-Modified:  Sat Jun 30 02:08:58 GMT 2007
>Originator:     Marcelo Araujo (araujo@bsdmail.org)
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
FreeBSD 
>Environment:


System: FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
    root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC



>Description:


- New port sysutils/googlog

GoogLog - GoogLog is a easy and simple web tool to search inside your syslog files.



>How-To-Repeat:





>Fix:


--- googlog.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:
#
#	googlog
#	googlog/pkg-descr
#	googlog/distinfo
#	googlog/Makefile
#	googlog/pkg-plist
#
echo c - googlog
mkdir -p googlog > /dev/null 2>&1
echo x - googlog/pkg-descr
sed 's/^X//' >googlog/pkg-descr << 'END-of-googlog/pkg-descr'
XGoogLog - GoogLog is a easy and simple web tool to search inside your syslog files.
X
XInstall it in the cgi-bin directory of your web server, and configure some variable below.
X
XThe goal of Googlog is to be simple to install and use. so there's not a lot of functionnality,
Xbut, from my point of vue, it is simple to install and use and fast to search into syslog's files.
X
XWWW: http://www.googlog.org/
END-of-googlog/pkg-descr
echo x - googlog/distinfo
sed 's/^X//' >googlog/distinfo << 'END-of-googlog/distinfo'
XMD5 (GoogLog-1.18.tgz) = 036fd18b9ecb2325436cbd30d6869c24
XSHA256 (GoogLog-1.18.tgz) = d0d9512aba5ff91f8ed5d3447097125e09c954b69fc3ccac3bcc71e906019981
XSIZE (GoogLog-1.18.tgz) = 10678
END-of-googlog/distinfo
echo x - googlog/Makefile
sed 's/^X//' >googlog/Makefile << 'END-of-googlog/Makefile'
X# New ports collection makefile for:    googlog
X# Whom:                 Marcelo Araujo <araujo@bsdmail.org>
X#
X#
X
XPORTNAME=	googlog
XPORTVERSION=	1.18
XCATEGORIES=	sysutils
XMASTER_SITES=	http://www.googlog.org/download/
XDISTNAME=	GoogLog-${PORTVERSION}
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	araujo@bsdmail.org
XCOMMENT=	GoogLog is a easy too to search inside your syslog files.
X
XRUN_DEPENDS=	${SITE_PERL}/Config/Tiny.pm:${PORTSDIR}/devel/p5-Config-Tiny \
X		${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
X		${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template
X
XNO_BUILD=	yes
XUSE_PERL5=	yes
X
XPORTDOCS=	README README.html
X
X.include <bsd.port.pre.mk>
X
Xdo-install:
X	@${MKDIR} ${WWWDIR}
X	${INSTALL_SCRIPT} ${WRKSRC}/GoogLog_cgi.pl ${WWWDIR}/
X	${INSTALL_SCRIPT} ${WRKSRC}/googlog.ini ${WWWDIR}/
X	${INSTALL_SCRIPT} ${WRKSRC}/index.html ${WWWDIR}/
X
X.if !exists(${INSTALL_PATH}/googlog.ini)
X	${INSTALL_SCRIPT} ${WRKSRC}/googlog.ini ${WWWDIR}/
X.endif
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/README.html ${DOCSDIR}
X.endif
X
X.include <bsd.port.post.mk>
END-of-googlog/Makefile
echo x - googlog/pkg-plist
sed 's/^X//' >googlog/pkg-plist << 'END-of-googlog/pkg-plist'
X%%WWWDIR%%/GoogLog_cgi.pl
X%%WWWDIR%%/googlog.ini
X%%WWWDIR%%/index.html
X@dirrm %%WWWDIR%%
END-of-googlog/pkg-plist
exit

--- googlog.shar ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Apr 5 03:40:08 UTC 2007 
Responsible-Changed-Why:  
itetcu@ wants this PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111248 
Responsible-Changed-From-To: itetcu->araujo 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Tue Jun 12 22:29:15 UTC 2007 
Responsible-Changed-Why:  
He can commit himself now 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111248 
State-Changed-From-To: open->closed 
State-Changed-By: araujo 
State-Changed-When: Sat Jun 30 02:08:56 UTC 2007 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111248 
>Unformatted:
