[Bug 285396] add devel/rustup-init: Rust toolchain installer, version 1.28.1

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 25 Mar 2025 07:51:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285396

--- Comment #8 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=f87e1a7a978e271387bf03d590640f3df264a2f2

commit f87e1a7a978e271387bf03d590640f3df264a2f2
Author:     King John <jinking.this@gmail.com>
AuthorDate: 2025-03-22 04:54:31 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2025-03-25 07:50:29 +0000

    devel/rustup-init: add new port

    Rustup-init is the official installer for the Rust programming language.
    It is used to install and manage Rust toolchains, including the Rust
    compiler (rustc), the package manager (cargo), and other related tools.
    Rustup itself is a toolchain multiplexer, meaning it allows you to easily
    switch between different versions of Rust (e.g., stable, beta, nightly) and
    manage cross-compilation targets. Rustup-init is the recommended way to
install
    Rust, as it provides a consistent and flexible way to manage Rust
installations
    across different platforms.

    PR:             285396

 devel/Makefile                          |   1 +
 devel/rustup-init/Makefile (new)        |  23 +
 devel/rustup-init/Makefile.crates (new) | 377 ++++++++++++++++
 devel/rustup-init/distinfo (new)        | 757 ++++++++++++++++++++++++++++++++
 devel/rustup-init/pkg-descr (new)       |   8 +
 devel/rustup-init/pkg-message (new)     |  14 +
 6 files changed, 1180 insertions(+)

-- 
You are receiving this mail because:
You are the assignee for the bug.