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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details
inko Language for building concurrent software
0.20.0_1 lang 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 0.18.1_10Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-10-31 08:00:12
Last Update: 2026-05-07 21:47:29
Commit Hash: 2a7c056
Also Listed In: devel
License: MPL20
WWW:
https://inko-lang.org/
https://github.com/inko-lang/inko
Description:
Inko is a language for building concurrent software with confidence. Inko makes it easy to build concurrent software, without having to worry about unpredictable performance, unexpected runtime errors, or race conditions. Inko features deterministic automatic memory management, move semantics, static typing, type-safe concurrency, efficient error handling, and more. Inko source code is compiled to machine code using LLVM.
HomepageHomepage    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 (130 items)
Collapse this list.
  1. /usr/local/share/licenses/inko-0.20.0_1/catalog.mk
  2. /usr/local/share/licenses/inko-0.20.0_1/LICENSE
  3. /usr/local/share/licenses/inko-0.20.0_1/MPL20
  4. bin/inko
  5. lib/inko/runtime/libinko.a
  6. lib/inko/std/alloc.inko
  7. lib/inko/std/array.inko
  8. lib/inko/std/base64.inko
  9. lib/inko/std/bool.inko
  10. lib/inko/std/bytes.inko
  11. lib/inko/std/bytes/parsers.inko
  12. lib/inko/std/clone.inko
  13. lib/inko/std/cmp.inko
  14. lib/inko/std/compress/gzip.inko
  15. lib/inko/std/crypto/chacha.inko
  16. lib/inko/std/crypto/cipher.inko
  17. lib/inko/std/crypto/hash.inko
  18. lib/inko/std/crypto/math.inko
  19. lib/inko/std/crypto/md5.inko
  20. lib/inko/std/crypto/pem.inko
  21. lib/inko/std/crypto/poly1305.inko
  22. lib/inko/std/crypto/sha1.inko
  23. lib/inko/std/crypto/sha2.inko
  24. lib/inko/std/crypto/x509.inko
  25. lib/inko/std/csv.inko
  26. lib/inko/std/debug.inko
  27. lib/inko/std/deque.inko
  28. lib/inko/std/drop.inko
  29. lib/inko/std/endian/big.inko
  30. lib/inko/std/endian/little.inko
  31. lib/inko/std/env.inko
  32. lib/inko/std/float.inko
  33. lib/inko/std/fmt.inko
  34. lib/inko/std/fs.inko
  35. lib/inko/std/fs/file.inko
  36. lib/inko/std/fs/path.inko
  37. lib/inko/std/hash.inko
  38. lib/inko/std/hash/siphash.inko
  39. lib/inko/std/html.inko
  40. lib/inko/std/init.inko
  41. lib/inko/std/int.inko
  42. lib/inko/std/int/debug.inko
  43. lib/inko/std/int/release.inko
  44. lib/inko/std/io.inko
  45. lib/inko/std/iter.inko
  46. lib/inko/std/json.inko
  47. lib/inko/std/libc.inko
  48. lib/inko/std/libc/freebsd.inko
  49. lib/inko/std/libc/linux.inko
  50. lib/inko/std/libc/linux/amd64.inko
  51. lib/inko/std/libc/linux/arm64.inko
  52. lib/inko/std/libc/mac.inko
  53. lib/inko/std/libc/mac/amd64.inko
  54. lib/inko/std/libc/mac/arm64.inko
  55. lib/inko/std/locale.inko
  56. lib/inko/std/locale/en.inko
  57. lib/inko/std/locale/ja.inko
  58. lib/inko/std/locale/nl.inko
  59. lib/inko/std/log.inko
  60. lib/inko/std/map.inko
  61. lib/inko/std/mime.inko
  62. lib/inko/std/mime/data.inko
  63. lib/inko/std/mime/phf.inko
  64. lib/inko/std/multipart.inko
  65. lib/inko/std/net/dns.inko
  66. lib/inko/std/net/happy.inko
  67. lib/inko/std/net/http.inko
  68. lib/inko/std/net/http/client.inko
  69. lib/inko/std/net/http/cookie.inko
  70. lib/inko/std/net/http/header.inko
  71. lib/inko/std/net/http/header/values.inko
  72. lib/inko/std/net/http/method.inko
  73. lib/inko/std/net/http/parsers.inko
  74. lib/inko/std/net/http/server.inko
  75. lib/inko/std/net/http/test.inko
  76. lib/inko/std/net/http/websocket.inko
  77. lib/inko/std/net/ip.inko
  78. lib/inko/std/net/socket.inko
  79. lib/inko/std/net/tls.inko
  80. lib/inko/std/nil.inko
  81. lib/inko/std/ops.inko
  82. lib/inko/std/option.inko
  83. lib/inko/std/optparse.inko
  84. lib/inko/std/pipe.inko
  85. lib/inko/std/process.inko
  86. lib/inko/std/ptr.inko
  87. lib/inko/std/rand.inko
  88. lib/inko/std/range.inko
  89. lib/inko/std/reflect.inko
  90. lib/inko/std/result.inko
  91. lib/inko/std/set.inko
  92. lib/inko/std/signal.inko
  93. lib/inko/std/stdio.inko
  94. lib/inko/std/string.inko
  95. lib/inko/std/sync.inko
  96. lib/inko/std/sys.inko
  97. lib/inko/std/sys/freebsd/fs.inko
  98. lib/inko/std/sys/freebsd/net.inko
  99. lib/inko/std/sys/freebsd/poll.inko
  100. lib/inko/std/sys/freebsd/rand.inko
  101. lib/inko/std/sys/linux/dns.inko
  102. lib/inko/std/sys/linux/fs.inko
  103. lib/inko/std/sys/linux/net.inko
  104. lib/inko/std/sys/linux/poll.inko
  105. lib/inko/std/sys/linux/rand.inko
  106. lib/inko/std/sys/mac/fs.inko
  107. lib/inko/std/sys/mac/net.inko
  108. lib/inko/std/sys/mac/poll.inko
  109. lib/inko/std/sys/mac/rand.inko
  110. lib/inko/std/sys/net.inko
  111. lib/inko/std/sys/poll.inko
  112. lib/inko/std/sys/unix/dns.inko
  113. lib/inko/std/sys/unix/env.inko
  114. lib/inko/std/sys/unix/fs.inko
  115. lib/inko/std/sys/unix/net.inko
  116. lib/inko/std/sys/unix/pipe.inko
  117. lib/inko/std/sys/unix/rand.inko
  118. lib/inko/std/sys/unix/stdio.inko
  119. lib/inko/std/sys/unix/sys.inko
  120. lib/inko/std/sys/unix/time.inko
  121. lib/inko/std/test.inko
  122. lib/inko/std/time.inko
  123. lib/inko/std/tuple.inko
  124. lib/inko/std/uri.inko
  125. lib/inko/std/uri/tables.inko
  126. lib/inko/std/utf8.inko
  127. lib/inko/std/xml.inko
  128. @owner
  129. @group
  130. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • inko>0:lang/inko
To install the port:
cd /usr/ports/lang/inko/ && make install clean
To add the package, run one of these commands:
  • pkg install lang/inko
  • pkg install inko
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: inko
Flavors: there is no flavor information for this port.
NOT_FOR_ARCHS: armv6 armv7 i386 powerpc
distinfo:
TIMESTAMP = 1776724685 SHA256 (rust/crates/addr2line-0.25.1.crate) = 1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b SIZE (rust/crates/addr2line-0.25.1.crate) = 43134

Expand this list (258 items)

Collapse this list.

SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa SIZE (rust/crates/adler2-2.0.1.crate) = 13366 SHA256 (rust/crates/anyhow-1.0.102.crate) = 7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c SIZE (rust/crates/anyhow-1.0.102.crate) = 48658 SHA256 (rust/crates/arrayref-0.3.9.crate) = 76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb SIZE (rust/crates/arrayref-0.3.9.crate) = 9186 SHA256 (rust/crates/arrayvec-0.7.6.crate) = 7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50 SIZE (rust/crates/arrayvec-0.7.6.crate) = 31237 SHA256 (rust/crates/atomic-wait-1.1.0.crate) = a55b94919229f2c42292fd71ffa4b75e83193bffdd77b1e858cd55fd2d0b0ea8 SIZE (rust/crates/atomic-wait-1.1.0.crate) = 4643 SHA256 (rust/crates/backtrace-0.3.76.crate) = bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6 SIZE (rust/crates/backtrace-0.3.76.crate) = 89458 SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 SIZE (rust/crates/base64-0.22.1.crate) = 81597 SHA256 (rust/crates/bitflags-2.11.1.crate) = c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3 SIZE (rust/crates/bitflags-2.11.1.crate) = 49082 SHA256 (rust/crates/blake3-1.8.4.crate) = 4d2d5991425dfd0785aed03aedcf0b321d61975c9b5b3689c774a2610ae0b51e SIZE (rust/crates/blake3-1.8.4.crate) = 208734 SHA256 (rust/crates/bstr-1.12.1.crate) = 63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab SIZE (rust/crates/bstr-1.12.1.crate) = 354916 SHA256 (rust/crates/bytes-1.11.1.crate) = 1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33 SIZE (rust/crates/bytes-1.11.1.crate) = 78584 SHA256 (rust/crates/cc-1.2.60.crate) = 43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20 SIZE (rust/crates/cc-1.2.60.crate) = 97051 SHA256 (rust/crates/cesu8-1.1.0.crate) = 6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c SIZE (rust/crates/cesu8-1.1.0.crate) = 10555 SHA256 (rust/crates/cfg-if-1.0.4.crate) = 9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801 SIZE (rust/crates/cfg-if-1.0.4.crate) = 9360 SHA256 (rust/crates/combine-4.6.7.crate) = ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd SIZE (rust/crates/combine-4.6.7.crate) = 134808 SHA256 (rust/crates/console-0.15.11.crate) = 054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8 SIZE (rust/crates/console-0.15.11.crate) = 37822 SHA256 (rust/crates/constant_time_eq-0.4.2.crate) = 3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b SIZE (rust/crates/constant_time_eq-0.4.2.crate) = 25831 SHA256 (rust/crates/core-foundation-0.10.1.crate) = b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6 SIZE (rust/crates/core-foundation-0.10.1.crate) = 28886 SHA256 (rust/crates/core-foundation-sys-0.8.7.crate) = 773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b SIZE (rust/crates/core-foundation-sys-0.8.7.crate) = 37712 SHA256 (rust/crates/cpufeatures-0.3.0.crate) = 8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201 SIZE (rust/crates/cpufeatures-0.3.0.crate) = 14156 SHA256 (rust/crates/crc32fast-1.5.0.crate) = 9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511 SIZE (rust/crates/crc32fast-1.5.0.crate) = 40723 SHA256 (rust/crates/encode_unicode-1.0.0.crate) = 34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0 SIZE (rust/crates/encode_unicode-1.0.0.crate) = 56986 SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 SHA256 (rust/crates/filetime-0.2.27.crate) = f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db SIZE (rust/crates/filetime-0.2.27.crate) = 16678 SHA256 (rust/crates/find-msvc-tools-0.1.9.crate) = 5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582 SIZE (rust/crates/find-msvc-tools-0.1.9.crate) = 31493 SHA256 (rust/crates/flate2-1.1.9.crate) = 843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c SIZE (rust/crates/flate2-1.1.9.crate) = 82745 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 SHA256 (rust/crates/getopts-0.2.24.crate) = cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df SIZE (rust/crates/getopts-0.2.24.crate) = 21467 SHA256 (rust/crates/getrandom-0.2.17.crate) = ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0 SIZE (rust/crates/getrandom-0.2.17.crate) = 40780 SHA256 (rust/crates/getrandom-0.3.4.crate) = 899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd SIZE (rust/crates/getrandom-0.3.4.crate) = 50932 SHA256 (rust/crates/gimli-0.32.3.crate) = e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7 SIZE (rust/crates/gimli-0.32.3.crate) = 289789 SHA256 (rust/crates/graviola-0.2.1.crate) = 00678994ed89e22df4c4d99e3105b0ae69206d4b9aaeaeec3a52c2bec55c1f01 SIZE (rust/crates/graviola-0.2.1.crate) = 854760 SHA256 (rust/crates/hashbrown-0.17.0.crate) = 4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51 SIZE (rust/crates/hashbrown-0.17.0.crate) = 154597 SHA256 (rust/crates/http-1.4.0.crate) = e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a SIZE (rust/crates/http-1.4.0.crate) = 106978 SHA256 (rust/crates/httparse-1.10.1.crate) = 6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87 SIZE (rust/crates/httparse-1.10.1.crate) = 45190 SHA256 (rust/crates/indexmap-2.14.0.crate) = d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9 SIZE (rust/crates/indexmap-2.14.0.crate) = 104085 SHA256 (rust/crates/inkwell-0.8.0.crate) = 1def4112dfb2ce2993db7027f7acdb43c1f4ee1c70a082a2eef306ed5d0df365 SIZE (rust/crates/inkwell-0.8.0.crate) = 207507 SHA256 (rust/crates/inkwell_internals-0.13.0.crate) = 63736175c9a30ea123f7018de9f26163e0b39cd6978990ae486b510c4f3bad69 SIZE (rust/crates/inkwell_internals-0.13.0.crate) = 6255 SHA256 (rust/crates/itoa-1.0.18.crate) = 8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682 SIZE (rust/crates/itoa-1.0.18.crate) = 15935 SHA256 (rust/crates/jni-0.21.1.crate) = 1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97 SIZE (rust/crates/jni-0.21.1.crate) = 105028 SHA256 (rust/crates/jni-sys-0.3.1.crate) = 41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258 SIZE (rust/crates/jni-sys-0.3.1.crate) = 11570 SHA256 (rust/crates/jni-sys-0.4.1.crate) = c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2 SIZE (rust/crates/jni-sys-0.4.1.crate) = 13249 SHA256 (rust/crates/jni-sys-macros-0.4.1.crate) = 38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264 SIZE (rust/crates/jni-sys-macros-0.4.1.crate) = 3301 SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 SHA256 (rust/crates/libc-0.2.185.crate) = 52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f SIZE (rust/crates/libc-0.2.185.crate) = 821775 SHA256 (rust/crates/libredox-0.1.16.crate) = e02f3bb43d335493c96bf3fd3a321600bf6bd07ed34bc64118e9293bdffea46c SIZE (rust/crates/libredox-0.1.16.crate) = 9600 SHA256 (rust/crates/libz-rs-sys-0.5.5.crate) = c10501e7805cee23da17c7790e59df2870c0d4043ec6d03f67d31e2b53e77415 SIZE (rust/crates/libz-rs-sys-0.5.5.crate) = 47927 SHA256 (rust/crates/llvm-sys-181.3.0.crate) = e24aad69cbdb0c6ebe777262e9e6314dceba0d6e6a2a63e47563ccd293a2eda8 SIZE (rust/crates/llvm-sys-181.3.0.crate) = 58670 SHA256 (rust/crates/log-0.4.29.crate) = 5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897 SIZE (rust/crates/log-0.4.29.crate) = 51515 SHA256 (rust/crates/memchr-2.8.0.crate) = f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79 SIZE (rust/crates/memchr-2.8.0.crate) = 97780 SHA256 (rust/crates/miniz_oxide-0.8.9.crate) = 1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316 SIZE (rust/crates/miniz_oxide-0.8.9.crate) = 67132 SHA256 (rust/crates/object-0.37.3.crate) = ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe SIZE (rust/crates/object-0.37.3.crate) = 344032 SHA256 (rust/crates/once_cell-1.21.4.crate) = 9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50 SIZE (rust/crates/once_cell-1.21.4.crate) = 35010 SHA256 (rust/crates/openssl-probe-0.2.1.crate) = 7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe SIZE (rust/crates/openssl-probe-0.2.1.crate) = 9155 SHA256 (rust/crates/percent-encoding-2.3.2.crate) = 9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220 SIZE (rust/crates/percent-encoding-2.3.2.crate) = 11583 SHA256 (rust/crates/plain-0.2.3.crate) = b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6 SIZE (rust/crates/plain-0.2.3.crate) = 10664 SHA256 (rust/crates/proc-macro2-1.0.106.crate) = 8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934 SIZE (rust/crates/proc-macro2-1.0.106.crate) = 59765 SHA256 (rust/crates/quote-1.0.45.crate) = 41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924 SIZE (rust/crates/quote-1.0.45.crate) = 31564 SHA256 (rust/crates/r-efi-5.3.0.crate) = 69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f SIZE (rust/crates/r-efi-5.3.0.crate) = 64532 SHA256 (rust/crates/redox_syscall-0.7.4.crate) = f450ad9c3b1da563fb6948a8e0fb0fb9269711c9c73d9ea1de5058c79c8d643a SIZE (rust/crates/redox_syscall-0.7.4.crate) = 28248 SHA256 (rust/crates/regex-automata-0.4.14.crate) = 6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f SIZE (rust/crates/regex-automata-0.4.14.crate) = 618012 SHA256 (rust/crates/regex-lite-0.1.9.crate) = cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973 SIZE (rust/crates/regex-lite-0.1.9.crate) = 96166 SHA256 (rust/crates/ring-0.17.14.crate) = a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7 SIZE (rust/crates/ring-0.17.14.crate) = 1502610 SHA256 (rust/crates/rustc-demangle-0.1.27.crate) = b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d SIZE (rust/crates/rustc-demangle-0.1.27.crate) = 30448 SHA256 (rust/crates/rustls-0.23.38.crate) = 69f9466fb2c14ea04357e91413efb882e2a6d4a406e625449bc0a5d360d53a21 SIZE (rust/crates/rustls-0.23.38.crate) = 372709 SHA256 (rust/crates/rustls-graviola-0.2.1.crate) = 51c72f95752eab205ea6e623eb35e14e6767640be83f0d210ba64c76f7105525 SIZE (rust/crates/rustls-graviola-0.2.1.crate) = 37420 SHA256 (rust/crates/rustls-native-certs-0.8.3.crate) = 612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63 SIZE (rust/crates/rustls-native-certs-0.8.3.crate) = 30380 SHA256 (rust/crates/rustls-pki-types-1.14.0.crate) = be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd SIZE (rust/crates/rustls-pki-types-1.14.0.crate) = 35403 SHA256 (rust/crates/rustls-platform-verifier-0.6.2.crate) = 1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784 SIZE (rust/crates/rustls-platform-verifier-0.6.2.crate) = 58924 SHA256 (rust/crates/rustls-platform-verifier-android-0.1.1.crate) = f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f SIZE (rust/crates/rustls-platform-verifier-android-0.1.1.crate) = 13919 SHA256 (rust/crates/rustls-webpki-0.103.12.crate) = 8279bb85272c9f10811ae6a6c547ff594d6a7f3c6c6b02ee9726d1d0dcfcdd06 SIZE (rust/crates/rustls-webpki-0.103.12.crate) = 87202 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 SIZE (rust/crates/same-file-1.0.6.crate) = 10183 SHA256 (rust/crates/schannel-0.1.29.crate) = 91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939 SIZE (rust/crates/schannel-0.1.29.crate) = 34352 SHA256 (rust/crates/security-framework-3.7.0.crate) = b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d SIZE (rust/crates/security-framework-3.7.0.crate) = 89115 SHA256 (rust/crates/security-framework-sys-2.17.0.crate) = 6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3 SIZE (rust/crates/security-framework-sys-2.17.0.crate) = 21078 SHA256 (rust/crates/semver-1.0.28.crate) = 8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd SIZE (rust/crates/semver-1.0.28.crate) = 33064 SHA256 (rust/crates/serde-1.0.228.crate) = 9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e SIZE (rust/crates/serde-1.0.228.crate) = 83652 SHA256 (rust/crates/serde_core-1.0.228.crate) = 41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad SIZE (rust/crates/serde_core-1.0.228.crate) = 63111 SHA256 (rust/crates/serde_derive-1.0.228.crate) = d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79 SIZE (rust/crates/serde_derive-1.0.228.crate) = 59605 SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 SIZE (rust/crates/shlex-1.3.0.crate) = 18713 SHA256 (rust/crates/simd-adler32-0.3.9.crate) = 703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214 SIZE (rust/crates/simd-adler32-0.3.9.crate) = 18572 SHA256 (rust/crates/similar-2.7.0.crate) = bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa SIZE (rust/crates/similar-2.7.0.crate) = 53928 SHA256 (rust/crates/similar-asserts-1.7.0.crate) = b5b441962c817e33508847a22bd82f03a30cff43642dc2fae8b050566121eb9a SIZE (rust/crates/similar-asserts-1.7.0.crate) = 15783 SHA256 (rust/crates/subtle-2.6.1.crate) = 13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292 SIZE (rust/crates/subtle-2.6.1.crate) = 14562 SHA256 (rust/crates/syn-2.0.117.crate) = e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99 SIZE (rust/crates/syn-2.0.117.crate) = 306011 SHA256 (rust/crates/tar-0.4.45.crate) = 22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973 SIZE (rust/crates/tar-0.4.45.crate) = 67847 SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 SHA256 (rust/crates/thiserror-2.0.18.crate) = 4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4 SIZE (rust/crates/thiserror-2.0.18.crate) = 28875 SHA256 (rust/crates/thiserror-impl-1.0.69.crate) = 4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1 SIZE (rust/crates/thiserror-impl-1.0.69.crate) = 18365 SHA256 (rust/crates/thiserror-impl-2.0.18.crate) = ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5 SIZE (rust/crates/thiserror-impl-2.0.18.crate) = 21413 SHA256 (rust/crates/unicode-ident-1.0.24.crate) = e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75 SIZE (rust/crates/unicode-ident-1.0.24.crate) = 49298 SHA256 (rust/crates/unicode-segmentation-1.13.2.crate) = 9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c SIZE (rust/crates/unicode-segmentation-1.13.2.crate) = 111829 SHA256 (rust/crates/unicode-width-0.2.2.crate) = b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254 SIZE (rust/crates/unicode-width-0.2.2.crate) = 282768 SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 SIZE (rust/crates/untrusted-0.9.0.crate) = 14447 SHA256 (rust/crates/ureq-3.3.0.crate) = dea7109cdcd5864d4eeb1b58a1648dc9bf520360d7af16ec26d0a9354bafcfc0 SIZE (rust/crates/ureq-3.3.0.crate) = 147997 SHA256 (rust/crates/ureq-proto-0.6.0.crate) = e994ba84b0bd1b1b0cf92878b7ef898a5c1760108fe7b6010327e274917a808c SIZE (rust/crates/ureq-proto-0.6.0.crate) = 61319 SHA256 (rust/crates/utf8-zero-0.8.1.crate) = b8c0a043c9540bae7c578c88f91dda8bd82e59ae27c21baca69c8b191aaf5a6e SIZE (rust/crates/utf8-zero-0.8.1.crate) = 13984 SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 SHA256 (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b SIZE (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = 28477 SHA256 (rust/crates/wasip2-1.0.2+wasi-0.2.9.crate) = 9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5 SIZE (rust/crates/wasip2-1.0.2+wasi-0.2.9.crate) = 129778 SHA256 (rust/crates/webpki-root-certs-1.0.6.crate) = 804f18a4ac2676ffb4e8b5b5fa9ae38af06df08162314f96a68d2a363e21a8ca SIZE (rust/crates/webpki-root-certs-1.0.6.crate) = 165537 SHA256 (rust/crates/winapi-util-0.1.11.crate) = c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22 SIZE (rust/crates/winapi-util-0.1.11.crate) = 13368 SHA256 (rust/crates/windows-link-0.2.1.crate) = f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5 SIZE (rust/crates/windows-link-0.2.1.crate) = 6133 SHA256 (rust/crates/windows-sys-0.42.0.crate) = 5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7 SIZE (rust/crates/windows-sys-0.42.0.crate) = 3006791 SHA256 (rust/crates/windows-sys-0.45.0.crate) = 75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0 SIZE (rust/crates/windows-sys-0.45.0.crate) = 2568659 SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 SHA256 (rust/crates/windows-sys-0.61.2.crate) = ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc SIZE (rust/crates/windows-sys-0.61.2.crate) = 2517186 SHA256 (rust/crates/windows-targets-0.42.2.crate) = 8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071 SIZE (rust/crates/windows-targets-0.42.2.crate) = 5492 SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 SHA256 (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8 SIZE (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 364071 SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 SHA256 (rust/crates/windows_aarch64_msvc-0.42.2.crate) = e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43 SIZE (rust/crates/windows_aarch64_msvc-0.42.2.crate) = 666981 SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 SHA256 (rust/crates/windows_i686_gnu-0.42.2.crate) = c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f SIZE (rust/crates/windows_i686_gnu-0.42.2.crate) = 736236 SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 SHA256 (rust/crates/windows_i686_msvc-0.42.2.crate) = 44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060 SIZE (rust/crates/windows_i686_msvc-0.42.2.crate) = 724951 SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 SHA256 (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36 SIZE (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 699373 SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 SHA256 (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3 SIZE (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 364068 SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 SHA256 (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0 SIZE (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 666936 SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 SHA256 (rust/crates/wit-bindgen-0.51.0.crate) = d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5 SIZE (rust/crates/wit-bindgen-0.51.0.crate) = 68035 SHA256 (rust/crates/zeroize-1.8.2.crate) = b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0 SIZE (rust/crates/zeroize-1.8.2.crate) = 20907 SHA256 (rust/crates/zlib-rs-0.5.5.crate) = 40990edd51aae2c2b6907af74ffb635029d5788228222c4bb811e9351c0caad3 SIZE (rust/crates/zlib-rs-0.5.5.crate) = 207080 SHA256 (inko-lang-inko-v0.20.0_GH0.tar.gz) = 19cef883272556d136d6866be6b96e6a45dafe414e8d3bfcadafc1ad3192b02b SIZE (inko-lang-inko-v0.20.0_GH0.tar.gz) = 1886027

Collapse this list.


Packages (timestamps in pop-ups are UTC):
inko
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.20.00.20.0_1---n/an/an/a
FreeBSD:13:quarterly0.18.1_100.18.1_10---n/an/an/a
FreeBSD:14:latest0.20.0_10.20.0_1------
FreeBSD:14:quarterly0.18.1_100.18.1_10-----0.13.2
FreeBSD:15:latest0.20.0_10.20.0_1n/a-n/an/a--
FreeBSD:15:quarterly0.18.1_100.18.1_10n/a-n/an/a--
FreeBSD:16:latest0.20.00.20.0_1n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. rust>=1.95.0 : lang/rust
Library dependencies:
  1. libffi.so : devel/libffi
  2. libzstd.so : archivers/zstd
  3. libLLVM-18.so : devel/llvm18
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
lang_inko
USES:
cargo llvm:18,lib localbase:ldflags
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/inko-lang/inko/tar.gz/v0.20.0?dummy=/
Collapse this list.

Number of commits found: 36

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.20.0_1
07 May 2026 21:47:29
commit hash: 2a7c0561200c6cf9d0c0252cd4a7ab446eca8e4acommit hash: 2a7c0561200c6cf9d0c0252cd4a7ab446eca8e4acommit hash: 2a7c0561200c6cf9d0c0252cd4a7ab446eca8e4acommit hash: 2a7c0561200c6cf9d0c0252cd4a7ab446eca8e4a files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: drop support for FreeBSD 13, mips and risc64sf

Reviewed by:            many (*)
Differential Revision:  https://reviews.freebsd.org/D55624
Differential Revision:  https://reviews.freebsd.org/D55642 (merged in from bofh)

many (*)
  acm arrowd brooks cmt dch decke dinoex eduardo fluffy fuz gahr garga
  jbeich joerg jrm kai kenrap martymac matthew mfechner michaelo mizhka
  nobutaka pkubaj se tagattie thj

  Anton Saietskii
  GenericRikka
  Gert Doering
  Jan Bramkamp
  Oleh Hushchenkov
  Oleksandr Kryvulia
  Ralf van der Enden
  Yamagi

  desktop kde python tcltk office
0.20.0_1
27 Apr 2026 12:26:47
commit hash: 17bf498fd2289d1c8b6319ea897d3dd307eac991commit hash: 17bf498fd2289d1c8b6319ea897d3dd307eac991commit hash: 17bf498fd2289d1c8b6319ea897d3dd307eac991commit hash: 17bf498fd2289d1c8b6319ea897d3dd307eac991 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.95.0

PR:		294615
0.20.0
21 Apr 2026 01:16:10
commit hash: a79c62bf18d9415ca6d0594875c81e9c499b2eeccommit hash: a79c62bf18d9415ca6d0594875c81e9c499b2eeccommit hash: a79c62bf18d9415ca6d0594875c81e9c499b2eeccommit hash: a79c62bf18d9415ca6d0594875c81e9c499b2eec files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
lang/inko: update 0.19.1 → 0.20.0
0.19.1
10 Apr 2026 09:40:51
commit hash: 221161f0f6ee3770ab4efd41388f7e616d81f76dcommit hash: 221161f0f6ee3770ab4efd41388f7e616d81f76dcommit hash: 221161f0f6ee3770ab4efd41388f7e616d81f76dcommit hash: 221161f0f6ee3770ab4efd41388f7e616d81f76d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
lang/inko: update 0.18.1 → 0.19.1
0.18.1_10
23 Mar 2026 07:33:11
commit hash: 43f5b4a72fea3f97a2fc7d5d37f671b82377feb2commit hash: 43f5b4a72fea3f97a2fc7d5d37f671b82377feb2commit hash: 43f5b4a72fea3f97a2fc7d5d37f671b82377feb2commit hash: 43f5b4a72fea3f97a2fc7d5d37f671b82377feb2 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.94.0

PR:		293615
0.18.1_9
28 Jan 2026 08:48:51
commit hash: 3d631100e8aa692b0bdc32c1ac4d11d4caf1a0a9commit hash: 3d631100e8aa692b0bdc32c1ac4d11d4caf1a0a9commit hash: 3d631100e8aa692b0bdc32c1ac4d11d4caf1a0a9commit hash: 3d631100e8aa692b0bdc32c1ac4d11d4caf1a0a9 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.93.0

PR:		292360
0.18.1_8
16 Dec 2025 12:12:31
commit hash: 5e496c77078638a3777140084ddcb183d51966f6commit hash: 5e496c77078638a3777140084ddcb183d51966f6commit hash: 5e496c77078638a3777140084ddcb183d51966f6commit hash: 5e496c77078638a3777140084ddcb183d51966f6 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.92.0

PR:		291582
0.18.1_7
11 Nov 2025 11:08:12
commit hash: d6b6027df632188ab408921f04e155b729b9e76ecommit hash: d6b6027df632188ab408921f04e155b729b9e76ecommit hash: d6b6027df632188ab408921f04e155b729b9e76ecommit hash: d6b6027df632188ab408921f04e155b729b9e76e files touched by this commit Sanity Test Failure
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.91.1

PR:		290816
0.18.1_6
03 Oct 2025 08:16:50
commit hash: 97b5de4ffc2a512051f354fbcb2a184f3e002b2fcommit hash: 97b5de4ffc2a512051f354fbcb2a184f3e002b2fcommit hash: 97b5de4ffc2a512051f354fbcb2a184f3e002b2fcommit hash: 97b5de4ffc2a512051f354fbcb2a184f3e002b2f files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.90.0

PR:		289709
0.18.1_5
01 Sep 2025 08:25:04
commit hash: b21956d7db4b5a41c0e0c57c5cdca79ee89be9c6commit hash: b21956d7db4b5a41c0e0c57c5cdca79ee89be9c6commit hash: b21956d7db4b5a41c0e0c57c5cdca79ee89be9c6commit hash: b21956d7db4b5a41c0e0c57c5cdca79ee89be9c6 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.89.0

PR:		288923
0.18.1_4
01 Sep 2025 08:24:03
commit hash: 66070a5e1ccbaf5cfb6cf8e2ec3cf19812a1761fcommit hash: 66070a5e1ccbaf5cfb6cf8e2ec3cf19812a1761fcommit hash: 66070a5e1ccbaf5cfb6cf8e2ec3cf19812a1761fcommit hash: 66070a5e1ccbaf5cfb6cf8e2ec3cf19812a1761f files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/inko: Fix build with rust 1.89.0

error: implicit autoref creates a reference to the dereference of a raw pointer
   --> rt/src/runtime.rs:108:20

error: implicit autoref creates a reference to the dereference of a raw pointer
   --> rt/src/runtime/byte_array.rs:58:6

error: implicit autoref creates a reference to the dereference of a raw pointer
   --> rt/src/runtime/process.rs:165:16

error: implicit autoref creates a reference to the dereference of a raw pointer
   --> rt/src/runtime/process.rs:176:16

error: implicit autoref creates a reference to the dereference of a raw pointer
   --> rt/src/runtime/process.rs:186:5

PR:		288923

Approved by:	portmgr (build fix blanket)
0.18.1_4
03 Jul 2025 08:46:01
commit hash: f3f7e555b06d9a87d63c047ce3e82e936a11f2fecommit hash: f3f7e555b06d9a87d63c047ce3e82e936a11f2fecommit hash: f3f7e555b06d9a87d63c047ce3e82e936a11f2fecommit hash: f3f7e555b06d9a87d63c047ce3e82e936a11f2fe files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.88.0

PR:		287766
0.18.1_3
05 Jun 2025 07:52:53
commit hash: 3ed29b818520b4c5691c1c49d13fd6b89c3142efcommit hash: 3ed29b818520b4c5691c1c49d13fd6b89c3142efcommit hash: 3ed29b818520b4c5691c1c49d13fd6b89c3142efcommit hash: 3ed29b818520b4c5691c1c49d13fd6b89c3142ef files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.87.0

PR:		286829
0.18.1_2
08 Apr 2025 08:41:13
commit hash: 2a5976aebeefd09d36fd4ac2e7e2eefde5491c0dcommit hash: 2a5976aebeefd09d36fd4ac2e7e2eefde5491c0dcommit hash: 2a5976aebeefd09d36fd4ac2e7e2eefde5491c0dcommit hash: 2a5976aebeefd09d36fd4ac2e7e2eefde5491c0d files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.86.0

PR:		285840
0.18.1_1
24 Feb 2025 07:55:52
commit hash: cf7c4b037d7e9cadfa539f3b9cd45396c1a00dfbcommit hash: cf7c4b037d7e9cadfa539f3b9cd45396c1a00dfbcommit hash: cf7c4b037d7e9cadfa539f3b9cd45396c1a00dfbcommit hash: cf7c4b037d7e9cadfa539f3b9cd45396c1a00dfb files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.85.0

PR:		284884
0.18.1
13 Feb 2025 08:41:31
commit hash: 8bc7baef65797239692e9cd68a361ead22c7192dcommit hash: 8bc7baef65797239692e9cd68a361ead22c7192dcommit hash: 8bc7baef65797239692e9cd68a361ead22c7192dcommit hash: 8bc7baef65797239692e9cd68a361ead22c7192d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
lang/inko: update 0.17.1 → 0.18.1

Reported by:	portscout
0.17.1_3
20 Jan 2025 11:06:50
commit hash: fccaa1b326310b7f33556fe133b509260a90fe7fcommit hash: fccaa1b326310b7f33556fe133b509260a90fe7fcommit hash: fccaa1b326310b7f33556fe133b509260a90fe7fcommit hash: fccaa1b326310b7f33556fe133b509260a90fe7f files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.84.0

PR:		283962
0.17.1_2
01 Dec 2024 09:24:18
commit hash: 1d1fd15a3e499eed9e604dac94bab73c2fea4b2fcommit hash: 1d1fd15a3e499eed9e604dac94bab73c2fea4b2fcommit hash: 1d1fd15a3e499eed9e604dac94bab73c2fea4b2fcommit hash: 1d1fd15a3e499eed9e604dac94bab73c2fea4b2f files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.83.0

PR:		283000
0.17.1_1
08 Nov 2024 08:24:20
commit hash: ca048c2884dc9822310a87e2dfebb8b1647095e2commit hash: ca048c2884dc9822310a87e2dfebb8b1647095e2commit hash: ca048c2884dc9822310a87e2dfebb8b1647095e2commit hash: ca048c2884dc9822310a87e2dfebb8b1647095e2 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.82.0

PR:		282516
0.17.1
30 Oct 2024 06:29:20
commit hash: c5665d55e2cf6a5a2cbd9a632d40c23bad870d04commit hash: c5665d55e2cf6a5a2cbd9a632d40c23bad870d04commit hash: c5665d55e2cf6a5a2cbd9a632d40c23bad870d04commit hash: c5665d55e2cf6a5a2cbd9a632d40c23bad870d04 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
lang/inko: update 0.17.0 → 0.17.1

Reported by:	portscout
0.17.0
29 Oct 2024 08:18:03
commit hash: 9bd8fc2c8c0452f0689835096c8fdad1cad38680commit hash: 9bd8fc2c8c0452f0689835096c8fdad1cad38680commit hash: 9bd8fc2c8c0452f0689835096c8fdad1cad38680commit hash: 9bd8fc2c8c0452f0689835096c8fdad1cad38680 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
lang/inko: update 0.16.0 → 0.17.0

Reported by:	portscout
0.16.0
26 Oct 2024 14:55:12
commit hash: 75263afca66c9bd8f29e7d8b6dcd94a0996fc976commit hash: 75263afca66c9bd8f29e7d8b6dcd94a0996fc976commit hash: 75263afca66c9bd8f29e7d8b6dcd94a0996fc976commit hash: 75263afca66c9bd8f29e7d8b6dcd94a0996fc976 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
lang/inko: update 0.14.0 → 0.16.0
0.14.0_5
23 Oct 2024 03:11:24
commit hash: f99a708957bdb6dbd26af0a561d00589337e0c6ecommit hash: f99a708957bdb6dbd26af0a561d00589337e0c6ecommit hash: f99a708957bdb6dbd26af0a561d00589337e0c6ecommit hash: f99a708957bdb6dbd26af0a561d00589337e0c6e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
Mk/Uses/cargo.mk: Remove cross-compilation options for Rust-based ports

Reasons:
* Port build shouldn't use cross-compilation mode
  because it buids for the same architecture.
* RUSTFLAGS isn't passed to the build of all or some Rust ports
  in the cross-compilation mode.

Essential changes:
* Remove the CARGO_BUILD_TARGET make variable.
* Remove CARGO_BUILD_TARGET and CARGO_TARGET_* from CARGO_ENV.
* Update many ports that used CARGO_BUILD_TARGET.
* Build paths now don't include the architecture triplet part.

Immadiate benefits:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.14.0_5
10 Sep 2024 11:00:34
commit hash: 89ab81d0e2eca6b298b0efd3f4577d468abf18d5commit hash: 89ab81d0e2eca6b298b0efd3f4577d468abf18d5commit hash: 89ab81d0e2eca6b298b0efd3f4577d468abf18d5commit hash: 89ab81d0e2eca6b298b0efd3f4577d468abf18d5 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.81.0

PR:		281300
0.14.0_4
26 Aug 2024 08:08:01
commit hash: 7a55f9542531c541f36ae5cf3a58d6ce92ec7bffcommit hash: 7a55f9542531c541f36ae5cf3a58d6ce92ec7bffcommit hash: 7a55f9542531c541f36ae5cf3a58d6ce92ec7bffcommit hash: 7a55f9542531c541f36ae5cf3a58d6ce92ec7bff files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.80.1

PR:		280490
0.14.0_3
18 Jun 2024 10:59:14
commit hash: 21476ca8a9b5feb3485a3fa29299c0b447c90350commit hash: 21476ca8a9b5feb3485a3fa29299c0b447c90350commit hash: 21476ca8a9b5feb3485a3fa29299c0b447c90350commit hash: 21476ca8a9b5feb3485a3fa29299c0b447c90350 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.79.0

PR:		279707
0.14.0_2
13 May 2024 11:03:24
commit hash: 2322b661000b69fcc75fe68fec25e5b4e48c2a8ecommit hash: 2322b661000b69fcc75fe68fec25e5b4e48c2a8ecommit hash: 2322b661000b69fcc75fe68fec25e5b4e48c2a8ecommit hash: 2322b661000b69fcc75fe68fec25e5b4e48c2a8e files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.78.0

PR:		278834
0.14.0_1
23 Mar 2024 09:41:46
commit hash: d632fbe55e45559d03a0bef7211913964aeba45acommit hash: d632fbe55e45559d03a0bef7211913964aeba45acommit hash: d632fbe55e45559d03a0bef7211913964aeba45acommit hash: d632fbe55e45559d03a0bef7211913964aeba45a files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.77.0

PR:		277786
0.14.0
08 Mar 2024 22:34:41
commit hash: 5b27df60e044fd30a6b400ba174022707acfa7a5commit hash: 5b27df60e044fd30a6b400ba174022707acfa7a5commit hash: 5b27df60e044fd30a6b400ba174022707acfa7a5commit hash: 5b27df60e044fd30a6b400ba174022707acfa7a5 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
lang/inko: update 0.13.2 → 0.14.0

Reported by:	portscout
0.13.2_2
19 Feb 2024 11:59:23
commit hash: 7f5a7b0e524c8d32727681a4324905e350dc433ccommit hash: 7f5a7b0e524c8d32727681a4324905e350dc433ccommit hash: 7f5a7b0e524c8d32727681a4324905e350dc433ccommit hash: 7f5a7b0e524c8d32727681a4324905e350dc433c files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.76.0

PR:		276920
0.13.2_1
12 Jan 2024 00:49:51
commit hash: b5cc0c91e4d9150f568f1f8aa8a523bb30a893eacommit hash: b5cc0c91e4d9150f568f1f8aa8a523bb30a893eacommit hash: b5cc0c91e4d9150f568f1f8aa8a523bb30a893eacommit hash: b5cc0c91e4d9150f568f1f8aa8a523bb30a893ea files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
lang/inko: Not for non-64-bit architectures

Reported by:	fallout
0.13.2_1
09 Jan 2024 12:15:54
commit hash: 109c3d4629b84972e660b689d169ac0761c1a519commit hash: 109c3d4629b84972e660b689d169ac0761c1a519commit hash: 109c3d4629b84972e660b689d169ac0761c1a519commit hash: 109c3d4629b84972e660b689d169ac0761c1a519 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.75.0

PR:		276033
0.13.2
15 Dec 2023 18:30:00
commit hash: 3457c9ff7b8882019e6cd73a5bc882043f93ab8ecommit hash: 3457c9ff7b8882019e6cd73a5bc882043f93ab8ecommit hash: 3457c9ff7b8882019e6cd73a5bc882043f93ab8ecommit hash: 3457c9ff7b8882019e6cd73a5bc882043f93ab8e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
lang/inko: update 0.13.1 → 0.13.2

Reported by:	portscout
0.13.1_2
08 Dec 2023 15:04:09
commit hash: b2afd89fb26437c5d9810b131370525352e63f71commit hash: b2afd89fb26437c5d9810b131370525352e63f71commit hash: b2afd89fb26437c5d9810b131370525352e63f71commit hash: b2afd89fb26437c5d9810b131370525352e63f71 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.74.1

PR:		275243
0.13.1_1
31 Oct 2023 16:34:25
commit hash: 16f844ab7cc8a2e914d82d4ebda188609736476ccommit hash: 16f844ab7cc8a2e914d82d4ebda188609736476ccommit hash: 16f844ab7cc8a2e914d82d4ebda188609736476ccommit hash: 16f844ab7cc8a2e914d82d4ebda188609736476c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
lang/inko: Add STD library that was missing

PR:		274829
Reported by:	Ashish SHUKLA <ashish@FreeBSD.org>
0.13.1
31 Oct 2023 07:58:43
commit hash: 83e86f0586487a16bf3183e9ed0d15a73ed94302commit hash: 83e86f0586487a16bf3183e9ed0d15a73ed94302commit hash: 83e86f0586487a16bf3183e9ed0d15a73ed94302commit hash: 83e86f0586487a16bf3183e9ed0d15a73ed94302 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
lang/inko: New port: Language for building concurrent software

Number of commits found: 36