pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

corrosion: clean-up, imported to pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Marcin Gondek <drixter%e-utp.net@localhost>
Pushed By:	drixter
Date:		Fri Sep 25 22:34:17 2026 +0200
Changeset:	359b35d32f9a5cdf11b9bb442ae05542238ed325

Modified Files:
	Makefile
Removed Files:
	corrosion/COMMIT_MSG
	corrosion/DESCR
	corrosion/Makefile
	corrosion/PLIST
	corrosion/TODO
	corrosion/distinfo

Log Message:
corrosion: clean-up, imported to pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=359b35d32f9a5cdf11b9bb442ae05542238ed325

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile             |  1 -
 corrosion/COMMIT_MSG |  7 -------
 corrosion/DESCR      | 19 -------------------
 corrosion/Makefile   | 17 -----------------
 corrosion/PLIST      |  6 ------
 corrosion/TODO       |  2 --
 corrosion/distinfo   |  5 -----
 7 files changed, 57 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 58c4da0690..375b54f9f0 100644
--- a/Makefile
+++ b/Makefile
@@ -609,7 +609,6 @@ SUBDIR+=	copytape
 SUBDIR+=	coreclr-git
 SUBDIR+=	corefx-git
 SUBDIR+=	corert-git
-SUBDIR+=	corrosion
 SUBDIR+=	cortex-var
 SUBDIR+=	cortextool
 SUBDIR+=	cosmo-engine
diff --git a/corrosion/COMMIT_MSG b/corrosion/COMMIT_MSG
deleted file mode 100644
index 9394a80e46..0000000000
--- a/corrosion/COMMIT_MSG
+++ /dev/null
@@ -1,7 +0,0 @@
-corrosion: Add with 0.6.1
-
-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).
-
-Fixes
-Fix building shared libraries for iOS.
-Fix host linker detection for iOS and add the CORROSION_HOST_TARGET_LINKER cache variable, to allow users to override the linker used for the host build (required for build-scripts and proc-macros).
diff --git a/corrosion/DESCR b/corrosion/DESCR
deleted file mode 100644
index abc2fc4065..0000000000
--- a/corrosion/DESCR
+++ /dev/null
@@ -1,19 +0,0 @@
-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).
-
-## Features
-- Automatic Import of Executable, Static, and Shared Libraries from Rust Crate
-- Easy Installation of Rust Executables
-- Trivially Link Rust Executables to C/C++ Libraries in Tree
-- Multi-Config Generator Support
-- Simple Cross-Compilation
-
-## Sample Usage with FetchContent
-
-Using the CMake `FetchContent` module allows you to easily
-integrate corrosion into your build.
-Other methods including installing corrosion or adding it
-as a subdirectory are covered in the
diff --git a/corrosion/Makefile b/corrosion/Makefile
deleted file mode 100644
index 0186f9ac69..0000000000
--- a/corrosion/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	corrosion-0.6.1
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GITHUB:=corrosion-rs/}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	drixter%e-utp.net@localhost
-HOMEPAGE=	https://github.com/corrosion-rs/corrosion/
-COMMENT=	Corrosion, tool for integrating Rust into an existing CMake project
-LICENSE=	mit
-
-USE_TOOLS+=	gmake
-
-.include "../../devel/cmake/build.mk"
-.include "../../lang/rust/cargo.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/corrosion/PLIST b/corrosion/PLIST
deleted file mode 100644
index 23906f38c0..0000000000
--- a/corrosion/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD$
-lib/cmake/Corrosion/CorrosionConfig.cmake
-lib/cmake/Corrosion/CorrosionConfigVersion.cmake
-share/cmake/Corrosion.cmake
-share/cmake/CorrosionGenerator.cmake
-share/cmake/FindRust.cmake
diff --git a/corrosion/TODO b/corrosion/TODO
deleted file mode 100644
index 92d6009055..0000000000
--- a/corrosion/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-First compilation, to be reviewed
-
diff --git a/corrosion/distinfo b/corrosion/distinfo
deleted file mode 100644
index e13a06ecb0..0000000000
--- a/corrosion/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (corrosion-0.6.1.tar.gz) = 1505eec6bd670e269ab597d36510c1d0ccceb9217ff7a93af11080f18f37a4a0
-SHA512 (corrosion-0.6.1.tar.gz) = 2b0d1ccafd5472f2938d084995662c586f19cb5cd4ead20fa25e9516d595eb5f756cb2d9abb12dccfa944b52a1f8002c69a1a4d955409c9d194c6d885a6d48ca
-Size (corrosion-0.6.1.tar.gz) = 103330 bytes


Home | Main Index | Thread Index | Old Index