git: bf1516c9770b - main - devel/eventxx: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Jun 2025 20:42:30 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bf1516c9770b59758d86bc0f394f0139d2dd1c53
commit bf1516c9770b59758d86bc0f394f0139d2dd1c53
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-06-01 20:42:26 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-06-01 20:42:26 +0000
devel/eventxx: Remove expired port
2025-05-31 devel/eventxx: Upstream is gone, unmaintained for 10+ years in tree
---
MOVED | 1 +
devel/Makefile | 1 -
devel/eventxx/Makefile | 31 -------------------------------
devel/eventxx/distinfo | 2 --
devel/eventxx/pkg-descr | 5 -----
devel/eventxx/pkg-plist | 12 ------------
6 files changed, 1 insertion(+), 51 deletions(-)
diff --git a/MOVED b/MOVED
index 18a1271f3d45..762926731b29 100644
--- a/MOVED
+++ b/MOVED
@@ -4449,3 +4449,4 @@ devel/hgreviewboard||2025-06-01|Has expired: Upstream is gone
www/py-dj50-django-mptt|www/py-dj51-django-mptt|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
www/py-dj50-django-js-asset|www/py-dj51-django-js-asset|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
www/py-dj50-django-redis|www/py-dj51-django-redis|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
+devel/eventxx||2025-06-01|Has expired: Upstream is gone, unmaintained for 10+ years in tree
diff --git a/devel/Makefile b/devel/Makefile
index f6e43d2cc193..d1ca4662e4a8 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -696,7 +696,6 @@
SUBDIR += evcxr-jupyter
SUBDIR += evdev-proto
SUBDIR += evemu
- SUBDIR += eventxx
SUBDIR += exercisix
SUBDIR += exomizer
SUBDIR += expected
diff --git a/devel/eventxx/Makefile b/devel/eventxx/Makefile
deleted file mode 100644
index 404cf6e983a5..000000000000
--- a/devel/eventxx/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PORTNAME= eventxx
-PORTVERSION= 1.0.1
-PORTREVISION= 5
-CATEGORIES= devel
-MASTER_SITES= http://proj.llucax.com.ar/home/eventxx/releases/ \
- LOCAL/glarkin
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= C++ wrapper for libevent
-WWW= http://www.llucax.com.ar/~luca/eventxx/
-
-DEPRECATED= Upstream is gone, unmaintained for 10+ years in tree
-EXPIRATION_DATE=2025-05-31
-
-LIB_DEPENDS= libevent.so:devel/libevent
-
-NO_BUILD= yes
-
-OPTIONS_DEFINE= EXAMPLES
-
-post-extract:
- @${REINPLACE_CMD} -e 's|-I..|-I.. -I${LOCALBASE}/include -L${LOCALBASE}/lib|g' \
- ${WRKSRC}/test/Makefile
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/eventxx ${STAGEDIR}${PREFIX}/include
- ${INSTALL} -d ${STAGEDIR}${EXAMPLESDIR}
- cd ${WRKSRC}/test && ${COPYTREE_SHARE} \*.cpp ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/test/Makefile ${STAGEDIR}${EXAMPLESDIR}
-
-.include <bsd.port.mk>
diff --git a/devel/eventxx/distinfo b/devel/eventxx/distinfo
deleted file mode 100644
index 38d0d89a7bf0..000000000000
--- a/devel/eventxx/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (eventxx-1.0.1.tar.gz) = f3f069326f954d9d00b027e3c6d36a7e303e8db3dd35c0d89ae9e17c0703613f
-SIZE (eventxx-1.0.1.tar.gz) = 27689
diff --git a/devel/eventxx/pkg-descr b/devel/eventxx/pkg-descr
deleted file mode 100644
index bcd8a4772dec..000000000000
--- a/devel/eventxx/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-eventxx is a simple, direct, one-header inline C++ wrapper for libevent.
-
-It's designed to be as close to use to libevent (without compromising modern
-C++ programming techniques) and efficient (since all implementation is trivial
-and inline, theoretically, it imposes no overhead at all) as possible.
diff --git a/devel/eventxx/pkg-plist b/devel/eventxx/pkg-plist
deleted file mode 100644
index ab302fa53504..000000000000
--- a/devel/eventxx/pkg-plist
+++ /dev/null
@@ -1,12 +0,0 @@
-include/eventxx
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c-way.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/functor-way.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mixed-way.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/prio-test.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test-eof.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test-time.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test-weof.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/trivial.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wrapped-functor-way.cpp