Audacious is a multimedia player that currently uses a skinned user interface
based on Winamp 2.x skins. It is based on ("forked off") BMP and XMMS.
based on a submission by Vlad Glagolev <stelzy at gmail.com>
--
The Log::Procmail module processes procmail(1) logfiles and returns
the abstracts. You can get all the useful information by using the
methods from(), date(), subject(), folder() and size() on the
returned Log::Procmail::Abstract object.
ocaml apps compiled using it.
Issue was that the configure script which tried threads gets confused by
the spurious OpenBSD linker warnings about sprintf and falls back to VM
threads.
Bump PKGNAME, and trim an unneeded line from PLIST while here.
Reported by Adam Montague <amontague@siriushosting.com> and
Ivan M Makarenko <I.Makarenko@zsttk.ru>.
Also modify ocaml.port.mk to depend on the exact version of ocaml being
compiled against, since the OCaml library format makes no guarantees about
working across versions. This dependency should ensure that packages compiled
against different ocaml versions aren't mixed and matched.
pwd -P, and we select the longest prefix from PORTSDIR_PATH.
This lets mystuff-like dirs get stripped from PKGPATH correctly, as long
as PORTSDIR_PATH is set correctly.
K3DSurf can be used by everyone interested in 3D Mathematical drawing
functions and doesn't require any special competence of users. Most of
the work was done with the intention to make K3DSurf as simple as
possible without affecting its efficiency: K3DSurf program is developed
for use by beginner users with low level degree in mathematical science
by simply testing examples given with it and by rendering them with
Povray. Pov scripts (and other file formats) generated by K3DSurf can
also be integrated in complicated scenes.
"put it in" steven@
- put config files in /etc/apache2 instead of /var since this is not
chrooted
- make a couple of comments that refer to 'httpd' refer to 'httpd2'
instead
- don't install the build makefiles
ideas from bernd@ and steven@, ok steven@