From fafb2df969f8dc92e73f8cb5747b2d78d72a5b58 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Wed, 8 Oct 2003 11:22:32 +0000 Subject: NEW PORT: pglod - inserts web logs into a PostgreSQL database pgLOGd, simply put, is a program that takes web server log entries and sends them to a database. It is called pgLOGd because of the database it was designed to function with, PostgreSQL. It is fast, robust and features fall-back-logging to a text file. It is flexible and typically uses less than 128K of memory. PR: ports/51647 Submitted by: Allie Micka --- www/pglogd/pkg-plist | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 www/pglogd/pkg-plist (limited to 'www/pglogd/pkg-plist') diff --git a/www/pglogd/pkg-plist b/www/pglogd/pkg-plist new file mode 100644 index 000000000000..8767dc370d48 --- /dev/null +++ b/www/pglogd/pkg-plist @@ -0,0 +1,11 @@ +bin/pglogd +share/pglogd/pglogd_tables.sql +share/pglogd/queries.txt +share/pglogd/weblog_daily.sql +share/pglogd/README +share/pglogd/CHANGELOG +etc/pglogd.conf.sample +etc/rc.d/020.pglogd.sh +@dirrm share/pglogd +@unexec if cmp -s %D/etc/rc.d/020.pglogd.sh %D/etc/rc.d/020.pglogd.sh-dist; then rm -f %D/etc/rc.d/020.pglogd.sh; fi +@exec [ -f %B/020.pglogd.sh ] || ( cp %B/%f %B/020.pglogd.sh; chmod 755 %B/020.pglogd.sh ) -- cgit v1.2.3