pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/p5-Linux-Inotify2 Importing pkgsrc/sysutils/p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02dd5789212b
branches:  trunk
changeset: 572294:02dd5789212b
user:      sno <sno%pkgsrc.org@localhost>
date:      Tue Feb 23 13:51:34 2010 +0000

description:
Importing pkgsrc/sysutils/p5-Linux-Inotify2 version 1.2.1 as dependency
of scheduled update of devel/p5-File-ChangeNotify to 0.12

This module implements an interface to the Linux 2.6.13 and later Inotify
file/directory change notification sytem.

It has a number of advantages over the Linux::Inotify module:
    - it is portable (Linux::Inotify only works on x86)
    - the equivalent of fullname works correctly
    - it is better documented
    - it has callback-style interface, which is better suited for
      integration.

diffstat:

 sysutils/p5-Linux-Inotify2/DESCR    |   9 +++++++++
 sysutils/p5-Linux-Inotify2/Makefile |  24 ++++++++++++++++++++++++
 sysutils/p5-Linux-Inotify2/distinfo |   5 +++++
 3 files changed, 38 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r fee83a8e00db -r 02dd5789212b sysutils/p5-Linux-Inotify2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-Linux-Inotify2/DESCR  Tue Feb 23 13:51:34 2010 +0000
@@ -0,0 +1,9 @@
+This module implements an interface to the Linux 2.6.13 and later Inotify
+file/directory change notification sytem.
+
+It has a number of advantages over the Linux::Inotify module:
+    - it is portable (Linux::Inotify only works on x86)
+    - the equivalent of fullname works correctly
+    - it is better documented
+    - it has callback-style interface, which is better suited for
+      integration.
diff -r fee83a8e00db -r 02dd5789212b sysutils/p5-Linux-Inotify2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-Linux-Inotify2/Makefile       Tue Feb 23 13:51:34 2010 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/02/23 13:51:34 sno Exp $
+
+DISTNAME=      Linux-Inotify2-1.21
+PKGNAME=       p5-${DISTNAME:S/21/2.1/}
+CATEGORIES=    sysutils perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Linux/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Linux-Inotify2/
+COMMENT=       Scalable directory/file change notification
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-common-sense-[0-9]*:../../devel/p5-common-sense
+
+ONLY_FOR_PLATFORM=     Linux-*-*
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+PERL5_PACKLIST=                auto/Linux/Inotify2/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fee83a8e00db -r 02dd5789212b sysutils/p5-Linux-Inotify2/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-Linux-Inotify2/distinfo       Tue Feb 23 13:51:34 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/02/23 13:51:34 sno Exp $
+
+SHA1 (Linux-Inotify2-1.21.tar.gz) = dcd09e476f91567b71f98671a49ec0ac0715c5fc
+RMD160 (Linux-Inotify2-1.21.tar.gz) = ada2582fd891fb2582e83c5848f96798cc45b82c
+Size (Linux-Inotify2-1.21.tar.gz) = 8340 bytes



Home | Main Index | Thread Index | Old Index