diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-11-05 16:36:10 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-11-05 16:36:10 +0000 |
commit | affadd16d1185fc8f1320bfb887c10a3a02f5f27 (patch) | |
tree | 73da10fe9cb18e12ca0b3fe5a7302d14e36761cf /devel/p5-App-SVN-Bisect | |
parent | 4cba7c3bd72726e2f48ae28e6d4366ba30e1487a (diff) |
Notes
Diffstat (limited to 'devel/p5-App-SVN-Bisect')
-rw-r--r-- | devel/p5-App-SVN-Bisect/Makefile | 27 | ||||
-rw-r--r-- | devel/p5-App-SVN-Bisect/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-App-SVN-Bisect/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-App-SVN-Bisect/pkg-plist | 4 |
4 files changed, 37 insertions, 0 deletions
diff --git a/devel/p5-App-SVN-Bisect/Makefile b/devel/p5-App-SVN-Bisect/Makefile new file mode 100644 index 000000000000..d046784a1175 --- /dev/null +++ b/devel/p5-App-SVN-Bisect/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: devel/p5-App-SVN-Bisect +# Date created: 5 Nov 2009 +# Whom: Rui Paulo <rpaulo@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= App-SVN-Bisect +PORTVERSION= 0.8 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= rpaulo@FreeBSD.org +COMMENT= Binary search through svn revisions + +BUILD_DEPENDS= p5-IO-All>0:${PORTSDIR}/devel/p5-IO-All \ + p5-YAML-Syck>0:${PORTSDIR}/textproc/p5-YAML-Syck \ + ${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN1= svn-bisect.1 +MAN3= App::SVN::Bisect.3 + +.include <bsd.port.mk> diff --git a/devel/p5-App-SVN-Bisect/distinfo b/devel/p5-App-SVN-Bisect/distinfo new file mode 100644 index 000000000000..f37ab3c56035 --- /dev/null +++ b/devel/p5-App-SVN-Bisect/distinfo @@ -0,0 +1,3 @@ +MD5 (App-SVN-Bisect-0.8.tar.gz) = 7747ad13d4607abe3dbf3e3dae9ad924 +SHA256 (App-SVN-Bisect-0.8.tar.gz) = f6bf7816574e3dfb4eb04631f01ce35e3a9a40e2a2fb4532acfc3efa90006aeb +SIZE (App-SVN-Bisect-0.8.tar.gz) = 15382 diff --git a/devel/p5-App-SVN-Bisect/pkg-descr b/devel/p5-App-SVN-Bisect/pkg-descr new file mode 100644 index 000000000000..fe23d33b72fd --- /dev/null +++ b/devel/p5-App-SVN-Bisect/pkg-descr @@ -0,0 +1,3 @@ +SVN binary search, based on git-bisect. + +WWW: http://search.cpan.org/~infinoid/App-SVN-Bisect-0.8/ diff --git a/devel/p5-App-SVN-Bisect/pkg-plist b/devel/p5-App-SVN-Bisect/pkg-plist new file mode 100644 index 000000000000..4b1a52e4d9d5 --- /dev/null +++ b/devel/p5-App-SVN-Bisect/pkg-plist @@ -0,0 +1,4 @@ +bin/svn-bisect +%%SITE_PERL%%/App/SVN/Bisect.pm +@dirrmtry %%SITE_PERL%%/App/SVN +@dirrmtry %%SITE_PERL%%/App |