A collection of classes for making and/or parsing XMLRPC and SOAP requests.
This is intended to provide a framework for implementing web services,
so this release also contains initial support for parsing/editing
web service definitions (WSDL).
LICENSE: LGPL2 or later
WWW: http://www.gnustep.org/resources/downloads.php
both current (fc4) and future linux (f8) distributions at one
ports tree.
The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.
The idea was taken from bsd.gnome.mk and others.
More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.
Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.
Other changes are coming. Stay tuned!
PR: ports/132510
Submitted by: bsam (me)
Exp-run by: portmgr (pav)
<ChangeLog>
*) Bugfix: a request was handled incorrectly, if a "root" directive
used variables; the bug had appeared in 0.7.42.
*) Bugfix: if a server listened on wildcard address, then the
$server_addr variable value was "0.0.0.0"; the bug had appeared in
0.7.36.
</ChangeLog>
- Add files/patch-setup.py
- Add USE_PYTHON_PREFIX=yes (the program searches for its libraries under sys.prefix)
- Switch from distutils to easy_install
<ChangeLog>
*) Change: now the "Invalid argument" error returned by
setsockopt(TCP_NODELAY) on Solaris, is ignored.
*) Change: now if a file specified in a "auth_basic_user_file"
directive is absent, then the 405 error is returned instead of the
500 one.
*) Feature: the "auth_basic_user_file" directive supports variables.
Thanks to Kirill A. Korinskiy.
*) Feature: the "listen" directive supports the "ipv6only" parameter.
Thanks to Zhang Hua.
*) Bugfix: in an "alias" directive with references to captures of
regular expressions; the bug had appeared in 0.7.40.
*) Bugfix: compatibility with Tru64 UNIX.
Thanks to Dustin Marquess.
*) Bugfix: nginx could not be built without PCRE library; the bug had
appeared in 0.7.41.
</ChangeLog>
It deletes CGI::Session-type sessions which have passed their use-by date.
It works with CGI::Session-type sessions in a database or in disk files,
but does not appear to work with CGI::Session::PureSQL-type sessions.
The recommended way to use this module is via method expire_sessions(),
which requires CGI::Session V 4 or later.
WWW: http://search.cpan.org/~rsavage/CGI-Session-ExpireSessions-1.09/
PR: ports/132558
Submitted by: Gerard Seibert <gerard@seibercom.net>
Mail reject here:
<magik@back-up.pl>: Host or domain name not found. Name service error for
name=back-up.pl type=AAAA: Host not found
Approved by: portmgr (linimon)
redundancy: if one site doesn't work, it just tries a different one.
WWW: http://search.cpan.org/dist/App-Nopaste
PR: ports/132500
Submitted by: bapt <baptiste.daroussin at gmail.com>