Port details |
- pglogd Sends web server log entries to a PostgreSQL database
- 2.3_4 www
=0 2.3_4Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2003-10-08 11:25:13
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: databases
- License: BSD3CLAUSE
- Description:
- 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.
WWW: http://www.digitalstratum.com/pglogd/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/pglogd/ && make install clean
- To add the package, run one of these commands:
- pkg install www/pglogd
- pkg install pglogd
- PKGNAME: pglogd
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (pglogd-2.3.tar.gz) = 2a0e81cc0e0ab3132a48f11834908fdc6b8e4d70c0e6c12dff8815bc93582e78
SIZE (pglogd-2.3.tar.gz) = 22796
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libpq.so.5 : databases/postgresql12-client
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- www_pglogd
- USES:
- pgsql
- pkg-message:
- For install:
- You need to create a PostgreSQL database for your logs:
# su - postgres
$ createdb pglogd
$ psql pglogd < /usr/local/share/pglogd/pglogd_tables.sql
$ exit
and copy /usr/local/share/pglogd/pglogd.conf
to /usr/local/etc/pglogd.conf
pglogd can then be started with:
# /usr/local/etc/rc.d/020.pglogd.sh start
Read the complete documentation on configuring pglogd
and apache at http://www.digitalstratum.com/pglogd/
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 2.3_4
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Aug 2019 12:25:09
2.3_4
|
mat  |
Convert to UCL & cleanup pkg-message (categories w) |
26 Jul 2019 20:46:57
2.3_4
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
12 Dec 2018 01:35:36
2.3_3
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
31 Oct 2017 14:51:54
2.3_2
|
olgeni  |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. |
19 May 2016 10:53:06
2.3_2
|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
01 Jun 2015 01:30:57
2.3_2
|
amdmi3  |
- Add LICENSE
- Drop @dirrm* from plist |
25 Aug 2014 12:19:44
2.3_2
|
bapt  |
Convert to USES=pgsql |
11 Jun 2014 16:46:31
2.3_2
|
vanilla  |
1: Stagify.
2: switch to USE_RC_SUBR.
3: add pkg-message to SUB_FILES. |
05 Feb 2014 08:22:03
2.3_2
|
bapt  |
Reset maintainership due to mail bouncing
Reported by: pkg-fallout |
20 Sep 2013 23:36:54
2.3_2
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
19 Mar 2011 12:38:54
2.3_2
|
miwi  |
- Get Rid MD5 support |
06 Jun 2008 14:07:24
2.3_2
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
13 May 2006 04:41:22
2.3_1
|
edwin  |
Remove USE_REINPLACE from categories starting with W |
24 Jan 2006 03:14:23
2.3_1
|
edwin  |
SHA256ify
Approved by: krion@ |
25 Nov 2005 05:05:53
2.3_1
|
linimon  |
Chase mastersite per distfile survey. |
31 Jan 2005 00:35:56
2.3_1
|
girgen  |
Split the postgresql ports into a server and a client part.
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors) |
26 May 2004 17:43:43
2.3
|
pav  |
- Update to 2.3
PR: ports/63241
Submitted by: Dominic Mitchell <dom@happygiraffe.net>
Approved by: maintainer timeout (3 months) |
31 Mar 2004 03:12:58
2.2b_1
|
trevor  |
SIZEify (maintainer timeout) |
04 Feb 2004 05:10:27
2.2b_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
08 Oct 2003 11:22:32
2.2b
|
edwin  |
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> |