summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2016-11-28 19:08:07 +0000
committerjoerg <joerg@pkgsrc.org>2016-11-28 19:08:07 +0000
commitb09c15ababbfa0bf1e9e9788a1c7a733ed9c1d5e (patch)
treefb8709cc4a271e8dfe56f6f2ce28936592d842e5 /devel
parentc704d0770015fddb516b8887508d30259f5d26c1 (diff)
downloadpkgsrc-b09c15ababbfa0bf1e9e9788a1c7a733ed9c1d5e.tar.gz
Add svn-bisect-1.1:
svn-bisect is a small tool to determine which revision of a subversion repository contains a change. It does this by employing a binary search. It will manage the current revision of your checkout directory, and narrow in on the target revision, as you give it clues about the current revision such as "before" (this revision is before the one you want) or "after" (this revision is after the one you want).
Diffstat (limited to 'devel')
-rw-r--r--devel/svn-bisect/DESCR6
-rw-r--r--devel/svn-bisect/Makefile25
-rw-r--r--devel/svn-bisect/PLIST8
-rw-r--r--devel/svn-bisect/distinfo6
4 files changed, 45 insertions, 0 deletions
diff --git a/devel/svn-bisect/DESCR b/devel/svn-bisect/DESCR
new file mode 100644
index 00000000000..ee3245473b1
--- /dev/null
+++ b/devel/svn-bisect/DESCR
@@ -0,0 +1,6 @@
+svn-bisect is a small tool to determine which revision of a subversion
+repository contains a change. It does this by employing a binary search.
+It will manage the current revision of your checkout directory, and
+narrow in on the target revision, as you give it clues about the current
+revision such as "before" (this revision is before the one you want) or
+"after" (this revision is after the one you want).
diff --git a/devel/svn-bisect/Makefile b/devel/svn-bisect/Makefile
new file mode 100644
index 00000000000..60238c89cb5
--- /dev/null
+++ b/devel/svn-bisect/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2016/11/28 19:08:07 joerg Exp $
+
+DISTNAME= svn-bisect-1.1
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=Infinoid/}
+GITHUB_TAG= 3768ca85fb962e6380564aa5ab11853ec5720abc
+GITHUB_PROJECT= svn-bisect
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/App-SVN-Bisect/
+COMMENT= Perl5 module for 'unblessing' perl objects
+LICENSE= artistic-2.0
+
+DEPENDS+= subversion-base-[0-9]:../../devel/subversion-base
+DEPENDS+= p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck
+
+PERL5_PACKLIST= auto/App/SVN/Bisect/.packlist
+
+INSTALLATION_DIRS+= bin
+
+post-install:
+ ${LN} -s ${PERL5_INSTALLVENDORBIN}/svn-bisect ${DESTDIR}${PREFIX}/bin
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/svn-bisect/PLIST b/devel/svn-bisect/PLIST
new file mode 100644
index 00000000000..17e4cab746b
--- /dev/null
+++ b/devel/svn-bisect/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2016/11/28 19:08:07 joerg Exp $
+bin/svn-bisect
+${PERL5_SUB_INSTALLARCHLIB}/perllocal.pod
+${PERL5_SUB_INSTALLVENDORLIB}/App/SVN/Bisect.pm
+${PERL5_SUB_INSTALLVENDORARCH}/auto/App/SVN/Bisect/.packlist
+${PERL5_SUB_INSTALLVENDORBIN}/svn-bisect
+${PERL5_SUB_INSTALLVENDORMAN1DIR}/svn-bisect.1
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/App::SVN::Bisect.3
diff --git a/devel/svn-bisect/distinfo b/devel/svn-bisect/distinfo
new file mode 100644
index 00000000000..7bedfb488c5
--- /dev/null
+++ b/devel/svn-bisect/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/11/28 19:08:07 joerg Exp $
+
+SHA1 (svn-bisect-1.1-3768ca85fb962e6380564aa5ab11853ec5720abc.tar.gz) = 7b6a7a1d6ce4f32cb47f4dbcc35b082415d59b4d
+RMD160 (svn-bisect-1.1-3768ca85fb962e6380564aa5ab11853ec5720abc.tar.gz) = 270ce3370469275b91553c8e902fb4c59c62f57a
+SHA512 (svn-bisect-1.1-3768ca85fb962e6380564aa5ab11853ec5720abc.tar.gz) = 597a3ca796cdbfd1c78fcfb9ec8c963165473cac937f5e669117541ca005b6cf9c8c48cf216160c3bf7a34da87547dc43cff57d74e27711c69293208f926c364
+Size (svn-bisect-1.1-3768ca85fb962e6380564aa5ab11853ec5720abc.tar.gz) = 17912 bytes