Bug 276342

Summary: [NEW PORT] devel/rust-script: Run Rust files and expressions as scripts without setup or compilation
Product: Ports & Packages Reporter: Pat Maddox <pat>
Component: Individual Port(s)Assignee: Yuri Victorovich <yuri>
Status: Closed FIXED    
Severity: Affects Only Me CC: yuri
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 276338    
Attachments:
Description Flags
new port
pat: maintainer-approval+
change port category to dev pat: maintainer-approval+

Description Pat Maddox 2024-01-15 00:11:32 UTC

    
Comment 1 Pat Maddox 2024-01-15 00:42:55 UTC
Created attachment 247662 [details]
new port
Comment 2 Pat Maddox 2024-01-15 01:15:04 UTC
Created attachment 247664 [details]
change port category to dev
Comment 3 Yuri Victorovich freebsd_committer freebsd_triage 2024-01-24 01:51:29 UTC
Committed, thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-01-24 01:52:14 UTC
A commit in branch main references this bug:

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

commit 287cc197bf62e523654f0f4ec5d51ba3a5e68b33
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-24 01:50:00 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-24 01:51:33 +0000

    devel/rust-script: New port: Run Rust files and expressions as scripts without setup or compilation

    PR:             276342
    Submitted by:   Pat Maddox <pat@patmaddox.com>

 devel/Makefile                          |   1 +
 devel/rust-script/Makefile (new)        |  22 ++++
 devel/rust-script/Makefile.crates (new) |  91 ++++++++++++++++
 devel/rust-script/distinfo (new)        | 185 ++++++++++++++++++++++++++++++++
 devel/rust-script/pkg-descr (new)       |  15 +++
 5 files changed, 314 insertions(+)