statistics collected using vnstat(1). However, the image file
format is limited to png. All basic outputs of vnStat are
supported excluding live traffic features. The image can be
outputted either to a file or to standard output.
vnstati is the image output command for vnstat(1). It provides
png image file output from database files created using vnStat.
WWW: http://humdi.net/vnstat/
PR: ports/129994
Submitted by: Dennis Herrmann <adox at mcx2.org>
management system (the first!) written in PHP fully compliant with
the XHTML 1.1 and CSS2 standards. One of its main purpose is to help
developers and (not so) advanced users to easily setting up a web
application (blog, site, etc.) without have to deal with the "boring"
side of this process such as layout generation code, menu blocks and
so on. Its modularization system allow to mantain a light and fast core
which only have to generate the layout and load the modules to delegate
all the real and hard work to them. You never have to learn new weird
APIs in order to deal with the CHeMS internals, there is full controll.
That's why CHeMS is not a Content Management System (CMS) but rather it's
an assistant.
WWW: http://chems.sf.net
metaprogramming easier. For the lore of metaprogramming see Seeing
Metaclasses Clearly and Chapter Six of Why's (Poignant) Guide to Ruby.
WWW: http://rubyforge.org/projects/metaid/
validations similar to ActiveRecord's. The library follows ActiveRecord's
lead for features that are similar and introduces new features.
WWW: http://validatable.rubyforge.org/
Dynamic Scripting technique to create adaptive AI scripts automatically
from predefined rulesets.
WWW: http://sysfault.org/projects
PR: ports/129848
Submitted by: Marcus von Appen <mva at sysfault.org>
between different formats. It utilizes the gstreamer library for
conversion so any formats supported by gstreamer should also be
supported by gstfs. The filesystem's only requirement is that the
gstreamer pipeline begin with a filesrc with the name "_source"
and end with an fdsink with the name "_dest". The filesystem will
automatically substitute the filename and fd number in these
pipelines.
WWW: http://bobcopeland.com/gstfs/
PR: ports/129984
Submitted by: Dennis Herrmann <adox at mcx2.org>
Notable changes:
- support for FreeBSD/amd64
- a bunch of new libraries
- several bugs are fixed
PR: 129974
Submitted by: Vitaly Magerya <vmagerya@gmail.com>
searching, reviewing and analyzing network event data, including syslog,
windows event log and many other event sources. It focusses on the
user-interface side of this project, so the data itself needs to be
gathered by another program, for example the stock syslogd, rsyslog (often
the distro's default syslogd), WinSyslog or MonitorWare Agent.
PhpLogCon is a free, GPLed open source application written mostly in php.
Data can be obtained from databases but also from plain text files,
for example those that are written by the syslogd.
WWW: http://www.phplogcon.org/
PR: ports/129805
Submitted by: Cristiano Rolim Pereira <cristianorolim at hotmail.com>
PyMe's development model is GPGME + Python + SWIG (just like m2crypto is
an OpenSSL + Python + SWIG) combination which means that most of the
functions and types are converted from C into Python automatically by SWIG.
In short, to be able to use PyMe you need to be familiar with GPGME.
WWW: http://pyme.sourceforge.net/
tool, equaling and even outperforming other similar tools in some aspects.
Beyond the core functionality, Dotclear is designed to provide the user with
the most comfortable experience.
- Easy publication
- Fully customizable theme
- User-friendly administration
- Flexible template system
- Media management
- Flexible template system
- Media management
- Choose your input method
- Flexible comment system
- Built-in antispam
- Localization
- Full Unicode support
- Tags and categories
- Multi-user with permissions
- Multiblog
- and a lot more..
WWW: http://dotclear.org/
from other bulletin boards into the forum package it is today. Therefore,
it is a professional and efficient discussion board, developed by an active
team of developers. The MyBB history has been recorded and is available for
the interested to read. You can also read more about the MyBB team and why
they develop MyBB in their spare time. We also like to highlight the most
active and contributing fansites of the MyBB community.
WWW: http://mybboard.net/
- Remove the listBuildPortsQueue error when there are no ports in the queue.
- Teach sendBuildCompletionMail how to lookup a user by both name and ID.
This will fix the problem where tinderd doesn't send build completion
mail.
- Add a -u argument to addBuildPortsQueueEntry to set a user name of a
queue entry.
- Introduce 2 inc_tinderbox config vars, reload_interval_latest and
reload_interval_current which allow to set the reload interval for
"Current And Latest Builds" page while no port is building and while
a port is building respectively.
- Use the canonical PHP tag instead of short tags to make Tinderbox more
flexible in where it can be deployed.
- Introduce logfile markup support. The data base stores regular
expressions for things you like to flag in build logs (e.g. GCC
warnings indicating missing prototypes). The frontend parse the
logs and colorize matching lines. If a port failed to build the
port_fail_pattern is automatically highlighted. The frontend
allow you to toggle the display of line numbers and toggle which
patterns are highlighted.
To enable the logfile markup create the logfile_patterns table (see
the last table in scripts/sql/schema.[mysql|pgsql].pre) and load the default
patterns from scripts/sql/values.lp into the newly created table.
Bump PORTREVISION.