cconv(pronunciation: see-conv.) is iconv based simplified-traditional
chinese conversion tool. It is NOT only transcoding program, but also
TRANSLATE tools between the Simplified Chinese and Traditional Chinese.
ok rpointel@
This eliminates a number of patches which have been committed
upstream, as well as removes the texlive build dependency. The PDF
documentation is no longer built, which doesn't seem to upset anyone.
ok jasper@
POE::Component::Resolver performs Socket::GetAddrInfo::getaddrinfo()
calls in subprocesses where they're permitted to block as long as
necessary.
By default it will run eight subprocesses and prefer address
families in whatever order Socket::GetAddrInfo returns them.
These defaults can be overridden with constructor parameters.
from wen heping (MAINTAINER),
needed by upcoming p5-POE update, not hooking this up yet.
ok sthen@
POE::Component::Syndicator is a base class for POE components
which need to handle a persistent resource (e.g. a connection
to an IRC server) for one or more sessions in an extendable way.
from wen heping (MAINTAINER),
needed by upcoming p5-POE update, not hooking this up yet.
ok sthen@
since we depend on yelp it'll get installed anyway. This is to ease
grep(1) over the ports tree to check ports that could be impacted by
the GNOME3 update (as well as consistency with the rest of stuffs
dependeing on yelp).
While here, regen wantlib.
PLIST and delete everything under the @sample'd directory instead of the
directory itself to prevent a warning from pkg_delete(1) trying to
remove a non existing directory and to help preventing left-over files
and directories.
ok aja@
PLIST and delete everything under the @sample'd directory instead of the
directory itself to prevent a warning from pkg_delete(1) trying to
remove a non existing directory and to help preventing left-over files
and directories.
ok aja@
* Fixed bug #543-2 (the issue was reopened with a completely different report)
that caused Redis to randomly crash on list push performed against lists
with other clients blocked with BLPOP (or variants).
* Fixed bug #543. If you saw Redis instances crashing on List operations
(only happening with a non-default max entry size ziplist setting in
redis.conf) it was almost certainly this problem.
* Fixed a bug with replication where SLAVEOF NO ONE caused a slave to close the
connection with all its slaves.
- Merge in a whole bunch of various fixes from upstream and add
comments for the existing fixes which didn't have a comment in
the patch.
From Brad; OK sthen@
PLIST and delete everything under the @sample'd directory instead of the
directory itself to prevent a warning from pkg_delete(1) trying to
remove a non existing directory and to help preventing left-over files
and directories.