The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a LGPL'd
C++ graphical user interface toolkit for X (UNIX(r)), OpenGL(r),
and Microsoft(r) Windows(r) NT 4.0, 95, or 98. It was originally
developed by Mr. Bill Spitzak and is currently maintained by a
small group of developers across the world with a central
repository in the US.
from James Turner (MAINTAINER) with some tweaks by me
Add no_server PSEUDO_FLAVOR
Reorganize the Makefile some.
Remove dependency on qwt.
Set FULLPKGPATH for -main and -bat to remove backend dependencies
(found by and solution from naddy@)
Use SUBST_CMD.
ok jdixon@, okan@
- 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@