summaryrefslogtreecommitdiff
path: root/devel/RBTools
diff options
context:
space:
mode:
authorjnemeth <jnemeth>2011-01-30 00:55:59 +0000
committerjnemeth <jnemeth>2011-01-30 00:55:59 +0000
commit1b6a1a81b5eb8a355d326077a553c0c2d35bb7fb (patch)
tree1cf68eaeb63dcb35363b65f4ead2421cb5396652 /devel/RBTools
parentb4ba1ac16b5873015f091f869832f091494a2eac (diff)
downloadpkgsrc-1b6a1a81b5eb8a355d326077a553c0c2d35bb7fb.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/DESCR9
-rw-r--r--devel/RBTools/Makefile21
-rw-r--r--devel/RBTools/PLIST16
-rw-r--r--devel/RBTools/distinfo5
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