2007-02-26 22:03:12 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Fix *-config script to include rpath. Bump PKGREVISION.
|
2007-02-26 15:56:31 by Joerg Sonnenberger | Files touched by this commit (6) |
Log message:
Fix pthread usage. Fix a number of libtool and C issues, that made me
wonder how this ever compiled.
|
2007-02-24 19:59:47 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Despite appearances to the opposite, xmlrpc-c does not need expat.
It comes with an own patched version.
Remove expat dependency and bump PKGREVISION.
Add buildlink3.mk file.
|
2007-02-24 12:00:52 by Thomas Klausner | Files touched by this commit (7) | |
Log message:
Initial import of xmlrpc-c-1.09.00:
XML-RPC is a quick-and-easy way to make procedure calls over the
Internet. It converts the procedure call into XML document, sends
it to a remote server using HTTP, and gets back the response as
XML.
This library provides a modular implementation of XML-RPC for C
and C++.
|