View | Details | Raw Unified | Return to bug 276338 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/Makefile (+1 lines)
Lines 1658-1663 Link Here
1658
    SUBDIR += nss_wrapper
1658
    SUBDIR += nss_wrapper
1659
    SUBDIR += nsync
1659
    SUBDIR += nsync
1660
    SUBDIR += nuitka
1660
    SUBDIR += nuitka
1661
    SUBDIR += ob-rust
1661
    SUBDIR += obby
1662
    SUBDIR += obby
1662
    SUBDIR += objconv
1663
    SUBDIR += objconv
1663
    SUBDIR += objecthash
1664
    SUBDIR += objecthash
(-)b/devel/ob-rust/Makefile (+29 lines)
Added Link Here
1
PORTNAME=	ob-rust
2
PORTVERSION=	20220824.1923
3
CATEGORIES=	devel
4
5
MAINTAINER=	pat@patmaddox.com
6
COMMENT=	Org-Babel support for evaluating Rust code
7
WWW=		https://github.com/micanzhang/ob-rust
8
9
LICENSE=	GPLv3+
10
11
RUN_DEPENDS=	${PREFIX}/${EMACS_SITE_LISPDIR}/rust-mode.el:devel/rust-mode \
12
		rust-script:devel/rust-script
13
14
USES=			emacs
15
EMACS_NO_DEPENDS=	yes
16
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	micanzhang
19
GH_PROJECT=	ob-rust
20
GH_TAGNAME=	be059d2
21
22
NO_ARCH=	yes
23
NO_BUILD=	yes
24
25
do-install:
26
	@${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}
27
	${INSTALL_DATA} ${WRKSRC}/ob-rust.el ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}
28
29
.include <bsd.port.mk>
(-)b/devel/ob-rust/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1705274404
2
SHA256 (micanzhang-ob-rust-20220824.1923-be059d2_GH0.tar.gz) = 5e3dfd02ec06585233c62f9176ed411fdff7eafb283c2f99557a56a0298fc4de
3
SIZE (micanzhang-ob-rust-20220824.1923-be059d2_GH0.tar.gz) = 4801
(-)b/devel/ob-rust/pkg-descr (+2 lines)
Added Link Here
1
ob-rust enables Org-Babel support for evaluating Rust code. It was
2
created based on the usage of ob-C and ob-go.
(-)b/devel/ob-rust/pkg-plist (-1 / +1 lines)
Added Link Here
0
- 
1
%%EMACS_SITE_LISPDIR%%/ob-rust.el

Return to bug 276338