mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
add libevnet 0.3.7
Network Daemon Services for libevent
This commit is contained in:
parent
bc59b0dcf7
commit
49144d0cf9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190895
@ -259,6 +259,7 @@
|
||||
SUBDIR += libbgpdump
|
||||
SUBDIR += libconnect
|
||||
SUBDIR += libdnet
|
||||
SUBDIR += libevnet
|
||||
SUBDIR += libexosip2
|
||||
SUBDIR += libgnetwork
|
||||
SUBDIR += libmms
|
||||
|
25
net/libevnet/Makefile
Normal file
25
net/libevnet/Makefile
Normal file
@ -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>
|
3
net/libevnet/distinfo
Normal file
3
net/libevnet/distinfo
Normal file
@ -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
|
4
net/libevnet/pkg-descr
Normal file
4
net/libevnet/pkg-descr
Normal file
@ -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
|
13
net/libevnet/pkg-plist
Normal file
13
net/libevnet/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user