Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (bfbe9e33b3bbbdfd42ae28d6a4b6c6a11bae4346)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (bfbe9e33b3bbbdfd42ae28d6a4b6c6a11bae4346)
  • Date: Mon, 7 Aug 2023 18:48:29 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 1 +
devel/corrosion/CONFIGURE | 1 +
devel/corrosion/DEPENDS | 1 +
devel/corrosion/DETAILS | 18 ++++++++++++++++++
devel/corrosion/HISTORY | 4 ++++
5 files changed, 25 insertions(+)

New commits:
commit bfbe9e33b3bbbdfd42ae28d6a4b6c6a11bae4346
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

corrosion-0.4.

diff --git a/ChangeLog b/ChangeLog
index 09b5960..16d920b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@

2023-08-07 Treeve Jelbert <treeve AT sourcemage.org>
* /fonts-x11/noto-color-emoji: added
+ * /devel/corrosion: added, Marrying Rust and CMake - Easy Rust and
C/C++ Integration!

2023-08-06 Pavel Vinogradov <public AT sourcemage.org>
* archive/bzip3: new spell, a better and stronger spiritual successor
to BZip2
diff --git a/devel/corrosion/CONFIGURE b/devel/corrosion/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/devel/corrosion/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/devel/corrosion/DEPENDS b/devel/corrosion/DEPENDS
new file mode 100755
index 0000000..6d7d390
--- /dev/null
+++ b/devel/corrosion/DEPENDS
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_DEPENDS
diff --git a/devel/corrosion/DETAILS b/devel/corrosion/DETAILS
new file mode 100755
index 0000000..ddce57f
--- /dev/null
+++ b/devel/corrosion/DETAILS
@@ -0,0 +1,18 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
+ SPELL=corrosion
+ VERSION=0.4.2
+
SOURCE_HASH=sha512:d5bb8fefe9140ffd4742210790b4018b691a52c1f8db32e0873a01cd1991d80cbeb2c31f3ad855b0a55a9440a1451380bb702f1938206d3da2d5fcdb175f4318
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://github.com/corrosion-rs/corrosion
+ SOURCE_URL[0]=$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz
+ LICENSE[0]=MIT
+ ENTERED=20230807
+ KEYWORDS=""
+ SHORT="Easy Rust and C/C++ Integration"
+cat << EOF
+Corrosion, formerly known as cmake-cargo,
+is a tool for integrating Rust into an existing CMake project.
+Corrosion can automatically import executables, static libraries,
+ and dynamic libraries from a workspace or package manifest (Cargo.toml
file).
+EOF
diff --git a/devel/corrosion/HISTORY b/devel/corrosion/HISTORY
new file mode 100644
index 0000000..7f474f5
--- /dev/null
+++ b/devel/corrosion/HISTORY
@@ -0,0 +1,4 @@
+2023-08.07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.2
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (bfbe9e33b3bbbdfd42ae28d6a4b6c6a11bae4346), Treeve Jelbert, 08/07/2023

Archive powered by MHonArc 2.6.24.

Top of Page