Cntlm is an http proxy server, written in pure C, that allows you to
authenticate via the proprietary NTLM protocol, so you can use web
sites and web proxies that require NTLM/NTLMv2 authorization.
Rubrica is an addressbook manager for the GNOME Environment. It allows
you to add personal data (name, surname, address, etc.), web links, irc
and email addresses, telephone numbers, job information (company where
contact works, company infos, contact's assigment, etc.) and notes.
Rubrica can import/export addressbooks from/to GnomeCard, KAddressbook,
Evolution, Csv file format, and an export addressboks to HTML and text
format.
Reworked from an original submission by landry@ ages and ages ago...
Audio::Scan is a C-based scanner for audio file metadata and tag
information. It currently supports MP3 via an included version of
libid3tag, MP4, Ogg Vorbis, FLAC (if libFLAC is installed), ASF,
WAV, AIFF, Musepack, and Monkey's Audio.
- sync patches with upstream repo: OpenJDK/bds-port
- fix gtk look and feel issue caused by dlopen of non-matching major
- fix other dlopen's of non-matching majors
- change max memory utilization on i386 to correct build failures
From GNOME bugzilla #588655
g_mapped_file_free() has been deprecated in favor of g_mapped_file_unref().
While here, regen WANTLIB.
Breakage reported by jasper@ and naddy@
early so eventual runtime fallout will be dealt at p2k9.
Major bump on soup-2.4 lib, minor bump on soup-gnome-2.4 lib.
Tested in a bulk build by jasper@ and sthen@, thanks!
aliased is simple in concept but is a rather handy module. It loads
the class you specify and exports into your namespace a subroutine
that returns the class name. You can explicitly alias the class to
another name or, if you prefer, you can do so implicitly.
In the latter case, the name of the subroutine is the last part of
the class name.
ok pea@