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

Packages (timestamps in pop-ups are UTC):
hare-lang
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-0.24.2------
FreeBSD:13:quarterly-0.24.0_2------
FreeBSD:14:latest-0.24.2------
FreeBSD:14:quarterly-0.24.0_2------
FreeBSD:15:latest-0.24.2n/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.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: 14

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.24.2
29 Nov 2024 14:10:11
commit hash: 22283fa78d8ba55c96b75aa9355d17b3242bb0f2commit hash: 22283fa78d8ba55c96b75aa9355d17b3242bb0f2commit hash: 22283fa78d8ba55c96b75aa9355d17b3242bb0f2commit hash: 22283fa78d8ba55c96b75aa9355d17b3242bb0f2 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
devel/hare: upgrade to version 0.24.2
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: 14