pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/svn-bisect



Module Name:    pkgsrc
Committed By:   joerg
Date:           Mon Nov 28 19:08:07 UTC 2016

Added Files:
        pkgsrc/devel/svn-bisect: DESCR Makefile PLIST distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/svn-bisect/DESCR \
    pkgsrc/devel/svn-bisect/Makefile pkgsrc/devel/svn-bisect/PLIST \
    pkgsrc/devel/svn-bisect/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/svn-bisect/DESCR
diff -u /dev/null pkgsrc/devel/svn-bisect/DESCR:1.1
--- /dev/null   Mon Nov 28 19:08:07 2016
+++ pkgsrc/devel/svn-bisect/DESCR       Mon Nov 28 19:08:07 2016
@@ -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).
Index: pkgsrc/devel/svn-bisect/Makefile
diff -u /dev/null pkgsrc/devel/svn-bisect/Makefile:1.1
--- /dev/null   Mon Nov 28 19:08:07 2016
+++ pkgsrc/devel/svn-bisect/Makefile    Mon Nov 28 19:08:07 2016
@@ -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"
Index: pkgsrc/devel/svn-bisect/PLIST
diff -u /dev/null pkgsrc/devel/svn-bisect/PLIST:1.1
--- /dev/null   Mon Nov 28 19:08:07 2016
+++ pkgsrc/devel/svn-bisect/PLIST       Mon Nov 28 19:08:07 2016
@@ -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
Index: pkgsrc/devel/svn-bisect/distinfo
diff -u /dev/null pkgsrc/devel/svn-bisect/distinfo:1.1
--- /dev/null   Mon Nov 28 19:08:07 2016
+++ pkgsrc/devel/svn-bisect/distinfo    Mon Nov 28 19:08:07 2016
@@ -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