- Fixed some errors in the documentation.
- Fixed an error where large message bodies were
not returned properly.
- Updated documentation with new test scripts.
- Added the ability to delete messages.
PR: ports/71977
Submitted by: clsung
Approved by: co-mentor (vanilla)
The Caribbean Sea in the late 16th century: The Dutch, French,
English and Spanish crown aim to expand their areas of influence.
You as an auspiscious young captain are trying to make the best of
it, as you may either become a brave merchant soul, a freebooting
hero of your crown or a bloodlusty dreaded pirate leader.
Freebooters will hopefully become a free clone of the Sid Meier
classic Pirates!. It's written in C++ using SDL and licensed under
the GNU General Public License.
PR: ports/72189
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
- Module::Install is a a standalone, extensible installer for Perl modules.
- It is designed to be a drop-in replacement for ExtUtils::MakeMaker, and is a
descendent of CPAN::MakeMaker.
WWW: http://search.cpan.org/dist/Module-Install/
PR: ports/71794
Submitted by: clsung
Approved by: co-mentor (vanilla)
Glitz is an OpenGL image compositing library. Glitz provides
Porter/Duff compositing of images and implicit mask generation for
geometric primitives including trapezoids, triangles, and
rectangles.
PR: ports/72390
Submitted by: Michael Johnson <ahze@ahze.net>
- This is second beta release for SVK, and
it's SVK's one year birthday!
- I also add a warning messages when user
wants to run SVK with PPerl. When using
PPerl, (currently) it can be used for signle
user. And it doesn't respect umask.
These 2 problems are PPerl's, but I think
a warning is good for users.
PR: ports/71969
Submitted by: Rong-En Fan <rafan AT infor dot org>
Approved by: mentor (vanilla)
The ultimate quest of this module is to produce from non-XML text
text, that will will most probably pass throught any XML parser one
could find.
Basic cleaning is just XML tag matching (for every opening tag there
will be closing tag as well, and they will form a tree structure).
When you add some extra parameters, you will receive complete XML
text, including XML head and root element (if none were defined in
text, then some will be added).
WWW: http://search.cpan.org/~pkubanek/XML-Clean/
PR: ports/71829
Submitted by: Rong-En Fan <rafan AT infor dot org>
Approved by: mentor (vanilla)