diff options
author | minskim <minskim@pkgsrc.org> | 2009-03-08 05:58:07 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-03-08 05:58:07 +0000 |
commit | e70b52960b0fc0d3833a6e2f639e59d8216b72f1 (patch) | |
tree | 8f7d218eb829d3d17843ed6dc9bcba13247cd2cd /devel/topgit | |
parent | f6c6ddd556a790ed79b48568899ab13169bba6ab (diff) | |
download | pkgsrc-e70b52960b0fc0d3833a6e2f639e59d8216b72f1.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/DESCR | 6 | ||||
-rw-r--r-- | devel/topgit/Makefile | 22 | ||||
-rw-r--r-- | devel/topgit/PLIST | 28 | ||||
-rw-r--r-- | devel/topgit/distinfo | 5 |
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 |