| Port details |
- xmlrpc-c XML-RPC library for C and C++
- 1.64.03_1 net
=7 1.64.03Version of this port present on the latest quarterly branch. - Maintainer: garga@FreeBSD.org
 - Port Added: 2001-03-08 04:58:54
- Last Update: 2026-09-09 06:10:53
- Commit Hash: 60b6380
- People watching this port, also watch:: libiconv, freetype2, expat, p5-XML-Parser, libgd
- 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 - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- 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 = 1769517712
SHA256 (xmlrpc-1.64.03.tgz) = 74729d364edbedbe42e782822da1e076f3f45c65c4278a3cfba5f2342d7cedbe
SIZE (xmlrpc-1.64.03.tgz) = 937735
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
- net/freeipa-server
-
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.64.03_1:
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 24 Oct 2003 12:05:09
 |
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.9.10 20 Feb 2003 18:51:13
 |
knu  |
De-pkg-comment. |
0.9.10 14 Nov 2002 11:15:42
 |
obraun  |
* correct use of '#include <string>' and 'use namespace'
(fixes build on -current)
* PERL->REINPLACE
PR: ports/45286
Submitted by: Volker Stolz <vs@foldr.org> |
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++ |