- remove some unnecessary patches and add a no_lang
pseudo flavor which allows people to do a build w/o language packs
(requested by kurt@)
- from now on we set the file descriptor limit to a higher value (256)
in the OpenOffice build environment to prevent build failures
- point explicitly to the licensing FAQ instead of pointing to the contents
of the FAQ
libmal is simply a convenience library of the object files contained in
Tom Whittaker's malsync distribution, along with a few wrapper
functions.
The malsync utility enables people who have Palm OS devices to sync to
Mobile Application Link (MAL) compliant servers.
"go ahead" steven@
Perl Audio Converter is a tool for converting multiple audio types
from one format to another. See DESCR for supported formats.
It also has konqueror and amarok plugins.
based on submission by Andreas Bihlmaier <andreas.bihlmaier at gmx.de>
also tested by dassow@
Adapt make-plist to use the same code as pkg_create to deduce fragment
names, remove some old special cases that should no longer matter.
Zap directories from dependencies in a way depending on the dependency.
Far from perfect yet, as directories should be registered multiple times
in packages that do not depend on each other, and could also be used to
figure out where to put new files...
Geany is a small and lightweight integrated development environment.
It was developed to provide a small and fast IDE, which has only
a few dependencies from other packages.
Basic features of Geany:
* syntax highlighting
* code folding
* code completion
* auto completion of often used constructs like if, for and while
* auto completion of XML and HTML tags
* call tips
* many supported filetypes like C, Java, PHP, HTML, Python, Perl, Pascal
* symbol lists
from MAINTAINER Vlad Glagolev <stelzy gmail.com>
Audio Tag Tool is a program to manage the information fields in MP3 and
Ogg Vorbis files, commonly called tags. Tag Tool can be used to edit
tags one by one, but the most useful features are the ability to easily
tag or rename hundreds of files at once, in any desired format. The mass
tag and mass rename features can handle filenames in any format thanks
to an easily configurable format template.
from MAINTAINER Vlad Glagolev <stelzy at gmail.com>
libdaemon is a lightweight C library that eases the writing of UNIX
daemons. It consists of the following parts:
* A wrapper around fork() which does the correct daemonization procedure
of a process
* A wrapper around syslog() for simpler and compatible log output to
Syslog or STDERR
* An API for writing PID files
* An API for serializing UNIX signals into a pipe for usage with
select() or poll()
* An API for running subprocesses with STDOUT and STDERR redirected to
syslog.
ok kili@
libConfuse is a configuration file parser library, and written in C. It
supports sections and (lists of) values (strings, integers, floats,
booleans or other sections), as well as some other features (such as
single/double-quoted strings, environment variable expansion, functions
and nested include statements). It makes it very easy to add
configuration file capability to a program using a simple API.
ok kili@