Bug 276342 - [NEW PORT] devel/rust-script: Run Rust files and expressions as scripts without setup or compilation
Summary: [NEW PORT] devel/rust-script: Run Rust files and expressions as scripts witho...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks: 276338
  Show dependency treegraph
 
Reported: 2024-01-15 00:11 UTC by Pat Maddox
Modified: 2024-01-24 01:52 UTC (History)
1 user (show)

See Also:


Attachments
new port (20.39 KB, patch)
2024-01-15 00:42 UTC, Pat Maddox
pat: maintainer-approval+
Details | Diff
change port category to dev (20.02 KB, patch)
2024-01-15 01:15 UTC, Pat Maddox
pat: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(+)