brings the core modules for basic functionality.
-pgsql outputs to a Postgresql database
PR: ports/130046
Submitted by: Cristiano Rolim Pereira <cristianorolim at hotmail.com>
brings the core modules for basic functionality.
-mysql outputs to a MySQL database
PR: ports/130046
Submitted by: Cristiano Rolim Pereira <cristianorolim at hotmail.com>
brings the core modules for basic functionality.
-gssapi gives additional security with GSS API
PR: ports/130046
Submitted by: Cristiano Rolim Pereira <cristianorolim at hotmail.com>
brings the core modules for basic functionality.
-gnutls brings additional security with GNU TLS
PR: ports/130046
Submitted by: Cristiano Rolim Pereira <cristianorolim at hotmail.com>
brings the core modules for basic functionality.
-dbi give output via libdbi
PR: ports/130046
Submitted by: Cristiano Rolim Pereira <cristianorolim at hotmail.com>
reliability.
Among others, it offers support for on-demand disk buffering, reliable syslog
over TCP, SSL, TLS and RELP, writing to databases (MySQL, PostgreSQL, Oracle,
and many more), email alerting, fully configurable output formats (including
high-precision timestamps),the ability to filter on any part of the syslog
message, on-the-wire message compression, and the ability to convert text
files to syslog.
It is a drop-in replacement for stock syslogd and able to work with the same
configuration file syntax. Its advanced features make it suitable for
enterprise-class, encryption protected syslog relay chains while at the same
time being very easy to setup for the novice user.
Version 4.x.x is still in devel stage and can show stability issues.
WWW: http://www.rsyslog.com/
PR: ports/130014
Submitted by: Cristiano Rolim Pereira <cristianorolim at hotmail.com>
The rubygem-rrdtool port is no longer maintained by upstream developers.
Additionally it does not compile with rrdtool 1.3.
As rrdtool ships with its own ruby bindings, at least since version 1.3,
PR: ports/131002
Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> (maintainer)
yourself in the shoes of a young entrepeneur with some money from your
grandparents: eager to make them proud, with ambitions of establishing
a successful transport company, your challenge now is to build a
prospering enterprise.
WWW: http://simutrans.sourceforge.net/
PR: ports/130952
Submitted by: Tijl Coosemans <tijl at ulyssis.org>
It comes with a bunch of plugins (actually, sub-modules of SVN::Hooks)
that implement some of the most used standalone Subversion hooks
available, such as pre-commit hooks for enforcing:
- the log message format
- property settings
- the repository structure
- restrictions on the modification of repository areas (e.g., /tags)
- restrictions on filenames
- the integration with ticketing systems
It also comes with post-commit hooks for:
- sending commit emails
- updating configuration files in the server from changes made in
the repository
But as a framework, it can be extended to implement all types of
hooks.
WWW: http://search.cpan.org/dist/SVN-Hooks/
The svnlook command is the workhorse of Subversion hook scripts,
being used to gather all sorts of information about a repository,
its revisions, and its transactions.
This script provides a simple object oriented interface to a specific
svnlook invocation, to make it easier to hook writers to get and
use the information they need. Moreover, all the information
gathered buy calling the svnlook command is cached in the object,
avoiding repetitious calls.
WWW: http://search.cpan.org/dist/SVN-Look/