diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-04-23 02:01:11 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-04-23 02:01:11 +0000 |
commit | 69518a5a4f5a6a42e80a73d24c7c2d5bb85c1e39 (patch) | |
tree | 804f7cb2b11bf3ef2d9f85f2f3d7d6dc5a132455 | |
parent | f074d22615878d46f4b7bf6ed9b120e971a4bfdc (diff) | |
download | ports-69518a5a4f5a6a42e80a73d24c7c2d5bb85c1e39.tar.gz ports-69518a5a4f5a6a42e80a73d24c7c2d5bb85c1e39.zip |
Notes
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-SVN-Notify-Filter-Watchers/Makefile | 24 | ||||
-rw-r--r-- | devel/p5-SVN-Notify-Filter-Watchers/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-SVN-Notify-Filter-Watchers/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-SVN-Notify-Filter-Watchers/pkg-plist | 9 |
5 files changed, 41 insertions, 0 deletions
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 <glarkin@sourcehosting.net> +# +# $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 <bsd.port.mk> 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 |