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
ion Modern system shell written in Rust
1.0.5.1355_47 shells 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 1.0.5.1355_44Version of this port present on the latest quarterly branch.
Maintainer: mikael@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-03-25 12:49:43
Last Update: 2024-03-23 09:41:46
Commit Hash: d632fbe
License: MIT
WWW:
https://gitlab.redox-os.org/redox-os/ion
Description:
Ion is a modern system shell that features a simple, yet powerful, syntax. It is written entirely in Rust, which greatly increases the overall quality and security of the shell, eliminating the possibilities of a ShellShock-like vulnerability, and making development easier. It also offers a level of performance that exceeds that of Dash, when taking advantage of Ion's features. While it is developed alongside, and primarily for, RedoxOS, it is a fully capable on other *nix platforms.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (168 items)
Collapse this list.
  1. /usr/local/share/licenses/ion-shell-1.0.5.1355_47/catalog.mk
  2. /usr/local/share/licenses/ion-shell-1.0.5.1355_47/LICENSE
  3. /usr/local/share/licenses/ion-shell-1.0.5.1355_47/MIT
  4. @shell bin/ion
  5. share/doc/ion/SUMMARY.md
  6. share/doc/ion/builtins.md
  7. share/doc/ion/control/00-flow.md
  8. share/doc/ion/control/01-conditionals.md
  9. share/doc/ion/control/02-loops.md
  10. share/doc/ion/control/03-matches.md
  11. share/doc/ion/expansions/00-expansions.md
  12. share/doc/ion/expansions/01-variable.md
  13. share/doc/ion/expansions/02-process.md
  14. share/doc/ion/expansions/03-brace.md
  15. share/doc/ion/expansions/04-arithmetic.md
  16. share/doc/ion/expansions/05-method.md
  17. share/doc/ion/functions.md
  18. share/doc/ion/history.md
  19. share/doc/ion/introduction.md
  20. share/doc/ion/jobs.md
  21. share/doc/ion/migrating.md
  22. share/doc/ion/misc/01-implicitcd.md
  23. share/doc/ion/misc/02-xdg.md
  24. share/doc/ion/misc/03-quotation.md
  25. share/doc/ion/misc/04-multiargs.md
  26. share/doc/ion/misc/05-multicomments.md
  27. share/doc/ion/misc/06-prompt_fn.md
  28. share/doc/ion/misc/07-general.md
  29. share/doc/ion/misc/index.md
  30. share/doc/ion/pipelines.md
  31. share/doc/ion/scripts.md
  32. share/doc/ion/signals.md
  33. share/doc/ion/slicing.md
  34. share/doc/ion/variables/00-variables.md
  35. share/doc/ion/variables/01-strings.md
  36. share/doc/ion/variables/02-arrays.md
  37. share/doc/ion/variables/03-maps.md
  38. share/doc/ion/variables/04-arithmetic.md
  39. share/doc/ion/variables/05-exporting.md
  40. share/doc/ion/variables/06-scopes.md
  41. share/doc/ion/variables/07-namespaces.md
  42. @comment share/examples/ion/README.md
  43. share/examples/ion/advanced/cpu-model.ion
  44. share/examples/ion/advanced/rxtx-stats.ion
  45. share/examples/ion/alias.ion
  46. share/examples/ion/alias.out
  47. share/examples/ion/array_assignments.ion
  48. share/examples/ion/array_assignments.out
  49. share/examples/ion/array_methods.ion
  50. share/examples/ion/array_methods.out
  51. share/examples/ion/array_ops.ion
  52. share/examples/ion/array_ops.out
  53. share/examples/ion/arrays.ion
  54. share/examples/ion/arrays.out
  55. share/examples/ion/arrays_with_braces.ion
  56. share/examples/ion/arrays_with_braces.out
  57. share/examples/ion/basic_condition.ion
  58. share/examples/ion/basic_condition.out
  59. share/examples/ion/braces.ion
  60. share/examples/ion/braces.out
  61. share/examples/ion/break.ion
  62. share/examples/ion/break.out
  63. share/examples/ion/builtin_piping.ion
  64. share/examples/ion/builtin_piping.out
  65. share/examples/ion/check.out
  66. share/examples/ion/check.params
  67. share/examples/ion/color_test.ion
  68. share/examples/ion/color_test.out
  69. share/examples/ion/command-substitutions.ion
  70. share/examples/ion/command-substitutions.out
  71. share/examples/ion/command.out
  72. share/examples/ion/command.params
  73. share/examples/ion/comments.ion
  74. share/examples/ion/comments.out
  75. share/examples/ion/conditionals.ion
  76. share/examples/ion/conditionals.out
  77. share/examples/ion/continue.ion
  78. share/examples/ion/continue.out
  79. share/examples/ion/else_if.ion
  80. share/examples/ion/else_if.out
  81. share/examples/ion/empty_loop_test.ion
  82. share/examples/ion/empty_loop_test.out
  83. share/examples/ion/exists.ion
  84. share/examples/ion/exists.out
  85. share/examples/ion/fail.ion
  86. share/examples/ion/fail.out
  87. share/examples/ion/fibonacci.ion
  88. share/examples/ion/fibonacci.out
  89. share/examples/ion/fibonacci.sh
  90. share/examples/ion/fn-root-vars.ion
  91. share/examples/ion/fn-root-vars.out
  92. share/examples/ion/fn.ion
  93. share/examples/ion/fn.out
  94. share/examples/ion/for.ion
  95. share/examples/ion/for.out
  96. share/examples/ion/function_piping.ion
  97. share/examples/ion/function_piping.out
  98. share/examples/ion/glob.ion
  99. share/examples/ion/glob.out
  100. share/examples/ion/help.out
  101. share/examples/ion/help.params
  102. share/examples/ion/herestring.ion
  103. share/examples/ion/herestring.out
  104. share/examples/ion/if_with_builtins.ion
  105. share/examples/ion/if_with_builtins.out
  106. share/examples/ion/inner_expansions.ion
  107. share/examples/ion/inner_expansions.out
  108. share/examples/ion/inplace_ops.ion
  109. share/examples/ion/inplace_ops.out
  110. share/examples/ion/issues.ion
  111. share/examples/ion/issues.out
  112. share/examples/ion/let.ion
  113. share/examples/ion/let.out
  114. share/examples/ion/maps.ion
  115. share/examples/ion/maps.out
  116. share/examples/ion/match.ion
  117. share/examples/ion/match.out
  118. share/examples/ion/methods.ion
  119. share/examples/ion/methods.out
  120. share/examples/ion/multiline-arrays.ion
  121. share/examples/ion/multiline-arrays.out
  122. share/examples/ion/multiple-lines.ion
  123. share/examples/ion/multiple-lines.out
  124. share/examples/ion/nested_conditions.ion
  125. share/examples/ion/nested_conditions.out
  126. share/examples/ion/nested_for.ion
  127. share/examples/ion/nested_for.out
  128. share/examples/ion/not.ion
  129. share/examples/ion/not.out
  130. share/examples/ion/optional_assignment.ion
  131. share/examples/ion/optional_assignment.out
  132. share/examples/ion/pipelines.ion
  133. share/examples/ion/pipelines.out
  134. share/examples/ion/quotes.ion
  135. share/examples/ion/quotes.out
  136. share/examples/ion/return.ion
  137. share/examples/ion/return.out
  138. @comment share/examples/ion/run_benches
  139. @comment share/examples/ion/run_examples.sh
  140. share/examples/ion/scopes-2.ion
  141. share/examples/ion/scopes-2.out
  142. share/examples/ion/scopes-3.ion
  143. share/examples/ion/scopes-3.out
  144. share/examples/ion/scopes-4.ion
  145. share/examples/ion/scopes-4.out
  146. share/examples/ion/scopes.ion
  147. share/examples/ion/scopes.out
  148. share/examples/ion/script_exec.ion
  149. share/examples/ion/script_exec.out
  150. share/examples/ion/script_exec/array_methods.ion
  151. share/examples/ion/script_exec/arrays.ion
  152. share/examples/ion/script_exec/basic_condition.ion
  153. share/examples/ion/script_exec/braces.ion
  154. share/examples/ion/script_exec/break.ion
  155. share/examples/ion/script_exec/builtin_piping.ion
  156. share/examples/ion/string_ops.ion
  157. share/examples/ion/string_ops.out
  158. share/examples/ion/strings.ion
  159. share/examples/ion/strings.out
  160. share/examples/ion/unicode.ion
  161. share/examples/ion/unicode.out
  162. share/examples/ion/variables.ion
  163. share/examples/ion/variables.out
  164. share/examples/ion/while.ion
  165. share/examples/ion/while.out
  166. @owner
  167. @group
  168. @mode
Collapse this list.
Dependency lines:
  • ion-shell>0:shells/ion
Conflicts:
CONFLICTS_INSTALL:
  • ion
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/shells/ion/ && make install clean
To add the package, run one of these commands:
  • pkg install shells/ion
  • pkg install ion-shell
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ion-shell
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1617892287 SHA256 (rust/crates/adler32-1.0.3.tar.gz) = 7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c SIZE (rust/crates/adler32-1.0.3.tar.gz) = 5734

Expand this list (468 items)

Collapse this list.

SHA256 (rust/crates/aho-corasick-0.7.4.tar.gz) = 36b7aa1ccb7d7ea3f437cf025a2ab1c47cc6c1bc9fc84918ff449def12f5e282 SIZE (rust/crates/aho-corasick-0.7.4.tar.gz) = 55480 SHA256 (rust/crates/andrew-0.2.1.tar.gz) = 9b7f09f89872c2b6b29e319377b1fbe91c6f5947df19a25596e121cf19a7b35e SIZE (rust/crates/andrew-0.2.1.tar.gz) = 9595 SHA256 (rust/crates/android_glue-0.2.3.tar.gz) = 000444226fcff248f2bc4c7625be32c63caccfecc2723a2b9f78a7487a49c407 SIZE (rust/crates/android_glue-0.2.3.tar.gz) = 1572 SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b SIZE (rust/crates/ansi_term-0.11.0.tar.gz) = 17087 SHA256 (rust/crates/approx-0.3.2.tar.gz) = f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3 SIZE (rust/crates/approx-0.3.2.tar.gz) = 14288 SHA256 (rust/crates/arrayvec-0.4.11.tar.gz) = b8d73f9beda665eaa98ab9e4f7442bd4e7de6652587de55b2525e52e29c1b0ba SIZE (rust/crates/arrayvec-0.4.11.tar.gz) = 26439 SHA256 (rust/crates/atty-0.2.13.tar.gz) = 1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90 SIZE (rust/crates/atty-0.2.13.tar.gz) = 4764 SHA256 (rust/crates/auto_enums-0.5.9.tar.gz) = f812b6ee21280301290031fc5e0ff7e9566e555e8225b24d8945ae1f81d758ba SIZE (rust/crates/auto_enums-0.5.9.tar.gz) = 17647 SHA256 (rust/crates/auto_enums_core-0.5.9.tar.gz) = 53890e46d9f48ece9913bc69be757059c2cfd9d0e2bffdccd40e640ad448c095 SIZE (rust/crates/auto_enums_core-0.5.9.tar.gz) = 16942 SHA256 (rust/crates/auto_enums_derive-0.5.9.tar.gz) = 2b26cd946b901bd2e97d0e203af95dc695fba5f252b544df8290d2e906234345 SIZE (rust/crates/auto_enums_derive-0.5.9.tar.gz) = 15783 SHA256 (rust/crates/autocfg-0.1.5.tar.gz) = 22130e92352b948e7e82a49cdb0aa94f2211761117f29e052dd397c1ac33542b SIZE (rust/crates/autocfg-0.1.5.tar.gz) = 11009 SHA256 (rust/crates/backtrace-0.3.33.tar.gz) = 88fb679bc9af8fa639198790a77f52d345fe13656c08b43afa9424c206b731c6 SIZE (rust/crates/backtrace-0.3.33.tar.gz) = 54839 SHA256 (rust/crates/backtrace-sys-0.1.31.tar.gz) = 82a830b4ef2d1124a711c71d263c5abdc710ef8e907bd508c88be475cebc422b SIZE (rust/crates/backtrace-sys-0.1.31.tar.gz) = 518877 SHA256 (rust/crates/bitflags-1.1.0.tar.gz) = 3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd SIZE (rust/crates/bitflags-1.1.0.tar.gz) = 16322 SHA256 (rust/crates/block-0.1.6.tar.gz) = 0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a SIZE (rust/crates/block-0.1.6.tar.gz) = 4077 SHA256 (rust/crates/bstr-0.2.4.tar.gz) = 692188621cda27df291548782a09931465799ee047fa07b44a764002cae57f4b SIZE (rust/crates/bstr-0.2.4.tar.gz) = 335823 SHA256 (rust/crates/bytecount-0.1.7.tar.gz) = 4bbeb7c30341fce29f6078b4bdf876ea4779600866e98f5b2d203a534f195050 SIZE (rust/crates/bytecount-0.1.7.tar.gz) = 10121 SHA256 (rust/crates/bytecount-0.3.2.tar.gz) = f861d9ce359f56dbcb6e0c2a1cb84e52ad732cadb57b806adeb3c7668caccbd8 SIZE (rust/crates/bytecount-0.3.2.tar.gz) = 11026 SHA256 (rust/crates/byteorder-1.3.2.tar.gz) = a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5 SIZE (rust/crates/byteorder-1.3.2.tar.gz) = 21596 SHA256 (rust/crates/c2-chacha-0.2.2.tar.gz) = 7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101 SIZE (rust/crates/c2-chacha-0.2.2.tar.gz) = 13766 SHA256 (rust/crates/cast-0.2.2.tar.gz) = 926013f2860c46252efceabb19f4a6b308197505082c609025aa6706c011d427 SIZE (rust/crates/cast-0.2.2.tar.gz) = 10318 SHA256 (rust/crates/cc-1.0.37.tar.gz) = 39f75544d7bbaf57560d2168f28fd649ff9c76153874db88bdbdfd839b1a7e7d SIZE (rust/crates/cc-1.0.37.tar.gz) = 44499 SHA256 (rust/crates/cfg-if-0.1.9.tar.gz) = b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33 SIZE (rust/crates/cfg-if-0.1.9.tar.gz) = 7353 SHA256 (rust/crates/cgl-0.2.3.tar.gz) = 55e7ec0b74fe5897894cbc207092c577e87c52f8a59e8ca8d97ef37551f60a49 SIZE (rust/crates/cgl-0.2.3.tar.gz) = 7488 SHA256 (rust/crates/clap-2.33.0.tar.gz) = 5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9 SIZE (rust/crates/clap-2.33.0.tar.gz) = 196458 SHA256 (rust/crates/cloudabi-0.0.3.tar.gz) = ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f SIZE (rust/crates/cloudabi-0.0.3.tar.gz) = 22156 SHA256 (rust/crates/cocoa-0.18.4.tar.gz) = cf79daa4e11e5def06e55306aa3601b87de6b5149671529318da048f67cdd77b SIZE (rust/crates/cocoa-0.18.4.tar.gz) = 41217 SHA256 (rust/crates/color_quant-1.0.1.tar.gz) = 0dbbb57365263e881e805dc77d94697c9118fd94d8da011240555aa7b23445bd SIZE (rust/crates/color_quant-1.0.1.tar.gz) = 5702 SHA256 (rust/crates/core-foundation-0.6.4.tar.gz) = 25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d SIZE (rust/crates/core-foundation-0.6.4.tar.gz) = 25233 SHA256 (rust/crates/core-foundation-sys-0.6.2.tar.gz) = e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b SIZE (rust/crates/core-foundation-sys-0.6.2.tar.gz) = 16204 SHA256 (rust/crates/core-graphics-0.17.3.tar.gz) = 56790968ab1c8a1202a102e6de05fc6e1ec87da99e4e93e9a7d13efbfc1e95a9 SIZE (rust/crates/core-graphics-0.17.3.tar.gz) = 26460 SHA256 (rust/crates/criterion-0.2.11.tar.gz) = 0363053954f3e679645fc443321ca128b7b950a6fe288cf5f9335cc22ee58394 SIZE (rust/crates/criterion-0.2.11.tar.gz) = 78216 SHA256 (rust/crates/criterion-plot-0.3.1.tar.gz) = 76f9212ddf2f4a9eb2d401635190600656a1f88a932ef53d06e7fa4c7e02fb8e SIZE (rust/crates/criterion-plot-0.3.1.tar.gz) = 17097 SHA256 (rust/crates/crossbeam-deque-0.6.3.tar.gz) = 05e44b8cf3e1a625844d1750e1f7820da46044ff6d28f4d43e455ba3e5bb2c13 SIZE (rust/crates/crossbeam-deque-0.6.3.tar.gz) = 14238 SHA256 (rust/crates/crossbeam-epoch-0.7.1.tar.gz) = 04c9e3102cc2d69cd681412141b390abd55a362afc1540965dad0ad4d34280b4 SIZE (rust/crates/crossbeam-epoch-0.7.1.tar.gz) = 35215 SHA256 (rust/crates/crossbeam-queue-0.1.2.tar.gz) = 7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b SIZE (rust/crates/crossbeam-queue-0.1.2.tar.gz) = 14104 SHA256 (rust/crates/crossbeam-utils-0.6.5.tar.gz) = f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c SIZE (rust/crates/crossbeam-utils-0.6.5.tar.gz) = 31735 SHA256 (rust/crates/csv-1.1.1.tar.gz) = 37519ccdfd73a75821cac9319d4fce15a81b9fcf75f951df5b9988aa3a0af87d SIZE (rust/crates/csv-1.1.1.tar.gz) = 890406 SHA256 (rust/crates/csv-core-0.1.6.tar.gz) = 9b5cadb6b25c77aeff80ba701712494213f4a8418fcda2ee11b6560c3ad0bf4c SIZE (rust/crates/csv-core-0.1.6.tar.gz) = 25593 SHA256 (rust/crates/darling-0.9.0.tar.gz) = fcfbcb0c5961907597a7d1148e3af036268f2b773886b8bb3eeb1e1281d3d3d6 SIZE (rust/crates/darling-0.9.0.tar.gz) = 16582 SHA256 (rust/crates/darling_core-0.9.0.tar.gz) = 6afc018370c3bff3eb51f89256a6bdb18b4fdcda72d577982a14954a7a0b402c SIZE (rust/crates/darling_core-0.9.0.tar.gz) = 44038 SHA256 (rust/crates/darling_macro-0.9.0.tar.gz) = c6d8dac1c6f1d29a41c4712b4400f878cb4fcc4c7628f298dd75038e024998d1 SIZE (rust/crates/darling_macro-0.9.0.tar.gz) = 1927 SHA256 (rust/crates/deflate-0.7.20.tar.gz) = 707b6a7b384888a70c8d2e8650b3e60170dfc6a67bb4aa67b6dfca57af4bedb4 SIZE (rust/crates/deflate-0.7.20.tar.gz) = 124259 SHA256 (rust/crates/derivative-1.0.2.tar.gz) = 6073e9676dbebdddeabaeb63e3b7cefd23c86f5c41d381ee1237cc77b1079898 SIZE (rust/crates/derivative-1.0.2.tar.gz) = 39388 SHA256 (rust/crates/derive_utils-0.7.2.tar.gz) = 8051728ec2caf87b15d051687024572810187693f9d8f4ec561714d7a3fa7d9c SIZE (rust/crates/derive_utils-0.7.2.tar.gz) = 13743 SHA256 (rust/crates/dlib-0.4.1.tar.gz) = 77e51249a9d823a4cb79e3eca6dcd756153e8ed0157b6c04775d04bf1b13b76a SIZE (rust/crates/dlib-0.4.1.tar.gz) = 3761 SHA256 (rust/crates/downcast-rs-1.0.4.tar.gz) = f2b92dfd5c2f75260cbf750572f95d387e7ca0ba5e3fbe9e1a33f23025be020f SIZE (rust/crates/downcast-rs-1.0.4.tar.gz) = 9611 SHA256 (rust/crates/draw_state-0.8.0.tar.gz) = 33cf9537e2d06891448799b96d5a8c8083e0e90522a7fdabe6ebf4f41d79d651 SIZE (rust/crates/draw_state-0.8.0.tar.gz) = 8963 SHA256 (rust/crates/either-1.5.2.tar.gz) = 5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b SIZE (rust/crates/either-1.5.2.tar.gz) = 12124 SHA256 (rust/crates/err-derive-0.1.5.tar.gz) = 3d8ff65eb6c2fc68e76557239d16f5698fd56603925b89856d3f0f7105fd4543 SIZE (rust/crates/err-derive-0.1.5.tar.gz) = 9947 SHA256 (rust/crates/errno-dragonfly-0.1.1.tar.gz) = 14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067 SIZE (rust/crates/errno-dragonfly-0.1.1.tar.gz) = 1370 SHA256 (rust/crates/failure-0.1.5.tar.gz) = 795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2 SIZE (rust/crates/failure-0.1.5.tar.gz) = 36749 SHA256 (rust/crates/failure_derive-0.1.5.tar.gz) = ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1 SIZE (rust/crates/failure_derive-0.1.5.tar.gz) = 4884 SHA256 (rust/crates/fnv-1.0.6.tar.gz) = 2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3 SIZE (rust/crates/fnv-1.0.6.tar.gz) = 11131 SHA256 (rust/crates/foreign-types-0.3.2.tar.gz) = f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1 SIZE (rust/crates/foreign-types-0.3.2.tar.gz) = 7504 SHA256 (rust/crates/foreign-types-shared-0.1.1.tar.gz) = 00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b SIZE (rust/crates/foreign-types-shared-0.1.1.tar.gz) = 5672 SHA256 (rust/crates/fuchsia-cprng-0.1.1.tar.gz) = a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba SIZE (rust/crates/fuchsia-cprng-0.1.1.tar.gz) = 2950 SHA256 (rust/crates/gcc-0.3.55.tar.gz) = 8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2 SIZE (rust/crates/gcc-0.3.55.tar.gz) = 37262 SHA256 (rust/crates/getrandom-0.1.6.tar.gz) = e65cce4e5084b14874c4e7097f38cab54f47ee554f9194673456ea379dcc4c55 SIZE (rust/crates/getrandom-0.1.6.tar.gz) = 18529 SHA256 (rust/crates/gfx-0.17.1.tar.gz) = 7d7ce0c1f747245342a73453fdb098ea0764c430421fbc4d98cdc8ef8ede4834 SIZE (rust/crates/gfx-0.17.1.tar.gz) = 24175 SHA256 (rust/crates/gfx_core-0.8.3.tar.gz) = c74932837e61f20956c3da1a47471513707dde300274812bba94373ab51830ae SIZE (rust/crates/gfx_core-0.8.3.tar.gz) = 34101 SHA256 (rust/crates/gfx_device_gl-0.15.5.tar.gz) = def9cc76ab9ae3187a1ef5edb16c263fa7d713319ffa1d46e00c9d348081a982 SIZE (rust/crates/gfx_device_gl-0.15.5.tar.gz) = 36552 SHA256 (rust/crates/gfx_gl-0.5.0.tar.gz) = 3e8a920f8f6c1025a7ddf9dd25502bf059506fd3cd765dfbe8dba0b56b7eeecb SIZE (rust/crates/gfx_gl-0.5.0.tar.gz) = 5589 SHA256 (rust/crates/gif-0.10.2.tar.gz) = 86c2f2b597d6e05c86ee5947b2223bda468fe8dad3e88e2a6520869322aaf568 SIZE (rust/crates/gif-0.10.2.tar.gz) = 25307 SHA256 (rust/crates/gl-0.11.0.tar.gz) = d7d8c8e25e8ed44d4813809205090162723a866fb4be3a9d8bb983c9a0bf98f1 SIZE (rust/crates/gl-0.11.0.tar.gz) = 4651 SHA256 (rust/crates/gl_generator-0.10.0.tar.gz) = a0ffaf173cf76c73a73e080366bf556b4776ece104b06961766ff11449f38604 SIZE (rust/crates/gl_generator-0.10.0.tar.gz) = 21885 SHA256 (rust/crates/gl_generator-0.11.0.tar.gz) = 39a23d5e872a275135d66895d954269cf5e8661d234eb1c2480f4ce0d586acbd SIZE (rust/crates/gl_generator-0.11.0.tar.gz) = 22189 SHA256 (rust/crates/gl_generator-0.9.0.tar.gz) = 7a795170cbd85b5a7baa58d6d7525cae6a03e486859860c220f7ebbbdd379d0a SIZE (rust/crates/gl_generator-0.9.0.tar.gz) = 21595 SHA256 (rust/crates/gleam-0.6.18.tar.gz) = c8a455b5a3ccd35daeb89fdb8a89ebb0a1fe23c05c7a7f9017840bc3ae176f71 SIZE (rust/crates/gleam-0.6.18.tar.gz) = 26560 SHA256 (rust/crates/glob-0.3.0.tar.gz) = 9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574 SIZE (rust/crates/glob-0.3.0.tar.gz) = 18724 SHA256 (rust/crates/glutin-0.21.0.tar.gz) = cb26027a84c3b9e1949ef0df0b6a3db8d0c124243a5c161ea25c7def90cb1474 SIZE (rust/crates/glutin-0.21.0.tar.gz) = 52257 SHA256 (rust/crates/glutin_egl_sys-0.1.3.tar.gz) = 23f48987ab6cb2b61ad903b59e54a2fd0c380a7baff68cffd6826b69a73dd326 SIZE (rust/crates/glutin_egl_sys-0.1.3.tar.gz) = 1924 SHA256 (rust/crates/glutin_emscripten_sys-0.1.0.tar.gz) = 245b3fdb08df6ffed7585365851f8404af9c7e2dd4b59f15262e968b6a95a0c7 SIZE (rust/crates/glutin_emscripten_sys-0.1.0.tar.gz) = 1882 SHA256 (rust/crates/glutin_gles2_sys-0.1.3.tar.gz) = 89996c30857ae1b4de4b5189abf1ea822a20a9fe9e1c93e5e7b862ff0bdd5cdf SIZE (rust/crates/glutin_gles2_sys-0.1.3.tar.gz) = 2102 SHA256 (rust/crates/glutin_glx_sys-0.1.5.tar.gz) = 1290a5ca5e46fcfa7f66f949cc9d9194b2cb6f2ed61892c8c2b82343631dba57 SIZE (rust/crates/glutin_glx_sys-0.1.5.tar.gz) = 1701 SHA256 (rust/crates/glutin_wgl_sys-0.1.3.tar.gz) = f801bbc91efc22dd1c4818a47814fc72bf74d024510451b119381579bfa39021 SIZE (rust/crates/glutin_wgl_sys-0.1.3.tar.gz) = 1555 SHA256 (rust/crates/hashbrown-0.5.0.tar.gz) = e1de41fb8dba9714efd92241565cdff73f78508c95697dd56787d3cba27e2353 SIZE (rust/crates/hashbrown-0.5.0.tar.gz) = 65631 SHA256 (rust/crates/heck-0.3.1.tar.gz) = 20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205 SIZE (rust/crates/heck-0.3.1.tar.gz) = 54666 SHA256 (rust/crates/ident_case-1.0.1.tar.gz) = b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39 SIZE (rust/crates/ident_case-1.0.1.tar.gz) = 3492 SHA256 (rust/crates/image-0.21.2.tar.gz) = 99198e595d012efccf12abf4abc08da2d97be0b0355a2b08d101347527476ba4 SIZE (rust/crates/image-0.21.2.tar.gz) = 142274 SHA256 (rust/crates/inflate-0.4.5.tar.gz) = 1cdb29978cc5797bd8dcc8e5bf7de604891df2a8dc576973d71a281e916db2ff SIZE (rust/crates/inflate-0.4.5.tar.gz) = 17715 SHA256 (rust/crates/interpolation-0.2.0.tar.gz) = d3b7357d2bbc5ee92f8e899ab645233e43d21407573cceb37fed8bc3dede2c02 SIZE (rust/crates/interpolation-0.2.0.tar.gz) = 6260 SHA256 (rust/crates/itertools-0.8.0.tar.gz) = 5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358 SIZE (rust/crates/itertools-0.8.0.tar.gz) = 78917 SHA256 (rust/crates/itoa-0.4.4.tar.gz) = 501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f SIZE (rust/crates/itoa-0.4.4.tar.gz) = 11147 SHA256 (rust/crates/jpeg-decoder-0.1.15.tar.gz) = c8b7d43206b34b3f94ea9445174bda196e772049b9bddbc620c9d29b2d20110d SIZE (rust/crates/jpeg-decoder-0.1.15.tar.gz) = 29660 SHA256 (rust/crates/khronos_api-2.2.0.tar.gz) = 037ab472c33f67b5fbd3e9163a2645319e5356fcd355efa6d4eb7fff4bbcb554 SIZE (rust/crates/khronos_api-2.2.0.tar.gz) = 339035 SHA256 (rust/crates/khronos_api-3.1.0.tar.gz) = e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc SIZE (rust/crates/khronos_api-3.1.0.tar.gz) = 599718 SHA256 (rust/crates/lazy_static-1.3.0.tar.gz) = bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14 SIZE (rust/crates/lazy_static-1.3.0.tar.gz) = 10616 SHA256 (rust/crates/lexical-2.2.1.tar.gz) = 93de1b2ed9c7f01aac327bf84542a053b6cd15761defdcfaceb27e1d1b871e74 SIZE (rust/crates/lexical-2.2.1.tar.gz) = 92489 SHA256 (rust/crates/lexical-core-0.4.2.tar.gz) = 3f8673fab7063c2cac37d299c8a1a7beb720e78f71500098e4a3c137fdf025bf SIZE (rust/crates/lexical-core-0.4.2.tar.gz) = 447500 SHA256 (rust/crates/libc-0.2.60.tar.gz) = d44e80633f007889c7eff624b709ab43c92d708caad982295768a7b13ca3b5eb SIZE (rust/crates/libc-0.2.60.tar.gz) = 409744 SHA256 (rust/crates/libloading-0.5.2.tar.gz) = f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753 SIZE (rust/crates/libloading-0.5.2.tar.gz) = 16420 SHA256 (rust/crates/line_drawing-0.7.0.tar.gz) = 5cc7ad3d82c845bdb5dde34ffdcc7a5fb4d2996e1e1ee0f19c33bc80e15196b9 SIZE (rust/crates/line_drawing-0.7.0.tar.gz) = 10452 SHA256 (rust/crates/lock_api-0.1.5.tar.gz) = 62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c SIZE (rust/crates/lock_api-0.1.5.tar.gz) = 16967 SHA256 (rust/crates/log-0.4.7.tar.gz) = c275b6ad54070ac2d665eef9197db647b32239c9d244bfb6f041a766d00da5b3 SIZE (rust/crates/log-0.4.7.tar.gz) = 30733 SHA256 (rust/crates/lzw-0.10.0.tar.gz) = 7d947cbb889ed21c2a84be6ffbaebf5b4e0f4340638cba0444907e38b56be084 SIZE (rust/crates/lzw-0.10.0.tar.gz) = 10744 SHA256 (rust/crates/malloc_buf-0.0.6.tar.gz) = 62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb SIZE (rust/crates/malloc_buf-0.0.6.tar.gz) = 1239 SHA256 (rust/crates/memchr-2.2.1.tar.gz) = 88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e SIZE (rust/crates/memchr-2.2.1.tar.gz) = 20862 SHA256 (rust/crates/memmap-0.7.0.tar.gz) = 6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b SIZE (rust/crates/memmap-0.7.0.tar.gz) = 15214 SHA256 (rust/crates/memoffset-0.2.1.tar.gz) = 0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3 SIZE (rust/crates/memoffset-0.2.1.tar.gz) = 4618 SHA256 (rust/crates/nix-0.14.1.tar.gz) = 6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce SIZE (rust/crates/nix-0.14.1.tar.gz) = 185227 SHA256 (rust/crates/nodrop-0.1.13.tar.gz) = 2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945 SIZE (rust/crates/nodrop-0.1.13.tar.gz) = 7508 SHA256 (rust/crates/num-0.2.0.tar.gz) = cf4825417e1e1406b3782a8ce92f4d53f26ec055e3622e1881ca8e9f5f9e08db SIZE (rust/crates/num-0.2.0.tar.gz) = 9743 SHA256 (rust/crates/num-bigint-0.2.2.tar.gz) = 57450397855d951f1a41305e54851b1a7b8f5d2e349543a02a2effe25459f718 SIZE (rust/crates/num-bigint-0.2.2.tar.gz) = 82343 SHA256 (rust/crates/num-complex-0.2.3.tar.gz) = fcb0cf31fb3ff77e6d2a6ebd6800df7fdcd106f2ad89113c9130bcd07f93dffc SIZE (rust/crates/num-complex-0.2.3.tar.gz) = 24433 SHA256 (rust/crates/num-derive-0.2.5.tar.gz) = eafd0b45c5537c3ba526f79d3e75120036502bebacbb3f3220914067ce39dbf2 SIZE (rust/crates/num-derive-0.2.5.tar.gz) = 13137 SHA256 (rust/crates/num-integer-0.1.41.tar.gz) = b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09 SIZE (rust/crates/num-integer-0.1.41.tar.gz) = 19399 SHA256 (rust/crates/num-iter-0.1.39.tar.gz) = 76bd5272412d173d6bf9afdf98db8612bbabc9a7a830b7bfc9c188911716132e SIZE (rust/crates/num-iter-0.1.39.tar.gz) = 9616 SHA256 (rust/crates/num-rational-0.2.2.tar.gz) = f2885278d5fe2adc2f75ced642d52d879bffaceb5a2e0b1d4309ffdfb239b454 SIZE (rust/crates/num-rational-0.2.2.tar.gz) = 18821 SHA256 (rust/crates/num-traits-0.2.8.tar.gz) = 6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32 SIZE (rust/crates/num-traits-0.2.8.tar.gz) = 39965 SHA256 (rust/crates/num_cpus-1.10.1.tar.gz) = bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273 SIZE (rust/crates/num_cpus-1.10.1.tar.gz) = 11151 SHA256 (rust/crates/numtoa-0.1.0.tar.gz) = b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef SIZE (rust/crates/numtoa-0.1.0.tar.gz) = 8999 SHA256 (rust/crates/objc-0.2.6.tar.gz) = 31d20fd2b37e07cf5125be68357b588672e8cefe9a96f8c17a9d46053b3e590d SIZE (rust/crates/objc-0.2.6.tar.gz) = 21395 SHA256 (rust/crates/object-pool-0.3.1.tar.gz) = 656d9629602722ed1e911c3654ca2f60869e828cd5be441ff8383c2341eac4bc SIZE (rust/crates/object-pool-0.3.1.tar.gz) = 3874055 SHA256 (rust/crates/ordered-float-1.0.2.tar.gz) = 18869315e81473c951eb56ad5558bbc56978562d3ecfb87abb7a1e944cea4518 SIZE (rust/crates/ordered-float-1.0.2.tar.gz) = 9458 SHA256 (rust/crates/osmesa-sys-0.1.2.tar.gz) = 88cfece6e95d2e717e0872a7f53a8684712ad13822a7979bc760b9c77ec0013b SIZE (rust/crates/osmesa-sys-0.1.2.tar.gz) = 1322 SHA256 (rust/crates/owning_ref-0.4.0.tar.gz) = 49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13 SIZE (rust/crates/owning_ref-0.4.0.tar.gz) = 12233 SHA256 (rust/crates/parking_lot-0.7.1.tar.gz) = ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337 SIZE (rust/crates/parking_lot-0.7.1.tar.gz) = 32670 SHA256 (rust/crates/parking_lot_core-0.4.0.tar.gz) = 94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9 SIZE (rust/crates/parking_lot_core-0.4.0.tar.gz) = 26817 SHA256 (rust/crates/percent-encoding-1.0.1.tar.gz) = 31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831 SIZE (rust/crates/percent-encoding-1.0.1.tar.gz) = 10057 SHA256 (rust/crates/permutate-0.3.2.tar.gz) = 53b7d5b19a715ffab38693a9dd44b067fdfa2b18eef65bd93562dfe507022fae SIZE (rust/crates/permutate-0.3.2.tar.gz) = 9725 SHA256 (rust/crates/piston-0.49.0.tar.gz) = b20fda60cf7c0cf8fdbdac34a0418bea5480bb4a9ba73379c54ffd2a125f19f8 SIZE (rust/crates/piston-0.49.0.tar.gz) = 8722 SHA256 (rust/crates/piston-ai_behavior-0.31.0.tar.gz) = fa27af3fe9208a668af67bf296fa50b2e3353f67b0dd5112192c13ccd5464e10 SIZE (rust/crates/piston-ai_behavior-0.31.0.tar.gz) = 8184 SHA256 (rust/crates/piston-float-1.0.0.tar.gz) = f900be47e312e126cc71d35548e8e31edd3901b92ab82d1c4c4757e6b5526564 SIZE (rust/crates/piston-float-1.0.0.tar.gz) = 3557 SHA256 (rust/crates/piston-gfx_texture-0.36.0.tar.gz) = 79063811683aa66bc775138ed09d388b72d9f074cf8574ee343a28e552e7225d SIZE (rust/crates/piston-gfx_texture-0.36.0.tar.gz) = 4797 SHA256 (rust/crates/piston-graphics_api_version-0.2.0.tar.gz) = c54f48a0072e8b2490935bc46a3ddb50ca96fdc071f675e9296063598836b7ac SIZE (rust/crates/piston-graphics_api_version-0.2.0.tar.gz) = 2628 SHA256 (rust/crates/piston-shaders_graphics2d-0.3.1.tar.gz) = 97bc17dac1dfff3e5cb84116062c7b46ff9d3dc0d88696a46d2f054cf64a10b6 SIZE (rust/crates/piston-shaders_graphics2d-0.3.1.tar.gz) = 1702 SHA256 (rust/crates/piston-texture-0.6.0.tar.gz) = 3649b5f9d1ba48d95207976118e9e2ed473c1de36f6f79cc1b7ed5b75b655b61 SIZE (rust/crates/piston-texture-0.6.0.tar.gz) = 3538 SHA256 (rust/crates/piston-viewport-1.0.0.tar.gz) = 01abb19b781051290d0837b9294c26d419cc4156907c21ffe86705e219446798 SIZE (rust/crates/piston-viewport-1.0.0.tar.gz) = 2721 SHA256 (rust/crates/piston2d-gfx_graphics-0.61.0.tar.gz) = 80d9f3ec89fc288fe701aee84af3b639c450ed99c0ae3f0efda30426ec041ede SIZE (rust/crates/piston2d-gfx_graphics-0.61.0.tar.gz) = 286566 SHA256 (rust/crates/piston2d-graphics-0.32.0.tar.gz) = 8076479779b8191e87331df71426ebcdf7c21b3017cb6d8cb5dd49f0231c0114 SIZE (rust/crates/piston2d-graphics-0.32.0.tar.gz) = 30007 SHA256 (rust/crates/piston2d-sprite-0.55.0.tar.gz) = 9f7380141991df7baefb6c792ab8f9ab81a782b5cfd7f34aa9ef1597b7a4cb2d SIZE (rust/crates/piston2d-sprite-0.55.0.tar.gz) = 421174 SHA256 (rust/crates/piston_window-0.100.0.tar.gz) = e8fd33689ba047928ab878b2814e1728ca5b39c8edb7595ac29e1d7d64f80e03 SIZE (rust/crates/piston_window-0.100.0.tar.gz) = 626709 SHA256 (rust/crates/pistoncore-event_loop-0.49.0.tar.gz) = 557307a26418afb123d77c8a8a6589f40a82e6a5ad7b94421aaf0bd2779231c1 SIZE (rust/crates/pistoncore-event_loop-0.49.0.tar.gz) = 5329 SHA256 (rust/crates/pistoncore-glutin_window-0.63.0.tar.gz) = acc73c42620d0596b7eae0b1c766110cb98171c37501409a2027969d55f70b36 SIZE (rust/crates/pistoncore-glutin_window-0.63.0.tar.gz) = 56302 SHA256 (rust/crates/pistoncore-input-0.28.0.tar.gz) = 05730818d7db7272339b8e2e36c0dbe33697e3df793f94ba1d1525d06ffa2ce7 SIZE (rust/crates/pistoncore-input-0.28.0.tar.gz) = 18911 SHA256 (rust/crates/pistoncore-window-0.44.0.tar.gz) = 18041bc73291d9466796e300137d7cff82c9aab2ff7f1fe7fe4ca675ad1d1ea3 SIZE (rust/crates/pistoncore-window-0.44.0.tar.gz) = 7680 SHA256 (rust/crates/pkg-config-0.3.14.tar.gz) = 676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c SIZE (rust/crates/pkg-config-0.3.14.tar.gz) = 13565 SHA256 (rust/crates/png-0.14.1.tar.gz) = 63daf481fdd0defa2d1d2be15c674fbfa1b0fd71882c303a91f9a79b3252c359 SIZE (rust/crates/png-0.14.1.tar.gz) = 30070 SHA256 (rust/crates/ppv-lite86-0.2.5.tar.gz) = e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b SIZE (rust/crates/ppv-lite86-0.2.5.tar.gz) = 20606 SHA256 (rust/crates/proc-macro2-0.4.30.tar.gz) = cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759 SIZE (rust/crates/proc-macro2-0.4.30.tar.gz) = 34731 SHA256 (rust/crates/quote-0.6.13.tar.gz) = 6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1 SIZE (rust/crates/quote-0.6.13.tar.gz) = 17475 SHA256 (rust/crates/rand-0.4.6.tar.gz) = 552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293 SIZE (rust/crates/rand-0.4.6.tar.gz) = 76401 SHA256 (rust/crates/rand-0.6.5.tar.gz) = 6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca SIZE (rust/crates/rand-0.6.5.tar.gz) = 104814 SHA256 (rust/crates/rand-0.7.0.tar.gz) = d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c SIZE (rust/crates/rand-0.7.0.tar.gz) = 104208 SHA256 (rust/crates/rand_chacha-0.1.1.tar.gz) = 556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef SIZE (rust/crates/rand_chacha-0.1.1.tar.gz) = 11703 SHA256 (rust/crates/rand_chacha-0.2.0.tar.gz) = e193067942ef6f485a349a113329140d0ab9e2168ce92274499bb0e9a4190d9d SIZE (rust/crates/rand_chacha-0.2.0.tar.gz) = 11539 SHA256 (rust/crates/rand_core-0.3.1.tar.gz) = 7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b SIZE (rust/crates/rand_core-0.3.1.tar.gz) = 15483 SHA256 (rust/crates/rand_core-0.4.0.tar.gz) = d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0 SIZE (rust/crates/rand_core-0.4.0.tar.gz) = 20326 SHA256 (rust/crates/rand_core-0.5.0.tar.gz) = 615e683324e75af5d43d8f7a39ffe3ee4a9dc42c5c701167a71dc59c3a493aca SIZE (rust/crates/rand_core-0.5.0.tar.gz) = 19736 SHA256 (rust/crates/rand_hc-0.1.0.tar.gz) = 7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4 SIZE (rust/crates/rand_hc-0.1.0.tar.gz) = 11644 SHA256 (rust/crates/rand_hc-0.2.0.tar.gz) = ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c SIZE (rust/crates/rand_hc-0.2.0.tar.gz) = 11670 SHA256 (rust/crates/rand_isaac-0.1.1.tar.gz) = ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08 SIZE (rust/crates/rand_isaac-0.1.1.tar.gz) = 16020 SHA256 (rust/crates/rand_jitter-0.1.4.tar.gz) = 1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b SIZE (rust/crates/rand_jitter-0.1.4.tar.gz) = 18409 SHA256 (rust/crates/rand_os-0.1.3.tar.gz) = 7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071 SIZE (rust/crates/rand_os-0.1.3.tar.gz) = 18965 SHA256 (rust/crates/rand_pcg-0.1.2.tar.gz) = abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44 SIZE (rust/crates/rand_pcg-0.1.2.tar.gz) = 10844 SHA256 (rust/crates/rand_xorshift-0.1.1.tar.gz) = cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c SIZE (rust/crates/rand_xorshift-0.1.1.tar.gz) = 8997 SHA256 (rust/crates/rand_xoshiro-0.1.0.tar.gz) = 03b418169fb9c46533f326efd6eed2576699c44ca92d3052a066214a8d828929 SIZE (rust/crates/rand_xoshiro-0.1.0.tar.gz) = 14829 SHA256 (rust/crates/rayon-1.1.0.tar.gz) = a4b0186e22767d5b9738a05eab7c6ac90b15db17e5b5f9bd87976dd7d89a10a4 SIZE (rust/crates/rayon-1.1.0.tar.gz) = 138915 SHA256 (rust/crates/rayon-core-1.5.0.tar.gz) = ebbe0df8435ac0c397d467b6cad6d25543d06e8a019ef3f6af3c384597515bd2 SIZE (rust/crates/rayon-core-1.5.0.tar.gz) = 61857 SHA256 (rust/crates/rdrand-0.4.0.tar.gz) = 678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2 SIZE (rust/crates/rdrand-0.4.0.tar.gz) = 6456 SHA256 (rust/crates/read_color-1.0.0.tar.gz) = 9f4c8858baa4ad3c8bcc156ae91a0ffe22b76a3975c40c49b4f04c15c6bce0da SIZE (rust/crates/read_color-1.0.0.tar.gz) = 6261 SHA256 (rust/crates/redox_syscall-0.1.56.tar.gz) = 2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84 SIZE (rust/crates/redox_syscall-0.1.56.tar.gz) = 17117 SHA256 (rust/crates/redox_termios-0.1.1.tar.gz) = 7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76 SIZE (rust/crates/redox_termios-0.1.1.tar.gz) = 3227 SHA256 (rust/crates/regex-1.2.0.tar.gz) = 6b23da8dfd98a84bd7e08700190a5d9f7d2d38abd4369dd1dae651bc40bfd2cc SIZE (rust/crates/regex-1.2.0.tar.gz) = 245604 SHA256 (rust/crates/regex-automata-0.1.8.tar.gz) = 92b73c2a1770c255c240eaa4ee600df1704a38dc3feaa6e949e7fcd4f8dc09f9 SIZE (rust/crates/regex-automata-0.1.8.tar.gz) = 92234 SHA256 (rust/crates/regex-syntax-0.6.10.tar.gz) = cd5485bf1523a9ed51c4964273f22f63f24e31632adb5dad134f488f86a3875c SIZE (rust/crates/regex-syntax-0.6.10.tar.gz) = 276985 SHA256 (rust/crates/rustc-demangle-0.1.15.tar.gz) = a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af SIZE (rust/crates/rustc-demangle-0.1.15.tar.gz) = 18640 SHA256 (rust/crates/rustc_version-0.2.3.tar.gz) = 138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a SIZE (rust/crates/rustc_version-0.2.3.tar.gz) = 10210 SHA256 (rust/crates/rusttype-0.7.7.tar.gz) = 654103d61a05074b268a107cf6581ce120f0fc0115f2610ed9dfea363bb81139 SIZE (rust/crates/rusttype-0.7.7.tar.gz) = 58703 SHA256 (rust/crates/ryu-0.2.8.tar.gz) = b96a9549dc8d48f2c283938303c4b5a77aa29bfbc5b54b084fb1630408899a8f SIZE (rust/crates/ryu-0.2.8.tar.gz) = 42798 SHA256 (rust/crates/ryu-1.0.0.tar.gz) = c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997 SIZE (rust/crates/ryu-1.0.0.tar.gz) = 40170 SHA256 (rust/crates/same-file-1.0.5.tar.gz) = 585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421 SIZE (rust/crates/same-file-1.0.5.tar.gz) = 9861 SHA256 (rust/crates/scoped_threadpool-0.1.9.tar.gz) = 1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8 SIZE (rust/crates/scoped_threadpool-0.1.9.tar.gz) = 7800 SHA256 (rust/crates/scopeguard-0.3.3.tar.gz) = 94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27 SIZE (rust/crates/scopeguard-0.3.3.tar.gz) = 9605 SHA256 (rust/crates/semver-0.9.0.tar.gz) = 1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403 SIZE (rust/crates/semver-0.9.0.tar.gz) = 17344 SHA256 (rust/crates/semver-parser-0.7.0.tar.gz) = 388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3 SIZE (rust/crates/semver-parser-0.7.0.tar.gz) = 10268 SHA256 (rust/crates/serde-1.0.97.tar.gz) = d46b3dfedb19360a74316866cef04687cd4d6a70df8e6a506c63512790769b72 SIZE (rust/crates/serde-1.0.97.tar.gz) = 72406 SHA256 (rust/crates/serde_derive-1.0.97.tar.gz) = c22a0820adfe2f257b098714323563dd06426502abbbce4f51b72ef544c5027f SIZE (rust/crates/serde_derive-1.0.97.tar.gz) = 49043 SHA256 (rust/crates/serde_json-1.0.40.tar.gz) = 051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704 SIZE (rust/crates/serde_json-1.0.40.tar.gz) = 69695 SHA256 (rust/crates/serial_test-0.2.0.tar.gz) = 50bfbc39343545618d97869d77f38ed43e48dd77432717dbc7ed39d797f3ecbe SIZE (rust/crates/serial_test-0.2.0.tar.gz) = 2000 SHA256 (rust/crates/serial_test_derive-0.2.0.tar.gz) = 89dd85be2e2ad75b041c9df2892ac078fa6e0b90024028b2b9fb4125b7530f01 SIZE (rust/crates/serial_test_derive-0.2.0.tar.gz) = 2131 SHA256 (rust/crates/shader_version-0.6.0.tar.gz) = 478e783fb7533629e19120ca01246884f8effff5f4d20ce81d34c7c47a2866fa SIZE (rust/crates/shader_version-0.6.0.tar.gz) = 4321 SHA256 (rust/crates/shared_library-0.1.9.tar.gz) = 5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11 SIZE (rust/crates/shared_library-0.1.9.tar.gz) = 10566 SHA256 (rust/crates/smallvec-0.6.10.tar.gz) = ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7 SIZE (rust/crates/smallvec-0.6.10.tar.gz) = 22064 SHA256 (rust/crates/smithay-client-toolkit-0.4.6.tar.gz) = 2ccb8c57049b2a34d2cc2b203fa785020ba0129d31920ef0d317430adaf748fa SIZE (rust/crates/smithay-client-toolkit-0.4.6.tar.gz) = 94029 SHA256 (rust/crates/spin-0.5.0.tar.gz) = 44363f6f51401c34e7be73db0db371c04705d35efbe9f7d6082e03a921a32c55 SIZE (rust/crates/spin-0.5.0.tar.gz) = 10493 SHA256 (rust/crates/stable_deref_trait-1.1.1.tar.gz) = dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8 SIZE (rust/crates/stable_deref_trait-1.1.1.tar.gz) = 8007 SHA256 (rust/crates/stackvector-1.0.6.tar.gz) = 1c4725650978235083241fab0fdc8e694c3de37821524e7534a1a9061d1068af SIZE (rust/crates/stackvector-1.0.6.tar.gz) = 15725 SHA256 (rust/crates/static_assertions-0.2.5.tar.gz) = c19be23126415861cb3a23e501d34a708f7f9b2183c5252d690941c2e69199d5 SIZE (rust/crates/static_assertions-0.2.5.tar.gz) = 10487 SHA256 (rust/crates/stb_truetype-0.2.6.tar.gz) = 69b7df505db8e81d54ff8be4693421e5b543e08214bd8d99eb761fcb4d5668ba SIZE (rust/crates/stb_truetype-0.2.6.tar.gz) = 21093 SHA256 (rust/crates/strsim-0.7.0.tar.gz) = bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550 SIZE (rust/crates/strsim-0.7.0.tar.gz) = 8435 SHA256 (rust/crates/strsim-0.8.0.tar.gz) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a SIZE (rust/crates/strsim-0.8.0.tar.gz) = 9309 SHA256 (rust/crates/structopt-0.2.18.tar.gz) = 16c2cdbf9cc375f15d1b4141bc48aeef444806655cd0e904207edc8d68d86ed7 SIZE (rust/crates/structopt-0.2.18.tar.gz) = 26373 SHA256 (rust/crates/structopt-derive-0.2.18.tar.gz) = 53010261a84b37689f9ed7d395165029f9cc7abb9f56bbfe86bee2597ed25107 SIZE (rust/crates/structopt-derive-0.2.18.tar.gz) = 13088 SHA256 (rust/crates/syn-0.15.40.tar.gz) = bc945221ccf4a7e8c31222b9d1fc77aefdd6638eb901a6ce457a3dc29d4c31e8 SIZE (rust/crates/syn-0.15.40.tar.gz) = 185761 SHA256 (rust/crates/synstructure-0.10.2.tar.gz) = 02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f SIZE (rust/crates/synstructure-0.10.2.tar.gz) = 17988 SHA256 (rust/crates/textwrap-0.11.0.tar.gz) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 SIZE (rust/crates/textwrap-0.11.0.tar.gz) = 17322 SHA256 (rust/crates/thread_local-0.3.6.tar.gz) = c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b SIZE (rust/crates/thread_local-0.3.6.tar.gz) = 12388 SHA256 (rust/crates/tiff-0.2.2.tar.gz) = 1e4834f28a0330cb9f3f2c87d2649dca723cb33802e2bdcf18da32759fbec7ce SIZE (rust/crates/tiff-0.2.2.tar.gz) = 622226 SHA256 (rust/crates/tinytemplate-1.0.2.tar.gz) = 4574b75faccaacddb9b284faecdf0b544b80b6b294f3d062d325c5726a209c20 SIZE (rust/crates/tinytemplate-1.0.2.tar.gz) = 24614 SHA256 (rust/crates/ucd-util-0.1.5.tar.gz) = fa9b3b49edd3468c0e6565d85783f51af95212b6fa3986a5500954f00b460874 SIZE (rust/crates/ucd-util-0.1.5.tar.gz) = 26284 SHA256 (rust/crates/unicode-segmentation-1.3.0.tar.gz) = 1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9 SIZE (rust/crates/unicode-segmentation-1.3.0.tar.gz) = 90567 SHA256 (rust/crates/unicode-width-0.1.5.tar.gz) = 882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526 SIZE (rust/crates/unicode-width-0.1.5.tar.gz) = 15761 SHA256 (rust/crates/unicode-xid-0.1.0.tar.gz) = fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc SIZE (rust/crates/unicode-xid-0.1.0.tar.gz) = 16000 SHA256 (rust/crates/unreachable-1.0.0.tar.gz) = 382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56 SIZE (rust/crates/unreachable-1.0.0.tar.gz) = 6355 SHA256 (rust/crates/users-0.9.1.tar.gz) = c72f4267aea0c3ec6d07eaabea6ead7c5ddacfafc5e22bcf8d186706851fb4cf SIZE (rust/crates/users-0.9.1.tar.gz) = 20456 SHA256 (rust/crates/utf8-ranges-1.0.3.tar.gz) = 9d50aa7650df78abf942826607c62468ce18d9019673d4a2ebe1865dbb96ffde SIZE (rust/crates/utf8-ranges-1.0.3.tar.gz) = 8496 SHA256 (rust/crates/uuid-0.6.5.tar.gz) = e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363 SIZE (rust/crates/uuid-0.6.5.tar.gz) = 26185 SHA256 (rust/crates/vec_map-0.8.1.tar.gz) = 05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a SIZE (rust/crates/vec_map-0.8.1.tar.gz) = 14959 SHA256 (rust/crates/vecmath-1.0.0.tar.gz) = 956ae1e0d85bca567dee1dcf87fb1ca2e792792f66f87dced8381f99cd91156a SIZE (rust/crates/vecmath-1.0.0.tar.gz) = 8421 SHA256 (rust/crates/version_check-0.9.1.tar.gz) = 078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce SIZE (rust/crates/version_check-0.9.1.tar.gz) = 11459 SHA256 (rust/crates/void-1.0.2.tar.gz) = 6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d SIZE (rust/crates/void-1.0.2.tar.gz) = 2356 SHA256 (rust/crates/walkdir-2.2.9.tar.gz) = 9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e SIZE (rust/crates/walkdir-2.2.9.tar.gz) = 22423 SHA256 (rust/crates/wayland-client-0.21.13.tar.gz) = 49963e5f9eeaf637bfcd1b9f0701c99fd5cd05225eb51035550d4272806f2713 SIZE (rust/crates/wayland-client-0.21.13.tar.gz) = 58658 SHA256 (rust/crates/wayland-commons-0.21.13.tar.gz) = 40c08896768b667e1df195d88a62a53a2d1351a1ed96188be79c196b35bb32ec SIZE (rust/crates/wayland-commons-0.21.13.tar.gz) = 15241 SHA256 (rust/crates/wayland-protocols-0.21.13.tar.gz) = 4afde2ea2a428eee6d7d2c8584fdbe8b82eee8b6c353e129a434cd6e07f42145 SIZE (rust/crates/wayland-protocols-0.21.13.tar.gz) = 108479 SHA256 (rust/crates/wayland-scanner-0.21.13.tar.gz) = bf3828c568714507315ee425a9529edc4a4aa9901409e373e9e0027e7622b79e SIZE (rust/crates/wayland-scanner-0.21.13.tar.gz) = 15955 SHA256 (rust/crates/wayland-sys-0.21.13.tar.gz) = 520ab0fd578017a0ee2206623ba9ef4afe5e8f23ca7b42f6acfba2f4e66b1628 SIZE (rust/crates/wayland-sys-0.21.13.tar.gz) = 6631 SHA256 (rust/crates/winapi-0.3.7.tar.gz) = f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770 SIZE (rust/crates/winapi-0.3.7.tar.gz) = 1075776 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815 SHA256 (rust/crates/winapi-util-0.1.2.tar.gz) = 7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9 SIZE (rust/crates/winapi-util-0.1.2.tar.gz) = 7810 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 SHA256 (rust/crates/winit-0.19.1.tar.gz) = d233301129ddd33260b47f76900b50e154b7254546e2edba0e5468a1a5fe4de3 SIZE (rust/crates/winit-0.19.1.tar.gz) = 196353 SHA256 (rust/crates/x11-dl-2.18.3.tar.gz) = 940586acb859ea05c53971ac231685799a7ec1dee66ac0bccc0e6ad96e06b4e3 SIZE (rust/crates/x11-dl-2.18.3.tar.gz) = 61983 SHA256 (rust/crates/xdg-2.2.0.tar.gz) = d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57 SIZE (rust/crates/xdg-2.2.0.tar.gz) = 13387 SHA256 (rust/crates/xml-rs-0.7.0.tar.gz) = 3c1cb601d29fe2c2ac60a2b2e5e293994d87a1f6fa9687a31a15270f909be9c2 SIZE (rust/crates/xml-rs-0.7.0.tar.gz) = 50980 SHA256 (rust/crates/xml-rs-0.8.0.tar.gz) = 541b12c998c5b56aa2b4e6f18f03664eef9a4fd0a246a55594efae6cc2d964b5 SIZE (rust/crates/xml-rs-0.8.0.tar.gz) = 50974 SHA256 (alkis-decimal-972c8547a0a76c7ad9a314e28a335aa57d46a543_GH0.tar.gz) = 2b09e45122b408ec5dea2a73100adb51e2072967e23f4f959209720901d1e766 SIZE (alkis-decimal-972c8547a0a76c7ad9a314e28a335aa57d46a543_GH0.tar.gz) = 925113 SHA256 (redox-os-ion-a8872014dbce730ccd00aaa722397dc394a52bf4_GL0.tar.gz) = 47cb44d2d90c7c66cde2542a7485e543996fc389e149832fc628ee28cba64f69 SIZE (redox-os-ion-a8872014dbce730ccd00aaa722397dc394a52bf4_GL0.tar.gz) = 249763 SHA256 (redox-os-calc-afba9c5d184ddb9db5e4e71dc357da0499e212cf_GL0.tar.gz) = dec490231350fde71f27688eee4454e28455c4be9db38b8bc1eb60f2b6dfeaa6 SIZE (redox-os-calc-afba9c5d184ddb9db5e4e71dc357da0499e212cf_GL0.tar.gz) = 18891 SHA256 (redox-os-liner-3f3d1d4e6058067e9d03a9b1510d8f2edac073c7_GL0.tar.gz) = 1b787efd3917097c12295f1ccb2a9f7e2305064f122131078124b47b0d8ff6ab SIZE (redox-os-liner-3f3d1d4e6058067e9d03a9b1510d8f2edac073c7_GL0.tar.gz) = 35835 SHA256 (redox-os-small-022635fcb0b0b631b3a06c79c45fa8ebaf4f64f5_GL0.tar.gz) = 397041c3877b02d2ad171433437539afc80f13cabd5df539d5c03ea2533ca9b1 SIZE (redox-os-small-022635fcb0b0b631b3a06c79c45fa8ebaf4f64f5_GL0.tar.gz) = 11810 SHA256 (redox-os-termion-c27678efc2ed14576361c7ce6d806a6bb576f1a9_GL0.tar.gz) = be0946f48830523957fdc3ff4425c23c55af1191135bd91516f513380ef5b290 SIZE (redox-os-termion-c27678efc2ed14576361c7ce6d806a6bb576f1a9_GL0.tar.gz) = 85389

Collapse this list.


Packages (timestamps in pop-ups are UTC):
ion-shell
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.5.1355_461.0.5.1355_46-1.0.5.1355_461.0.5.1355_46-1.0.5.1355_17-
FreeBSD:13:quarterly1.0.5.1355_441.0.5.1355_44-1.0.5.1355_441.0.5.1355_44-1.0.5.1355_441.0.5.1355_44
FreeBSD:14:latest1.0.5.1355_461.0.5.1355_46-1.0.5.1355_461.0.5.1355_46--1.0.5.1355_40
FreeBSD:14:quarterly1.0.5.1355_441.0.5.1355_44-1.0.5.1355_441.0.5.1355_44-1.0.5.1355_441.0.5.1355_44
FreeBSD:15:latest1.0.5.1355_461.0.5.1355_46n/a1.0.5.1355_45n/a-1.0.5.1355_45-
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. rust>=1.77.0 : lang/rust
  2. pkgconf>=1.3.0_1 : devel/pkgconf
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for ion-shell-1.0.5.1355_47: DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
shells_ion
USES:
cargo
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://gitlab.redox-os.org/redox-os/ion/-/archive/a8872014dbce730ccd00aaa722397dc394a52bf4.tar.gz?dummy=/
Collapse this list.

Number of commits found: 67

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.5.1355_47
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
1.0.5.1355_46
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
1.0.5.1355_45
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
1.0.5.1355_44
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
1.0.5.1355_43
24 Oct 2023 10:22:32
commit hash: dd10dc88a7cf54f9aa164bf40cc5e481021401d6commit hash: dd10dc88a7cf54f9aa164bf40cc5e481021401d6commit hash: dd10dc88a7cf54f9aa164bf40cc5e481021401d6commit hash: dd10dc88a7cf54f9aa164bf40cc5e481021401d6 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.73.0

PR:		274499
1.0.5.1355_42
08 Sep 2023 09:06:24
commit hash: aba8da2be191461126505c67726fa87345ae63f8commit hash: aba8da2be191461126505c67726fa87345ae63f8commit hash: aba8da2be191461126505c67726fa87345ae63f8commit hash: aba8da2be191461126505c67726fa87345ae63f8 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.72.0

PR:		273331
1.0.5.1355_41
17 Jul 2023 15:58:38
commit hash: cdf28617b49d6e4a3b049746d3754fbc36ef7892commit hash: cdf28617b49d6e4a3b049746d3754fbc36ef7892commit hash: cdf28617b49d6e4a3b049746d3754fbc36ef7892commit hash: cdf28617b49d6e4a3b049746d3754fbc36ef7892 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.71.0

PR:		272449
1.0.5.1355_40
12 Jul 2023 18:56:04
commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986ccommit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986ccommit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986ccommit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c files touched by this commit
Felix Palmen (zirias) search for other commits by this committer
bsd.sites.mk: Update all ports using USE_GITLAB

Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
1.0.5.1355_40
09 Jun 2023 11:38:16
commit hash: e1d1045bc7a57cb26a07750a25c7b8bdd94b7175commit hash: e1d1045bc7a57cb26a07750a25c7b8bdd94b7175commit hash: e1d1045bc7a57cb26a07750a25c7b8bdd94b7175commit hash: e1d1045bc7a57cb26a07750a25c7b8bdd94b7175 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.70.0

PR:		271797
1.0.5.1355_39
23 Apr 2023 13:14:05
commit hash: 3db55c4e97489e0f34fd7d35be6be0a4d0599061commit hash: 3db55c4e97489e0f34fd7d35be6be0a4d0599061commit hash: 3db55c4e97489e0f34fd7d35be6be0a4d0599061commit hash: 3db55c4e97489e0f34fd7d35be6be0a4d0599061 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.69.0

PR:		270953
1.0.5.1355_38
16 Mar 2023 11:11:52
commit hash: ebf29acc6ce4942cbc6ee75d81b6b97391e4371fcommit hash: ebf29acc6ce4942cbc6ee75d81b6b97391e4371fcommit hash: ebf29acc6ce4942cbc6ee75d81b6b97391e4371fcommit hash: ebf29acc6ce4942cbc6ee75d81b6b97391e4371f files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.68.0

PR:		270080
1.0.5.1355_37
13 Feb 2023 14:52:59
commit hash: 109e35fd592baffe0d7ece384d16e243468dcc42commit hash: 109e35fd592baffe0d7ece384d16e243468dcc42commit hash: 109e35fd592baffe0d7ece384d16e243468dcc42commit hash: 109e35fd592baffe0d7ece384d16e243468dcc42 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.67.1

PR:		269336
1.0.5.1355_36
07 Jan 2023 19:24:18
commit hash: 12f1c627d4a26e8098339900303640f7520b6673commit hash: 12f1c627d4a26e8098339900303640f7520b6673commit hash: 12f1c627d4a26e8098339900303640f7520b6673commit hash: 12f1c627d4a26e8098339900303640f7520b6673 files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
*/*: Bump rust (cargo) ports to reflect on WITH_LTO

Bump ports in tree so they get rebuilt with new default settings
for cargo ports
1.0.5.1355_35
20 Dec 2022 17:37:15
commit hash: ba14e01a5249ee9d2f51183587dde36067be000fcommit hash: ba14e01a5249ee9d2f51183587dde36067be000fcommit hash: ba14e01a5249ee9d2f51183587dde36067be000fcommit hash: ba14e01a5249ee9d2f51183587dde36067be000f files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.66.0

PR:		268415
1.0.5.1355_34
17 Nov 2022 07:06:14
commit hash: 9bf6a9996323c016eb295bd6190b0e47ad76fdf4commit hash: 9bf6a9996323c016eb295bd6190b0e47ad76fdf4commit hash: 9bf6a9996323c016eb295bd6190b0e47ad76fdf4commit hash: 9bf6a9996323c016eb295bd6190b0e47ad76fdf4 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.65.0

PR:		267622
1.0.5.1355_33
30 Oct 2022 12:07:09
commit hash: afe651cf62deb08500a44cde90296a818effe5aecommit hash: afe651cf62deb08500a44cde90296a818effe5aecommit hash: afe651cf62deb08500a44cde90296a818effe5aecommit hash: afe651cf62deb08500a44cde90296a818effe5ae files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.64.0

PR:		267173
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)
1.0.5.1355_32
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)
1.0.5.1355_32
25 Aug 2022 14:49:50
commit hash: b9b250f91299716bc4a7a6b7b8db2284c57f16cacommit hash: b9b250f91299716bc4a7a6b7b8db2284c57f16cacommit hash: b9b250f91299716bc4a7a6b7b8db2284c57f16cacommit hash: b9b250f91299716bc4a7a6b7b8db2284c57f16ca files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
rust: bring back update to 1.63

Revert back the revert of the update of rust and related commits

This revert was drive by beside validation by portmgr via exp-run
and not respectful of the etiquette we have between committers

This reverts commit 8ecb1f8141144c1603eb4026122d2e60eeaccd64.
This reverts commit 04d257baa182926cff158f32cf459e560426add0.
This reverts commit 2757c63bd0e6d01f9f0657fe03bb3a7b49adcae2.
This reverts commit 75f4713de5e3fbd1c6a0cb572e08121814a4072e.
This reverts commit e88e592111c86fdd1c0ac8717dbef9342e15e27c.
This reverts commit 783c056d7d681d66e2c5c59251c275d65274028e.

With hat:	portmgr
1.0.5.1355_31
25 Aug 2022 10:49:39
commit hash: 783c056d7d681d66e2c5c59251c275d65274028ecommit hash: 783c056d7d681d66e2c5c59251c275d65274028ecommit hash: 783c056d7d681d66e2c5c59251c275d65274028ecommit hash: 783c056d7d681d66e2c5c59251c275d65274028e files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
Revert "lang/rust: Bump revisions after 1.63.0"

This reverts commit c7912d97754bb7aa9a18eb33df53f91cba4cd82d.

PR:	265915
1.0.5.1355_32
25 Aug 2022 08:51:32
commit hash: c7912d97754bb7aa9a18eb33df53f91cba4cd82dcommit hash: c7912d97754bb7aa9a18eb33df53f91cba4cd82dcommit hash: c7912d97754bb7aa9a18eb33df53f91cba4cd82dcommit hash: c7912d97754bb7aa9a18eb33df53f91cba4cd82d files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.63.0
1.0.5.1355_31
02 Jul 2022 13:47:05
commit hash: a50372b91f2b327f3bc400d088e21f4b18c2a112commit hash: a50372b91f2b327f3bc400d088e21f4b18c2a112commit hash: a50372b91f2b327f3bc400d088e21f4b18c2a112commit hash: a50372b91f2b327f3bc400d088e21f4b18c2a112 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.62.0
1.0.5.1355_30
31 May 2022 13:06:17
commit hash: e9a35a1c5016dde2e50c722753b048dfeb7093becommit hash: e9a35a1c5016dde2e50c722753b048dfeb7093becommit hash: e9a35a1c5016dde2e50c722753b048dfeb7093becommit hash: e9a35a1c5016dde2e50c722753b048dfeb7093be files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.61.0
1.0.5.1355_29
03 May 2022 08:00:34
commit hash: 57c3caaa6c71fac422a82aa252be380179d3c042commit hash: 57c3caaa6c71fac422a82aa252be380179d3c042commit hash: 57c3caaa6c71fac422a82aa252be380179d3c042commit hash: 57c3caaa6c71fac422a82aa252be380179d3c042 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust: Relink ports after the Rust 1.60.0 update
1.0.5.1355_28
15 Mar 2022 09:51:58
commit hash: e255ac5487b4968237729e953a156c2be8914617commit hash: e255ac5487b4968237729e953a156c2be8914617commit hash: e255ac5487b4968237729e953a156c2be8914617commit hash: e255ac5487b4968237729e953a156c2be8914617 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.59.0
1.0.5.1355_27
03 Feb 2022 14:02:32
commit hash: d64a2a380f88ceec8264db6bbc94805f58112ee7commit hash: d64a2a380f88ceec8264db6bbc94805f58112ee7commit hash: d64a2a380f88ceec8264db6bbc94805f58112ee7commit hash: d64a2a380f88ceec8264db6bbc94805f58112ee7 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust: Relink consumers

PR:		261449
Security:	ee26f513-826e-11ec-8be6-d4c9ef517024
1.0.5.1355_26
17 Jan 2022 11:57:45
commit hash: 835bd573300a74e379d8f37fefec3a0e9d24e391commit hash: 835bd573300a74e379d8f37fefec3a0e9d24e391commit hash: 835bd573300a74e379d8f37fefec3a0e9d24e391commit hash: 835bd573300a74e379d8f37fefec3a0e9d24e391 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust: Bump revisions after 1.58.0
1.0.5.1355_25
05 Dec 2021 12:35:42
commit hash: 5a7f23c69df040ff8b38bb1c0d25db96cc1c2605commit hash: 5a7f23c69df040ff8b38bb1c0d25db96cc1c2605commit hash: 5a7f23c69df040ff8b38bb1c0d25db96cc1c2605commit hash: 5a7f23c69df040ff8b38bb1c0d25db96cc1c2605 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust: Rebuild consumers for Rust 1.57.0
1.0.5.1355_24
25 Oct 2021 08:55:19
commit hash: ad90fc634b9923b6fb3b5072b30bc104175a0061commit hash: ad90fc634b9923b6fb3b5072b30bc104175a0061commit hash: ad90fc634b9923b6fb3b5072b30bc104175a0061commit hash: ad90fc634b9923b6fb3b5072b30bc104175a0061 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
*: Rebuild for Rust 1.56.0
1.0.5.1355_23
25 Oct 2021 08:49:15
commit hash: 0d199f719ee63e01e036c8cb27d77f73506f411ccommit hash: 0d199f719ee63e01e036c8cb27d77f73506f411ccommit hash: 0d199f719ee63e01e036c8cb27d77f73506f411ccommit hash: 0d199f719ee63e01e036c8cb27d77f73506f411c files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
shells/ion: Chase USES=cargo's new git source support

PR:		256581
1.0.5.1355_23
19 Sep 2021 09:03:23
commit hash: 7059b437276adb3724a01c87aa54da081f71c94bcommit hash: 7059b437276adb3724a01c87aa54da081f71c94bcommit hash: 7059b437276adb3724a01c87aa54da081f71c94bcommit hash: 7059b437276adb3724a01c87aa54da081f71c94b files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
*: Rebuild lang/rust consumers after the 1.55.0 update
1.0.5.1355_22
28 Aug 2021 13:42:06
commit hash: 70f1b063ed6e9bfdab36a45f5fb18898d5e66b24commit hash: 70f1b063ed6e9bfdab36a45f5fb18898d5e66b24commit hash: 70f1b063ed6e9bfdab36a45f5fb18898d5e66b24commit hash: 70f1b063ed6e9bfdab36a45f5fb18898d5e66b24 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Rebuild consumers for 1.54.0
1.0.5.1355_21
28 Jun 2021 19:35:01
commit hash: d5ca695b55b1a19a95e85c2870a25362273fcea9commit hash: d5ca695b55b1a19a95e85c2870a25362273fcea9commit hash: d5ca695b55b1a19a95e85c2870a25362273fcea9commit hash: d5ca695b55b1a19a95e85c2870a25362273fcea9 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
*/*: fix all ports using Rust on powerpc that fail due to libc

This commit backports
https://github.com/rust-lang/libc/commit/a66f7c1eb26ad890c8169d8395e3042bcf776f01
to various ports.
It doesn't bring that backport to ports that fail to build anyway.
1.0.5.1355_21
27 Jun 2021 05:39:51
commit hash: 06dbc12f96527e421161f573b6f983c8cfb0391ccommit hash: 06dbc12f96527e421161f573b6f983c8cfb0391ccommit hash: 06dbc12f96527e421161f573b6f983c8cfb0391ccommit hash: 06dbc12f96527e421161f573b6f983c8cfb0391c files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust: Rebuild consumers for 1.53.0
1.0.5.1355_20
19 Jun 2021 15:13:18
commit hash: 3de77d5f0c458d11681daae6d1e04539538b82dacommit hash: 3de77d5f0c458d11681daae6d1e04539538b82dacommit hash: 3de77d5f0c458d11681daae6d1e04539538b82dacommit hash: 3de77d5f0c458d11681daae6d1e04539538b82da files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
shells/ion: Unbreak with Rust 1.53.0

errorr[E0308]: mismatched types
   --> cargo-crates/lexical-core-0.4.2/src/atof/algorithm/bigcomp.rs:242:55
    |
242 |     let nlz = den.leading_zeros().wrapping_sub(wlz) & (u32::BITS - 1);
    |                                                       ^^^^^^^^^^^^^^^
expected `usize`, found `u32`

error[E0277]: no implementation for `usize & u32`

http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-06-18_08h51m30s/logs/errors/ion-shell-1.0.5.1355_20.log

PR:		256653
1.0.5.1355_20
11 May 2021 18:33:12
commit hash: 28e7a9334a30b9ace65539f22940d2d7831bad1ecommit hash: 28e7a9334a30b9ace65539f22940d2d7831bad1ecommit hash: 28e7a9334a30b9ace65539f22940d2d7831bad1ecommit hash: 28e7a9334a30b9ace65539f22940d2d7831bad1e files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
Rebuild lang/rust consumers after d8837418ea743776
1.0.5.1355_19
09 Apr 2021 18:44:23
commit hash: 911f04257e3175fca4e46c7d57bf5ca79767e209commit hash: 911f04257e3175fca4e46c7d57bf5ca79767e209commit hash: 911f04257e3175fca4e46c7d57bf5ca79767e209commit hash: 911f04257e3175fca4e46c7d57bf5ca79767e209 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
Regenerate all distfiles using gitlab as source.

This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.

This commit also applies some small fixes to make sure all ports using
gitlab are buildable.

Reviewed by:	mat
Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D29628
1.0.5.1355_19
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
1.0.5.1355_19
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.0.5.1355_19
29 Mar 2021 18:10:46
Revision:569491Original commit files touched by this commit
tobik search for other commits by this committer
Rebuild lang/rust consumers after r569489
1.0.5.1355_18
14 Feb 2021 15:45:11
Revision:565245Original commit files touched by this commit
mikael search for other commits by this committer
lang/rust: Update to 1.50.0

  - Use bundled libgit/libssh, the versions in ports are too old
  - Update lang/rust-nightly to 2021-02-12
  - Update devel/racer to 2.1.41
  - Import upstream patch to fix build issue for Firefox and related ports
(https://bugzilla.mozilla.org/show_bug.cgi?id=1684261)

Changes: https://github.com/rust-lang/rust/releases/tag/1.50.0

Tested by:	mikael, pkubaj
Differential Revision:	https://reviews.freebsd.org/D28616
1.0.5.1355_17
06 Jan 2021 10:13:59
Revision:560492Original commit files touched by this commit
mikael search for other commits by this committer
lang/rust: Update to 1.49.0

Changes: https://github.com/rust-lang/rust/releases/tag/1.49.0

Tested by:	mikael, pkubaj
Differential Revision:	https://reviews.freebsd.org/D27940
1.0.5.1355_16
24 Nov 2020 12:48:54
Revision:556157Original commit files touched by this commit
mikael search for other commits by this committer
lang/rust: Update to 1.48.0

Changes: https://github.com/rust-lang/rust/releases/tag/1.48.0

Reviewed by:	jbeich
Tested by:	bdragon, jbeich, mikael
Differential Revision:	https://reviews.freebsd.org/D27293
1.0.5.1355_15
26 Oct 2020 16:54:16
Revision:553367Original commit files touched by this commit
mikael search for other commits by this committer
Take maintainership
1.0.5.1355_15
13 Oct 2020 08:36:35
Revision:552221Original commit files touched by this commit
mikael search for other commits by this committer
lang/rust: Update to 1.47.0

  - Add powerpc64le arch (submitted by bdragon in D26711)
  - Disable DOCS, same problem fixed in r546048

  - Update devel/racer to 2.1.36
  - Import upstream patch to fix www/firefox
    (https://hg.mozilla.org/integration/autoland/rev/e2cede25c027)
  - Import gentoo patches to fix www/firefox-esr, www/cliqz and mail/thunderbird
   
(https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-esr-78-patches-03.tar.xz
: 0036, 0037 and 0038)
  - Force rebuild all consumers to catch regressions

Changelog:
  https://github.com/rust-lang/rust/releases/tag/1.47.0

Differential Revision:	https://reviews.freebsd.org/D26721
1.0.5.1355_14
28 Sep 2020 05:05:25
Revision:550400Original commit files touched by this commit
tobik search for other commits by this committer
Reset MAINTAINER
1.0.5.1355_14
30 Aug 2020 18:36:08
Revision:547071Original commit files touched by this commit
tobik search for other commits by this committer
lang/rust: Update to 1.46.0

- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D26176
1.0.5.1355_13
03 Aug 2020 15:18:49
Revision:544073Original commit files touched by this commit
tobik search for other commits by this committer
lang/rust: Update to 1.45.2

Changes:	https://blog.rust-lang.org/2020/08/03/Rust-1.45.2.html
1.0.5.1355_12
30 Jul 2020 18:26:54
Revision:543815Original commit files touched by this commit
tobik search for other commits by this committer
lang/rust: Update to 1.45.1

- Apply the "hard links break `env::current_exe()`" workaround from
  r543251 to lang/rust too
- Force rebuild all consumers for the soundness bug in 1.45.0

Changes:	https://blog.rust-lang.org/2020/07/30/Rust-1.45.1.html
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D25835
1.0.5.1355_11
17 Jul 2020 06:44:04
Revision:542412Original commit files touched by this commit
tobik search for other commits by this committer
lang/rust: Update to 1.45.0

- This Rust release comes with LLVM 10.  Drop the LLVM patches we
  no longer need.
- On FreeBSD 13.0 powerpc64 set the elfv2 ABI explicitly in the
  Rust target instead of patching LLVM.
- Build LLVM with Ninja.  It can shorten the build time slightly.
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html
Tested by:	mikael, pkubaj, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D25658
1.0.5.1355_10
04 Jun 2020 18:08:01
Revision:537917Original commit files touched by this commit
tobik search for other commits by this committer
lang/rust: Update to 1.44.0

- Remove devel/cargo-tree since it is now integrated into cargo
- Add patch to fix build with LibreSSL 3.1.x and 3.2.0 [1]
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2020/06/04/Rust-1.44.0.html
PR:		246332 [1]
Tested by:	mikael, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D25099
1.0.5.1355_9
23 Apr 2020 15:32:30
Revision:532685Original commit files touched by this commit
tobik search for other commits by this committer
lang/rust: Update to 1.43.0

- Add workaround to fix build when CC/CXX have "clang" in them [1]
- Respect AR to fix build with external toolchains [2]
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2020/04/23/Rust-1.43.0.html
PR:		238556 [1], 245583 [2]
Reported by:	Matthias Apitz <guru@unixarea.de> [1], Greg V
<greg@unrelenting.technology> [2]
Tested by:	mikael, pkubaj, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D24521
1.0.5.1355_8
12 Mar 2020 19:39:25
Revision:528318Original commit files touched by this commit
tobik search for other commits by this committer
lang/rust: Update to 1.42.0

- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2020/03/12/Rust-1.42.html
Tested by:	mikael, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D24020
1.0.5.1355_7
27 Feb 2020 15:22:29
Revision:527260Original commit files touched by this commit
tobik search for other commits by this committer
lang/rust: Update to 1.41.1

- Force rebuild all consumers to fix potential miscompilations with
  1.41.0
- Enable SOURCES by default.  The sources are indexed by RLS and
  required for it to function properly, so they should be available
  by default.  This also makes sure we test the option properly.
- Remove implied --config=config.toml from x.py args
- Switch to the upstreamed backtrace crate patches like rust-nightly
- Enable WASM by default [0]
- Strip libraries (D23650) [1]
- Simplify plist generation (D23735) [2]

Changes:	https://blog.rust-lang.org/2020/02/27/Rust-1.41.1.html
Submitted by:	mikael [0,1,2]
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D23835
1.0.5.1355_6
30 Jan 2020 20:00:07
Revision:524658Original commit files touched by this commit
tobik search for other commits by this committer
lang/rust: Update to 1.41.0

- Force rebuild all consumers to catch regressions early
- Switch to cross-compiled (from amd64) bootstraps for all
  architectures generated with the incoming lang/rust-bootstrap
- Update cargo-c to 0.5.2 to unbreak librav1e build
- Make use of regular MAKE_ENV/TEST_ENV in lang/rust
- Turn on RUST_BACKTRACE in lang/rust and USES=cargo to hopefully
  produce more useful failure logs when something panics during
  builds

Changes:	https://blog.rust-lang.org/2020/01/30/Rust-1.41.0.html
Tested by:	mikael, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D23385
1.0.5.1355_5
19 Dec 2019 16:14:49
Revision:520446Original commit files touched by this commit
tobik search for other commits by this committer
lang/rust: Update to 1.40.0

- Force rebuild all consumers to catch regressions early

Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/12/19/Rust-1.40.0.html
Tested by:	mikael.urankar@gmail.com, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D22843
1.0.5.1355_4
17 Dec 2019 07:56:33
Revision:520313Original commit files touched by this commit
tobik search for other commits by this committer
shells/ion: Unbreak build with Rust 1.40.0 (D22843)

error[E0503]: cannot use `self.key_bindings` because it was mutably borrowed
  -->
/wrkdirs/usr/ports/shells/ion/work/ion-a8872014dbce730ccd00aaa722397dc394a52bf4-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/liner-0.4.4/src/context.rs:98:17
   |
96 |             let ed = try!(Editor::new_with_init_buffer(stdout, prompt,
self, buffer));
   |                                                                        ----
borrow of `*self` occurs here
97 |             match self.key_bindings {
98 |                 KeyBindings::Emacs =>
Self::handle_keys(keymap::Emacs::new(ed), handler),
   |                 ^^^^^^^^^^^^^^^^^^ use of borrowed `*self`
99 |                 KeyBindings::Vi => Self::handle_keys(keymap::Vi::new(ed),
handler),
   |                                                                      --
borrow later used here

error: aborting due to previous error
1.0.5.1355_3
07 Nov 2019 18:07:20
Revision:516995Original commit files touched by this commit
tobik search for other commits by this committer
lang/rust: Update to 1.39.0

- Force rebuild all consumers to catch regressions early
- Partially apply D20792 in preparation for PPC_ABI support
- Add LibreSSL 3.0.x support [1]

Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html
PR:		241411 [1]
Tested by:	mikael.urankar@gmail.com, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D22240
1.0.5.1355_2
27 Sep 2019 09:35:21
Revision:513013Original commit files touched by this commit
tobik search for other commits by this committer
lang/rust: Update to 1.38.0

- Force rebuild all consumers to catch regressions early

Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/09/26/Rust-1.38.0.html
Tested by:	jbeich, mikael.urankar@gmail.com, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D21778
1.0.5.1355_1
15 Aug 2019 14:30:16
Revision:508994Original commit files touched by this commit
tobik search for other commits by this committer
lang/rust: Update to 1.37.0

- Force rebuild all consumers to catch regressions early

Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/08/15/Rust-1.37.0.html
Tested by:	jbeich, tobik, greg@unrelenting.technology (aarch64)
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D21247
1.0.5.1355
06 Aug 2019 08:07:16
Revision:508233Original commit files touched by this commit
tobik search for other commits by this committer
shells/ion: Update to latest commit
1.0.5.900_4
04 Jul 2019 14:41:57
Revision:505837Original commit files touched by this commit
tobik search for other commits by this committer
lang/rust: Update to 1.36.0

- Force rebuild all consumers to catch regressions early

Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html
Tested by:	jbeich, mikael.urankar@gmail.com
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D20810
1.0.5.900_3
24 May 2019 03:25:12
Revision:502416Original commit files touched by this commit
tobik search for other commits by this committer
lang/rust: Update to 1.35.0

- Force rebuild all consumers to catch regressions early

Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/05/23/Rust-1.35.0.html
Reviewed by:	jbeich
Tested by:	pkubaj (powerpc64), mikael.urankar@gmail.com (aarch64)
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D20332
1.0.5.900_2
23 May 2019 06:32:45
Revision:502314Original commit files touched by this commit
tobik search for other commits by this committer
shells/ion: Attempt to fix build on powerpc64

http://pylon.nyi.freebsd.org/data/head-powerpc64-default/p501607_s347555/logs/errors/ion-shell-1.0.5.900_1.log
1.0.5.900_2
15 May 2019 03:12:15
Revision:501679Original commit files touched by this commit
tobik search for other commits by this committer
lang/rust: Update to 1.34.2

- While here add patches from [1] for LibreSSL 2.9.1 support

[1] https://github.com/sfackler/rust-openssl/pull/1097

Changes:	https://blog.rust-lang.org/2019/05/13/Security-advisory.html
Changes:	https://blog.rust-lang.org/2019/05/14/Rust-1.34.2.html
PR:		237495 [1]
Security:	37528379-76a8-11e9-a4fd-00012e582166
1.0.5.900_1
11 Apr 2019 19:39:28
Revision:498677Original commit files touched by this commit
tobik search for other commits by this committer
lang/rust: Update to 1.34.0

- Update devel/racer to latest version that can build with 1.34.0
- Drop no longer needed patch from textproc/ripgrep
- Force rebuild all consumers to catch regressions early

Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html
Reviewed by:	jbeich
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D19850
1.0.5.900
25 Mar 2019 12:49:25
Revision:496819Original commit files touched by this commit
tobik search for other commits by this committer
New port: shells/ion

Ion is a modern system shell that features a simple, yet powerful,
syntax.  It is written entirely in Rust, which greatly increases
the overall quality and security of the shell, eliminating the
possibilities of a ShellShock-like vulnerability, and making
development easier.  It also offers a level of performance that
exceeds that of Dash, when taking advantage of Ion's features.
While it is developed alongside, and primarily for, RedoxOS, it is
a fully capable on other *nix platforms.

WWW: https://gitlab.redox-os.org/redox-os/ion

Number of commits found: 67