Port details |
- hare Hare language build system and standard library
- 0.24.2 devel =2 0.24.0_2Version of this port present on the latest quarterly branch.
- Maintainer: se@FreeBSD.org
- Port Added: 2022-04-30 10:33:06
- Last Update: 2024-11-29 14:10:11
- Commit Hash: 22283fa
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3 MPL20
- WWW:
- https://harelang.org/
- Description:
- This is the Hare build driver and standard library.
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/devel/hare/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/hare
- pkg install hare-lang
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: hare-lang
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- TIMESTAMP = 1732550790
SHA256 (hare/0.24.2.tar.gz) = afba69fd537a63442da53d115d9b50f525918159b395843ede2a5473323e0776
SIZE (hare/0.24.2.tar.gz) = 912808
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:
-
- harec : lang/harec
- qbe : devel/qbe
- scdoc : textproc/scdoc
- Runtime dependencies:
-
- harec : lang/harec
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for hare-lang-0.24.2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_hare
- 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:10:11 |
Stefan Eßer (se) |
devel/hare: upgrade to version 0.24.2 |
0.24.0_2 11 Apr 2024 16:00:44 |
Gleb Popov (arrowd) |
devel/hare: Move manpages to share/man
Approved by: portmgr (blanket)
Fixes: c11df43b85403da33cbe2caec54548ece565bd88 |
0.24.0_1 09 Apr 2024 11:37:30 |
Stefan Eßer (se) |
devel/hare: restore fix for build in poudriere |
0.24.0 02 Apr 2024 08:27:25 |
Stefan Eßer (se) |
devel/hare: update to version 0.24.0
This is the initial versioned pre-release of the Hare programming
language.
All tests succeed on FreeBSD-CURRENT, including the optional slow
tests. |
g20230719_1 20 Mar 2024 07:23:22 |
Yasuhiro Kimura (yasu) |
devel/hare: Move man pages to share/man
While here, fix build with poudriere.
HAREC .cache/hare.ssa
QBE .cache/hare.s
AS .cache/hare.o
LD .bin/hare
HARE .bin/harec2
Error creating /nonexistent/.cache/hare: Permission denied
*** Error code 255
Stop.
make[1]: stopped in /wrkdirs/usr/ports/devel/hare/work/hare-0919412b
*** Error code 1
Stop.
make: stopped in /usr/ports/devel/hare
Approved by: portmgr (blanket, just fix it) |
g20230719 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
g20230719 19 Jul 2023 15:21:21 |
Stefan Eßer (se) |
devel/hare: update to latest development version
PR 272578 has been addressed by passing ${PREFIX} as an argument to
the make command.
PR: 272578
Reported by: nfisher.sr@gmail.com (Nathan Fischer) |
g20230205 09 Feb 2023 15:41:10 |
Stefan Eßer (se) |
devel/hare: mark broken on FreeBSD-12 and earlier
The assembler in FreeBSD-12 (and older) does not accept all command
formats generated by hare. |
g20230205 05 Feb 2023 21:47:17 |
Stefan Eßer (se) |
devel/hare: update to lastest 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:32 |
Stefan Eßer (se) |
devel/hare: update to upstream commit bd1c1c4a |
g20220430 30 Apr 2022 18:14:53 |
Stefan Eßer (se) |
devel/hare: rename package to not conflict with sysutils/hare
The package name has been changed to hare-lang in order to not collide
with the existing hare package.
The name of the binary ("hare") is unchanged, since the documentation
and possible support tools expect it to have that name. There is no
conflict with the binary installed by the sysutils/hare port, since
that is installed into ${PREFIXE}/sbin, while this port creates it in
${PREFIX}/bin.
If both the hare and hare-lang packages are installed, ${PREFIX}/bin
should be to the left of ${PREFIX}/sbin in the user's ${PATH}, since
${PREFIX}/sbin/hare is generally invoked using the full path from a
PAM configuration file.
Reported by: antoine |
g20220428 30 Apr 2022 10:27:46 |
Stefan Eßer (se) |
devel/hare: add new port for the Hare build system and std library
This is the build system for Hare language projects.
The compiler currently supports amd64, aarch64, and riscv64, but the
port is currently only provided for amd64 for lack of testing on other
FreeBSD architectures. |