Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Apr 2024 10:46:57 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: 000be78f54dd - main - devel/busybee: Remove expired port
Message-ID:  <202404011046.431Akvwi059457@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=000be78f54dd56eb04ddddd35f9bd202ac49ed37

commit 000be78f54dd56eb04ddddd35f9bd202ac49ed37
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-04-01 10:46:13 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-04-01 10:46:50 +0000

    devel/busybee: Remove expired port
    
    2024-03-31 devel/busybee: Abandoned upstream, last release 2015 and last commit 2017
---
 MOVED                   |  1 +
 devel/Makefile          |  1 -
 devel/busybee/Makefile  | 29 -----------------------------
 devel/busybee/distinfo  |  3 ---
 devel/busybee/pkg-descr |  6 ------
 devel/busybee/pkg-plist | 12 ------------
 6 files changed, 1 insertion(+), 51 deletions(-)

diff --git a/MOVED b/MOVED
index 6ffa59e2a41b..d120dc9a51f7 100644
--- a/MOVED
+++ b/MOVED
@@ -3094,3 +3094,4 @@ irc/keitairc2||2024-04-01|Has expired: Abandonware and obsolete, last upstream r
 irc/bopm||2024-04-01|Has expired: Upstream is dead and archived repo Jul 3 2023
 www/mediawiki135||2024-04-01|Has expired: Upstream reached EOL on 2023-12-21
 net-p2p/bitflu||2024-04-01|Has expired: No development in years and lack common functionality found in modern clients
+devel/busybee||2024-04-01|Has expired: Abandoned upstream, last release 2015 and last commit 2017
diff --git a/devel/Makefile b/devel/Makefile
index f9edd78386d7..138765b72e50 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -328,7 +328,6 @@
     SUBDIR += bullet
     SUBDIR += bunyan
     SUBDIR += busd
-    SUBDIR += busybee
     SUBDIR += byacc
     SUBDIR += byaccj
     SUBDIR += c2mdoc
diff --git a/devel/busybee/Makefile b/devel/busybee/Makefile
deleted file mode 100644
index b9a43fb0ed4a..000000000000
--- a/devel/busybee/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-PORTNAME=		busybee
-PORTVERSION=		0.7.0
-DISTVERSIONPREFIX=	releases/
-CATEGORIES=		devel
-
-MAINTAINER=	egypcio@FreeBSD.org
-COMMENT=	High-performance messaging layer
-WWW=		https://github.com/rescrv/busybee
-
-LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-DEPRECATED=	Abandoned upstream, last release 2015 and last commit 2017.
-EXPIRATION_DATE=2024-03-31
-
-ONLY_FOR_ARCHS=	amd64
-
-LIB_DEPENDS=	libe.so:devel/libe \
-		libpo6.so:devel/libpo6
-
-USES=		autoreconf gmake libtool pathfix pkgconfig
-USE_CXXSTD=	c++14
-USE_GITHUB=	yes
-GH_ACCOUNT=	rescrv
-USE_LDCONFIG=	yes
-
-GNU_CONFIGURE=	yes
-
-.include <bsd.port.mk>
diff --git a/devel/busybee/distinfo b/devel/busybee/distinfo
deleted file mode 100644
index 1e836c87f5eb..000000000000
--- a/devel/busybee/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1535826102
-SHA256 (rescrv-busybee-releases-0.7.0_GH0.tar.gz) = a34aea75f690db26f4bf1588b23efd9bbb647d528f5a83ed31d7d018d2a639dc
-SIZE (rescrv-busybee-releases-0.7.0_GH0.tar.gz) = 19893
diff --git a/devel/busybee/pkg-descr b/devel/busybee/pkg-descr
deleted file mode 100644
index 95d56acd5e8d..000000000000
--- a/devel/busybee/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-BusyBee provides a messaging abstraction on top of TCP sockets.
-
-BusyBee is a refined version of the HyperDex event loop.  It exposes a
-"messaging" abstraction on top of TCP and automatically packs/unpacks messages
-on the wire.  At the core of BusyBee is a thread-safe event loop that enables
-multiple threads to send and receive messages concurrently.
diff --git a/devel/busybee/pkg-plist b/devel/busybee/pkg-plist
deleted file mode 100644
index 424bd17c8468..000000000000
--- a/devel/busybee/pkg-plist
+++ /dev/null
@@ -1,12 +0,0 @@
-include/busybee_constants.h
-include/busybee_mapper.h
-include/busybee_mta.h
-include/busybee_returncode.h
-include/busybee_single.h
-include/busybee_st.h
-include/busybee_utils.h
-lib/libbusybee.a
-lib/libbusybee.so
-lib/libbusybee.so.3
-lib/libbusybee.so.3.1.0
-libdata/pkgconfig/busybee.pc



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