Skip site navigation (1)Skip section navigation (2)
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:   ports/111248: [NEW PORT] sysutils/googlog 1.18
Message-ID:  <1175744160.34598@island.freebsd.org>
Resent-Message-ID: <200704050340.l353e1rO070322@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1175744160.34598>