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

The goal of Googlog is to be simple to install and use. so there's not a lot of functionnality,
but, from my point of vue, it is simple to install and use and fast to search into syslog's files.

WWW: http://www.googlog.org/

Approved by:	stas (mentor)
This commit is contained in:
Marcelo Araujo 2007-06-30 01:41:22 +00:00
parent 9bd7610cae
commit 0843010efc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194499
5 changed files with 60 additions and 0 deletions

View file

@ -260,6 +260,7 @@
SUBDIR += gnome_subr
SUBDIR += gnomebaker
SUBDIR += gnomefind
SUBDIR += googlog
SUBDIR += gpart
SUBDIR += gpkgdep
SUBDIR += gpte

43
sysutils/googlog/Makefile Normal file
View file

@ -0,0 +1,43 @@
# New ports collection makefile for: googlog
# Date created: 19 Jun 2007
# Whom: araujo
#
# $FreeBSD$
#
PORTNAME= googlog
PORTVERSION= 1.18
CATEGORIES= sysutils
MASTER_SITES= http://www.googlog.org/download/
DISTNAME= GoogLog-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= araujo@FreeBSD.org
COMMENT= GoogLog is a simple tool to search inside your syslog files
RUN_DEPENDS= ${SITE_PERL}/Config/Tiny.pm:${PORTSDIR}/devel/p5-Config-Tiny \
${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template
NO_BUILD= yes
USE_PERL5= yes
.include <bsd.port.pre.mk>
do-install:
@${MKDIR} ${WWWDIR}
${INSTALL_SCRIPT} ${WRKSRC}/GoogLog_cgi.pl ${WWWDIR}/
${INSTALL_DATA} ${WRKSRC}/googlog.ini ${WWWDIR}/
${INSTALL_DATA} ${WRKSRC}/index.html ${WWWDIR}/
.if !exists(${INSTALL_PATH}/googlog.ini)
${INSTALL_DATA} ${WRKSRC}/googlog.ini ${WWWDIR}/
.endif
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.html ${DOCSDIR}
.endif
.include <bsd.port.post.mk>

View file

@ -0,0 +1,3 @@
MD5 (GoogLog-1.18.tgz) = 036fd18b9ecb2325436cbd30d6869c24
SHA256 (GoogLog-1.18.tgz) = d0d9512aba5ff91f8ed5d3447097125e09c954b69fc3ccac3bcc71e906019981
SIZE (GoogLog-1.18.tgz) = 10678

View file

@ -0,0 +1,6 @@
GoogLog - GoogLog is a easy and simple web tool to search inside your syslog files.
The goal of Googlog is to be simple to install and use. so there's not a lot of functionnality,
but, from my point of vue, it is simple to install and use and fast to search into syslog's files.
WWW: http://www.googlog.org/

View file

@ -0,0 +1,7 @@
%%WWWDIR%%/GoogLog_cgi.pl
%%WWWDIR%%/googlog.ini
%%WWWDIR%%/index.html
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/README.html
@dirrmtry %%WWWDIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%