7 Commits

Author SHA1 Message Date
semarie
0fb585e377 update libc-rs for include sparc64 compatibility
ok landry@
2019-08-30 12:24:00 +00:00
semarie
93e7c20edd update sysutils/exa to 0.9.0
from Stephen Gregoratto
2019-07-29 15:39:35 +00:00
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
semarie
b19d4110a9 change MODCARGO_CRATES syntax for devel/cargo module.
The new syntax to have version with '-' character:
-MODCARGO_CRATES +=     aho-corasick-0.6.8      # Unlicense/MIT
+MODCARGO_CRATES +=     aho-corasick    0.6.8   # Unlicense/MIT

update all customers of devel/cargo to use the new syntax

ok landry@
2018-12-16 08:50:11 +00:00
landry
87f241ee73 Bump all ports using rust to ensure they get rebuilt/updated. 2018-10-08 15:28:05 +00:00
sthen
828f69a813 force newer Rust libc to unbreak openbsd-unknown-aarch64, from semarie 2018-10-01 08:14:46 +00:00
landry
54ecf50b5a Import exa 0.8.0.
exa is a replacement for ls written in Rust. Its options are similar to the
regular ls, but it also adds lots of fancy features like tree traversing,
colors, git support, sorting options..

(also, it makes one more port to exercise rust updates..)

With hints from semarie@, tweaks & ok kn@
2018-04-27 09:43:18 +00:00