- idle was incorrectly included in the -main package, not the -idle
subpackage. Move these to where they belong.
- The -main package installed a ${LOCALBASE}/python-config, which
would conflict with future python versions. Remove this and add
a MESSAGE suggesting users symlink python-config2.5 to it if
necessary
- An Emacs .el files was also installed by the -main package, this
too would conflict with parallel installs of different major
releases. Move this to the -tools subpackage.
bump PKG_PATCHLEVEL
Flip default ALL_TARGET to the one that will be used for current
and future (>=2.5) Python releases, move old default down into
2.3 and 2.4 Makefiles
Turn on a verbose retry when regress tests fail; saves messing with
LD_LIBRARY_PATH incantations to get them to rerun
Take maintainership
External policy checker for the postfix mail server. It will use pyspf to
check SPF records to determine if email should be rejected by your server.
from Pierre-Emmanuel Andre (MAINTAINER)
Sender-Policy-Framework queries in Python.
Provides an implementation of SPF useful for detecting email forgery.
from Pierre-Emmanuel Andre (MAINTAINER)
LibYAML is a YAML 1.1 parser and emitter written in C.
LibYAML covers presenting and parsing processes. Thus LibYAML defines the
following two processors:
* Parser, which takes an input stream of bytes and produces a sequence
of parsing events.
* Emitter, which takes a sequence of events and produces a stream of bytes
<...>
from Pierre-Emmanuel Andre (MAINTAINER)
Zmanda recovery manager for MySQL (MySQL ZRM) is a backup and
recovery manager for MySQL database server. It also provides backup
scheduling and reporting features.
It supports backup of MySQL databases/tables using various methods
(both running on same machine as the MySQL server as well as on a
remote machine).
From maintainer Giovanni Bechis, thanks!
Due to some licensing mess, it now uses GnuTLS instead of OpenSSL.
Switched to textproc/enchant instead of textproc/aspell for spelling.
No objection from ajacoutot@, looks good to MAINTAINER.
The main F-Spot user interface in Browse mode is shown. F-Spot supports
16 common files types, including JPEG, GIF, TIFF, RAW, and others.
Import your photos from your hard drive, camera (including PTP type), or
iPod.
Photos can be tagged for searching and grouping, and the timeline gives
quick sense of temporal location, and quanity of photos taken. F-Spot
can view and export EXIF and XMP metadata in your images.
Other features include fullscreen and slideshow modes.
it needs some more tweaking, hence it's not hooked to the builds yet.
Formerly known as SlimServer, this is a streaming audio server
for use with the SlimDevices/Logitech network music players -
Squeezebox, Transporter and SLiMP3.
* Web browser UI to control the player and manage playlists
* MP3 & WMA Internet radio
* Alarm clock
* Automatically imports metadata tags
* Browse and search by title, artist, album or genre
* Shuffle and repeat albums or songs
* Create, save, and import .pls, .cue and .m3u playlist files
* Displays current date and time when not playing
* Open protocol and command line API
* Expandable through 3rd party plug-ins and skins
* Supports multiple synchronized players
* Listen from any computer using an MP3 software player
* precise license
* add missing desktop-file-utils goo
* add PORTHOME to quiet up qmake4
* respect CXXFLAGS
* don't force -O3 optimisation
* install man pages where they belong
"go ahead and commit" pvalchev@
Tomboy is a desktop note-taking application for Linux and Unix. Simple and
easy to use, but with potential to help you organize the ideas and
information you deal with every day.
ndesk-dbus is a C# implementation of D-Bus. It's often referred
to as dbus-sharp, or "managed D-Bus" to avoid confusion with
existing bindings (which wrap libdbus).
D-Bus is an inter-process communication framework that lets
applications interface with the system event bus as well as
allowing them to talk to one another in a peer-to-peer
configuration.
This module provides GLib integration as an optional extra.
ndesk-dbus is a C# implementation of D-Bus. It's often referred
to as dbus-sharp, or "managed D-Bus" to avoid confusion with
existing bindings (which wrap libdbus).
D-Bus is an inter-process communication framework that lets
applications interface with the system event bus as well as
allowing them to talk to one another in a peer-to-peer
configuration.
Mono.Addins is a framework for creating extensible applications,
and for creating libraries which extend those applications.
Mono.Addins has been designed to be easy to use and useful for
a wide range of applications: from simple applications with small
extensibility needs, to complex applications which need support
for large add-in structures.
This new framework intends to set an standard for building
extensible applications and add-ins in Mono.