pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libev pkglint fixes. Merge in maintainer from wip.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78ecc2f967e4
branches:  trunk
changeset: 397607:78ecc2f967e4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Aug 16 15:38:01 2009 +0000

description:
pkglint fixes. Merge in maintainer from wip.

diffstat:

 devel/libev/DESCR    |  16 ++++------------
 devel/libev/Makefile |   7 +++----
 2 files changed, 7 insertions(+), 16 deletions(-)

diffs (50 lines):

diff -r a4231594d110 -r 78ecc2f967e4 devel/libev/DESCR
--- a/devel/libev/DESCR Sun Aug 16 15:35:43 2009 +0000
+++ b/devel/libev/DESCR Sun Aug 16 15:38:01 2009 +0000
@@ -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 @@
 - 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.
diff -r a4231594d110 -r 78ecc2f967e4 devel/libev/Makefile
--- a/devel/libev/Makefile      Sun Aug 16 15:35:43 2009 +0000
+++ b/devel/libev/Makefile      Sun Aug 16 15:38:01 2009 +0000
@@ -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@localhost
+MAINTAINER=    tonio%NetBSD.org@localhost
 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



Home | Main Index | Thread Index | Old Index