diff options
author | gdt <gdt@pkgsrc.org> | 2013-06-10 11:39:00 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2013-06-10 11:39:00 +0000 |
commit | 49ef1fb849b34fc5f5104117a5743657f7009a0b (patch) | |
tree | 7d4fff0367210ed2a987fb5e5f32e771b70f0cb2 | |
parent | 6ce2cb681e7b154dc57abb59b32cebd4f7d983b7 (diff) | |
download | pkgsrc-49ef1fb849b34fc5f5104117a5743657f7009a0b.tar.gz |
Update DESCR.
Correct statement about gitk; it's now a split package.
Delete old marketing fluff, and replace with new fluff from git-scm.com.
-rw-r--r-- | devel/scmgit-base/DESCR | 20 | ||||
-rw-r--r-- | devel/scmgit-base/Makefile | 4 |
2 files changed, 11 insertions, 13 deletions
diff --git a/devel/scmgit-base/DESCR b/devel/scmgit-base/DESCR index 58fc7eb45f0..48778b139ee 100644 --- a/devel/scmgit-base/DESCR +++ b/devel/scmgit-base/DESCR @@ -1,13 +1,11 @@ -GIT is a "directory content manager" designed to handle absolutely massive -projects with speed and efficiency, and the release of the 2.6.12 (and later) -versions of the Linux kernel as well as more and more other projects switching -to it would indicate that it does this task well. +Git is a free and open source distributed version control system +designed to handle everything from small to very large projects with +speed and efficiency. -GIT falls in the category of distributed version control software, similar -to e.g. GNU Arch or Monotone (or, in the commercial world, BitKeeper). Every -GIT working directory is a full-fledged repository with full revision tracking -capabilities, not dependent on network access to a central server. +Git is easy to learn and has a tiny footprint with lightning fast +performance. It outclasses SCM tools like Subversion, CVS, Perforce, +and ClearCase with features like cheap local branching, convenient +staging areas, and multiple workflows. -This package contains only the program itself, and not the man pages. -It also optionally contains a TK-based repository browser and python -bindings. +This package contains only the git program (and subcommands). It does +not contain man pages or the tk-based repository browser. diff --git a/devel/scmgit-base/Makefile b/devel/scmgit-base/Makefile index a348c27e3df..8e7dc4fb3b0 100644 --- a/devel/scmgit-base/Makefile +++ b/devel/scmgit-base/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.61 2013/06/10 11:35:13 gdt Exp $ +# $NetBSD: Makefile,v 1.62 2013/06/10 11:39:00 gdt Exp $ .include "../../devel/scmgit/Makefile.common" PKGNAME= scmgit-base-${GIT_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 COMMENT= GIT Tree History Storage Tool (base package) CONFLICTS+= git<4.9.5nb1 # misc/git |