The FreeBSD Ports Archive
FreeBSD ftp : curlpp4>
A C++ wrapper for libcurl
curlpp history
v. 1.19
date: 2007/10/04 00:50:28; author: edwin; state: Exp; lines: +1 -7
Remove always-false/true conditions based on OSVERSION 500000
v. 1.18
date: 2007/01/26 13:23:12; author: roam; state: Exp; lines: +3 -10
Update to curlpp-0.7.0.
In addition to the patch from Vasil, also finally remove the warning
about the incompatibility with ancient curlpp versions.
PR: 108295
Submitted by: vd
v. 1.17
date: 2007/01/14 19:50:31; author: roam; state: Exp; lines: +1 -0
Fix the build with gcc 4.1: explicitly state the curlpp namespace.
This is a no-op for gcc 3.x.
While I'm here, specify the build target in the way the GNU configure
script wants it.
No PORTREVISION bump, since neither of these changes affects the build
output in any way - well, except for the build actually succeeding with
gcc 4.1 :)
v. 1.16
date: 2006/12/13 12:41:23; author: roam; state: Exp; lines: +2 -1
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.
Thanks to everyone who took the time to look over the patch!
Discussed on: -ports
v. 1.15
date: 2006/09/26 14:46:01; author: roam; state: Exp; lines: +3 -3
Update to curlpp-0.6.1, USE_LDCONFIG, and remove the libtool hack.
v. 1.14
date: 2006/05/07 11:09:17; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with F
v. 1.13
date: 2006/01/21 10:45:26; author: roam; state: Exp; lines: +1 -1
Fix MASTER_SITES.
Reported by: fenner's survey
v. 1.12
date: 2005/09/05 23:09:57; author: roam; state: Exp; lines: +7 -1
Update to curlpp 0.5.2.
PR: 84429
Submitted by: Vasil Dimov
v. 1.11
date: 2005/07/18 08:13:35; author: pav; state: Exp; lines: +9 -6
- Update to 0.3.3
PR: ports/82108
Submitted by: Vasil Dimov
Approved by: maintainer timeout (1 month)
v. 1.10
date: 2004/09/30 05:31:52; author: kris; state: Exp; lines: +1 -1
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr
v. 1.9
date: 2004/08/10 14:57:51; author: roam; state: Exp; lines: +1 -0
Fix `curlpp-config --cflags`.
v. 1.8
date: 2004/08/10 14:29:30; author: roam; state: Exp; lines: +1 -2
Update curlpp to version 0.3.1, which not only lets it build with
the new gcc in -CURRENT, but also makes a giant leap forward WRT
example programs: they actually run instead of dumping core now!
v. 1.7
date: 2004/06/03 22:41:36; author: roam; state: Exp; lines: +2 -2
Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports.
v. 1.6
date: 2004/04/20 12:07:56; author: roam; state: Exp; lines: +1 -1
Work around the removal of the CURLOPT_PASSWDFUNCTION and
CURLOPT_PASSWDDATA options which have been deprecated since curl-7.10.8.
Reported by: dosirak via kris
v. 1.5
date: 2004/04/14 07:08:09; author: roam; state: Exp; lines: +1 -1
Take over maintainership of two ports related to ftp/curl as a
preparation for fixing some breakage resulting from curl-7.11.1 finally
removing two options marked obsolete for over a year.
v. 1.4
date: 2004/03/14 01:39:30; author: kris; state: Exp; lines: +7 -1
BROKEN on alpha 4.x: Does not compile
v. 1.3
date: 2004/02/14 12:52:52; author: krion; state: Exp; lines: +9 -22
- Fix build on -current
- Support CXXFLAGS properly
PR: ports/62814
Submitted by: Ports Fury
v. 1.2
date: 2004/02/09 02:58:48; author: kris; state: Exp; lines: +4 -0
BROKEN on 5.x: does not compile
v. 1.1
date: 2003/12/05 01:01:58; author: ijliao; state: Exp;
add curlpp 0.3.0
A C++ wrapper for libcurl
PR: 59891
=============================================================================
v. 1.19
date: 2007/10/04 00:50:28; author: edwin; state: Exp; lines: +1 -7
Remove always-false/true conditions based on OSVERSION 500000
v. 1.18
date: 2007/01/26 13:23:12; author: roam; state: Exp; lines: +3 -10
Update to curlpp-0.7.0.
In addition to the patch from Vasil, also finally remove the warning
about the incompatibility with ancient curlpp versions.
PR: 108295
Submitted by: vd
v. 1.17
date: 2007/01/14 19:50:31; author: roam; state: Exp; lines: +1 -0
Fix the build with gcc 4.1: explicitly state the curlpp namespace.
This is a no-op for gcc 3.x.
While I'm here, specify the build target in the way the GNU configure
script wants it.
No PORTREVISION bump, since neither of these changes affects the build
output in any way - well, except for the build actually succeeding with
gcc 4.1 :)
v. 1.16
date: 2006/12/13 12:41:23; author: roam; state: Exp; lines: +2 -1
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.
Thanks to everyone who took the time to look over the patch!
Discussed on: -ports
v. 1.15
date: 2006/09/26 14:46:01; author: roam; state: Exp; lines: +3 -3
Update to curlpp-0.6.1, USE_LDCONFIG, and remove the libtool hack.
v. 1.14
date: 2006/05/07 11:09:17; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with F
v. 1.13
date: 2006/01/21 10:45:26; author: roam; state: Exp; lines: +1 -1
Fix MASTER_SITES.
Reported by: fenner's survey
v. 1.12
date: 2005/09/05 23:09:57; author: roam; state: Exp; lines: +7 -1
Update to curlpp 0.5.2.
PR: 84429
Submitted by: Vasil Dimov
v. 1.11
date: 2005/07/18 08:13:35; author: pav; state: Exp; lines: +9 -6
- Update to 0.3.3
PR: ports/82108
Submitted by: Vasil Dimov
Approved by: maintainer timeout (1 month)
v. 1.10
date: 2004/09/30 05:31:52; author: kris; state: Exp; lines: +1 -1
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr
v. 1.9
date: 2004/08/10 14:57:51; author: roam; state: Exp; lines: +1 -0
Fix `curlpp-config --cflags`.
v. 1.8
date: 2004/08/10 14:29:30; author: roam; state: Exp; lines: +1 -2
Update curlpp to version 0.3.1, which not only lets it build with
the new gcc in -CURRENT, but also makes a giant leap forward WRT
example programs: they actually run instead of dumping core now!
v. 1.7
date: 2004/06/03 22:41:36; author: roam; state: Exp; lines: +2 -2
Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports.
v. 1.6
date: 2004/04/20 12:07:56; author: roam; state: Exp; lines: +1 -1
Work around the removal of the CURLOPT_PASSWDFUNCTION and
CURLOPT_PASSWDDATA options which have been deprecated since curl-7.10.8.
Reported by: dosirak via kris
v. 1.5
date: 2004/04/14 07:08:09; author: roam; state: Exp; lines: +1 -1
Take over maintainership of two ports related to ftp/curl as a
preparation for fixing some breakage resulting from curl-7.11.1 finally
removing two options marked obsolete for over a year.
v. 1.4
date: 2004/03/14 01:39:30; author: kris; state: Exp; lines: +7 -1
BROKEN on alpha 4.x: Does not compile
v. 1.3
date: 2004/02/14 12:52:52; author: krion; state: Exp; lines: +9 -22
- Fix build on -current
- Support CXXFLAGS properly
PR: ports/62814
Submitted by: Ports Fury
v. 1.2
date: 2004/02/09 02:58:48; author: kris; state: Exp; lines: +4 -0
BROKEN on 5.x: does not compile
v. 1.1
date: 2003/12/05 01:01:58; author: ijliao; state: Exp;
add curlpp 0.3.0
A C++ wrapper for libcurl
PR: 59891
=============================================================================
v. 1.19
date: 2007/10/04 00:50:28; author: edwin; state: Exp; lines: +1 -7
Remove always-false/true conditions based on OSVERSION 500000
v. 1.18
date: 2007/01/26 13:23:12; author: roam; state: Exp; lines: +3 -10
Update to curlpp-0.7.0.
In addition to the patch from Vasil, also finally remove the warning
about the incompatibility with ancient curlpp versions.
PR: 108295
Submitted by: vd
v. 1.17
date: 2007/01/14 19:50:31; author: roam; state: Exp; lines: +1 -0
Fix the build with gcc 4.1: explicitly state the curlpp namespace.
This is a no-op for gcc 3.x.
While I'm here, specify the build target in the way the GNU configure
script wants it.
No PORTREVISION bump, since neither of these changes affects the build
output in any way - well, except for the build actually succeeding with
gcc 4.1 :)
v. 1.16
date: 2006/12/13 12:41:23; author: roam; state: Exp; lines: +2 -1
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.
Thanks to everyone who took the time to look over the patch!
Discussed on: -ports
v. 1.15
date: 2006/09/26 14:46:01; author: roam; state: Exp; lines: +3 -3
Update to curlpp-0.6.1, USE_LDCONFIG, and remove the libtool hack.
v. 1.14
date: 2006/05/07 11:09:17; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with F
v. 1.13
date: 2006/01/21 10:45:26; author: roam; state: Exp; lines: +1 -1
Fix MASTER_SITES.
Reported by: fenner's survey
v. 1.12
date: 2005/09/05 23:09:57; author: roam; state: Exp; lines: +7 -1
Update to curlpp 0.5.2.
PR: 84429
Submitted by: Vasil Dimov
v. 1.11
date: 2005/07/18 08:13:35; author: pav; state: Exp; lines: +9 -6
- Update to 0.3.3
PR: ports/82108
Submitted by: Vasil Dimov
Approved by: maintainer timeout (1 month)
v. 1.10
date: 2004/09/30 05:31:52; author: kris; state: Exp; lines: +1 -1
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr
v. 1.9
date: 2004/08/10 14:57:51; author: roam; state: Exp; lines: +1 -0
Fix `curlpp-config --cflags`.
v. 1.8
date: 2004/08/10 14:29:30; author: roam; state: Exp; lines: +1 -2
Update curlpp to version 0.3.1, which not only lets it build with
the new gcc in -CURRENT, but also makes a giant leap forward WRT
example programs: they actually run instead of dumping core now!
v. 1.7
date: 2004/06/03 22:41:36; author: roam; state: Exp; lines: +2 -2
Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports.
v. 1.6
date: 2004/04/20 12:07:56; author: roam; state: Exp; lines: +1 -1
Work around the removal of the CURLOPT_PASSWDFUNCTION and
CURLOPT_PASSWDDATA options which have been deprecated since curl-7.10.8.
Reported by: dosirak via kris
v. 1.5
date: 2004/04/14 07:08:09; author: roam; state: Exp; lines: +1 -1
Take over maintainership of two ports related to ftp/curl as a
preparation for fixing some breakage resulting from curl-7.11.1 finally
removing two options marked obsolete for over a year.
v. 1.4
date: 2004/03/14 01:39:30; author: kris; state: Exp; lines: +7 -1
BROKEN on alpha 4.x: Does not compile
v. 1.3
date: 2004/02/14 12:52:52; author: krion; state: Exp; lines: +9 -22
- Fix build on -current
- Support CXXFLAGS properly
PR: ports/62814
Submitted by: Ports Fury
v. 1.2
date: 2004/02/09 02:58:48; author: kris; state: Exp; lines: +4 -0
BROKEN on 5.x: does not compile
v. 1.1
date: 2003/12/05 01:01:58; author: ijliao; state: Exp;
add curlpp 0.3.0
A C++ wrapper for libcurl
PR: 59891
=============================================================================
|
| |

|