diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-08 11:22:32 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-08 11:22:32 +0000 |
commit | fafb2df969f8dc92e73f8cb5747b2d78d72a5b58 (patch) | |
tree | 7369465128557f705b13147e6bb9cff3b2795dd9 /www/Makefile | |
parent | ef4a87437458ce7143d6c5fb204367aea077b260 (diff) |
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 <allie@pajunas.com>
Notes
Notes:
svn path=/head/; revision=90617
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index e8b1fd273859..42f1cde49752 100644 --- a/www/Makefile +++ b/www/Makefile @@ -416,6 +416,7 @@ SUBDIR += peacock SUBDIR += pear-APC SUBDIR += pgdriver + SUBDIR += pglogd SUBDIR += photo_gallery SUBDIR += php-dyn SUBDIR += php-screw |