Port details |
- harec Hare compiler written in C11
- 0.25.2_1 lang
=2 0.24.2Version of this port present on the latest quarterly branch. - Maintainer: se@FreeBSD.org
 - Port Added: 2022-04-30 09:42:04
- Last Update: 2025-06-23 19:59:47
- Commit Hash: 37f31ee
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-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 = 1750616667
SHA256 (harec-0.25.2.tar.gz) = e2038a6feeadcd6d4dfd7d7ab000bec91f32617720632829f5658916cd3cb17a
SIZE (harec-0.25.2.tar.gz) = 205091
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.25.2_1:
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.25.2_1 23 Jun 2025 19:59:47
    |
Stefan Eßer (se)  Author: Daniel Engberg |
lang/harec: fix previous commit
The previous commit missed updates to patch-configs_freebsd.mk.
PR: 287730
Reported by: diizzy |
0.25.2_1 23 Jun 2025 07:54:52
    |
Stefan Eßer (se)  Author: Daniel Engberg |
lang/harec: upgrade to version 0.25.2
* Adjust MASTER_SITES to allow a complete distname and follow suit
of other ports in tree that are hosted on Sourcehut.
This also allows for reduction of variables set in port Makefile
* Improve usage of Ports framework
* Enable verbose build output
* Respect framework CFLAGS and other variables
PR: 287730
Reported by: diizzy |
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. |