summaryrefslogtreecommitdiff
path: root/devel/eventxx
diff options
context:
space:
mode:
Diffstat (limited to 'devel/eventxx')
-rw-r--r--devel/eventxx/Makefile31
-rw-r--r--devel/eventxx/distinfo2
-rw-r--r--devel/eventxx/pkg-descr5
-rw-r--r--devel/eventxx/pkg-plist12
4 files changed, 0 insertions, 50 deletions
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