Port details |
- ulxmlrpcpp Ultra lightweight xml-rpc library written in C++
- 1.7.5_3 net =2 1.7.5_3Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2003-12-10 04:06:30
- Last Update: 2023-11-01 22:11:47
- Commit Hash: 05f0f44
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: devel
- License: not specified in port
- WWW:
- https://ulxmlrpcpp.sourceforge.net/
- Description:
- XML-RPC is an extensible mechanism allowing a computer to offer a limited set
of services which can be accessed from anywhere in the net.
XML-RPC uses common and easy to learn internet standards like XML. and HTTP.
ulxmlrpcpp is a library to perform such calls in an object oriented approach
implemented in C++. It is intended to have simple interfaces and to be easy to
learn. But it shall still be fully compliant to the standards and safe in it's
use.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ulxmlrpcpp>0:net/ulxmlrpcpp
- To install the port:
- cd /usr/ports/net/ulxmlrpcpp/ && make install clean
- To add the package, run one of these commands:
- pkg install net/ulxmlrpcpp
- pkg install ulxmlrpcpp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ulxmlrpcpp
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ulxmlrpcpp-1.7.5-src.tar.bz2) = 151b7e56cd63625ca1ecd57ad81479d4d51e9f94ca4b2cbd7a8cf4af77d82989
SIZE (ulxmlrpcpp-1.7.5-src.tar.bz2) = 669294
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libexpat.so : textproc/expat2
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_ulxmlrpcpp
- USES:
- compiler:c++11-lang iconv libtool localbase:ldflags pathfix ssl tar:bzip2
- 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.7.5_3 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
1.7.5_3 23 Jul 2023 16:48:17 |
Muhammad Moinur Rahman (bofh) |
net/ulxmlrpcpp: Fix build with llvm16
- Utilize USES=localbase
- Pet portclippy
Sponsored by: The FreeBSD Foundation |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.7.5_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.7.5_3 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
1.7.5_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.7.5_3 21 Sep 2019 15:22:06 |
pkubaj |
net/ulxmlrpcpp: fix build on GCC architectures
Use new GCC because of:
ulxr_value.cpp:895: error: 'snprintf' is not a member of 'std'
Also add include cstring because of:
ulxr_ssl_connection.cpp: In function 'int ulxr::password_cb(char*, int, int,
void*)':
ulxr_ssl_connection.cpp:63:3: error: 'strcpy' was not declared in this scope
63 | strcpy(buf, pass.c_str());
| ^~~~~~
Approved by: linimon (mentor)
Differential Revision: https://reviews.freebsd.org/D21720 |
1.7.5_3 14 Sep 2019 22:01:13 |
jbeich |
Drop C++11 workaround for GCC < 6 after r449590
lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.
PR: 193528 |
1.7.5_2 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
1.7.5_2 08 Dec 2016 17:40:42 |
tijl |
Remove libexpat.so.6 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
1.7.5_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.7.5_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.7.5_1 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
1.7.5_1 26 May 2014 18:56:51 |
amdmi3 |
- Convert to USES=libtool,tar
- Strip libraries |
1.7.5 28 Oct 2013 17:23:35 |
pawel |
Fix build on 10-current
PR: ports/181879
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.7.5 25 Sep 2013 00:54:09 |
bdrewery |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
1.7.5 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.7.5 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
1.7.5 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
1.7.5 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.7.5 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.7.5 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.7.5 12 Feb 2010 14:20:34 |
miwi |
- Update to 1.7.5
PR: 143817
Submitted by: Ports Fury |
1.7.4 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.7.4 18 Aug 2008 22:08:20 |
miwi |
- Update to 1.7.4
PR: 126600
Submitted by: Ports Fury |
1.7.3 20 Dec 2007 09:52:52 |
ijliao |
upgrade to 1.7.3 |
1.7.2 05 Oct 2007 21:55:33 |
miwi |
- Update to 1.7.2
PR: 116929
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.7.0 23 Aug 2007 02:39:22 |
ijliao |
upgrade to 1.7.0 |
1.6.0 20 Jul 2007 06:39:17 |
ijliao |
upgrade to 1.6.0 |
1.5.5_1 27 Jan 2007 13:47:47 |
miwi |
- Fix build with gcc 4.1
Submitted by: pointyhat via kris
Thanks to: trasz for fix |
1.5.5 17 Jan 2007 20:44:21 |
miwi |
- Update to 1.5.5
PR: 108002
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.5.4 01 Jan 2007 14:29:38 |
miwi |
- Update to 1.5.4 |
1.5.2 15 Aug 2006 00:56:24 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
1.5.2 14 May 2006 11:06:55 |
lawrance |
Update to 1.5.2.
PR: ports/97218
Submitted by: Ports Fury |
1.5.1 29 Apr 2006 11:13:29 |
pav |
- Update to 1.5.1
PR: ports/96473
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.5.0 20 Apr 2006 05:36:39 |
sem |
- Update to version 1.5.0
PR: ports/96008
Submitted by: Ports Fury |
1.4.6_1 30 Jan 2006 23:20:05 |
kuriyama |
Chase shlib bump of libexpat. |
1.4.6 25 Nov 2005 16:48:31 |
pav |
- Add SHA256 |
1.4.6 03 Sep 2004 09:22:30 |
ijliao |
unbreak by upgrading to 1.4.6 |
1.4.2 16 Aug 2004 00:49:42 |
kris |
BROKEN: Does not compile |
1.4.2 30 Jun 2004 09:21:35 |
ijliao |
upgrade to 1.4.2 |
1.2.5_1 30 Mar 2004 19:56:44 |
krion |
- Use USE_ICONV knob
Approved by: portmgr |
1.2.5_1 14 Mar 2004 07:58:26 |
kuriyama |
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION. |
1.2.5 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
1.2.5 07 Jan 2004 01:34:10 |
ijliao |
upgrade to 1.2.5 |
1.2.4 21 Dec 2003 10:08:45 |
ijliao |
upgrade to 1.2.4 |
1.2.4.b5 10 Dec 2003 04:04:08 |
ijliao |
add ulxmlrpcpp 1.2.4 beta 5
A ultra lightweight xml-rpc library written in C++ |