From 29732079b52848f31c2184fd974b50bbd30616fa Mon Sep 17 00:00:00 2001 From: beech Date: Wed, 23 Apr 2008 02:01:11 +0000 Subject: - New port p5-SVN-Notify-Filter-Watchers-0.03 This Perl module implements a Subversion property to control SVN::Notify commit message subscriptions. PR: ports/122990 Submitted by: Greg Larkin (maintainer) --- devel/Makefile | 1 + devel/p5-SVN-Notify-Filter-Watchers/Makefile | 24 ++++++++++++++++++++++++ devel/p5-SVN-Notify-Filter-Watchers/distinfo | 3 +++ devel/p5-SVN-Notify-Filter-Watchers/pkg-descr | 4 ++++ devel/p5-SVN-Notify-Filter-Watchers/pkg-plist | 9 +++++++++ 5 files changed, 41 insertions(+) create mode 100644 devel/p5-SVN-Notify-Filter-Watchers/Makefile create mode 100644 devel/p5-SVN-Notify-Filter-Watchers/distinfo create mode 100644 devel/p5-SVN-Notify-Filter-Watchers/pkg-descr create mode 100644 devel/p5-SVN-Notify-Filter-Watchers/pkg-plist (limited to 'devel') diff --git a/devel/Makefile b/devel/Makefile index 6a9f97cdb58f..735bed5561f2 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1568,6 +1568,7 @@ SUBDIR += p5-SVN-Notify SUBDIR += p5-SVN-Notify-Config SUBDIR += p5-SVN-Notify-Filter-Markdown + SUBDIR += p5-SVN-Notify-Filter-Watchers SUBDIR += p5-SVN-Notify-Mirror SUBDIR += p5-SVN-Notify-Snapshot SUBDIR += p5-SVN-S4 diff --git a/devel/p5-SVN-Notify-Filter-Watchers/Makefile b/devel/p5-SVN-Notify-Filter-Watchers/Makefile new file mode 100644 index 000000000000..d9c8a9055489 --- /dev/null +++ b/devel/p5-SVN-Notify-Filter-Watchers/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: SVN-Notify-Filter-Watchers +# Date created: 2008-04-22 +# Whom: Greg Larkin +# +# $FreeBSD$ +# + +PORTNAME= SVN-Notify-Filter-Watchers +PORTVERSION= 0.03 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= glarkin@sourcehosting.net +COMMENT= Subscribe to SVN::Notify commits with a Subversion property + +RUN_DEPENDS= p5-SVN-Notify>=2.71:${PORTSDIR}/devel/p5-SVN-Notify +BUILD_DEPENDS= p5-SVN-Notify>=2.71:${PORTSDIR}/devel/p5-SVN-Notify + +PERL_CONFIGURE= yes + +MAN3= SVN::Notify::Filter::Watchers.3 + +.include diff --git a/devel/p5-SVN-Notify-Filter-Watchers/distinfo b/devel/p5-SVN-Notify-Filter-Watchers/distinfo new file mode 100644 index 000000000000..f880890c485f --- /dev/null +++ b/devel/p5-SVN-Notify-Filter-Watchers/distinfo @@ -0,0 +1,3 @@ +MD5 (SVN-Notify-Filter-Watchers-0.03.tar.gz) = 7fe0055f905d868d9fecf05d29fde102 +SHA256 (SVN-Notify-Filter-Watchers-0.03.tar.gz) = e5675fa26393e6bd1bbc30906d75281dba0f2aeb8c967c3cef534663b1d5aae5 +SIZE (SVN-Notify-Filter-Watchers-0.03.tar.gz) = 4643 diff --git a/devel/p5-SVN-Notify-Filter-Watchers/pkg-descr b/devel/p5-SVN-Notify-Filter-Watchers/pkg-descr new file mode 100644 index 000000000000..9e6c8794ba5b --- /dev/null +++ b/devel/p5-SVN-Notify-Filter-Watchers/pkg-descr @@ -0,0 +1,4 @@ +This Perl module implements a Subversion property to control +SVN::Notify commit message subscriptions. + +WWW: http://search.cpan.org/dist/SVN-Notify-Filter-Watchers/ diff --git a/devel/p5-SVN-Notify-Filter-Watchers/pkg-plist b/devel/p5-SVN-Notify-Filter-Watchers/pkg-plist new file mode 100644 index 000000000000..668d6dd84f23 --- /dev/null +++ b/devel/p5-SVN-Notify-Filter-Watchers/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/SVN/Notify/Filter/Watchers.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Notify/Filter/Watchers/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Notify/Filter/Watchers +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Notify/Filter +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Notify +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN +@dirrmtry %%SITE_PERL%%/SVN/Notify/Filter +@dirrmtry %%SITE_PERL%%/SVN/Notify +@dirrmtry %%SITE_PERL%%/SVN -- cgit