Port details |
- xmlrpc-c-devel XML-RPC library for C and C++
- 1.36.0_1 net
=11 1.36.0_1Version of this port present on the latest quarterly branch.
- Maintainer: garga@FreeBSD.org
- Port Added: 2008-09-02 09:32:53
- Last Update: 2016-06-11 19:31:18
- SVN Revision: 416745
- People watching this port, also watch:: gmake, libiconv, expat, pcre, freetype2
- License: BSD3CLAUSE
- WWW:
- http://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.
WWW: http://xmlrpc-c.sourceforge.net/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- xmlrpc-c-devel>0:net/xmlrpc-c-devel
- No installation instructions:
- This port has been deleted.
- PKGNAME: xmlrpc-c-devel
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- Library dependencies:
-
- libcurl.so : ftp/curl
- libwwwcore.so : www/libwww
- NOTE: dependencies for deleted ports are notoriously suspect
- This port is required by:
- for Libraries
-
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-devel-1.36.0_1:
CPLUSPLUS=on: Build xmlrpc-c c++ libs and tools
CURL=on: Data transfer support via cURL
DEBUG=off: Build with debugging support
LIBWWW=on: Compile with libwww support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- gmake tar:xz
- 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 |
1.36.0_1 11 Jun 2016 19:31:18 |
garga |
Retire net/xmlrpc-c-devel, older than net/xmlrpc-c
Sponsored by: Rubicon Communications (Netgate) |
1.36.0_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.36.0_1 25 Mar 2015 23:51:06 |
marino |
net category: Remove $PTHREAD_LIBS
openafs did not pass check-plist (pre-existing) so fixed and bumped.
Also, pkg-plist was sorted. mediatomb and spread also fail plist-checks
but they weren't fixed.
approved by: PTHREAD blanket |
1.36.0_1 19 Feb 2015 15:09:35 |
marino |
net/xmlrpc-c*: Respect CXXFLAGS (PHB 12.9)
The main program did respect cflags, but the cpp example program did not.
Approved by: blanket |
1.36.0_1 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
1.36.0_1 18 Aug 2014 17:33:43 |
amdmi3 |
- Switch www/libwww to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
1.36.0 16 May 2014 15:29:38 |
garga |
. Fix LICENSE
. USe USES=tar:xz
. Strip binaries |
1.36.0 01 Nov 2013 09:57:50 |
garga |
Fix wrong use of OPTIONS_SUB
Reported by: danfe |
1.36.0 31 Oct 2013 23:40:51 |
garga |
Simplify Makefile |
1.36.0 22 Oct 2013 22:29:40 |
garga |
- Update to 1.36.0
- Support staging |
1.33.2_1 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.33.2_1 02 Sep 2013 09:45:00 |
garga |
Change my ports to USES (gmake|perl5) |
1.33.2_1 11 Jul 2013 16:26:27 |
sunpoet |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
1.33.2 25 Mar 2013 15:16:54 |
garga |
Update to 1.33.2 |
1.32.99 17 Dec 2012 16:22:48 |
garga |
- Update to 1.32.99
- Fix build with clang [1]
PR: ports/174285 [1]
Submitted by: deeptech71 <deeptech71@gmail.com> [1] |
1.31.05 05 Oct 2012 12:41:46 |
garga |
Change headers of all ports maintained by me to new format |
1.31.05 17 Sep 2012 20:07:12 |
garga |
Update to 1.31.05 |
1.31.04 07 Sep 2012 18:11:22 |
garga |
Update to 1.31.04 |
1.29.2 29 Jun 2012 20:48:43 |
garga |
- Move to OPTIONSng
- Pet portlint |
1.29.2 17 Mar 2012 15:24:00 |
garga |
- Update to 1.29.2
Feature safe: yes |
1.28.4 28 Dec 2011 15:25:09 |
garga |
Update to 1.28.4 |
1.27.1 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
1.27.1 27 Jul 2011 17:19:06 |
garga |
Fix build with clang |
1.27.1 26 Jul 2011 22:10:12 |
garga |
Update to 1.27.1 |
1.27 04 Jul 2011 22:26:56 |
garga |
Update to 1.27 |
1.25.3 23 Feb 2011 12:41:55 |
garga |
Update to 1.25.3 |
1.23.2 23 Feb 2011 12:29:34 |
garga |
- Build xmlrpc-c tools, optional, on by default
- I'm not bumping PORTREVISION now since new version 1.25.3 will be committed
soon
PR: ports/153648
Submitted by: Anonymous <swell.k@gmail.com> |
1.23.2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.23.2 16 Sep 2010 14:10:35 |
garga |
Update to 1.23.2 |
1.23.1 10 Aug 2010 20:12:07 |
garga |
Update to 1.23.1 |
1.22.2 10 Aug 2010 15:44:13 |
garga |
Add LICENSE information |
1.22.2 04 May 2010 20:37:36 |
garga |
- Update to 1.22.2 |
1.21_1 03 Apr 2010 10:44:36 |
roam |
Chase the ftp/curl shlib version bump. |
1.21 12 Jan 2010 13:06:49 |
garga |
Update to 1.21 |
1.20.03 21 Dec 2009 10:05:00 |
garga |
Update to 1.20.03 |
1.18.00_1 22 Nov 2009 19:49:43 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
1.18.00_1 17 Sep 2009 15:24:37 |
garga |
- Following xmlrpc-c port, remove CPLUSPLUS option and build c++ as default.
- Bump PORTREVISION
Feature safe: yes |
1.18.00 17 Sep 2009 12:06:58 |
garga |
- Fix pkg-plist broken on last commit when CPLUSPLUS option is selected
- Take maintainership
Feature safe: yes |
1.18.00 28 Aug 2009 17:37:26 |
linimon |
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.
Hat: portmgr |
1.18.00 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.18.00 25 May 2009 20:44:45 |
garga |
- Add an OPTION to c++ support, off by default [1]
- Since I was here, make portlint a bit happier
PR: ports/134298
Submitted by: Renato Aquino <renato.aquino@bluepex.com.br>
Approved by: maintainer timeout (over 2 weeks) |
1.18.00 10 Apr 2009 18:12:06 |
chinsan |
- Update to 1.18.00 (aquired from svn) |
1.11.00_3 24 Jan 2009 13:00:50 |
roam |
Fix the build with the new curl version: the CURLOPT_SSLENGINE_DEFAULT
option takes an argument now, even though it might be ignored. |
1.11.00_3 23 Jan 2009 15:43:14 |
roam |
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working. |
1.11.00_2 11 Nov 2008 21:54:44 |
chinsan |
- Fix pkg-plist
- Bump PORTREVISION
Submitted by: Herbert J. Skuhra <h dot skuhra _at_ gmail _dot_ com> via mail |
1.11.00_1 11 Nov 2008 21:53:38 |
chinsan |
- Fix pkg-plist
Submitted by: Herbert J. Skuhra <h dot skuhra _at_ gmail _dot_ com> via mail |
1.11.00_1 24 Oct 2008 09:07:41 |
chinsan |
- Fix linker issue with static xmlrpc-c libraries.
- Bump PORTREVISION
PR: ports/128033
Submitted by: Roman Bogorodskiy (novel@) |
1.11.00 02 Sep 2008 09:32:29 |
chinsan |
- Update to 1.11.00 |