SVN binary search, based on git-bisect.
Submitted by: rpaulo@
This commit is contained in:
parent
4cba7c3bd7
commit
affadd16d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243842
5 changed files with 38 additions and 0 deletions
|
@ -1015,6 +1015,7 @@
|
|||
SUBDIR += p5-App-Control
|
||||
SUBDIR += p5-App-Info
|
||||
SUBDIR += p5-App-Options
|
||||
SUBDIR += p5-App-SVN-Bisect
|
||||
SUBDIR += p5-App-Trace
|
||||
SUBDIR += p5-AppConfig
|
||||
SUBDIR += p5-AppConfig-Std
|
||||
|
|
27
devel/p5-App-SVN-Bisect/Makefile
Normal file
27
devel/p5-App-SVN-Bisect/Makefile
Normal file
|
@ -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>
|
3
devel/p5-App-SVN-Bisect/distinfo
Normal file
3
devel/p5-App-SVN-Bisect/distinfo
Normal file
|
@ -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
|
3
devel/p5-App-SVN-Bisect/pkg-descr
Normal file
3
devel/p5-App-SVN-Bisect/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
SVN binary search, based on git-bisect.
|
||||
|
||||
WWW: http://search.cpan.org/~infinoid/App-SVN-Bisect-0.8/
|
4
devel/p5-App-SVN-Bisect/pkg-plist
Normal file
4
devel/p5-App-SVN-Bisect/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
bin/svn-bisect
|
||||
%%SITE_PERL%%/App/SVN/Bisect.pm
|
||||
@dirrmtry %%SITE_PERL%%/App/SVN
|
||||
@dirrmtry %%SITE_PERL%%/App
|
Loading…
Reference in a new issue