Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2002 01:38:58 +0100 (BST)
From:      Dominic Marks <dominic_marks@btinernet.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37119: New port: devel/libevent
Message-ID:  <20020416003858.A6CCD694@host213-123-130-182.in-addr.btopenworld.com>

next in thread | raw e-mail | index | archive | help

>Number:         37119
>Category:       ports
>Synopsis:       New port: devel/libevent
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 15 17:40:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Marks
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
Student
>Environment:
System: FreeBSD gallium 4.5-STABLE FreeBSD 4.5-STABLE #2: Mon Apr 8
21:19:28 BST 2002 dom@gallium:/usr/obj/usr/src/sys/GALLIUM i386

	
>Description:
	New port: devel/libevent

The libevent API provides a mechanism to execute a callback function
when a specific event occurs on a file descriptor or after a timeout
has been reached. libevent is meant to replace the asynchronous event
loop found in event driven network servers. An application just needs
to call event_dispatch() and can then add or remove events dynamically
without having to change the event loop.

	
>How-To-Repeat:
	NA.
	
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	libevent/Makefile
#	libevent/distinfo
#	libevent/pkg-comment
#	libevent/pkg-descr
#	libevent/pkg-plist
#
echo x - libevent/Makefile
sed 's/^X//' >libevent/Makefile << 'END-of-libevent/Makefile'
X#
X# Port Makefile for: libevent
X# Created By: Dominic Marks <dominic_marks@btinternet.com>
X# Created On: 16/04/2002
X#
X# $FreeBSD$
X#
X
XPORTNAME=	libevent
XPORTVERSION=	0.4
XCATEGORIES=	devel
XMASTER_SITES=	http://www.monkey.org/~provos/
XMASTER_SITE_SUBDIR=	${PORTNAME}
XMAINTAINER=	dominc_marks@btinternet.com
XGNU_CONFIGURE=	yes
XWRKSRC=	${WRKDIR}/${PORTNAME}
XMAN3=	event.3
X
X.include <bsd.port.mk>
END-of-libevent/Makefile
echo x - libevent/distinfo
sed 's/^X//' >libevent/distinfo << 'END-of-libevent/distinfo'
XMD5 (libevent-0.4.tar.gz) = 64d77035dfc6e7551455375d347b3f24
END-of-libevent/distinfo
echo x - libevent/pkg-comment
sed 's/^X//' >libevent/pkg-comment << 'END-of-libevent/pkg-comment'
Xlibevent is an asynchronous event notification library
END-of-libevent/pkg-comment
echo x - libevent/pkg-descr
sed 's/^X//' >libevent/pkg-descr << 'END-of-libevent/pkg-descr'
XThe libevent API provides a mechanism to execute a callback function
Xwhen a specific event occurs on a file descriptor or after a timeout
Xhas been reached. libevent is meant to replace the asynchronous event
Xloop found in event driven network servers. An application just needs
Xto call event_dispatch() and can then add or remove events dynamically
Xwithout having to change the event loop.
X
XWWW: http://www.monkey.org/~provos/libevent/
X- Dominic <dominic_marks@btinternet.com>
END-of-libevent/pkg-descr
echo x - libevent/pkg-plist
sed 's/^X//' >libevent/pkg-plist << 'END-of-libevent/pkg-plist'
Xlib/libevent.a
Xinclude/event.h
END-of-libevent/pkg-plist
exit

	
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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