mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
An AnyEvent compatible module to monitor files/directories for changes
WWW: http://search.cpan.org/dist/AnyEvent-Filesys-Notify/
This commit is contained in:
parent
0840b29a3c
commit
1a7f12ff05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251999
@ -1084,6 +1084,7 @@
|
||||
SUBDIR += p5-AnyEvent-AIO
|
||||
SUBDIR += p5-AnyEvent-DBI
|
||||
SUBDIR += p5-AnyEvent-DBI-Abstract
|
||||
SUBDIR += p5-AnyEvent-Filesys-Notify
|
||||
SUBDIR += p5-AnyEvent-Run
|
||||
SUBDIR += p5-App-CLI
|
||||
SUBDIR += p5-App-CLI-Extension
|
||||
|
36
devel/p5-AnyEvent-Filesys-Notify/Makefile
Normal file
36
devel/p5-AnyEvent-Filesys-Notify/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# New ports collection makefile for: AnyEvent::Filesys::Notify
|
||||
# Date created: 02 Apr 2010
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= AnyEvent-Filesys-Notify
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for AnyEvent compat to monitor file/dir changes
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-AnyEvent>0:${PORTSDIR}/devel/p5-AnyEvent \
|
||||
p5-File-Find-Rule>0:${PORTSDIR}/devel/p5-File-Find-Rule \
|
||||
p5-Moose>0:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny \
|
||||
p5-namespace-autoclean>0:${PORTSDIR}/devel/p5-namespace-autoclean
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= AnyEvent::Filesys::Notify.3 \
|
||||
AnyEvent::Filesys::Notify::Event.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501000
|
||||
RUN_DEPENDS+= p5-autodie>0:${PORTSDIR}/devel/p5-autodie
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
devel/p5-AnyEvent-Filesys-Notify/distinfo
Normal file
3
devel/p5-AnyEvent-Filesys-Notify/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (AnyEvent-Filesys-Notify-0.05.tar.gz) = 0bc6d1323ce5d505376b28f902791bb0
|
||||
SHA256 (AnyEvent-Filesys-Notify-0.05.tar.gz) = 1d74774bb7073688fcdf8906b2dfcc6d1078d80cc9c085046dd050812416eb46
|
||||
SIZE (AnyEvent-Filesys-Notify-0.05.tar.gz) = 12258
|
3
devel/p5-AnyEvent-Filesys-Notify/pkg-descr
Normal file
3
devel/p5-AnyEvent-Filesys-Notify/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
An AnyEvent compatible module to monitor files/directories for changes
|
||||
|
||||
WWW: http://search.cpan.org/dist/AnyEvent-Filesys-Notify/
|
9
devel/p5-AnyEvent-Filesys-Notify/pkg-plist
Normal file
9
devel/p5-AnyEvent-Filesys-Notify/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
%%SITE_PERL%%/AnyEvent/Filesys/Notify.pm
|
||||
%%SITE_PERL%%/AnyEvent/Filesys/Notify/Event.pm
|
||||
%%SITE_PERL%%/AnyEvent/Filesys/Notify/Role/Fallback.pm
|
||||
%%SITE_PERL%%/AnyEvent/Filesys/Notify/Role/Linux.pm
|
||||
%%SITE_PERL%%/AnyEvent/Filesys/Notify/Role/Mac.pm
|
||||
@dirrmtry %%SITE_PERL%%/AnyEvent/Filesys/Notify/Role
|
||||
@dirrmtry %%SITE_PERL%%/AnyEvent/Filesys/Notify
|
||||
@dirrmtry %%SITE_PERL%%/AnyEvent/Filesys
|
||||
@dirrmtry %%SITE_PERL%%/AnyEvent
|
Loading…
Reference in New Issue
Block a user