notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
hare Hare language build system and standard library
0.24.0_2 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout g20230719_1Version of this port present on the latest quarterly branch.
Maintainer: se@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-04-30 10:33:06
Last Update: 2024-04-11 16:00:44
Commit Hash: 1f79844
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (796 items)
Collapse this list.
  1. /usr/local/share/licenses/hare-lang-0.24.0_2/catalog.mk
  2. /usr/local/share/licenses/hare-lang-0.24.0_2/LICENSE
  3. /usr/local/share/licenses/hare-lang-0.24.0_2/GPLv3
  4. /usr/local/share/licenses/hare-lang-0.24.0_2/MPL20
  5. bin/hare
  6. bin/haredoc
  7. share/man/man1/hare-build.1.gz
  8. share/man/man1/hare-cache.1.gz
  9. share/man/man1/hare-deps.1.gz
  10. share/man/man1/hare-run.1.gz
  11. share/man/man1/hare-test.1.gz
  12. share/man/man1/hare.1.gz
  13. share/man/man1/haredoc.1.gz
  14. share/man/man5/hare-module.5.gz
  15. share/man/man5/haredoc.5.gz
  16. share/doc/hare/bdfl.md
  17. share/doc/hare/maintainers.md
  18. share/doc/hare/rfc.md
  19. share/doc/hare/stdlib.md
  20. share/hare/stdlib/ascii/README
  21. share/hare/stdlib/ascii/ctype.ha
  22. share/hare/stdlib/ascii/string.ha
  23. share/hare/stdlib/ascii/valid.ha
  24. share/hare/stdlib/bufio/README
  25. share/hare/stdlib/bufio/scanner.ha
  26. share/hare/stdlib/bufio/scanner_test+test.ha
  27. share/hare/stdlib/bufio/stream.ha
  28. share/hare/stdlib/bufio/stream_test+test.ha
  29. share/hare/stdlib/bytes/README
  30. share/hare/stdlib/bytes/contains.ha
  31. share/hare/stdlib/bytes/equal.ha
  32. share/hare/stdlib/bytes/index.ha
  33. share/hare/stdlib/bytes/reverse.ha
  34. share/hare/stdlib/bytes/tokenize.ha
  35. share/hare/stdlib/bytes/trim.ha
  36. share/hare/stdlib/bytes/two_way.ha
  37. share/hare/stdlib/bytes/zero.ha
  38. share/hare/stdlib/crypto/+test/authenc_test.ha
  39. share/hare/stdlib/crypto/README
  40. share/hare/stdlib/crypto/aes/+test/gcm.ha
  41. share/hare/stdlib/crypto/aes/+test/ni_test+x86_64.ha
  42. share/hare/stdlib/crypto/aes/+x86_64/ni.ha
  43. share/hare/stdlib/crypto/aes/+x86_64/ni.s
  44. share/hare/stdlib/crypto/aes/README
  45. share/hare/stdlib/crypto/aes/aes+x86_64.ha
  46. share/hare/stdlib/crypto/aes/aes.ha
  47. share/hare/stdlib/crypto/aes/aes_ct64.ha
  48. share/hare/stdlib/crypto/aes/block.ha
  49. share/hare/stdlib/crypto/aes/cbc+test.ha
  50. share/hare/stdlib/crypto/aes/ct64+test.ha
  51. share/hare/stdlib/crypto/aes/ctr+test.ha
  52. share/hare/stdlib/crypto/aes/rt+test.ha
  53. share/hare/stdlib/crypto/aes/xts/+test.ha
  54. share/hare/stdlib/crypto/aes/xts/README
  55. share/hare/stdlib/crypto/aes/xts/xts.ha
  56. share/hare/stdlib/crypto/argon2/+test.ha
  57. share/hare/stdlib/crypto/argon2/README
  58. share/hare/stdlib/crypto/argon2/argon2.ha
  59. share/hare/stdlib/crypto/authenc.ha
  60. share/hare/stdlib/crypto/bcrypt/+test.ha
  61. share/hare/stdlib/crypto/bcrypt/README
  62. share/hare/stdlib/crypto/bcrypt/base64.ha
  63. share/hare/stdlib/crypto/bcrypt/bcrypt.ha
  64. share/hare/stdlib/crypto/bigint/+test/arithm_test.ha
  65. share/hare/stdlib/crypto/bigint/+test/encoding_test.ha
  66. share/hare/stdlib/crypto/bigint/+test/monty_test.ha
  67. share/hare/stdlib/crypto/bigint/+test/utils.ha
  68. share/hare/stdlib/crypto/bigint/README
  69. share/hare/stdlib/crypto/bigint/arithm.ha
  70. share/hare/stdlib/crypto/bigint/encoding.ha
  71. share/hare/stdlib/crypto/bigint/monty.ha
  72. share/hare/stdlib/crypto/bigint/types.ha
  73. share/hare/stdlib/crypto/bigint/util.ha
  74. share/hare/stdlib/crypto/blake2b/+test.ha
  75. share/hare/stdlib/crypto/blake2b/README
  76. share/hare/stdlib/crypto/blake2b/blake2b.ha
  77. share/hare/stdlib/crypto/blake2b/vectors+test.ha
  78. share/hare/stdlib/crypto/blowfish/+test.ha
  79. share/hare/stdlib/crypto/blowfish/README
  80. share/hare/stdlib/crypto/blowfish/blowfish.ha
  81. share/hare/stdlib/crypto/blowfish/const.ha
  82. share/hare/stdlib/crypto/chacha/+test.ha
  83. share/hare/stdlib/crypto/chacha/README
  84. share/hare/stdlib/crypto/chacha/chacha20.ha
  85. share/hare/stdlib/crypto/chachapoly/README
  86. share/hare/stdlib/crypto/chachapoly/chachapoly.ha
  87. share/hare/stdlib/crypto/chachapoly/encryption+test.ha
  88. share/hare/stdlib/crypto/cipher/README
  89. share/hare/stdlib/crypto/cipher/block.ha
  90. share/hare/stdlib/crypto/cipher/cbc.ha
  91. share/hare/stdlib/crypto/cipher/cipher.ha
  92. share/hare/stdlib/crypto/cipher/ctr.ha
  93. share/hare/stdlib/crypto/cipher/gcm.ha
  94. share/hare/stdlib/crypto/cipher/ghash.ha
  95. share/hare/stdlib/crypto/cipher/stream.ha
  96. share/hare/stdlib/crypto/conventions.txt
  97. share/hare/stdlib/crypto/curve25519/+test.ha
  98. share/hare/stdlib/crypto/curve25519/README
  99. share/hare/stdlib/crypto/curve25519/curve25519.ha
  100. share/hare/stdlib/crypto/ed25519/+test.ha
  101. share/hare/stdlib/crypto/ed25519/README
  102. share/hare/stdlib/crypto/ed25519/ed25519.ha
  103. share/hare/stdlib/crypto/ed25519/edwards25519.ha
  104. share/hare/stdlib/crypto/hkdf/+test.ha
  105. share/hare/stdlib/crypto/hkdf/README
  106. share/hare/stdlib/crypto/hkdf/hkdf.ha
  107. share/hare/stdlib/crypto/hmac/+test.ha
  108. share/hare/stdlib/crypto/hmac/README
  109. share/hare/stdlib/crypto/hmac/hmac.ha
  110. share/hare/stdlib/crypto/hmac/sha1.ha
  111. share/hare/stdlib/crypto/hmac/sha256.ha
  112. share/hare/stdlib/crypto/keyderiv.ha
  113. share/hare/stdlib/crypto/keystore/README
  114. share/hare/stdlib/crypto/keystore/impl+linux.ha
  115. share/hare/stdlib/crypto/keystore/impl.ha
  116. share/hare/stdlib/crypto/mac/README
  117. share/hare/stdlib/crypto/mac/mac.ha
  118. share/hare/stdlib/crypto/math/README
  119. share/hare/stdlib/crypto/math/arithm.ha
  120. share/hare/stdlib/crypto/math/bits.ha
  121. share/hare/stdlib/crypto/poly1305/+test.ha
  122. share/hare/stdlib/crypto/poly1305/README
  123. share/hare/stdlib/crypto/poly1305/poly1305.ha
  124. share/hare/stdlib/crypto/random/+freebsd.ha
  125. share/hare/stdlib/crypto/random/+linux.ha
  126. share/hare/stdlib/crypto/random/+openbsd.ha
  127. share/hare/stdlib/crypto/random/README
  128. share/hare/stdlib/crypto/random/random.ha
  129. share/hare/stdlib/crypto/rsa/+test/core_test.ha
  130. share/hare/stdlib/crypto/rsa/+test/keys_test.ha
  131. share/hare/stdlib/crypto/rsa/+test/pkcs1_test.ha
  132. share/hare/stdlib/crypto/rsa/README
  133. share/hare/stdlib/crypto/rsa/core.ha
  134. share/hare/stdlib/crypto/rsa/errors.ha
  135. share/hare/stdlib/crypto/rsa/keys.ha
  136. share/hare/stdlib/crypto/rsa/pkcs1.ha
  137. share/hare/stdlib/crypto/salsa/+test.ha
  138. share/hare/stdlib/crypto/salsa/README
  139. share/hare/stdlib/crypto/salsa/salsa20.ha
  140. share/hare/stdlib/crypto/sha1/+test.ha
  141. share/hare/stdlib/crypto/sha1/sha1.ha
  142. share/hare/stdlib/crypto/sha256/+test.ha
  143. share/hare/stdlib/crypto/sha256/sha256.ha
  144. share/hare/stdlib/crypto/sha512/+test.ha
  145. share/hare/stdlib/crypto/sha512/README
  146. share/hare/stdlib/crypto/sha512/sha512.ha
  147. share/hare/stdlib/crypto/x25519/+test.ha
  148. share/hare/stdlib/crypto/x25519/README
  149. share/hare/stdlib/crypto/x25519/x25519.ha
  150. share/hare/stdlib/debug/+aarch64/getfp.s
  151. share/hare/stdlib/debug/+aarch64/walk.ha
  152. share/hare/stdlib/debug/+freebsd/+aarch64/ucontext.ha
  153. share/hare/stdlib/debug/+freebsd/+riscv64/ucontext.ha
  154. share/hare/stdlib/debug/+freebsd/+x86_64/ucontext.ha
  155. share/hare/stdlib/debug/+freebsd/translate.ha
  156. share/hare/stdlib/debug/+linux/+aarch64/ucontext.ha
  157. share/hare/stdlib/debug/+linux/+riscv64/ucontext.ha
  158. share/hare/stdlib/debug/+linux/+x86_64/ucontext.ha
  159. share/hare/stdlib/debug/+linux/translate.ha
  160. share/hare/stdlib/debug/+openbsd/+aarch64/ucontext.ha
  161. share/hare/stdlib/debug/+openbsd/+riscv64/ucontext.ha
  162. share/hare/stdlib/debug/+openbsd/+x86_64/ucontext.ha
  163. share/hare/stdlib/debug/+openbsd/translate.ha
  164. share/hare/stdlib/debug/+riscv64/getfp.s
  165. share/hare/stdlib/debug/+riscv64/walk.ha
  166. share/hare/stdlib/debug/+x86_64/getfp.s
  167. share/hare/stdlib/debug/+x86_64/walk.ha
  168. share/hare/stdlib/debug/README
  169. share/hare/stdlib/debug/abort.ha
  170. share/hare/stdlib/debug/altstack.s
  171. share/hare/stdlib/debug/backtrace.ha
  172. share/hare/stdlib/debug/constants.ha
  173. share/hare/stdlib/debug/dwarf/README
  174. share/hare/stdlib/debug/dwarf/abbrev.ha
  175. share/hare/stdlib/debug/dwarf/addr_to_line.ha
  176. share/hare/stdlib/debug/dwarf/aranges.ha
  177. share/hare/stdlib/debug/dwarf/constant.ha
  178. share/hare/stdlib/debug/dwarf/info.ha
  179. share/hare/stdlib/debug/dwarf/line.ha
  180. share/hare/stdlib/debug/dwarf/reader.ha
  181. share/hare/stdlib/debug/dwarf/strings.ha
  182. share/hare/stdlib/debug/fault.ha
  183. share/hare/stdlib/debug/ident.ha
  184. share/hare/stdlib/debug/image/README
  185. share/hare/stdlib/debug/image/open.ha
  186. share/hare/stdlib/debug/image/sections.ha
  187. share/hare/stdlib/debug/image/self+freebsd.ha
  188. share/hare/stdlib/debug/image/self+linux.ha
  189. share/hare/stdlib/debug/image/self+openbsd.ha
  190. share/hare/stdlib/debug/image/self_argv.ha
  191. share/hare/stdlib/debug/symbols.ha
  192. share/hare/stdlib/dirs/README
  193. share/hare/stdlib/dirs/xdg.ha
  194. share/hare/stdlib/encoding/README
  195. share/hare/stdlib/encoding/base32/README
  196. share/hare/stdlib/encoding/base32/base32.ha
  197. share/hare/stdlib/encoding/base64/README
  198. share/hare/stdlib/encoding/base64/base64.ha
  199. share/hare/stdlib/encoding/hex/README
  200. share/hare/stdlib/encoding/hex/hex.ha
  201. share/hare/stdlib/encoding/pem/+test.ha
  202. share/hare/stdlib/encoding/pem/README
  203. share/hare/stdlib/encoding/pem/pem.ha
  204. share/hare/stdlib/encoding/utf8/README
  205. share/hare/stdlib/encoding/utf8/decode.ha
  206. share/hare/stdlib/encoding/utf8/decodetable.ha
  207. share/hare/stdlib/encoding/utf8/encode.ha
  208. share/hare/stdlib/encoding/utf8/rune.ha
  209. share/hare/stdlib/encoding/utf8/types.ha
  210. share/hare/stdlib/endian/README
  211. share/hare/stdlib/endian/big.ha
  212. share/hare/stdlib/endian/endian.ha
  213. share/hare/stdlib/endian/host+aarch64.ha
  214. share/hare/stdlib/endian/host+riscv64.ha
  215. share/hare/stdlib/endian/host+x86_64.ha
  216. share/hare/stdlib/endian/little.ha
  217. share/hare/stdlib/endian/network.ha
  218. share/hare/stdlib/errors/README
  219. share/hare/stdlib/errors/common.ha
  220. share/hare/stdlib/errors/opaque.ha
  221. share/hare/stdlib/errors/rt.ha
  222. share/hare/stdlib/errors/string.ha
  223. share/hare/stdlib/fmt/+test.ha
  224. share/hare/stdlib/fmt/README
  225. share/hare/stdlib/fmt/iter.ha
  226. share/hare/stdlib/fmt/print.ha
  227. share/hare/stdlib/fmt/wrappers.ha
  228. share/hare/stdlib/fnmatch/+test.ha
  229. share/hare/stdlib/fnmatch/README
  230. share/hare/stdlib/fnmatch/fnmatch.ha
  231. share/hare/stdlib/format/README
  232. share/hare/stdlib/format/elf/README
  233. share/hare/stdlib/format/elf/arch+aarch64.ha
  234. share/hare/stdlib/format/elf/arch+riscv64.ha
  235. share/hare/stdlib/format/elf/arch+x86_64.ha
  236. share/hare/stdlib/format/elf/platform+freebsd.ha
  237. share/hare/stdlib/format/elf/platform+linux.ha
  238. share/hare/stdlib/format/elf/platform+openbsd.ha
  239. share/hare/stdlib/format/elf/types.ha
  240. share/hare/stdlib/format/ini/+test.ha
  241. share/hare/stdlib/format/ini/README
  242. share/hare/stdlib/format/ini/scan.ha
  243. share/hare/stdlib/format/ini/types.ha
  244. share/hare/stdlib/format/tar/README
  245. share/hare/stdlib/format/tar/reader.ha
  246. share/hare/stdlib/format/tar/types.ha
  247. share/hare/stdlib/fs/README
  248. share/hare/stdlib/fs/fs.ha
  249. share/hare/stdlib/fs/types.ha
  250. share/hare/stdlib/fs/util.ha
  251. share/hare/stdlib/getopt/README
  252. share/hare/stdlib/getopt/getopts.ha
  253. share/hare/stdlib/glob/+test.ha
  254. share/hare/stdlib/glob/README
  255. share/hare/stdlib/glob/glob.ha
  256. share/hare/stdlib/hare/README
  257. share/hare/stdlib/hare/ast/README
  258. share/hare/stdlib/hare/ast/decl.ha
  259. share/hare/stdlib/hare/ast/expr.ha
  260. share/hare/stdlib/hare/ast/ident.ha
  261. share/hare/stdlib/hare/ast/import.ha
  262. share/hare/stdlib/hare/ast/type.ha
  263. share/hare/stdlib/hare/ast/unit.ha
  264. share/hare/stdlib/hare/lex/+test.ha
  265. share/hare/stdlib/hare/lex/README
  266. share/hare/stdlib/hare/lex/lex.ha
  267. share/hare/stdlib/hare/lex/token.ha
  268. share/hare/stdlib/hare/module/README
  269. share/hare/stdlib/hare/module/cache.ha
  270. share/hare/stdlib/hare/module/deps.ha
  271. share/hare/stdlib/hare/module/format.ha
  272. share/hare/stdlib/hare/module/srcs.ha
  273. share/hare/stdlib/hare/module/types.ha
  274. share/hare/stdlib/hare/module/util.ha
  275. share/hare/stdlib/hare/parse/+test/expr_test.ha
  276. share/hare/stdlib/hare/parse/+test/ident_test.ha
  277. share/hare/stdlib/hare/parse/+test/loc.ha
  278. share/hare/stdlib/hare/parse/+test/roundtrip.ha
  279. share/hare/stdlib/hare/parse/+test/types.ha
  280. share/hare/stdlib/hare/parse/+test/unit_test.ha
  281. share/hare/stdlib/hare/parse/README
  282. share/hare/stdlib/hare/parse/decl.ha
  283. share/hare/stdlib/hare/parse/doc/+test.ha
  284. share/hare/stdlib/hare/parse/doc/README
  285. share/hare/stdlib/hare/parse/doc/doc.ha
  286. share/hare/stdlib/hare/parse/expr.ha
  287. share/hare/stdlib/hare/parse/ident.ha
  288. share/hare/stdlib/hare/parse/import.ha
  289. share/hare/stdlib/hare/parse/parse.ha
  290. share/hare/stdlib/hare/parse/type.ha
  291. share/hare/stdlib/hare/parse/unit.ha
  292. share/hare/stdlib/hare/types/+aarch64/writesize.ha
  293. share/hare/stdlib/hare/types/+riscv64/writesize.ha
  294. share/hare/stdlib/hare/types/+test.ha
  295. share/hare/stdlib/hare/types/+x86_64/writesize.ha
  296. share/hare/stdlib/hare/types/README
  297. share/hare/stdlib/hare/types/arch.ha
  298. share/hare/stdlib/hare/types/builtins.ha
  299. share/hare/stdlib/hare/types/class.ha
  300. share/hare/stdlib/hare/types/hash.ha
  301. share/hare/stdlib/hare/types/lookup.ha
  302. share/hare/stdlib/hare/types/store.ha
  303. share/hare/stdlib/hare/types/types.ha
  304. share/hare/stdlib/hare/unit/+test.ha
  305. share/hare/stdlib/hare/unit/check.ha
  306. share/hare/stdlib/hare/unit/context.ha
  307. share/hare/stdlib/hare/unit/errors.ha
  308. share/hare/stdlib/hare/unit/expr.ha
  309. share/hare/stdlib/hare/unit/process.ha
  310. share/hare/stdlib/hare/unit/scan.ha
  311. share/hare/stdlib/hare/unit/scope.ha
  312. share/hare/stdlib/hare/unit/unit.ha
  313. share/hare/stdlib/hare/unparse/README
  314. share/hare/stdlib/hare/unparse/decl.ha
  315. share/hare/stdlib/hare/unparse/expr.ha
  316. share/hare/stdlib/hare/unparse/ident.ha
  317. share/hare/stdlib/hare/unparse/import.ha
  318. share/hare/stdlib/hare/unparse/syn.ha
  319. share/hare/stdlib/hare/unparse/type.ha
  320. share/hare/stdlib/hare/unparse/unit.ha
  321. share/hare/stdlib/hare/unparse/util.ha
  322. share/hare/stdlib/hash/README
  323. share/hare/stdlib/hash/adler32/README
  324. share/hare/stdlib/hash/adler32/adler32.ha
  325. share/hare/stdlib/hash/crc16/README
  326. share/hare/stdlib/hash/crc16/crc16.ha
  327. share/hare/stdlib/hash/crc32/README
  328. share/hare/stdlib/hash/crc32/crc32.ha
  329. share/hare/stdlib/hash/crc64/README
  330. share/hare/stdlib/hash/crc64/crc64.ha
  331. share/hare/stdlib/hash/fnv/+aarch64.ha
  332. share/hare/stdlib/hash/fnv/+riscv64.ha
  333. share/hare/stdlib/hash/fnv/+x86_64.ha
  334. share/hare/stdlib/hash/fnv/README
  335. share/hare/stdlib/hash/fnv/fnv.ha
  336. share/hare/stdlib/hash/hash.ha
  337. share/hare/stdlib/hash/siphash/+test.ha
  338. share/hare/stdlib/hash/siphash/README
  339. share/hare/stdlib/hash/siphash/siphash.ha
  340. share/hare/stdlib/io/+freebsd/dup.ha
  341. share/hare/stdlib/io/+freebsd/mmap.ha
  342. share/hare/stdlib/io/+freebsd/platform_file.ha
  343. share/hare/stdlib/io/+freebsd/vector.ha
  344. share/hare/stdlib/io/+linux/dup.ha
  345. share/hare/stdlib/io/+linux/mmap.ha
  346. share/hare/stdlib/io/+linux/platform_file.ha
  347. share/hare/stdlib/io/+linux/vector.ha
  348. share/hare/stdlib/io/+openbsd/dup.ha
  349. share/hare/stdlib/io/+openbsd/mmap.ha
  350. share/hare/stdlib/io/+openbsd/platform_file.ha
  351. share/hare/stdlib/io/+openbsd/vector.ha
  352. share/hare/stdlib/io/+test/limit_test.ha
  353. share/hare/stdlib/io/+test/stream_test.ha
  354. share/hare/stdlib/io/README
  355. share/hare/stdlib/io/arch+aarch64.ha
  356. share/hare/stdlib/io/arch+riscv64.ha
  357. share/hare/stdlib/io/arch+x86_64.ha
  358. share/hare/stdlib/io/copy.ha
  359. share/hare/stdlib/io/drain.ha
  360. share/hare/stdlib/io/empty.ha
  361. share/hare/stdlib/io/file.ha
  362. share/hare/stdlib/io/handle.ha
  363. share/hare/stdlib/io/limit.ha
  364. share/hare/stdlib/io/stream.ha
  365. share/hare/stdlib/io/tee.ha
  366. share/hare/stdlib/io/types.ha
  367. share/hare/stdlib/io/util.ha
  368. share/hare/stdlib/io/zero.ha
  369. share/hare/stdlib/linux/+linux/README
  370. share/hare/stdlib/linux/+linux/env.ha
  371. share/hare/stdlib/linux/+linux/start+libc.ha
  372. share/hare/stdlib/linux/+linux/start.ha
  373. share/hare/stdlib/linux/keyctl/+linux/README
  374. share/hare/stdlib/linux/keyctl/+linux/keyctl.ha
  375. share/hare/stdlib/linux/keyctl/+linux/types.ha
  376. share/hare/stdlib/linux/timerfd/+linux/README
  377. share/hare/stdlib/linux/timerfd/+linux/timerfd.ha
  378. share/hare/stdlib/linux/vdso/+linux/vdso.ha
  379. share/hare/stdlib/log/README
  380. share/hare/stdlib/log/funcs.ha
  381. share/hare/stdlib/log/global.ha
  382. share/hare/stdlib/log/logger.ha
  383. share/hare/stdlib/log/silent.ha
  384. share/hare/stdlib/math/+test/data.ha
  385. share/hare/stdlib/math/+test/floats_test.ha
  386. share/hare/stdlib/math/+test/math_test.ha
  387. share/hare/stdlib/math/+test/trig_test.ha
  388. share/hare/stdlib/math/README
  389. share/hare/stdlib/math/checked/README
  390. share/hare/stdlib/math/checked/checked.ha
  391. share/hare/stdlib/math/complex/+test.ha
  392. share/hare/stdlib/math/complex/README
  393. share/hare/stdlib/math/complex/complex.ha
  394. share/hare/stdlib/math/fenv+aarch64.ha
  395. share/hare/stdlib/math/fenv+riscv64.ha
  396. share/hare/stdlib/math/fenv+x86_64.ha
  397. share/hare/stdlib/math/fenv_func.ha
  398. share/hare/stdlib/math/floats.ha
  399. share/hare/stdlib/math/ints.ha
  400. share/hare/stdlib/math/math.ha
  401. share/hare/stdlib/math/random/README
  402. share/hare/stdlib/math/random/random.ha
  403. share/hare/stdlib/math/trig.ha
  404. share/hare/stdlib/math/uints.ha
  405. share/hare/stdlib/memio/README
  406. share/hare/stdlib/memio/ops.ha
  407. share/hare/stdlib/memio/stream.ha
  408. share/hare/stdlib/mime/README
  409. share/hare/stdlib/mime/database.ha
  410. share/hare/stdlib/mime/entries+test.ha
  411. share/hare/stdlib/mime/lookup.ha
  412. share/hare/stdlib/mime/parse.ha
  413. share/hare/stdlib/mime/system.ha
  414. share/hare/stdlib/net/+freebsd.ha
  415. share/hare/stdlib/net/+linux.ha
  416. share/hare/stdlib/net/+openbsd.ha
  417. share/hare/stdlib/net/README
  418. share/hare/stdlib/net/dial/README
  419. share/hare/stdlib/net/dial/dial.ha
  420. share/hare/stdlib/net/dial/ip.ha
  421. share/hare/stdlib/net/dial/registry.ha
  422. share/hare/stdlib/net/dial/resolve.ha
  423. share/hare/stdlib/net/dns/README
  424. share/hare/stdlib/net/dns/decode.ha
  425. share/hare/stdlib/net/dns/encode.ha
  426. share/hare/stdlib/net/dns/error.ha
  427. share/hare/stdlib/net/dns/query.ha
  428. share/hare/stdlib/net/dns/strdomain.ha
  429. share/hare/stdlib/net/dns/types.ha
  430. share/hare/stdlib/net/errors.ha
  431. share/hare/stdlib/net/ip/+freebsd.ha
  432. share/hare/stdlib/net/ip/+linux.ha
  433. share/hare/stdlib/net/ip/+openbsd.ha
  434. share/hare/stdlib/net/ip/ip.ha
  435. share/hare/stdlib/net/ip/test+test.ha
  436. share/hare/stdlib/net/msg.ha
  437. share/hare/stdlib/net/tcp/+freebsd.ha
  438. share/hare/stdlib/net/tcp/+linux.ha
  439. share/hare/stdlib/net/tcp/+openbsd.ha
  440. share/hare/stdlib/net/tcp/listener.ha
  441. share/hare/stdlib/net/tcp/options.ha
  442. share/hare/stdlib/net/types.ha
  443. share/hare/stdlib/net/udp/+freebsd.ha
  444. share/hare/stdlib/net/udp/+linux.ha
  445. share/hare/stdlib/net/udp/+openbsd.ha
  446. share/hare/stdlib/net/udp/options.ha
  447. share/hare/stdlib/net/unix/+freebsd.ha
  448. share/hare/stdlib/net/unix/+linux.ha
  449. share/hare/stdlib/net/unix/+openbsd.ha
  450. share/hare/stdlib/net/unix/README
  451. share/hare/stdlib/net/unix/addr.ha
  452. share/hare/stdlib/net/unix/cmsg.ha
  453. share/hare/stdlib/net/unix/dial.ha
  454. share/hare/stdlib/net/unix/listener.ha
  455. share/hare/stdlib/net/unix/options.ha
  456. share/hare/stdlib/net/unix/socketpair.ha
  457. share/hare/stdlib/net/uri/+test.ha
  458. share/hare/stdlib/net/uri/README
  459. share/hare/stdlib/net/uri/fmt.ha
  460. share/hare/stdlib/net/uri/parse.ha
  461. share/hare/stdlib/net/uri/query.ha
  462. share/hare/stdlib/net/uri/uri.ha
  463. share/hare/stdlib/os/+freebsd/dirfdfs.ha
  464. share/hare/stdlib/os/+freebsd/exit+libc-test.ha
  465. share/hare/stdlib/os/+freebsd/exit+test.ha
  466. share/hare/stdlib/os/+freebsd/exit.ha
  467. share/hare/stdlib/os/+freebsd/fs.ha
  468. share/hare/stdlib/os/+freebsd/platform_environ.ha
  469. share/hare/stdlib/os/+freebsd/status.ha
  470. share/hare/stdlib/os/+freebsd/stdfd.ha
  471. share/hare/stdlib/os/+linux/dirfdfs.ha
  472. share/hare/stdlib/os/+linux/exit+libc-test.ha
  473. share/hare/stdlib/os/+linux/exit+test.ha
  474. share/hare/stdlib/os/+linux/exit.ha
  475. share/hare/stdlib/os/+linux/fs.ha
  476. share/hare/stdlib/os/+linux/memory.ha
  477. share/hare/stdlib/os/+linux/platform_environ.ha
  478. share/hare/stdlib/os/+linux/status.ha
  479. share/hare/stdlib/os/+linux/stdfd.ha
  480. share/hare/stdlib/os/+openbsd/dirfdfs.ha
  481. share/hare/stdlib/os/+openbsd/exit+test.ha
  482. share/hare/stdlib/os/+openbsd/exit.ha
  483. share/hare/stdlib/os/+openbsd/fs.ha
  484. share/hare/stdlib/os/+openbsd/platform_environ.ha
  485. share/hare/stdlib/os/+openbsd/status.ha
  486. share/hare/stdlib/os/+openbsd/stdfd.ha
  487. share/hare/stdlib/os/README
  488. share/hare/stdlib/os/environ.ha
  489. share/hare/stdlib/os/exec/+freebsd/exec.ha
  490. share/hare/stdlib/os/exec/+freebsd/platform_cmd.ha
  491. share/hare/stdlib/os/exec/+freebsd/process.ha
  492. share/hare/stdlib/os/exec/+linux/exec.ha
  493. share/hare/stdlib/os/exec/+linux/platform_cmd.ha
  494. share/hare/stdlib/os/exec/+linux/process.ha
  495. share/hare/stdlib/os/exec/+openbsd/exec.ha
  496. share/hare/stdlib/os/exec/+openbsd/platform_cmd.ha
  497. share/hare/stdlib/os/exec/+openbsd/process.ha
  498. share/hare/stdlib/os/exec/README
  499. share/hare/stdlib/os/exec/cmd.ha
  500. share/hare/stdlib/os/exec/types.ha
  501. share/hare/stdlib/os/os.ha
  502. share/hare/stdlib/path/+freebsd.ha
  503. share/hare/stdlib/path/+linux.ha
  504. share/hare/stdlib/path/+openbsd.ha
  505. share/hare/stdlib/path/README
  506. share/hare/stdlib/path/buffer.ha
  507. share/hare/stdlib/path/error.ha
  508. share/hare/stdlib/path/ext_stack.ha
  509. share/hare/stdlib/path/iter.ha
  510. share/hare/stdlib/path/posix.ha
  511. share/hare/stdlib/path/prefix.ha
  512. share/hare/stdlib/path/stack.ha
  513. share/hare/stdlib/regex/+test.ha
  514. share/hare/stdlib/regex/README
  515. share/hare/stdlib/regex/regex.ha
  516. share/hare/stdlib/rt/+aarch64/arch_jmp.ha
  517. share/hare/stdlib/rt/+aarch64/cpuid.ha
  518. share/hare/stdlib/rt/+aarch64/cpuid.s
  519. share/hare/stdlib/rt/+aarch64/fenv.s
  520. share/hare/stdlib/rt/+aarch64/longjmp.s
  521. share/hare/stdlib/rt/+aarch64/setjmp.s
  522. share/hare/stdlib/rt/+freebsd/+aarch64.ha
  523. share/hare/stdlib/rt/+freebsd/+riscv64.ha
  524. share/hare/stdlib/rt/+freebsd/+x86_64.ha
  525. share/hare/stdlib/rt/+freebsd/env.ha
  526. share/hare/stdlib/rt/+freebsd/errno.ha
  527. share/hare/stdlib/rt/+freebsd/hare+libc.sc
  528. share/hare/stdlib/rt/+freebsd/hare.sc
  529. share/hare/stdlib/rt/+freebsd/initfini.ha
  530. share/hare/stdlib/rt/+freebsd/platform_abort.ha
  531. share/hare/stdlib/rt/+freebsd/platformstart-libc.ha
  532. share/hare/stdlib/rt/+freebsd/segmalloc.ha
  533. share/hare/stdlib/rt/+freebsd/signal.ha
  534. share/hare/stdlib/rt/+freebsd/socket.ha
  535. share/hare/stdlib/rt/+freebsd/start+aarch64-libc.s
  536. share/hare/stdlib/rt/+freebsd/start+libc.ha
  537. share/hare/stdlib/rt/+freebsd/start+riscv64-libc.s
  538. share/hare/stdlib/rt/+freebsd/start+test+libc.ha
  539. share/hare/stdlib/rt/+freebsd/start+test.ha
  540. share/hare/stdlib/rt/+freebsd/start+x86_64-libc.s
  541. share/hare/stdlib/rt/+freebsd/start.ha
  542. share/hare/stdlib/rt/+freebsd/syscall+aarch64.s
  543. share/hare/stdlib/rt/+freebsd/syscall+riscv64.s
  544. share/hare/stdlib/rt/+freebsd/syscall+x86_64.s
  545. share/hare/stdlib/rt/+freebsd/syscallno.ha
  546. share/hare/stdlib/rt/+freebsd/syscalls.ha
  547. share/hare/stdlib/rt/+freebsd/types.ha
  548. share/hare/stdlib/rt/+linux/+aarch64.ha
  549. share/hare/stdlib/rt/+linux/+riscv64.ha
  550. share/hare/stdlib/rt/+linux/+x86_64.ha
  551. share/hare/stdlib/rt/+linux/env.ha
  552. share/hare/stdlib/rt/+linux/errno.ha
  553. share/hare/stdlib/rt/+linux/hare+libc.sc
  554. share/hare/stdlib/rt/+linux/hare.sc
  555. share/hare/stdlib/rt/+linux/initfini.ha
  556. share/hare/stdlib/rt/+linux/platform_abort.ha
  557. share/hare/stdlib/rt/+linux/platformstart-libc.ha
  558. share/hare/stdlib/rt/+linux/prctl.ha
  559. share/hare/stdlib/rt/+linux/restore+aarch64.s
  560. share/hare/stdlib/rt/+linux/restore+riscv64.s
  561. share/hare/stdlib/rt/+linux/restore+x86_64.s
  562. share/hare/stdlib/rt/+linux/segmalloc.ha
  563. share/hare/stdlib/rt/+linux/signal.ha
  564. share/hare/stdlib/rt/+linux/socket.ha
  565. share/hare/stdlib/rt/+linux/start+aarch64-libc.s
  566. share/hare/stdlib/rt/+linux/start+libc.ha
  567. share/hare/stdlib/rt/+linux/start+riscv64-libc.s
  568. share/hare/stdlib/rt/+linux/start+test+libc.ha
  569. share/hare/stdlib/rt/+linux/start+test.ha
  570. share/hare/stdlib/rt/+linux/start+x86_64-libc.s
  571. share/hare/stdlib/rt/+linux/start.ha
  572. share/hare/stdlib/rt/+linux/stat.ha
  573. share/hare/stdlib/rt/+linux/syscall+aarch64.s
  574. share/hare/stdlib/rt/+linux/syscall+riscv64.s
  575. share/hare/stdlib/rt/+linux/syscall+x86_64.s
  576. share/hare/stdlib/rt/+linux/syscallno+aarch64.ha
  577. share/hare/stdlib/rt/+linux/syscallno+riscv64.ha
  578. share/hare/stdlib/rt/+linux/syscallno+x86_64.ha
  579. share/hare/stdlib/rt/+linux/syscalls.ha
  580. share/hare/stdlib/rt/+linux/types.ha
  581. share/hare/stdlib/rt/+openbsd/+aarch64.ha
  582. share/hare/stdlib/rt/+openbsd/+riscv64.ha
  583. share/hare/stdlib/rt/+openbsd/+x86_64.ha
  584. share/hare/stdlib/rt/+openbsd/dynamic_linker.ha
  585. share/hare/stdlib/rt/+openbsd/env.ha
  586. share/hare/stdlib/rt/+openbsd/errno.ha
  587. share/hare/stdlib/rt/+openbsd/hare+test.sc
  588. share/hare/stdlib/rt/+openbsd/hare.sc
  589. share/hare/stdlib/rt/+openbsd/libc.ha
  590. share/hare/stdlib/rt/+openbsd/platform_abort.ha
  591. share/hare/stdlib/rt/+openbsd/signal.ha
  592. share/hare/stdlib/rt/+openbsd/socket.ha
  593. share/hare/stdlib/rt/+openbsd/start+test.ha
  594. share/hare/stdlib/rt/+openbsd/start.ha
  595. share/hare/stdlib/rt/+openbsd/start.s
  596. share/hare/stdlib/rt/+openbsd/syscalls.ha
  597. share/hare/stdlib/rt/+openbsd/types.ha
  598. share/hare/stdlib/rt/+riscv64/arch_jmp.ha
  599. share/hare/stdlib/rt/+riscv64/cpuid.ha
  600. share/hare/stdlib/rt/+riscv64/cpuid.s
  601. share/hare/stdlib/rt/+riscv64/fenv.s
  602. share/hare/stdlib/rt/+riscv64/longjmp.s
  603. share/hare/stdlib/rt/+riscv64/setjmp.s
  604. share/hare/stdlib/rt/+x86_64/arch_jmp.ha
  605. share/hare/stdlib/rt/+x86_64/cpuid.ha
  606. share/hare/stdlib/rt/+x86_64/cpuid.s
  607. share/hare/stdlib/rt/+x86_64/fenv.s
  608. share/hare/stdlib/rt/+x86_64/longjmp.s
  609. share/hare/stdlib/rt/+x86_64/setjmp.s
  610. share/hare/stdlib/rt/README
  611. share/hare/stdlib/rt/abort+test.ha
  612. share/hare/stdlib/rt/abort.ha
  613. share/hare/stdlib/rt/ensure.ha
  614. share/hare/stdlib/rt/fenv_defs.ha
  615. share/hare/stdlib/rt/jmp.ha
  616. share/hare/stdlib/rt/malloc+debug.ha
  617. share/hare/stdlib/rt/malloc+libc.ha
  618. share/hare/stdlib/rt/malloc.ha
  619. share/hare/stdlib/rt/memcpy.ha
  620. share/hare/stdlib/rt/memfunc_ptr.ha
  621. share/hare/stdlib/rt/memmove.ha
  622. share/hare/stdlib/rt/memset.ha
  623. share/hare/stdlib/rt/strcmp.ha
  624. share/hare/stdlib/rt/u64tos.ha
  625. share/hare/stdlib/rt/unknown_errno.ha
  626. share/hare/stdlib/shlex/+test.ha
  627. share/hare/stdlib/shlex/README
  628. share/hare/stdlib/shlex/escape.ha
  629. share/hare/stdlib/shlex/split.ha
  630. share/hare/stdlib/sort/+test.ha
  631. share/hare/stdlib/sort/README
  632. share/hare/stdlib/sort/bisect.ha
  633. share/hare/stdlib/sort/cmp/cmp.ha
  634. share/hare/stdlib/sort/search.ha
  635. share/hare/stdlib/sort/sort.ha
  636. share/hare/stdlib/sort/types.ha
  637. share/hare/stdlib/strconv/+test/ftos_test.ha
  638. share/hare/stdlib/strconv/+test/stoi_test.ha
  639. share/hare/stdlib/strconv/+test/stou_test.ha
  640. share/hare/stdlib/strconv/README
  641. share/hare/stdlib/strconv/ftos.ha
  642. share/hare/stdlib/strconv/ftos_multiprecision.ha
  643. share/hare/stdlib/strconv/ftos_ryu.ha
  644. share/hare/stdlib/strconv/itos.ha
  645. share/hare/stdlib/strconv/numeric.ha
  646. share/hare/stdlib/strconv/stof.ha
  647. share/hare/stdlib/strconv/stof_data.ha
  648. share/hare/stdlib/strconv/stoi.ha
  649. share/hare/stdlib/strconv/stou.ha
  650. share/hare/stdlib/strconv/types.ha
  651. share/hare/stdlib/strconv/utos.ha
  652. share/hare/stdlib/strings/README
  653. share/hare/stdlib/strings/compare.ha
  654. share/hare/stdlib/strings/concat.ha
  655. share/hare/stdlib/strings/contains.ha
  656. share/hare/stdlib/strings/dup.ha
  657. share/hare/stdlib/strings/index.ha
  658. share/hare/stdlib/strings/iter.ha
  659. share/hare/stdlib/strings/pad.ha
  660. share/hare/stdlib/strings/replace.ha
  661. share/hare/stdlib/strings/runes.ha
  662. share/hare/stdlib/strings/sub.ha
  663. share/hare/stdlib/strings/suffix.ha
  664. share/hare/stdlib/strings/template/README
  665. share/hare/stdlib/strings/template/template.ha
  666. share/hare/stdlib/strings/tokenize.ha
  667. share/hare/stdlib/strings/trim.ha
  668. share/hare/stdlib/strings/utf8.ha
  669. share/hare/stdlib/temp/+freebsd.ha
  670. share/hare/stdlib/temp/+linux.ha
  671. share/hare/stdlib/temp/README
  672. share/hare/stdlib/test/+test.ha
  673. share/hare/stdlib/test/fail+test.ha
  674. share/hare/stdlib/test/util+test.ha
  675. share/hare/stdlib/test/util.ha
  676. share/hare/stdlib/time/+freebsd/functions.ha
  677. share/hare/stdlib/time/+linux/+aarch64.ha
  678. share/hare/stdlib/time/+linux/+riscv64.ha
  679. share/hare/stdlib/time/+linux/+x86_64.ha
  680. share/hare/stdlib/time/+linux/functions.ha
  681. share/hare/stdlib/time/+openbsd/functions.ha
  682. share/hare/stdlib/time/README
  683. share/hare/stdlib/time/arithm.ha
  684. share/hare/stdlib/time/chrono/+freebsd.ha
  685. share/hare/stdlib/time/chrono/+linux.ha
  686. share/hare/stdlib/time/chrono/+openbsd.ha
  687. share/hare/stdlib/time/chrono/README
  688. share/hare/stdlib/time/chrono/arithmetic.ha
  689. share/hare/stdlib/time/chrono/chronology.ha
  690. share/hare/stdlib/time/chrono/error.ha
  691. share/hare/stdlib/time/chrono/leapsec.ha
  692. share/hare/stdlib/time/chrono/timescale.ha
  693. share/hare/stdlib/time/chrono/timezone.ha
  694. share/hare/stdlib/time/chrono/tzdb.ha
  695. share/hare/stdlib/time/conv.ha
  696. share/hare/stdlib/time/date/README
  697. share/hare/stdlib/time/date/constants.ha
  698. share/hare/stdlib/time/date/date.ha
  699. share/hare/stdlib/time/date/daydate.ha
  700. share/hare/stdlib/time/date/daytime.ha
  701. share/hare/stdlib/time/date/error.ha
  702. share/hare/stdlib/time/date/format.ha
  703. share/hare/stdlib/time/date/locality.ha
  704. share/hare/stdlib/time/date/observe.ha
  705. share/hare/stdlib/time/date/parithm.ha
  706. share/hare/stdlib/time/date/parse.ha
  707. share/hare/stdlib/time/date/period.ha
  708. share/hare/stdlib/time/date/reckon.ha
  709. share/hare/stdlib/time/date/tarithm.ha
  710. share/hare/stdlib/time/date/virtual.ha
  711. share/hare/stdlib/time/types.ha
  712. share/hare/stdlib/types/README
  713. share/hare/stdlib/types/arch+aarch64.ha
  714. share/hare/stdlib/types/arch+riscv64.ha
  715. share/hare/stdlib/types/arch+x86_64.ha
  716. share/hare/stdlib/types/c/+test.ha
  717. share/hare/stdlib/types/c/README
  718. share/hare/stdlib/types/c/arch+aarch64.ha
  719. share/hare/stdlib/types/c/arch+riscv64.ha
  720. share/hare/stdlib/types/c/arch+x86_64.ha
  721. share/hare/stdlib/types/c/strings.ha
  722. share/hare/stdlib/types/c/types.ha
  723. share/hare/stdlib/types/classes.ha
  724. share/hare/stdlib/types/limits.ha
  725. share/hare/stdlib/unix/+freebsd/getpid.ha
  726. share/hare/stdlib/unix/+freebsd/getuid.ha
  727. share/hare/stdlib/unix/+freebsd/groups.ha
  728. share/hare/stdlib/unix/+freebsd/nice.ha
  729. share/hare/stdlib/unix/+freebsd/pipe.ha
  730. share/hare/stdlib/unix/+freebsd/setuid.ha
  731. share/hare/stdlib/unix/+freebsd/umask.ha
  732. share/hare/stdlib/unix/+linux/getpid.ha
  733. share/hare/stdlib/unix/+linux/getuid.ha
  734. share/hare/stdlib/unix/+linux/groups.ha
  735. share/hare/stdlib/unix/+linux/nice.ha
  736. share/hare/stdlib/unix/+linux/pipe.ha
  737. share/hare/stdlib/unix/+linux/setuid.ha
  738. share/hare/stdlib/unix/+linux/umask.ha
  739. share/hare/stdlib/unix/+openbsd/getpid.ha
  740. share/hare/stdlib/unix/+openbsd/getuid.ha
  741. share/hare/stdlib/unix/+openbsd/groups.ha
  742. share/hare/stdlib/unix/+openbsd/nice.ha
  743. share/hare/stdlib/unix/+openbsd/pipe.ha
  744. share/hare/stdlib/unix/+openbsd/setuid.ha
  745. share/hare/stdlib/unix/+openbsd/umask.ha
  746. share/hare/stdlib/unix/README
  747. share/hare/stdlib/unix/hosts/+freebsd.ha
  748. share/hare/stdlib/unix/hosts/+linux.ha
  749. share/hare/stdlib/unix/hosts/+openbsd.ha
  750. share/hare/stdlib/unix/hosts/hosts.ha
  751. share/hare/stdlib/unix/hosts/test+test.ha
  752. share/hare/stdlib/unix/passwd/group.ha
  753. share/hare/stdlib/unix/passwd/passwd.ha
  754. share/hare/stdlib/unix/passwd/types.ha
  755. share/hare/stdlib/unix/poll/+freebsd.ha
  756. share/hare/stdlib/unix/poll/+linux.ha
  757. share/hare/stdlib/unix/poll/+openbsd.ha
  758. share/hare/stdlib/unix/poll/README
  759. share/hare/stdlib/unix/poll/types.ha
  760. share/hare/stdlib/unix/resolvconf/+freebsd.ha
  761. share/hare/stdlib/unix/resolvconf/+linux.ha
  762. share/hare/stdlib/unix/resolvconf/+openbsd.ha
  763. share/hare/stdlib/unix/resolvconf/README
  764. share/hare/stdlib/unix/resolvconf/load.ha
  765. share/hare/stdlib/unix/signal/+freebsd.ha
  766. share/hare/stdlib/unix/signal/+linux.ha
  767. share/hare/stdlib/unix/signal/+openbsd.ha
  768. share/hare/stdlib/unix/signal/README
  769. share/hare/stdlib/unix/signal/types.ha
  770. share/hare/stdlib/unix/tty/+freebsd/isatty.ha
  771. share/hare/stdlib/unix/tty/+freebsd/open.ha
  772. share/hare/stdlib/unix/tty/+freebsd/pty.ha
  773. share/hare/stdlib/unix/tty/+freebsd/termios.ha
  774. share/hare/stdlib/unix/tty/+freebsd/winsize.ha
  775. share/hare/stdlib/unix/tty/+linux/isatty.ha
  776. share/hare/stdlib/unix/tty/+linux/open.ha
  777. share/hare/stdlib/unix/tty/+linux/pty.ha
  778. share/hare/stdlib/unix/tty/+linux/termios.ha
  779. share/hare/stdlib/unix/tty/+linux/winsize.ha
  780. share/hare/stdlib/unix/tty/+openbsd/isatty.ha
  781. share/hare/stdlib/unix/tty/+openbsd/open.ha
  782. share/hare/stdlib/unix/tty/+openbsd/pty.ha
  783. share/hare/stdlib/unix/tty/+openbsd/termios.ha
  784. share/hare/stdlib/unix/tty/+openbsd/winsize.ha
  785. share/hare/stdlib/unix/tty/README
  786. share/hare/stdlib/unix/tty/pty_test.ha
  787. share/hare/stdlib/unix/tty/types.ha
  788. share/hare/stdlib/uuid/README
  789. share/hare/stdlib/uuid/uuid.ha
  790. share/hare/stdlib/wordexp/+test.ha
  791. share/hare/stdlib/wordexp/README
  792. share/hare/stdlib/wordexp/error.ha
  793. share/hare/stdlib/wordexp/wordexp.ha
  794. @owner
  795. @group
  796. @mode
Collapse this list.
Dependency lines:
  • hare-lang>0:devel/hare
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 = 1711977865 SHA256 (hare/0.24.0.tar.gz) = 7061dad3c79cca51a1662a71b1c6f8ec001f52ef3053dd3c2dbb95ae9beff7bc SIZE (hare/0.24.0.tar.gz) = 767869

Packages (timestamps in pop-ups are UTC):
hare-lang
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-0.24.0_2------
FreeBSD:13:quarterly-0.24.0------
FreeBSD:14:latest-0.24.0_2------
FreeBSD:14:quarterly-0.24.0------
FreeBSD:15:latest-0.24.0_2n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. harec : lang/harec
  2. qbe : devel/qbe
  3. scdoc : textproc/scdoc
Runtime dependencies:
  1. harec : lang/harec
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for hare-lang-0.24.0_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:
Expand this list (1 items)
Collapse this list.
  1. https://git.sr.ht/~sircmpwn/hare/archive/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.24.0_2
11 Apr 2024 16:00:44
commit hash: 1f7984488b7fe7a18f23435d8ea4246c533f41cacommit hash: 1f7984488b7fe7a18f23435d8ea4246c533f41cacommit hash: 1f7984488b7fe7a18f23435d8ea4246c533f41cacommit hash: 1f7984488b7fe7a18f23435d8ea4246c533f41ca files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
devel/hare: Move manpages to share/man

Approved by:	portmgr (blanket)
Fixes:	c11df43b85403da33cbe2caec54548ece565bd88
0.24.0_1
09 Apr 2024 11:37:30
commit hash: 0e27f811a5a972d7c80675b8da0024cfc2bc146ecommit hash: 0e27f811a5a972d7c80675b8da0024cfc2bc146ecommit hash: 0e27f811a5a972d7c80675b8da0024cfc2bc146ecommit hash: 0e27f811a5a972d7c80675b8da0024cfc2bc146e files touched by this commit
Stefan Eßer (se) search for other commits by this committer
devel/hare: restore fix for build in poudriere
0.24.0
02 Apr 2024 08:27:25
commit hash: c11df43b85403da33cbe2caec54548ece565bd88commit hash: c11df43b85403da33cbe2caec54548ece565bd88commit hash: c11df43b85403da33cbe2caec54548ece565bd88commit hash: c11df43b85403da33cbe2caec54548ece565bd88 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: dda0309f01ea087fe13daf151d8bcd42c2b593b4commit hash: dda0309f01ea087fe13daf151d8bcd42c2b593b4commit hash: dda0309f01ea087fe13daf151d8bcd42c2b593b4commit hash: dda0309f01ea087fe13daf151d8bcd42c2b593b4 files touched by this commit
Yasuhiro Kimura (yasu) search for other commits by this committer
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
commit hash: bbab7f59e9630416397189df70ec133bdd690e38commit hash: bbab7f59e9630416397189df70ec133bdd690e38commit hash: bbab7f59e9630416397189df70ec133bdd690e38commit hash: bbab7f59e9630416397189df70ec133bdd690e38 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: 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
commit hash: 77b5844a512da43864caaa2ce60b5056f28b0447commit hash: 77b5844a512da43864caaa2ce60b5056f28b0447commit hash: 77b5844a512da43864caaa2ce60b5056f28b0447commit hash: 77b5844a512da43864caaa2ce60b5056f28b0447 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: 82f1cf482b20fac67add108917ad9d89a3996925commit hash: 82f1cf482b20fac67add108917ad9d89a3996925commit hash: 82f1cf482b20fac67add108917ad9d89a3996925commit hash: 82f1cf482b20fac67add108917ad9d89a3996925 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: dd35f167f40b219722bb3db63574c95035031eddcommit hash: dd35f167f40b219722bb3db63574c95035031eddcommit hash: dd35f167f40b219722bb3db63574c95035031eddcommit hash: dd35f167f40b219722bb3db63574c95035031edd files touched by this commit
Stefan Eßer (se) search for other commits by this committer
devel/hare: update to lastest development version
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
g20220709
15 Jul 2022 20:52:32
commit hash: 724d28fecef60a3b322612f25aaf9afb38f7a8e0commit hash: 724d28fecef60a3b322612f25aaf9afb38f7a8e0commit hash: 724d28fecef60a3b322612f25aaf9afb38f7a8e0commit hash: 724d28fecef60a3b322612f25aaf9afb38f7a8e0 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
devel/hare: update to upstream commit bd1c1c4a
g20220430
30 Apr 2022 18:14:53
commit hash: 2786eb3dc3bf90bc9d3292e4277cdefcb72b13e6commit hash: 2786eb3dc3bf90bc9d3292e4277cdefcb72b13e6commit hash: 2786eb3dc3bf90bc9d3292e4277cdefcb72b13e6commit hash: 2786eb3dc3bf90bc9d3292e4277cdefcb72b13e6 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: 998f34001daeb28c5c5d246564b5efb7bc9731cacommit hash: 998f34001daeb28c5c5d246564b5efb7bc9731cacommit hash: 998f34001daeb28c5c5d246564b5efb7bc9731cacommit hash: 998f34001daeb28c5c5d246564b5efb7bc9731ca files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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.

Number of commits found: 13