From 118a25426f289684d770a2b7f459edab97961378 Mon Sep 17 00:00:00 2001 From: sno Date: Tue, 23 Feb 2010 13:51:34 +0000 Subject: 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. --- sysutils/p5-Linux-Inotify2/DESCR | 9 +++++++++ sysutils/p5-Linux-Inotify2/Makefile | 24 ++++++++++++++++++++++++ sysutils/p5-Linux-Inotify2/distinfo | 5 +++++ 3 files changed, 38 insertions(+) create mode 100644 sysutils/p5-Linux-Inotify2/DESCR create mode 100644 sysutils/p5-Linux-Inotify2/Makefile create mode 100644 sysutils/p5-Linux-Inotify2/distinfo (limited to 'sysutils/p5-Linux-Inotify2') diff --git a/sysutils/p5-Linux-Inotify2/DESCR b/sysutils/p5-Linux-Inotify2/DESCR new file mode 100644 index 00000000000..bd047049a5f --- /dev/null +++ b/sysutils/p5-Linux-Inotify2/DESCR @@ -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 --git a/sysutils/p5-Linux-Inotify2/Makefile b/sysutils/p5-Linux-Inotify2/Makefile new file mode 100644 index 00000000000..00a3593bf13 --- /dev/null +++ b/sysutils/p5-Linux-Inotify2/Makefile @@ -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 +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 --git a/sysutils/p5-Linux-Inotify2/distinfo b/sysutils/p5-Linux-Inotify2/distinfo new file mode 100644 index 00000000000..4c6e2baf40e --- /dev/null +++ b/sysutils/p5-Linux-Inotify2/distinfo @@ -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 -- cgit v1.2.3