diff options
author | beech <beech@FreeBSD.org> | 2008-04-23 10:01:11 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-04-23 10:01:11 +0800 |
commit | 29732079b52848f31c2184fd974b50bbd30616fa (patch) | |
tree | 73d69ed1f363e570e540a7dfcfe8302c6c41ebd4 /devel | |
parent | c01a1fa5a6851b277b79bf84178c4114966b3a28 (diff) | |
download | freebsd-ports-gnome-29732079b52848f31c2184fd974b50bbd30616fa.tar.gz freebsd-ports-gnome-29732079b52848f31c2184fd974b50bbd30616fa.tar.zst freebsd-ports-gnome-29732079b52848f31c2184fd974b50bbd30616fa.zip |
- 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 <glarkin at sourcehosting.net> (maintainer)
Diffstat (limited to 'devel')
-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 |