Port details |
- pglogd Sends web server log entries to a PostgreSQL database
- 2.3_4 www =2 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: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: databases
- License: BSD3CLAUSE
- WWW:
- http://www.digitalstratum.com/pglogd/
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- 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/postgresql13-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: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.3_4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.3_4 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
2.3_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3_4 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
2.3_4 26 Jul 2019 20:46:57 |
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 |
2.3_3 12 Dec 2018 01:35:36 |
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 |
2.3_2 31 Oct 2017 14:51:54 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. |
2.3_2 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
2.3_2 01 Jun 2015 01:30:57 |
amdmi3 |
- Add LICENSE
- Drop @dirrm* from plist |
2.3_2 25 Aug 2014 12:19:44 |
bapt |
Convert to USES=pgsql |
2.3_2 11 Jun 2014 16:46:31 |
vanilla |
1: Stagify.
2: switch to USE_RC_SUBR.
3: add pkg-message to SUB_FILES. |
2.3_2 05 Feb 2014 08:22:03 |
bapt |
Reset maintainership due to mail bouncing
Reported by: pkg-fallout |
2.3_2 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.3_2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.3_2 06 Jun 2008 14:07:24 |
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) |
2.3_1 13 May 2006 04:41:22 |
edwin |
Remove USE_REINPLACE from categories starting with W |
2.3_1 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
2.3_1 25 Nov 2005 05:05:53 |
linimon |
Chase mastersite per distfile survey. |
2.3_1 31 Jan 2005 00:35:56 |
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) |
2.3 26 May 2004 17:43:43 |
pav |
- Update to 2.3
PR: ports/63241
Submitted by: Dominic Mitchell <dom@happygiraffe.net>
Approved by: maintainer timeout (3 months) |
2.2b_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
2.2b_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
2.2b 08 Oct 2003 11:22:32 |
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> |