FreeBSD Bugzilla – Attachment 247667 Details for
Bug 276338
[NEW PORT] devel/ob-rust: enables Org-Babel support for evaluating Rust code
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
change category to devel
0001-devel-ob-rust-new-port.patch (text/plain), 2.71 KB, created by
Pat Maddox
on 2024-01-15 01:28:11 UTC
(
hide
)
Description:
change category to devel
Filename:
MIME Type:
Creator:
Pat Maddox
Created:
2024-01-15 01:28:11 UTC
Size:
2.71 KB
patch
obsolete
>From e901cf192db5ea6a8a6821f330fa6843836a1351 Mon Sep 17 00:00:00 2001 >From: Pat Maddox <pat@patmaddox.com> >Date: Sun, 14 Jan 2024 15:25:54 -0800 >Subject: [PATCH 1/6] devel/ob-rust: new port > >ob-rust enables Org-Babel support for evaluating Rust code. It was >created based on the usage of ob-C and ob-go. > >PR: 276338 >--- > devel/Makefile | 1 + > devel/ob-rust/Makefile | 29 +++++++++++++++++++++++++++++ > devel/ob-rust/distinfo | 3 +++ > devel/ob-rust/pkg-descr | 2 ++ > devel/ob-rust/pkg-plist | 1 + > 5 files changed, 36 insertions(+) > create mode 100644 devel/ob-rust/Makefile > create mode 100644 devel/ob-rust/distinfo > create mode 100644 devel/ob-rust/pkg-descr > create mode 100644 devel/ob-rust/pkg-plist > >diff --git a/devel/Makefile b/devel/Makefile >index bbd9ecc63b8c..b38ec447df4b 100644 >--- a/devel/Makefile >+++ b/devel/Makefile >@@ -1658,6 +1658,7 @@ > SUBDIR += nss_wrapper > SUBDIR += nsync > SUBDIR += nuitka >+ SUBDIR += ob-rust > SUBDIR += obby > SUBDIR += objconv > SUBDIR += objecthash >diff --git a/devel/ob-rust/Makefile b/devel/ob-rust/Makefile >new file mode 100644 >index 000000000000..b599d1fca525 >--- /dev/null >+++ b/devel/ob-rust/Makefile >@@ -0,0 +1,29 @@ >+PORTNAME= ob-rust >+PORTVERSION= 20220824.1923 >+CATEGORIES= devel >+ >+MAINTAINER= pat@patmaddox.com >+COMMENT= Org-Babel support for evaluating Rust code >+WWW= https://github.com/micanzhang/ob-rust >+ >+LICENSE= GPLv3+ >+ >+RUN_DEPENDS= ${PREFIX}/${EMACS_SITE_LISPDIR}/rust-mode.el:devel/rust-mode \ >+ rust-script:devel/rust-script >+ >+USES= emacs >+EMACS_NO_DEPENDS= yes >+ >+USE_GITHUB= yes >+GH_ACCOUNT= micanzhang >+GH_PROJECT= ob-rust >+GH_TAGNAME= be059d2 >+ >+NO_ARCH= yes >+NO_BUILD= yes >+ >+do-install: >+ @${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR} >+ ${INSTALL_DATA} ${WRKSRC}/ob-rust.el ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR} >+ >+.include <bsd.port.mk> >diff --git a/devel/ob-rust/distinfo b/devel/ob-rust/distinfo >new file mode 100644 >index 000000000000..ba9d621fb91d >--- /dev/null >+++ b/devel/ob-rust/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1705274404 >+SHA256 (micanzhang-ob-rust-20220824.1923-be059d2_GH0.tar.gz) = 5e3dfd02ec06585233c62f9176ed411fdff7eafb283c2f99557a56a0298fc4de >+SIZE (micanzhang-ob-rust-20220824.1923-be059d2_GH0.tar.gz) = 4801 >diff --git a/devel/ob-rust/pkg-descr b/devel/ob-rust/pkg-descr >new file mode 100644 >index 000000000000..fc4e310813ab >--- /dev/null >+++ b/devel/ob-rust/pkg-descr >@@ -0,0 +1,2 @@ >+ob-rust enables Org-Babel support for evaluating Rust code. It was >+created based on the usage of ob-C and ob-go. >diff --git a/devel/ob-rust/pkg-plist b/devel/ob-rust/pkg-plist >new file mode 100644 >index 000000000000..fa14b458e69b >--- /dev/null >+++ b/devel/ob-rust/pkg-plist >@@ -0,0 +1 @@ >+%%EMACS_SITE_LISPDIR%%/ob-rust.el >-- >2.43.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
pat
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 276338
:
247665
| 247667