information that is stored in other AWS SDKs. Other AWS SDKs have a
"data-driven" approach, meaning that the definitions for the method
calls are stored in a data structure describing input and output
parameters.
The project is actually generating all of it's classes from botocore.
WWW: http://search.cpan.org/dist/Paws/
Japanese into one another. It enables conversion between romanized
Japanese, hiragana, and katakana. It also includes a number of
unusual encodings such as Japanese braille and morse code, as well as
conversions between Japanese and Cyrillic and Hangul. It also handles
conversion between the Chinese characters (kanji) used before and
after the character reforms of 1949, as well as the various bracketed
and circled forms of kana and kanji.
WWW: http://search.cpan.org/dist/Lingua-JA-Moji/
different alphabets.
This is basically a helper module for Lingua::JA::Moji. It was split
out of that module as a general-purpose converter for any alphabets.
WWW: http://search.cpan.org/dist/Convert-Moji/
2015-07-21 graphics/kuickshow-kde4: Broken for more than 6 months
2015-07-21 graphics/sng: Broken for more than 6 months
2015-07-21 japanese/netype: Broken for more than 6 months
Now that a port dns/p5-Net-DNS has been upgraded to version 1.01,
this revealed an incompatibility with DNS resolving in SpamAssassin.
In short: Net::DNS::Packet->new no longer sets the RD (recursion
desired) bit in new packets, so essentially DNS queries no longer
work. Details at:
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7223
To bridge the time until SpamAssassin 3.4.2 gets released,
the attached patch is needed ( equivalent to
https://svn.apache.org/viewvc?view=rev&rev=1691992 ).
For earlier version of dns/p5-Net-DNS this patch is redundant,
but does no harm.
PR: 201741
Submitted by: Mark.Martinec@ijs.si
- Remove long command timer
- Misc parser and fixes
- Avoid / in generated message-id
- More improvements to find_message function
- Add cyrus IMAP extension commands
- Support extended-list options to list command
- Avoid undef warning on missing foldermode response
- Handle unexpected capability response
- Add ability to enable tracing when you "use" the module
- Replace multigetannotation with multigetmetadata
- Add IMAP myrights command
- Add IMAP id command
- Use release_socket to close connection
- Update root folder and Inbox vs INBOX handling
- Choose socket library to use, add SSL socket support
- Better formatting of email strings from envelope structure
Solarized is a sixteen color palette (eight monotones, eight accent colors)
designed for use with terminal and gui applications. It has several unique
properties. It has been tested extensively in real world use on color
calibrated displays (as well as uncalibrated/intentionally miscalibrated
displays) and in a variety of lighting conditions.
WWW: http://ethanschoonover.com/solarized
PR: 201096
Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
numbers. These utilities handle processing numbers as strings,
determining basic properties of numbers, or selecting a random number
from a range.
WWW: http://search.cpan.org/dist/Number-Misc/
Summary:
It looks like we forgot to add '${SETENV} ${MAKE_ENV}' to the build
script. Right now it ignores the compiler entirely.
Furthermore, regardless of whether a C11 compiler is being used, the
build will fail, for the reason that some C11 headers such as
<stdnoreturn.h> are being used in the code. Instead of trying to fix
that, simply disable this port on FreeBSD <10.1. I have no intent on
ever getting CloudABI to work on FreeBSD 9.
Reviewers: bapt
Reviewed By: bapt
Differential Revision: https://reviews.freebsd.org/D3077
- Added performance patch in CegoFieldValue.
Values with a length up to STATICFIELDBUF size ( 100 bytes ) are handled
using a static byte array. This saves expensive memory allocation
calls in most cases. First very rough performances analysis has
shown a performance improvement of about 5-10 percent
- The local copy logic was shifted from CegoSelect::nextGroupedTuple
to CegoGroupSpace::insertTuple.
Submitted by: Björn Lemke <lemke@lemke-it.com>
- Add "agpl" to GHOSTSCRIPT_DEFAULT. GHOSTSCRIPT_DEFAULT="9 agpl" is valid
for print/ghostscript9-agpl.
- Fix GHOSTSCRIPT_DEFAULT validation when using fmake.
optional; provide a way to disable Doxygen even when it was found in the
system
- License was changed to GPLv3; do not install LICENSE_FILE since it is
merely a boilerplate with no actual copyright data
- `audio/ardour' needs to be patched for API changes in aubio 0.4. The
patch comes from upstream, but new aubio version detection logic is not
directly applicable, so simply define HAVE_AUBIO4 in the port's Makefile
- While here, ensure that `audio/ardour' gets all of its dependencies,
(ir)regardless of particular OPTIONS selected (or not selected) for the
`audio/aubio' port
- Bump port revisions of `audio/ardour' and `audio/denemo', the only two
libaubio consumers in the tree
PR: 200556 (slightly modified)