From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 5 03:40:01 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C782E16A408 for ; Thu, 5 Apr 2007 03:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id A5A9313C448 for ; Thu, 5 Apr 2007 03:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l353e1ju070323 for ; Thu, 5 Apr 2007 03:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l353e1rO070322; Thu, 5 Apr 2007 03:40:01 GMT (envelope-from gnats) Resent-Date: Thu, 5 Apr 2007 03:40:01 GMT Resent-Message-Id: <200704050340.l353e1rO070322@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Marcelo Araujo (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 ; 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 ; 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 ; 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 ; 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 ; 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)" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/111248: [NEW PORT] sysutils/googlog 1.18 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Apr 2007 03:40:02 -0000 >Number: 111248 >Category: ports >Synopsis: [NEW PORT] sysutils/googlog 1.18 >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: Thu Apr 05 03:40:01 GMT 2007 >Closed-Date: >Last-Modified: >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 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 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 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: >Unformatted: