pkglint fixes. Merge in maintainer from wip.
This commit is contained in:
parent
c1b149cb1e
commit
8baeecc0cf
2 changed files with 7 additions and 16 deletions
|
@ -1,8 +1,7 @@
|
|||
Libev is modelled (very losely) after libevent and the Event perl
|
||||
module, but is faster, scales better and is more correct, and also more
|
||||
featureful. And also smaller. Yay.
|
||||
|
||||
Some of the specialties of libev not commonly found elsewhere are:
|
||||
module, but is faster, scales better and is more correct, more
|
||||
featureful, and smaller. Some of the specialties of libev not
|
||||
commonly found elsewhere are:
|
||||
|
||||
- extensive and detailed, readable documentation (not doxygen garbage).
|
||||
- fully supports fork, can detect fork in various ways and automatically
|
||||
|
@ -20,13 +19,6 @@ Some of the specialties of libev not commonly found elsewhere are:
|
|||
- very little memory use (small watchers, small event loop data).
|
||||
- optional C++ interface allowing method and function callbacks
|
||||
at no extra memory or runtime overhead.
|
||||
- optional Perl interface with similar characteristics (capable
|
||||
of running Glib/Gtk2 on libev, interfaces with Net::SNMP and
|
||||
libadns).
|
||||
- optional Perl interface with similar characteristics
|
||||
- support for other languages (multiple C++ interfaces, D, Ruby,
|
||||
Python) available from third-parties.
|
||||
|
||||
Examples of programs that embed libev: the EV perl module,
|
||||
rxvt-unicode, gvpe (GNU Virtual Private Ethernet), the Deliantra MMORPG
|
||||
server (http://www.deliantra.net/), Rubinius (a next-generation Ruby
|
||||
VM), the Ebb web server, the Rev event toolkit.
|
||||
|
|
|
@ -1,13 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/08/08 19:40:37 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2009/08/16 15:38:01 wiz Exp $
|
||||
|
||||
DISTNAME= libev-3.7
|
||||
PKGNAME= ${DISTNAME}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://dist.schmorp.de/libev/
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
MAINTAINER= tonio@NetBSD.org
|
||||
HOMEPAGE= http://software.schmorp.de/pkg/libev.html
|
||||
COMMENT= A full-featured and high-performance event loop
|
||||
COMMENT= Full-featured and high-performance event loop
|
||||
LICENSE= modified-bsd OR gnu-gpl-v2 # NOTE: 2-clause BSD
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
Loading…
Reference in a new issue