Port details |
- bend Massively parallel, high-level programming language
- 0.2.37 lang =2 0.2.36Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2024-05-19 05:30:16
- Last Update: 2024-10-26 03:15:10
- Commit Hash: 0d5bde3
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://higherorderco.com
- https://github.com/HigherOrderCO/Bend
- Description:
- Bend is a massively parallel, high-level programming language.
Unlike low-level alternatives like CUDA and Metal, Bend has the feeling and
features of expressive languages like Python and Haskell, including fast object
allocations, higher-order functions with full closure support, unrestricted
recursion, even continuations. Yet, it runs on massively parallel hardware like
GPUs, with near-linear speedup based on core count, and zero explicit parallel
annotations: no thread spawning, no locks, mutexes, atomics. Bend is powered by
the HVM2 runtime.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- bend-language>0:lang/bend
- To install the port:
- cd /usr/ports/lang/bend/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/bend
- pkg install bend-language
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bend-language
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1729900180
SHA256 (rust/crates/TSPL-0.0.13.crate) = fe639519d49b56c98fd4fde7a5a7be01b5563862341a783b9bc2eb58f5120d8b
SIZE (rust/crates/TSPL-0.0.13.crate) = 4425
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:
-
- rust-nightly>0 : lang/rust-nightly
- Runtime dependencies:
-
- hvm : devel/hvm
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- lang_bend
- USES:
- cargo
- 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 |
0.2.37 26 Oct 2024 03:15:10 |
Yuri Victorovich (yuri) |
lang/bend: update 0.2.36 → 0.2.37 |
0.2.36 10 Sep 2024 10:58:07 |
Mikael Urankar (mikael) Author: Siva Mahadevan |
*/*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fec0d359365c04d43be9e32bf101a50e
PR: 246993
Differential Revision: https://reviews.freebsd.org/D46503 |
0.2.36 05 Jul 2024 17:02:59 |
Yuri Victorovich (yuri) |
lang/bend: update 0.2.34 → 0.2.36
Reported by: portscout |
0.2.34 14 Jun 2024 09:11:38 |
Yuri Victorovich (yuri) |
lang/bend: update 0.2.23 → 0.2.34
Reported by: portscout |
0.2.23 28 May 2024 08:12:12 |
Yuri Victorovich (yuri) |
lang/bend: update 0.2.22 → 0.2.23
Reported by: portscout |
0.2.22 27 May 2024 08:06:43 |
Yuri Victorovich (yuri) |
lang/bend: update 0.2.18 → 0.2.22
Reported by: portscout |
0.2.18 26 May 2024 04:48:46 |
Yuri Victorovich (yuri) |
lang/bend: update 0.2.15 → 0.2.18
Reported by: portscout |
0.2.15 25 May 2024 04:12:11 |
Yuri Victorovich (yuri) |
lang/bend: update 0.2.9 → 0.2.15
Reported by: portscout |
0.2.9 20 May 2024 05:18:24 |
Yuri Victorovich (yuri) |
lang/bend: update 0.2.7 → 0.2.9
Reported by: portscout |
0.2.7 19 May 2024 05:27:16 |
Yuri Victorovich (yuri) |
lang/bend: New port: Massively parallel, high-level programming language |