zope.publisher allows you to publish Python objects on the web.
It has support for plain HTTP/WebDAV clients, web browsers as
well as XML-RPC and FTP clients. Input and output streams are
represented by request and response objects which allow for easy
client interaction from Python. The behaviour of the publisher
is geared towards WSGI compatibility.
WWW: http://pypi.python.org/pypi/zope.publisher
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github)
Feature safe: yes
LWPx::TimedHTTP performs an HTTP request exactly the same as LWP does normally
except for the fact that it times each stage of the request and then inserts the
results as header.
It's useful for debugging where abouts in a connection slow downs are occuring.
WWW: http://search.cpan.org/dist/LWPx-TimedHTTP/
Feature safe: yes
Remove the part of files/patch-CMakeLists.txt which actually removed the call
which linked to pthread -- it is now needed since we do not rely on it being
passed via LDFLAGS anymore.
Approved by: avilla (mentor, implicit)
Feature safe: yes
This module is deprecated since release of Python 2.4
that has `codecs` module in it's standard library. We
have no Python versions less than 2.4 in the tree, no
other ports depend on this one, it's unmaintained and
last release was 8 years ago (Nov 2003).
PR: ports/162274
Submitted by: rm (myself)
Approved by: novel (mentor)
Feature safe: yes
user exits the account and logins again, only a label is shown. Provide a patch
to fix this.
Obtained from: https://bugs.archlinux.org/task/23484
Feature safe: yes
and Xft, like go back to 3.6.x times.
Actually, it's Fcitx's old UI. The current "classic" UI is just a skin.
With this addon, fcitx can run without Gtk+.
WWW: http://code.google.com/p/fcitx/
PR: ports/162474
Submitted by: maintainer (Zhihao Yuan)
Feature safe: yes
on Android, as a back-end to the Fcitx IM server.
WWW: http://code.google.com/p/fcitx/
PR: ports/162472
Submitted by: maintainer (Zhihao Yuan)
Feature safe: yes
input method engine, as a back-end to the Fcitx IM server.
WWW: http://code.google.com/p/fcitx/
PR: ports/162466
Submitted by: maintainer (Zhihao Yuan)
Feature safe: yes
- Make chinese/sunpinyin 2.0.4-compatible, XDG-compatible, etc.
1. patch-2.0.4-compatible
sunpinyin-2.0.4 is not released, but I'm porting a front-end which uses several changes from the newer version. This patch is enough.
2. patch-xdg
Change the config dir from .sunpinyin to .config/sunpinyin. It's safe because we have no front-ends in ports tree, so no one has these configured :)
3. patch-src...
Remove the unneeded and repeated message on terminal.
PR: ports/162465
Submitted by: maintainer (Zhihao Yuan)
Feature safe: yes