all codecs (from transcode CVS)
- our libavcodec does not have an encoder named 'h264', but it does have
'libx264'. H.264 encoding is now possible.
- bump PKGNAME
CGI::SSI is meant to be used as an easy way to filter shtml through CGI
scripts in a loose imitation of Apache's mod_include. If you're using
Apache, you may want to use either mod_include or the Apache::SSI module
instead of CGI::SSI. Limitations in a CGI script's knowledge of how the
server behaves make some SSI directives impossible to imitate from a CGI
script.
ok merdely@
This module is a simple HTML parser. It is similar in concept to
HTML::Parser, but it differs from HTML::TreeBuilder in a couple of
important ways.
ok merdely@
files. This file format is more compact and more readable than XML. And
unlike XML, it is type-aware, so it is not necessary to do string
parsing in application code.
Libconfig is very compact - just 25K for the stripped C shared library
(one-fifth the size of the expat XML parser library) and 39K for the
stripped C++ shared library. This makes it well-suited for
memory-constrained systems like handheld devices.
From Will Maier (MAINTAINER)
tweaks and ok sturm@ and kili@
FastCGI - a standards based protocol for communicating with
applications that generate dynamic content for web pages.
FastCGI provides a superset of CGI functionality, but a subset of the
functionality of programming for a particular web server API.
Nonetheless, the feature set is rich enough for programming virtually
any type of web application, but the result is generally more
scalable.
Original suggestion from Roland Philippsen
Advice from steve@ and mbalmer@
Help and ok, simon@
castget is a simple, command-line based RSS enclosure downloader. It is
primarily intended for automatic, unattended downloading of podcasts.
from Gleydson Soares (MAINTAINER) with tweaks by me
Gimmix is a graphical music player daemon (MPD) client written in C
using GTK+2. It's very simple and easy to use, yet offers many features
to make your audio experience a pleasant one.