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.
part of the full fix that has been applied upstream past 1.1.11.
Bump PORTREVISION, giving wine-1.1.11_1,1.tbz which is kind of nice. :-)
PR: 129951
Submitted by: Christoph Mallon <christoph.mallon@gmx.de>