Port details |
- xmlrpc-c XML-RPC library for C and C++
- 1.60.04 net
=9 1.60.04Version of this port present on the latest quarterly branch. - Maintainer: garga@FreeBSD.org
 - Port Added: 2001-03-08 04:58:54
- Last Update: 2024-12-27 19:16:19
- Commit Hash: 6b7d448
- People watching this port, also watch:: unzip, freetype2, libxml2, iso8879, expat
- License: BSD3CLAUSE
- WWW:
- https://xmlrpc-c.sourceforge.net/
- Description:
- 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++.
- C API and experimental C++ API.
- Modular XML-RPC core: If you want, you can supply all your own HTTP
code.
- Synchronous and asynchronous XML-RPC clients based on w3c-libwww.
- Multithreaded XML-RPC server based on the Abyss web server.
- Full support for basic types, including <struct>, <array> and <base64>.
- Extensive test suites to help verify correct behavior and correct
error handling.
- Passes the official XML-RPC validator1 test suite.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/net/xmlrpc-c/ && make install clean
- To add the package, run one of these commands:
- pkg install net/xmlrpc-c
- pkg install xmlrpc-c
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xmlrpc-c
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1735326529
SHA256 (xmlrpc-c-1.60.04.tgz) = 1e98cc6f524142c2b80731778fe8c74458936118bf95ae33cfa1e9205bfd48a5
SIZE (xmlrpc-c-1.60.04.tgz) = 936480
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libcurl.so : ftp/curl
- libwwwcore.so : www/libwww
- libexpat.so : textproc/expat2
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Libraries
-
- benchmarks/flowgrind
- comms/tlf
- deskutils/jjclient
- net/freeipa-client
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for xmlrpc-c-1.60.04:
CPLUSPLUS=on: Build xmlrpc-c C++ wrapper classes and tools
CURL=on: Build the curl client transport
DEBUG=off: Build with debugging support
LIBWWW=on: Build the libwww client transport
===> Use 'make config' to modify these settings
- Options name:
- net_xmlrpc-c
- USES:
- gmake pkgconfig ssl tar:tgz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.10 07 Nov 2002 03:10:58
 |
adamw  |
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat |
0.9.10 31 Mar 2002 04:24:00
 |
kris  |
Remove #include <malloc.h> |
04 Oct 2001 00:49:39
    |
lioux  |
o add missing file to PLIST o add missing references to installed man pages
|
11 Sep 2001 08:19:46
    |
ijliao  |
upgrade to 0.9.10 drop maintainership |
31 Aug 2001 15:20:29
    |
sobomax  |
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate. |
08 Mar 2001 16:46:55
    |
ijliao  |
one of its tools need Frontier::Client perl module |
08 Mar 2001 07:58:54
    |
ijliao  |
add xmlrpc-c, XML-RPC library for C and C++ |