Make FreeBSD patches to be port's options and remove separated port.
Rename patches to more sane names.
Add devel/subversion16 port, for people, who need old version.
Mark ports, which could not be built with subversion 1.7.x, as
conflicting with new subversion.
When buying electronic music from Amazon, one is required to
download a so-called .amz-file, which in essence is a download
list. This file is necessary to conduct the download of purchased
music, for which a propriatary program from Amazon is required.
This program is available for Windows and Ubuntu Linux, but not
for FreeBSD. net/clamz redresses that situation.
However, before being able to download the .amz, one is required
to install said propriatary program, which sets a cookie that
allows to download amz-files. This is infeasible for users of
FreeBSD.
On the project site of net/clamz, an alternative to downloading
said program is presented, which in essence is an alternative way
to have aformentioned cookie set.
PR: ports/160705
Submitted by: Christopher J. Ruwe <cjr@cruwe.de>
Approved by: maintainer timeout (4 weeks)
WordPress is a state-of-the-art semantic personal publishing platform
with a focus on aesthetics, web standards, and usability.
More simply, Wordpress is what you use when you want to work
with your blogging software, not fight it.
WWW: http://ja.wordpress.org/
PR: ports/160172
Submitted by: Takefu <takefu_AT_airport_DOT_fm>
POE::Loop::Tk implements the interface documented in POE::Loop. Therefore it has
no documentation of its own. Please see POE::Loop for more details.
POE::Loop::Tk is one of two versions of the Tk event loop bridge. The other,
POE::Loop::TkActiveState accommodates behavior differences in ActiveState's
build of Tk. Both versions share common code in POE::Loop::TkCommon.
POE::Loop::Tk dynamically selects the appropriate bridge code based on the
runtime enviroment.
WWW: http://search.cpan.org/dist/POE-Loop-Tk/
Hash::NoRef is a Perl module to create HASH that store values without increase
the reference count (weak references). This can be used to store objects but
without interfere in the DESTROY mechanism, since the reference in this HASH
won't count.
WWW: http://search.cpan.org/dist/Hash-NoRef/
Text::Levenshtein implements the Levenshtein edit distance. The Levenshtein edit
distance is a measure of the degree of proximity between two strings. This
distance is the number of substitutions, deletions or insertions ("edits")
needed to transform one string into the other one (and vice versa). When two
strings have distance 0, they are the same.
WWW: http://search.cpan.org/dist/Text-Levenshtein/