mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Filesys::Notify::KQueue is IO::KQueue wrapper for watching file
system. WWW: http://search.cpan.org/dist/Filesys-Notify-KQueue/
This commit is contained in:
parent
bc41371537
commit
a94e56fca8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292736
5 changed files with 41 additions and 0 deletions
|
@ -1831,6 +1831,7 @@
|
|||
SUBDIR += p5-File-pushd
|
||||
SUBDIR += p5-FileHandle-Fmode
|
||||
SUBDIR += p5-FileHandle-Unget
|
||||
SUBDIR += p5-Filesys-Notify-KQueue
|
||||
SUBDIR += p5-Filesys-Notify-Simple
|
||||
SUBDIR += p5-Filesys-Virtual
|
||||
SUBDIR += p5-Filesys-Virtual-Plain
|
||||
|
|
26
devel/p5-Filesys-Notify-KQueue/Makefile
Normal file
26
devel/p5-Filesys-Notify-KQueue/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: Filesys::Notify::KQueue
|
||||
# Date created: 05 Mar 2012
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Filesys-Notify-KQueue
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to wrap IO::KQueue for watching file system
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-IO-KQueue>0:${PORTSDIR}/devel/p5-IO-KQueue
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Filesys::Notify::KQueue.3 \
|
||||
Filesys::Notify::README.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Filesys-Notify-KQueue/distinfo
Normal file
2
devel/p5-Filesys-Notify-KQueue/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Filesys-Notify-KQueue-0.08.tar.gz) = 0cf5195a58d6e58edf4dbc975eddbbef2475f29f6af7504c04a9a3e6b97357c1
|
||||
SIZE (Filesys-Notify-KQueue-0.08.tar.gz) = 24257
|
4
devel/p5-Filesys-Notify-KQueue/pkg-descr
Normal file
4
devel/p5-Filesys-Notify-KQueue/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Filesys::Notify::KQueue is IO::KQueue wrapper for watching file
|
||||
system.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Filesys-Notify-KQueue/
|
8
devel/p5-Filesys-Notify-KQueue/pkg-plist
Normal file
8
devel/p5-Filesys-Notify-KQueue/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/Notify/KQueue/.packlist
|
||||
%%SITE_PERL%%/Filesys/Notify/KQueue.pm
|
||||
%%SITE_PERL%%/Filesys/Notify/README.pod
|
||||
@dirrmtry %%SITE_PERL%%/Filesys/Notify
|
||||
@dirrmtry %%SITE_PERL%%/Filesys
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/Notify/KQueue
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/Notify
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys
|
Loading…
Add table
Reference in a new issue