Python Paste brings consistency to Python web development and web
application installation, providing tools for both developers and
system administrators.
ok jasper@
hellanzb is a Python application designed for *nix environments that
retrieves nzb files and fully processes them. The goal being to make
getting files from Usenet (e.g.: Giganews Newsgroups) as hands-free as
possible. Once fully installed, all thats required is moving an nzb file
to the queue directory. The rest; fetching, par-checking, un-raring,
etc. is taken care of by hellanzb.
ok mglocker@
Rule-based Dispatching and Generic Functions. The dispatch module
allows Python programmers to write generic functions to handle
various problems based on rules for the arguments it receives.
"go ahead" (after some nice tweaks, actually) steven@
PyProtocols extends the PEP 246 adapt() function with a new
"declaration API" that lets you easily define your own protocols
and adapters, and declare what adapters should be used to adapt
what types, objects, or protocols. In addition to its own Interface
type, PyProtocols can also use Twisted and Zope's Interface types.
"go ahead" (after some nice tweaks, actually) steven@
Use class and function decorators -- even in Python 2.3 (now with
source debugging for generated code)! Want to use decorators, but
still need to support Python 2.3? Wish you could have class decorators,
decorate arbitrary assignments, or match decorated function signatures
to their original functions? Then you need "DecoratorTools".
"looks good" steven@
PGP/MIME message scrambled if password not typed correct on first.
Also, make it work with thunderbird 2.0.0.4.
ok kurt@
P.S., i'm tired of asking this, this is the last time i do. People
who have sparc64, please verify if this is still true after last
major tb/enigmail updates:
.if ${MACHINE_ARCH} == "sparc64"
BROKEN= "Thunderbird hangs when accessing items from the OpenPGP menu"
.endif
Let me, or kurt@ know.
eyeD3 is a Python module and program for processing ID3 tags.
Information about mp3 files (i.e bit rate, sample frequency, play time,
etc.) is also provided. The formats supported are ID3 v1.0/v1.1 and
v2.3/v2.4.
feedback and ok alek@
returning without waiting for the child process to complete which causes
a deadlock between nspr's WaitPidDaemonThread() and PR_WaitProcess().
Reported upstream w/more details:
https://bugzilla.mozilla.org/show_bug.cgi?id=385465
okay martynas@
a user named "log"; from sarg bugtracker via freebsd
also, fix sprintf and rcs id; from maintainer Douglas Santos
thanks to aanriot@, who found some errors when i merged Douglas
Santos diff
ok aanriot@ and maintainer Douglas Santos
Initial diff and sidebar-patch hosting by Stuart Henderson. Thanks!
Enable the Maildir/POP3/IMAP header cache by default and remove
the hcache FLAVOR.
Tested by many. Corrections from simon@.
ok simon@, steven@
Some autoconf fallout in generated documentation (and one source
file), so bump the PKGNAME. They even changed the default installation
path of the manpage, which requires an additional tweak to
CONFIGURE_ARGS.
No functional changes; same result for regression tests as before.
While here, force configure to use our grep and the one true awk,
even if g{grep,awk} are installed.