Port details |
- chiapos Chia proof of space plotting, proving, and verifying (cmake part)
- 1.0.3 finance =2 1.0.3Version of this port present on the latest quarterly branch.
- Maintainer: risner@stdio.com
- Port Added: 2021-10-03 20:45:06
- Last Update: 2023-01-11 15:58:34
- Commit Hash: 77d6847
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20 BSD2CLAUSE MIT
- WWW:
- https://github.com/Chia-Network/chiapos
- Description:
- Chia's proof of space is written in C++. Includes a plotter, prover, and
verifier. It exclusively runs on 64 bit architectures. Read the Proof of
Space document to learn about what proof of space is and how it works.
Notes:
i386 is not supported, and would be too slow for practical use if supported.
This port is for the cmake build (binaries).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- chiapos>0:finance/chiapos
- To install the port:
- cd /usr/ports/finance/chiapos/ && make install clean
- To add the package, run one of these commands:
- pkg install finance/chiapos
- pkg install chiapos
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: chiapos
- Flavors: there is no flavor information for this port.
- NOT_FOR_ARCHS: i386 powerpc
- distinfo:
- TIMESTAMP = 1623067298
SHA256 (chiapos-1.0.3.tar.gz) = d987b481a3acbff1e0d77eb713af8d99ecec2bd11c2c465528a5078a433686bd
SIZE (chiapos-1.0.3.tar.gz) = 1291513
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- finance_chiapos
- USES:
- cmake:noninja
- 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.0.3 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
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.0.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.0.3 16 Nov 2021 12:03:50 |
Piotr Kubaj (pkubaj) |
finance/chiapos: also not for powerpc |
1.0.3 03 Oct 2021 20:43:55 |
Adriaan de Groot (adridg) |
finance/chiapos: New port Chia proof of space
Patch from the PR applied basically unchanged, except
I cleaned up for current standards and added NOT_FOR_ARCHS
to avoid i386 altogether (where the port won't work).
PR: 256509
Obtained from: risner@stdio.com (maintainer) |