summaryrefslogtreecommitdiff
path: root/devel/topgit
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2009-03-08 05:58:07 +0000
committerminskim <minskim@pkgsrc.org>2009-03-08 05:58:07 +0000
commit0992bd1bf19abc1422eb22d0453616923e7cdb7b (patch)
tree8f7d218eb829d3d17843ed6dc9bcba13247cd2cd /devel/topgit
parent1a644153cc138fc08e804e587163c721f5c96389 (diff)
downloadpkgsrc-0992bd1bf19abc1422eb22d0453616923e7cdb7b.tar.gz
Import topgit-0.7 as devel/topgit.
TopGit aims to make handling of large amount of interdependent topic branches easier. In fact, it is designed especially for the case when you maintain a queue of third-party patches on top of another (perhaps Git-controlled) project and want to easily organize, maintain and submit them. TopGit achieves that by keeping a separate topic branch for each patch and providing few tools to maintain the branches.
Diffstat (limited to 'devel/topgit')
-rw-r--r--devel/topgit/DESCR6
-rw-r--r--devel/topgit/Makefile22
-rw-r--r--devel/topgit/PLIST28
-rw-r--r--devel/topgit/distinfo5
4 files changed, 61 insertions, 0 deletions
diff --git a/devel/topgit/DESCR b/devel/topgit/DESCR
new file mode 100644
index 00000000000..a8014a90cf4
--- /dev/null
+++ b/devel/topgit/DESCR
@@ -0,0 +1,6 @@
+TopGit aims to make handling of large amount of interdependent topic
+branches easier. In fact, it is designed especially for the case when
+you maintain a queue of third-party patches on top of another (perhaps
+Git-controlled) project and want to easily organize, maintain and
+submit them. TopGit achieves that by keeping a separate topic branch
+for each patch and providing few tools to maintain the branches.
diff --git a/devel/topgit/Makefile b/devel/topgit/Makefile
new file mode 100644
index 00000000000..3256d425925
--- /dev/null
+++ b/devel/topgit/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/03/08 05:58:07 minskim Exp $
+
+DISTNAME= topgit_0.7.orig
+PKGNAME= ${DISTNAME:S/_/-/:S/.orig//}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/t/topgit/}
+
+MAINTAINER= minskim@NetBSD.org
+HOMEPAGE= http://repo.or.cz/w/topgit.git
+COMMENT= Different patch queue manager
+
+DEPENDS+= scmgit-base-[0-9]*:../../devel/scmgit-base
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
+USE_LANGUAGES= # none
+USE_TOOLS+= gmake
+
+MAKE_ENV+= prefix=${PREFIX}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/topgit/PLIST b/devel/topgit/PLIST
new file mode 100644
index 00000000000..05e589c2e76
--- /dev/null
+++ b/devel/topgit/PLIST
@@ -0,0 +1,28 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/03/08 05:58:07 minskim Exp $
+bin/tg
+libexec/topgit/hooks/pre-commit
+libexec/topgit/tg-create
+libexec/topgit/tg-delete
+libexec/topgit/tg-depend
+libexec/topgit/tg-export
+libexec/topgit/tg-import
+libexec/topgit/tg-info
+libexec/topgit/tg-mail
+libexec/topgit/tg-patch
+libexec/topgit/tg-remote
+libexec/topgit/tg-summary
+libexec/topgit/tg-update
+share/topgit/tg-create.txt
+share/topgit/tg-delete.txt
+share/topgit/tg-depend.txt
+share/topgit/tg-export.txt
+share/topgit/tg-import.txt
+share/topgit/tg-info.txt
+share/topgit/tg-mail.txt
+share/topgit/tg-patch.txt
+share/topgit/tg-remote.txt
+share/topgit/tg-summary.txt
+share/topgit/tg-update.txt
+@dirrm share/topgit
+@dirrm libexec/topgit/hooks
+@dirrm libexec/topgit
diff --git a/devel/topgit/distinfo b/devel/topgit/distinfo
new file mode 100644
index 00000000000..e30035c0c1c
--- /dev/null
+++ b/devel/topgit/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/03/08 05:58:07 minskim Exp $
+
+SHA1 (topgit_0.7.orig.tar.gz) = 65205aea0dafc7af2ea6557b221a11020f77a27b
+RMD160 (topgit_0.7.orig.tar.gz) = 999adb246d35502510db92d9cc707cadf117ac40
+Size (topgit_0.7.orig.tar.gz) = 23437 bytes