pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Add p5-AnyEvent-1.02:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1479e0d4e72c
branches:  trunk
changeset: 517861:1479e0d4e72c
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Aug 24 08:33:29 2006 +0000

description:
Add p5-AnyEvent-1.02:

This module offers a simple API for io, timer and completion callbacks,
independent of the event loop in use. This allows module authors to use
those events internally without forcing users of the module on a specific
event loop. Currently supported are Event, Coro::Event, Glib and Tk.

diffstat:

 devel/Makefile             |   3 ++-
 devel/p5-AnyEvent/DESCR    |   4 ++++
 devel/p5-AnyEvent/Makefile |  18 ++++++++++++++++++
 devel/p5-AnyEvent/PLIST    |   1 +
 devel/p5-AnyEvent/distinfo |   5 +++++
 5 files changed, 30 insertions(+), 1 deletions(-)

diffs (61 lines):

diff -r 3232403414da -r 1479e0d4e72c devel/Makefile
--- a/devel/Makefile    Thu Aug 24 00:01:27 2006 +0000
+++ b/devel/Makefile    Thu Aug 24 08:33:29 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.778 2006/08/20 20:04:57 xtraeme Exp $
+# $NetBSD: Makefile,v 1.779 2006/08/24 08:33:29 xtraeme Exp $
 #
 
 COMMENT=       Development utilities
@@ -335,6 +335,7 @@
 SUBDIR+=       p5-Algorithm-Dependency
 SUBDIR+=       p5-Algorithm-Diff
 SUBDIR+=       p5-Algorithm-Merge
+SUBDIR+=       p5-AnyEvent
 SUBDIR+=       p5-AppConfig
 SUBDIR+=       p5-Array-Compare
 SUBDIR+=       p5-AtExit
diff -r 3232403414da -r 1479e0d4e72c devel/p5-AnyEvent/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-AnyEvent/DESCR   Thu Aug 24 08:33:29 2006 +0000
@@ -0,0 +1,4 @@
+This module offers a simple API for io, timer and completion callbacks,
+independent of the event loop in use. This allows module authors to use
+those events internally without forcing users of the module on a specific
+event loop. Currently supported are Event, Coro::Event, Glib and Tk.
diff -r 3232403414da -r 1479e0d4e72c devel/p5-AnyEvent/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-AnyEvent/Makefile        Thu Aug 24 08:33:29 2006 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2006/08/24 08:33:29 xtraeme Exp $
+#
+
+DISTNAME=      AnyEvent-1.02
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  http://www.cpan.org/modules/by-authors/Marc_Lehmann/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://software.schmorp.de/pkg/AnyEvent.html
+COMMENT=       Simple API for io, timer and completion callbacks
+
+DEPENDS+=      p5-glib2-[0-9]*:../../devel/p5-glib2
+
+PERL5_PACKLIST=        auto/AnyEvent/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3232403414da -r 1479e0d4e72c devel/p5-AnyEvent/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-AnyEvent/PLIST   Thu Aug 24 08:33:29 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1 2006/08/24 08:33:29 xtraeme Exp $
diff -r 3232403414da -r 1479e0d4e72c devel/p5-AnyEvent/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-AnyEvent/distinfo        Thu Aug 24 08:33:29 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2006/08/24 08:33:29 xtraeme Exp $
+
+SHA1 (AnyEvent-1.02.tar.gz) = 3f60a4c0bbecb2c4bfb92c10c51874b8814568ea
+RMD160 (AnyEvent-1.02.tar.gz) = 845b85cd71faa6d5fa8dd4429ca0e0a20f00e2af
+Size (AnyEvent-1.02.tar.gz) = 7580 bytes



Home | Main Index | Thread Index | Old Index