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
libasyncplusplus Lightweight concurrency framework for C++
1.1_1 devel 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.1_1Version of this port present on the latest quarterly branch.
Maintainer: peter@flytrace.com search for ports maintained by this maintainer
Port Added: 2023-12-19 16:15:11
Last Update: 2024-01-27 06:46:52
Commit Hash: 55a7231
License: MIT
WWW:
https://github.com/Amanieu/asyncplusplus
Description:
Async++ is a lightweight concurrency framework for C++11. The concept was inspired by the Microsoft PPL library and the N3428 C++ standard proposal.
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 (28 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/libasyncplusplus-1.1_1/catalog.mk
  3. /usr/local/share/licenses/libasyncplusplus-1.1_1/LICENSE
  4. /usr/local/share/licenses/libasyncplusplus-1.1_1/MIT
  5. cmake/asyncxx-targets-release.cmake
  6. cmake/asyncxx-targets.cmake
  7. cmake/Async++Config.cmake
  8. include/async++.h
  9. include/async++/aligned_alloc.h
  10. include/async++/cancel.h
  11. include/async++/continuation_vector.h
  12. include/async++/parallel_for.h
  13. include/async++/parallel_invoke.h
  14. include/async++/parallel_reduce.h
  15. include/async++/partitioner.h
  16. include/async++/range.h
  17. include/async++/ref_count.h
  18. include/async++/scheduler.h
  19. include/async++/scheduler_fwd.h
  20. include/async++/task.h
  21. include/async++/task_base.h
  22. include/async++/traits.h
  23. include/async++/when_all_any.h
  24. lib/libasync++.so
  25. lib/libasync++.a
  26. @owner
  27. @group
  28. @mode
Collapse this list.
Dependency lines:
  • libasyncplusplus>0:devel/libasyncplusplus
No installation instructions:
This port has been deleted.
PKGNAME: libasyncplusplus
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1702137089 SHA256 (Amanieu-asyncplusplus-v1.1_GH0.tar.gz) = d160d3a433a1e08f51c785742843182c2b81a7bc872766f57bf5f3108377b858 SIZE (Amanieu-asyncplusplus-v1.1_GH0.tar.gz) = 34095

Packages (timestamps in pop-ups are UTC):
libasyncplusplus
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest---1.1----
FreeBSD:13:quarterly1.11.1-1.11.11.11.11.1
FreeBSD:14:latest--------
FreeBSD:14:quarterly1.1--1.1-1.11.11.1
FreeBSD:15:latest--n/a-n/a--1.1_1
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for libasyncplusplus-1.1_1: STATIC=on: Build static library ===> Use 'make config' to modify these settings
Options name:
devel_libasyncplusplus
USES:
cmake compiler:c++11-lang
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/Amanieu/asyncplusplus/tar.gz/v1.1?dummy=/
Collapse this list.
Port Moves

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.1_1
27 Jan 2024 06:46:52
commit hash: 55a723139b6cac8457ffc829da64821fb271862fcommit hash: 55a723139b6cac8457ffc829da64821fb271862fcommit hash: 55a723139b6cac8457ffc829da64821fb271862fcommit hash: 55a723139b6cac8457ffc829da64821fb271862f files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
Author: Peter
devel/libasyncplusplus: Remove duplicated port
1.1_1
22 Jan 2024 17:30:57
commit hash: 16e7f0d257a9602320a170cf9e9fd90cae452e37commit hash: 16e7f0d257a9602320a170cf9e9fd90cae452e37commit hash: 16e7f0d257a9602320a170cf9e9fd90cae452e37commit hash: 16e7f0d257a9602320a170cf9e9fd90cae452e37 files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
Author: Peter
devel/libasyncplusplus: Add static library build option.

Pull Request:	https://github.com/freebsd/freebsd-ports/pull/220
1.1
19 Dec 2023 16:10:37
commit hash: 3d7543db900a7eff60e0b79bcd596209197ccaebcommit hash: 3d7543db900a7eff60e0b79bcd596209197ccaebcommit hash: 3d7543db900a7eff60e0b79bcd596209197ccaebcommit hash: 3d7543db900a7eff60e0b79bcd596209197ccaeb files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
Author: Peter
devel/libasyncplusplus: Lightweight concurrency framework for C++

Number of commits found: 3