that will work on your platform.
A File::ChangeNotify::Watcher class monitors a directory for changes made to
any file. You can provide a regular expression to filter out files you are not
interested in. It handles the addition of new subdirectories by adding them to
the watch list.
WWW: http://search.cpan.org/dist/File-ChangeNotify/
PR: ports/137770
Submitted by: Alexey V. Degtyarev
naming policy for the loading class so that accessors are separated into get
and set methods. The get methods have the same name as the accessor, while set
methods are prefixed with "set_".
WWW: http://search.cpan.org/dist/MooseX-SemiAffordanceAccessor/
PR: ports/137769
Submitted by: Alexey V. Degtyarev
which provides optional and handy utilities for Pylons
applications using this authorization framework.
Some of the features of the plugin include:
* The utilities are ready to use: There's nothing
additional to be configured before using.
* 100% documented. Each component is documented along
with code samples.
* The test suite has a coverage of 100% and it will
never decrease -- if it ever does, report it as a bug!
* TurboGears 2 is officially supported as well.
WWW: http://pypi.python.org/pypi/repoze.what-pylons/
PR: ports/137602
Submitted by: Wen Heping <wenheping at gmail.com>
to wrap a call to its pipeline children inside a transaction. This
is a fork of the repoze.tm package which depends only on the transaction
package rather than the entirety of ZODB (for users who don't rely on
ZODB).
WWW: http://www.repoze.org/
PR: ports/137601
Submitted by: Wen Heping <wenheping at gmail.com>
for Python. It is mainly used by the ZODB, though.
WWW: http://pypi.python.org/pypi/transaction/
PR: ports/137600
Submitted by: Wen Heping <wenheping at gmail.com>
- rework KDE4_BUILDENV
All ports:
- remove needless post-extract target
- make patches relative to ${PATCH_WRKSRC}
- clean up
- bump PORTREVISION when required
databases/akonadi:
- replace dependency on boost-python-libs with boost-libs
(finally, boost-pyhton does not conflict with boost \o/)
deskutils/kdepim*:
- replace boost-python-libs with boost-libs
- reduce dependencies
- respect PREFIX
- fix build with qt3 installed
misc/kdeedu4:
- add dependency on astro/xplanet (for KStars)
misc/kdeutils4:
- add dependency on devel/qca (for okteta)
- make dependency on kdebase non-optional
multimedia/kdemultimedia4:
- add optional support for PulseAudio
x11/kdebase4:
- remove needless dependency on kdebase4-runtime
x11/kdebase4-runtime, x11/kdebase4-workspace
- remove extra CMAKE_ARGS to fix build for qt3/kde3 users
x11/kdelibs4
- remove needless dependencies
- remove extra CMAKE_ARGS to fix build for qt3/kde3 users
structures (binary or textual).
It is based on the concept of defining data
structures in a declarative manner,
rather than procedural code: more complex constructs are
composed of a hierarchy of simpler ones.
PR: ports/137593
Submitted by: Piotr Florczyk <p.florczyk at adminworkshop.pl>