notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
cpr C++ Requests: Curl for People
1.6.2 ftp Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.6.2Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-05-02 19:54:08
Last Update: 2021-05-03 08:59:29
Commit Hash: 40cff32
License: MIT
WWW:
https://github.com/whoshuu/cpr
Description:
C++ Requests is a simple wrapper around libcurl inspired by the excellent Python Requests project. Despite its name, libcurl's easy interface is anything but, and making mistakes misusing it is a common source of error and frustration. Using the more expressive language facilities of C++11, this library captures the essence of making network calls into a few concise idioms. WWW: https://whoshuu.github.io/cpr/ WWW: https://github.com/whoshuu/cpr
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (39 items)
Collapse this list.
  1. /usr/local/share/licenses/cpr-1.6.2/catalog.mk
  2. /usr/local/share/licenses/cpr-1.6.2/LICENSE
  3. /usr/local/share/licenses/cpr-1.6.2/MIT
  4. include/cpr/api.h
  5. include/cpr/auth.h
  6. include/cpr/bearer.h
  7. include/cpr/body.h
  8. include/cpr/callback.h
  9. include/cpr/connect_timeout.h
  10. include/cpr/cookies.h
  11. include/cpr/cpr.h
  12. include/cpr/cprtypes.h
  13. include/cpr/curl_container.h
  14. include/cpr/curlholder.h
  15. include/cpr/digest.h
  16. include/cpr/error.h
  17. include/cpr/limit_rate.h
  18. include/cpr/low_speed.h
  19. include/cpr/max_redirects.h
  20. include/cpr/multipart.h
  21. include/cpr/ntlm.h
  22. include/cpr/parameters.h
  23. include/cpr/payload.h
  24. include/cpr/proxies.h
  25. include/cpr/response.h
  26. include/cpr/session.h
  27. include/cpr/ssl_options.h
  28. include/cpr/status_codes.h
  29. include/cpr/timeout.h
  30. include/cpr/unix_socket.h
  31. include/cpr/user_agent.h
  32. include/cpr/util.h
  33. include/cpr/verbose.h
  34. lib/libcpr.so
  35. lib/libcpr.so.1
  36. lib/libcpr.so.1.6
  37. @owner
  38. @group
  39. @mode
Collapse this list.
Dependency lines:
  • cpr>0:ftp/cpr
No installation instructions:
This port has been deleted.
PKGNAME: cpr
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1619910295 SHA256 (whoshuu-cpr-1.6.2_GH0.tar.gz) = c45f9c55797380c6ba44060f0c73713fbd7989eeb1147aedb8723aa14f3afaa3 SIZE (whoshuu-cpr-1.6.2_GH0.tar.gz) = 68856

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake
  2. ninja : devel/ninja
Library dependencies:
  1. libcurl.so : ftp/curl
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
ftp_cpr
USES:
cmake compiler:c++11-lang ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/whoshuu/cpr/tar.gz/1.6.2?dummy=/
Collapse this list.
Port Moves
  • port moved to www/cpr on 2021-05-03
    REASON: Remove duplicate port

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.6.2
03 May 2021 08:59:29
commit hash: 40cff3265efefa7aad22e41abb90c7b666b7c9eccommit hash: 40cff3265efefa7aad22e41abb90c7b666b7c9eccommit hash: 40cff3265efefa7aad22e41abb90c7b666b7c9eccommit hash: 40cff3265efefa7aad22e41abb90c7b666b7c9ec files touched by this commit
Antoine Brodin (antoine) search for other commits by this committer
Remove duplicate port ftp/cpr
1.6.2
02 May 2021 19:42:50
commit hash: 12a2874dac143d311d612075099093db2ccb6a9acommit hash: 12a2874dac143d311d612075099093db2ccb6a9acommit hash: 12a2874dac143d311d612075099093db2ccb6a9acommit hash: 12a2874dac143d311d612075099093db2ccb6a9a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
ftp/cpr: Add cpr 1.6.2

C++ Requests is a simple wrapper around libcurl inspired by the excellent Python
Requests project.

Despite its name, libcurl's easy interface is anything but, and making mistakes
misusing it is a common source of error and frustration. Using the more
expressive language facilities of C++11, this library captures the essence of
making network calls into a few concise idioms.

WWW: https://whoshuu.github.io/cpr/
WWW: https://github.com/whoshuu/cpr

Number of commits found: 2