Import pgbadger 3.5.

pgBadger is a PostgreSQL log analyzer built for speed with fully
detailed reports from your PostgreSQL log file. It's a single and small
Perl script that aims to replace and out-perform the old PHP script
pgFouine.

pgBadger is written in pure Perl language. It uses a Javascript library
draw graphs so that you don't need additional Perl modules or any
other package to install. Furthermore, this library gives us additional
features, such as zooming.

pgBadger is able to autodetect your log file format (syslog, stderr or
csvlog). It is designed to parse huge log files, as well as gzip, zip or
bzip2 compressed files.

ok ajacoutot@
This commit is contained in:
landry 2013-08-10 16:07:50 +00:00
parent 1047fced61
commit 7436b85399
4 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/08/10 16:07:50 landry Exp $
COMMENT = advanced PostgreSQL log analyzer
DISTNAME = pgbadger-3.5
CATEGORIES = databases
HOMEPAGE = http://dalibo.github.io/pgbadger/
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=pgbadger/}
CONFIGURE_STYLE = perl
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (pgbadger-3.5.tar.gz) = XSVgI+Yvc7DC+9v0eNqvYyrEe35dstuPYb+W1cFNT+U=
SIZE (pgbadger-3.5.tar.gz) = 106899

View File

@ -0,0 +1,13 @@
pgBadger is a PostgreSQL log analyzer built for speed with fully
detailed reports from your PostgreSQL log file. It's a single and small
Perl script that aims to replace and out-perform the old PHP script
pgFouine.
pgBadger is written in pure Perl language. It uses a Javascript library
draw graphs so that you don't need additional Perl modules or any
other package to install. Furthermore, this library gives us additional
features, such as zooming.
pgBadger is able to autodetect your log file format (syslog, stderr or
csvlog). It is designed to parse huge log files, as well as gzip, zip or
bzip2 compressed files.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/08/10 16:07:50 landry Exp $
bin/pgbadger
@man man/man1/pgbadger.1