Port details |
- harec Hare compiler written in C11
- 0.24.2 lang =2 0.24.0Version of this port present on the latest quarterly branch.
- Maintainer: se@FreeBSD.org
- Port Added: 2022-04-30 09:42:04
- Last Update: 2024-11-29 14:08:54
- Commit Hash: 86e1c594
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: AGPLv3
- WWW:
- https://harelang.org/
- Description:
- This is the Hare compiler written in C.
Hare is a systems programming language designed to be simple, stable,
and robust. Hare uses a static type system, manual memory management,
and a minimal runtime. It is well-suited to writing operating systems,
system tools, compilers, networking software, and other low-level,
high performance tasks.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/harec/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/harec
- pkg install harec
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: harec
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- TIMESTAMP = 1732550702
SHA256 (harec/0.24.2.tar.gz) = 88b3961b236fbfe3a0dfb46bb954741fa5c031bbda6d07fbc238c98f0abb41a2
SIZE (harec/0.24.2.tar.gz) = 201789
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:
-
- as : devel/binutils
- qbe : devel/qbe
- Runtime dependencies:
-
- as : devel/binutils
- qbe : devel/qbe
- This port is required by:
- for Build
-
- devel/hare
- for Run
-
- devel/hare
Configuration Options:
- ===> The following configuration options are available for harec-0.24.2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- lang_harec
- USES:
- compiler:c11
- 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.24.2 29 Nov 2024 14:08:54 |
Stefan Eßer (se) |
lang/harec: upgrade to version 0.24.2 |
0.24.0 02 Apr 2024 08:24:43 |
Stefan Eßer (se) |
lang/harec: update to version 0.24.0
This is the initial versioned pre-release of the Hare compiler.
All the bundled tests succeed on FreeBSD-CURRENT. |
g20230719 19 Jul 2023 15:20:35 |
Stefan Eßer (se) |
lang/harec: update to latest development version |
g20230205 05 Feb 2023 21:46:18 |
Stefan Eßer (se) |
lang/harec: update to latest development version |
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) |
g20220709 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 ) |
g20220709 15 Jul 2022 20:52:31 |
Stefan Eßer (se) |
lang/harec: update to upstream commit 8da848e1 |
g20220501 01 May 2022 20:04:48 |
Stefan Eßer (se) |
lang/harec: fix build and enable tests |
g20220428 30 Apr 2022 09:35:56 |
Stefan Eßer (se) |
lang/harec: add port of the Hare compiler written in C11
The Hare programming language is a simple systems programming
language that is currently under development. It supports code
generation for amd64, aarch64, and riscv64 targets, but this
port is currently limited to amd64 due to lack of testing on
other FreeBSD architectures. |