FreshPorts -- The Place For Ports Sun, 7 Sep 2008 8:21 PM BST
Port details
curlpp 0.7.0 ftp on this many watch lists=1 search for ports that depend on this port
A C++ wrapper for libcurl
Maintained by: roam@FreeBSD.org search for ports maintained by this maintainer
Port Added: 05 Dec 2003 01:05:53


curlpp is a C++ wrapper for libcurl.
CVSWeb : Sources : Distfiles Availability : PortsMon
Required Libraries: ftp/curl

To install the port: cd /usr/ports/ftp/curlpp/ && make install clean
To add the package: pkg_add -r curlpp


Configuration Options
     No options to configure

Master Sites:
http://rrette.com/files/curlpp/curlpp-0.7/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 23

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
21 Aug 2008 07:18:49
Original commit files touched by this commit  0.7.0
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
25 Jul 2008 15:34:52
Original commit files touched by this commit  0.7.0
pav search for other commits by this committer
- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
04 Oct 2007 01:50:28
Original commit files touched by this commit  0.7.0
edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
26 Jan 2007 13:23:12
Original commit files touched by this commit  0.7.0
roam search for other commits by this committer
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
14 Jan 2007 19:50:32
Original commit files touched by this commit  0.6.1_1
roam search for other commits by this committer
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 :)
13 Dec 2006 12:41:36
Original commit files touched by this commit  0.6.1_1
roam search for other commits by this committer
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
26 Sep 2006 15:46:02
Original commit files touched by this commit  0.6.1
roam search for other commits by this committer
Update to curlpp-0.6.1, USE_LDCONFIG, and remove the libtool hack.
07 May 2006 12:09:22
Original commit files touched by this commit  0.5.2
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with F
22 Jan 2006 09:48:59
Original commit files touched by this commit  0.5.2
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
21 Jan 2006 10:45:26
Original commit files touched by this commit  0.5.2
roam search for other commits by this committer
Fix MASTER_SITES.

Reported by:    fenner's survey
06 Sep 2005 00:09:57
Original commit files touched by this commit  0.5.2
roam search for other commits by this committer
Update to curlpp 0.5.2.

PR:             84429
Submitted by:   Vasil Dimov <vd@datamax.bg>
18 Jul 2005 09:13:36
Original commit files touched by this commit  0.3.3
pav search for other commits by this committer
- Update to 0.3.3

PR:             ports/82108
Submitted by:   Vasil Dimov <vd@datamax.bg>
Approved by:    maintainer timeout (1 month)
30 Sep 2004 06:32:00
Original commit files touched by this commit  0.3.1_1
kris search for other commits by this committer
Increase USE_GCC to 3.4 for those ports which compile with it.

Approved by:    portmgr
10 Aug 2004 15:57:51
Original commit files touched by this commit  0.3.1_1
roam search for other commits by this committer
Fix `curlpp-config --cflags`.
10 Aug 2004 15:29:30
Original commit files touched by this commit  0.3.1
roam search for other commits by this committer
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!
03 Jun 2004 23:41:40
Original commit files touched by this commit  0.3.0_3
roam search for other commits by this committer
Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports.
20 Apr 2004 13:07:57
Original commit files touched by this commit  0.3.0_2
roam search for other commits by this committer
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
14 Apr 2004 08:08:09
Original commit files touched by this commit  0.3.0_1
roam search for other commits by this committer
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.
14 Mar 2004 01:39:30
Original commit files touched by this commit  0.3.0_1
kris search for other commits by this committer
BROKEN on alpha 4.x: Does not compile
14 Feb 2004 12:52:52
Original commit files touched by this commit  0.3.0_1
krion search for other commits by this committer
- Fix build on -current
- Support CXXFLAGS properly

PR:             ports/62814
Submitted by:   Ports Fury
09 Feb 2004 02:58:48
Original commit files touched by this commit  0.3.0
kris search for other commits by this committer
BROKEN on 5.x: does not compile
29 Jan 2004 07:24:56
Original commit files touched by this commit  0.3.0
trevor search for other commits by this committer
SIZEify.
05 Dec 2003 01:01:58
Original commit files touched by this commit  0.3.0
ijliao search for other commits by this committer
add curlpp 0.3.0
A C++ wrapper for libcurl

PR:             59891

Number of commits found: 23

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
php5*Sep 04
linux-operaAug 25
operaAug 25
gnutlsAug 21
joomla15*Aug 20
bugzilla*Aug 19
bugzilla2*Aug 19
cdfAug 19
drupal5Aug 18
drupal6Aug 18
ruby18Aug 16
ruby18Aug 16
ruby18Aug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16

2 vulnerabilities affecting 3 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 19099
Broken 159
Deprecated 77
Ignore 425
Forbidden 6
Restricted 286
No CDROM 130
Vulnerable 49
Expired 11
Set to expire 59
Interactive 78
new 24 hours 12
new 48 hours15
new 7 days56
new fortnight98
new month252

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.178 seconds.