pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/svn-bisect Add svn-bisect-1.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d87139766c83
branches:  trunk
changeset: 355363:d87139766c83
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Nov 28 19:08:07 2016 +0000

description:
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:

 devel/svn-bisect/DESCR    |   6 ++++++
 devel/svn-bisect/Makefile |  25 +++++++++++++++++++++++++
 devel/svn-bisect/PLIST    |   8 ++++++++
 devel/svn-bisect/distinfo |   6 ++++++
 4 files changed, 45 insertions(+), 0 deletions(-)

diffs (61 lines):

diff -r 88cdac4edb6a -r d87139766c83 devel/svn-bisect/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/svn-bisect/DESCR    Mon Nov 28 19:08:07 2016 +0000
@@ -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 -r 88cdac4edb6a -r d87139766c83 devel/svn-bisect/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/svn-bisect/Makefile Mon Nov 28 19:08:07 2016 +0000
@@ -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@localhost
+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 -r 88cdac4edb6a -r d87139766c83 devel/svn-bisect/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/svn-bisect/PLIST    Mon Nov 28 19:08:07 2016 +0000
@@ -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 -r 88cdac4edb6a -r d87139766c83 devel/svn-bisect/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/svn-bisect/distinfo Mon Nov 28 19:08:07 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index