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

Packages (timestamps in pop-ups are UTC):
hare-lang
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-g20230719_1------
FreeBSD:13:quarterly-g20230719------
FreeBSD:14:latest-g20230719_1------
FreeBSD:14:quarterly-g20230719------
FreeBSD:15:latest-g20230719_1n/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-g20230719_1: 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: 10

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
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: 10