diff options
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/libevnet/Makefile | 25 | ||||
-rw-r--r-- | net/libevnet/distinfo | 3 | ||||
-rw-r--r-- | net/libevnet/pkg-descr | 4 | ||||
-rw-r--r-- | net/libevnet/pkg-plist | 13 |
5 files changed, 46 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index a563255d2071..139faa791c0a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -259,6 +259,7 @@ SUBDIR += libbgpdump SUBDIR += libconnect SUBDIR += libdnet + SUBDIR += libevnet SUBDIR += libexosip2 SUBDIR += libgnetwork SUBDIR += libmms diff --git a/net/libevnet/Makefile b/net/libevnet/Makefile new file mode 100644 index 000000000000..cdb9d336d9c1 --- /dev/null +++ b/net/libevnet/Makefile @@ -0,0 +1,25 @@ +# ex:ts=8 +# Ports collection makefile for: libevnet +# Date created: Apr 22, 2007 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= libevnet +PORTVERSION= 0.3.7 +CATEGORIES= net +MASTER_SITES= http://www.25thandclement.com/~william/projects/releases/ +EXTRACT_SUFX= .tgz + +MAINTAINER= ijliao@FreeBSD.org +COMMENT= Network Daemon Services for libevent + +BUILD_DEPENDS= ${LOCALBASE}/lib/libarena.a:${PORTSDIR}/devel/libarena +LIB_DEPENDS= event-1.3b.1:${PORTSDIR}/devel/libevent \ + cares.1:${PORTSDIR}/dns/c-ares +RUN_DEPENDS= ${LOCALBASE}/lib/libarena.a:${PORTSDIR}/devel/libarena + +USE_GMAKE= yes + +.include <bsd.port.mk> diff --git a/net/libevnet/distinfo b/net/libevnet/distinfo new file mode 100644 index 000000000000..f14035cd629b --- /dev/null +++ b/net/libevnet/distinfo @@ -0,0 +1,3 @@ +MD5 (libevnet-0.3.7.tgz) = bf8e6d47fc1a8e0c4ccd0f7e01942689 +SHA256 (libevnet-0.3.7.tgz) = 17876a6c58fa2f33da99c4b4193f0dd0c294ed0817ce8906025baab154ef5c5f +SIZE (libevnet-0.3.7.tgz) = 79402 diff --git a/net/libevnet/pkg-descr b/net/libevnet/pkg-descr new file mode 100644 index 000000000000..c5e11072c7aa --- /dev/null +++ b/net/libevnet/pkg-descr @@ -0,0 +1,4 @@ +libevnet provides a suite of interfaces, all built around libevent, useful to +network daemons. + +WWW: http://www.25thandclement.com/~william/projects/libevnet.html diff --git a/net/libevnet/pkg-plist b/net/libevnet/pkg-plist new file mode 100644 index 000000000000..b87a8057d932 --- /dev/null +++ b/net/libevnet/pkg-plist @@ -0,0 +1,13 @@ +include/evnet/bufio.h +include/evnet/bufio/drain.h +include/evnet/bufio/membuf.h +include/evnet/bufio/pagebuf.h +include/evnet/bufio/pipe.h +include/evnet/bufio/socket.h +include/evnet/lookup.h +include/evnet/socket.h +include/evnet/thread.h +include/evnet/tls.h +@dirrm include/evnet/bufio +@dirrm include/evnet +lib/libevnet.a |