10 Commits

Author SHA1 Message Date
semarie
f64f776a43 add more magic to devel/cargo to help maintainers dealing with rust
devel/cargo modules will take care of some aspects of crate dependencies on
system/ports libraries

adapt some ports depending on devel/cargo to properly link to ports libraries,
and to not patch anymore what it is now done by devel/cargo (openssl-sys crate
for example)

with help and ok @sthem
2020-03-12 10:30:05 +00:00
semarie
614c7c9d0e small devel/cargo cleanup
keep MODCARGO_CRATE for libc separated from the big list, and properly document it.
2020-03-02 07:20:23 +00:00
sthen
18661f1c22 use standard dir for zsh completions, from Matthew Martin 2020-01-17 13:53:54 +00:00
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