Next | Query returned 14 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2020-08-14 22:50:22 by Tobias Nygren | Files touched by this commit (7)
Log message:
cargo users: drop do-build target where redundant
   2020-08-14 13:05:00 by Tobias Nygren | Files touched by this commit (7)
Log message:
rust/cargo: replace "--frozen --locked" with "--offline" in \ 
various places

The intent of "--frozen --locked" was to not use the network, but the new
"--offline" option is better suited for this purpose.
It for example allows us to patch Cargo.toml if necessary without having
to regen checksums.
   2020-06-14 17:33:29 by Nia Alarie | Files touched by this commit (17)
Log message:
Rename rust-bin's PKGNAME to rust-bin. Add rust.mk for rust packages.

This allows rust-bin and rust to coexist in bulk builds (for testing, etc),
but the packages still may not be installed at the same time.

rust.mk as a solution for picking the correct rust variant was suggested
by gdt@. It is intended to be included directly by packages that do not
use cargo.mk, and indirectly by packages that do use cargo.mk.

rust.mk provides one user-settable variable:

RUST_TYPE
	as before, whether to bootstrap rust from source or use
	official binaries. may be "src" or "bin"

And two package-settable variables:

RUST_REQ
	the minimum version of Rust required by the package.
	defaults to "1.20.0"

RUST_RUNTIME
	whether Rust is a runtime dependency, may be "yes" or "no"
   2020-03-19 20:43:52 by Benny Siegert | Files touched by this commit (5)
Log message:
Add a package for tealdeer-1.3.0. Via wip.

A very fast implementation of tldr in Rust: Simplified, example based and
community-driven man pages.

If you pronounce "tldr" in English, it sounds somewhat like \ 
"tealdeer". Hence
the project name.

Next | Query returned 14 messages, browsing 11 to 20 | previous