Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Nov 2024 16:34:19 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 050a0fb635ff - main - devel/cloudabi: Remove expired port
Message-ID:  <202411301634.4AUGYJI9013928@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=050a0fb635ff62e909b6a68b81ec05167c27f5e9

commit 050a0fb635ff62e909b6a68b81ec05167c27f5e9
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-11-30 16:34:09 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-11-30 16:34:09 +0000

    devel/cloudabi: Remove expired port
    
    2024-11-30 devel/cloudabi: Unmaintained upstream since 2020
---
 MOVED                    |  1 +
 devel/Makefile           |  1 -
 devel/cloudabi/Makefile  | 24 ------------------------
 devel/cloudabi/distinfo  |  3 ---
 devel/cloudabi/pkg-descr |  9 ---------
 devel/cloudabi/pkg-plist |  6 ------
 6 files changed, 1 insertion(+), 43 deletions(-)

diff --git a/MOVED b/MOVED
index b5feefe42152..d9f390549d2c 100644
--- a/MOVED
+++ b/MOVED
@@ -3743,3 +3743,4 @@ sysutils/fusefs-funionfs||2024-11-30|Has expired: Upstream is no longer around
 net/gdrive||2024-11-30|Has expired: Abandonware, upstream repo archived Apr 19, 2023
 sysutils/cloudabi-utils||2024-11-30|Removed, part of expired devel/cloudabi
 devel/cloudabi-toolchain||2024-11-30|Has expired: Unmaintained upstream since 2020
+devel/cloudabi||2024-11-30|Has expired: Unmaintained upstream since 2020
diff --git a/devel/Makefile b/devel/Makefile
index 4ae042c6a3fe..17b4f67bd32d 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -436,7 +436,6 @@
     SUBDIR += clisp-hyperspec
     SUBDIR += clixon
     SUBDIR += clojure-cider
-    SUBDIR += cloudabi
     SUBDIR += clthreads
     SUBDIR += cltune
     SUBDIR += clxclient
diff --git a/devel/cloudabi/Makefile b/devel/cloudabi/Makefile
deleted file mode 100644
index bb1eb3719b1c..000000000000
--- a/devel/cloudabi/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-PORTNAME=	cloudabi
-DISTVERSIONPREFIX=	v
-DISTVERSION=	0.19
-CATEGORIES=	devel
-
-MAINTAINER=	ed@FreeBSD.org
-COMMENT=	Constants, types and data structures used by CloudABI
-WWW=		https://github.com/NuxiNL/cloudabi
-
-LICENSE=	BSD2CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-DEPRECATED=	Unmaintained upstream since 2020
-EXPIRATION_DATE=2024-11-30
-
-USE_GITHUB=	yes
-GH_ACCOUNT=	NuxiNL
-
-NO_BUILD=	yes
-
-do-install:
-	${INSTALL_DATA} ${WRKSRC}/headers/* ${STAGEDIR}${PREFIX}/include/
-
-.include <bsd.port.mk>
diff --git a/devel/cloudabi/distinfo b/devel/cloudabi/distinfo
deleted file mode 100644
index 7ee200aed9ee..000000000000
--- a/devel/cloudabi/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1517076945
-SHA256 (NuxiNL-cloudabi-v0.19_GH0.tar.gz) = d78947e52d45f2202469b3606d2171b9f5e26258067d6d76f41e3e80c2555ff3
-SIZE (NuxiNL-cloudabi-v0.19_GH0.tar.gz) = 175769
diff --git a/devel/cloudabi/pkg-descr b/devel/cloudabi/pkg-descr
deleted file mode 100644
index 87d4040336e0..000000000000
--- a/devel/cloudabi/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Nuxi CloudABI is an application binary interface for UNIX-like operating
-systems built around the concept of capability-based security. In a
-nutshell, it means that you can run processes directly on top of a UNIX
-kernel while keeping complete control over the actions the process is
-allowed to perform.
-
-This port installs a set of header files that contain the definitions
-that describe the ABI itself: all of the constants, types, structures
-and system calls.
diff --git a/devel/cloudabi/pkg-plist b/devel/cloudabi/pkg-plist
deleted file mode 100644
index 7eb4c9c57aa6..000000000000
--- a/devel/cloudabi/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-include/cloudabi32_types.h
-include/cloudabi64_types.h
-include/cloudabi_syscalls.h
-include/cloudabi_syscalls_info.h
-include/cloudabi_types.h
-include/cloudabi_types_common.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411301634.4AUGYJI9013928>