diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2011-01-30 00:55:59 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2011-01-30 00:55:59 +0000 |
commit | ce938d436e695cd1c260c506e755cfed72a8e626 (patch) | |
tree | 1cf68eaeb63dcb35363b65f4ead2421cb5396652 /devel/RBTools | |
parent | 9ba8352096f3717508b5a88ba10cde98c218a743 (diff) | |
download | pkgsrc-ce938d436e695cd1c260c506e755cfed72a8e626.tar.gz |
RBTools provides the post-review command:
post-review is a command line tool for Windows, Linux and MacOS X
that simplifies both creating and updating review requests. It
can look at your source directory, generate a diff, and upload it
to a new or existing review request on an associated Review Board
server. This saves a lot of time over the web UI, and for some
types of code repositories (such as Perforce), its actually required
in order to produce a compatible diff.
Diffstat (limited to 'devel/RBTools')
-rw-r--r-- | devel/RBTools/DESCR | 9 | ||||
-rw-r--r-- | devel/RBTools/Makefile | 21 | ||||
-rw-r--r-- | devel/RBTools/PLIST | 16 | ||||
-rw-r--r-- | devel/RBTools/distinfo | 5 |
4 files changed, 51 insertions, 0 deletions
diff --git a/devel/RBTools/DESCR b/devel/RBTools/DESCR new file mode 100644 index 00000000000..f6384084e6f --- /dev/null +++ b/devel/RBTools/DESCR @@ -0,0 +1,9 @@ +RBTools provides the post-review command: + +post-review is a command line tool for Windows, Linux and MacOS X +that simplifies both creating and updating review requests. It +can look at your source directory, generate a diff, and upload it +to a new or existing review request on an associated Review Board +server. This saves a lot of time over the web UI, and for some +types of code repositories (such as Perforce), its actually required +in order to produce a compatible diff. diff --git a/devel/RBTools/Makefile b/devel/RBTools/Makefile new file mode 100644 index 00000000000..097773a287e --- /dev/null +++ b/devel/RBTools/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/01/30 00:55:59 jnemeth Exp $ +# + +DISTNAME= RBTools-0.2 +CATEGORIES= devel +MASTER_SITES= http://downloads.reviewboard.org/releases/RBTools/0.2/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.reviewboard.org/docs/manual/dev/users/tools/ +COMMENT= Tool to submit patches to a Review Board +LICENSE= mit + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # none + +REPLACE_PYTHON= ez_setup.py setup.py rbtools/postreview.py +REPLACE_PYTHON+= contrib/internal/release.py + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/RBTools/PLIST b/devel/RBTools/PLIST new file mode 100644 index 00000000000..7c684d0c34a --- /dev/null +++ b/devel/RBTools/PLIST @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/01/30 00:55:59 jnemeth Exp $ +bin/post-review +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/rbtools/__init__.py +${PYSITELIB}/rbtools/__init__.pyc +${PYSITELIB}/rbtools/__init__.pyo +${PYSITELIB}/rbtools/postreview.py +${PYSITELIB}/rbtools/postreview.pyc +${PYSITELIB}/rbtools/postreview.pyo +${PYSITELIB}/rbtools/tests.py +${PYSITELIB}/rbtools/tests.pyc +${PYSITELIB}/rbtools/tests.pyo diff --git a/devel/RBTools/distinfo b/devel/RBTools/distinfo new file mode 100644 index 00000000000..90680384cc9 --- /dev/null +++ b/devel/RBTools/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/01/30 00:55:59 jnemeth Exp $ + +SHA1 (RBTools-0.2.tar.gz) = 57a666cacc8f85e0c75a3ad585c2cd66f10c1442 +RMD160 (RBTools-0.2.tar.gz) = b157e75327ba3106e3c3d0fb8eee477d446ae914 +Size (RBTools-0.2.tar.gz) = 36950 bytes |