Date: Sat, 30 Nov 2024 16:33:25 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: a0261716830f - main - sysutils/cloudabi-utils: Remove expired port Message-ID: <202411301633.4AUGXP3J013412@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=a0261716830fa9d5b5c53907929ac425e27ba4b6 commit a0261716830fa9d5b5c53907929ac425e27ba4b6 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-11-30 16:33:06 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-11-30 16:33:06 +0000 sysutils/cloudabi-utils: Remove expired port sysutils/cloudabi-utils --- MOVED | 1 + sysutils/Makefile | 1 - sysutils/cloudabi-utils/Makefile | 29 ----------------------------- sysutils/cloudabi-utils/distinfo | 3 --- sysutils/cloudabi-utils/pkg-descr | 9 --------- sysutils/cloudabi-utils/pkg-plist | 6 ------ 6 files changed, 1 insertion(+), 48 deletions(-) diff --git a/MOVED b/MOVED index 8da1963ab17b..bb8d1ceb3a77 100644 --- a/MOVED +++ b/MOVED @@ -3741,3 +3741,4 @@ net/shadowsocks-libev|net/shadowsocks-rust|2024-11-30|Has expired: Abandonware, sysutils/fusefs-fusepak||2024-11-30|Has expired: Upstream is no longer around 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 diff --git a/sysutils/Makefile b/sysutils/Makefile index 5973fc63fd51..0e5f38c05d89 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -208,7 +208,6 @@ SUBDIR += clone SUBDIR += clonehdd SUBDIR += cloud-nuke - SUBDIR += cloudabi-utils SUBDIR += clsync SUBDIR += cluster-glue SUBDIR += cmdwatch diff --git a/sysutils/cloudabi-utils/Makefile b/sysutils/cloudabi-utils/Makefile deleted file mode 100644 index d847668c2e60..000000000000 --- a/sysutils/cloudabi-utils/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -PORTNAME= cloudabi-utils -DISTVERSIONPREFIX= v -DISTVERSION= 0.38 -PORTREVISION= 2 -CATEGORIES= sysutils - -MAINTAINER= ed@FreeBSD.org -COMMENT= Utilities for running CloudABI programs -WWW= https://github.com/NuxiNL/cloudabi-utils - -LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 -ONLY_FOR_ARCHS_REASON= CloudABI has not yet been ported to other architectures - -BUILD_DEPENDS= ${LOCALBASE}/include/cloudabi_types.h:devel/cloudabi \ - ${LOCALBASE}/include/flower/protocol/switchboard.ad.h:net/flower \ - ${LOCALBASE}/include/yaml2argdata/yaml_builder.h:devel/yaml2argdata -LIB_DEPENDS= libargdata.so:devel/argdata \ - libarpc.so:devel/arpc \ - libyaml-cpp.so:devel/yaml-cpp - -USES= cmake localbase:ldflags pkgconfig -USE_LDCONFIG= yes -USE_GITHUB= yes -GH_ACCOUNT= NuxiNL - -.include <bsd.port.mk> diff --git a/sysutils/cloudabi-utils/distinfo b/sysutils/cloudabi-utils/distinfo deleted file mode 100644 index c45729b4aae8..000000000000 --- a/sysutils/cloudabi-utils/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1517076972 -SHA256 (NuxiNL-cloudabi-utils-v0.38_GH0.tar.gz) = 331913d737605d43df62a0dfcf05dc13582d5d97b27d6d87f7c4daffd5cde8b0 -SIZE (NuxiNL-cloudabi-utils-v0.38_GH0.tar.gz) = 75648 diff --git a/sysutils/cloudabi-utils/pkg-descr b/sysutils/cloudabi-utils/pkg-descr deleted file mode 100644 index fe953d637c72..000000000000 --- a/sysutils/cloudabi-utils/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 package installs utilities that are useful when running CloudABI -processes. The cloudabi-run utility can run CloudABI processes, -providing it the resources (sockets and files) that it requires. diff --git a/sysutils/cloudabi-utils/pkg-plist b/sysutils/cloudabi-utils/pkg-plist deleted file mode 100644 index 09593cce9f19..000000000000 --- a/sysutils/cloudabi-utils/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/cloudabi-run -include/cloudabi/program.h -lib/libcloudabi.so -lib/libcloudabi.so.1 -libexec/cloudabi-reexec -share/man/man1/cloudabi-run.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411301633.4AUGXP3J013412>