diff options
author | gdt <gdt@pkgsrc.org> | 2011-12-14 15:27:25 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2011-12-14 15:27:25 +0000 |
commit | f7d78f3b8d135972890b7c50c9fc7bb0ae339367 (patch) | |
tree | abfb0605b9e4b948b48afb975ab6b986f4aadb5b /devel | |
parent | 431aff7a4e2f529dbbb6386223471fed2a2fe52a (diff) | |
download | pkgsrc-f7d78f3b8d135972890b7c50c9fc7bb0ae339367.tar.gz |
Clarify DESCRs to explain what is in which package. It's particularly
unexpected that man pages, which most people would want, are split,
while tk and python dependencies, expected to be the first to be
jettisoned on small systems, are in the base package.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/scmgit-base/DESCR | 4 | ||||
-rw-r--r-- | devel/scmgit-base/Makefile | 3 | ||||
-rw-r--r-- | devel/scmgit/DESCR | 4 | ||||
-rw-r--r-- | devel/scmgit/Makefile | 3 |
4 files changed, 11 insertions, 3 deletions
diff --git a/devel/scmgit-base/DESCR b/devel/scmgit-base/DESCR index 424e54fcb40..58fc7eb45f0 100644 --- a/devel/scmgit-base/DESCR +++ b/devel/scmgit-base/DESCR @@ -7,3 +7,7 @@ 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. + +This package contains only the program itself, and not the man pages. +It also optionally contains a TK-based repository browser and python +bindings. diff --git a/devel/scmgit-base/Makefile b/devel/scmgit-base/Makefile index 5d95e0767d1..a7b158090ec 100644 --- a/devel/scmgit-base/Makefile +++ b/devel/scmgit-base/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.36 2011/10/11 12:01:25 adam Exp $ +# $NetBSD: Makefile,v 1.37 2011/12/14 15:27:25 gdt Exp $ .include "../../devel/scmgit/Makefile.common" PKGNAME= scmgit-base-${GIT_VERSION} +PKGREVISION= 1 COMMENT= GIT Tree History Storage Tool (base package) PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/scmgit/DESCR b/devel/scmgit/DESCR index 6c98feed3bb..3c4e14c4ce4 100644 --- a/devel/scmgit/DESCR +++ b/devel/scmgit/DESCR @@ -1 +1,3 @@ -Meta-pkg for the GIT distributed version control suite. +This package is a meta package, collecting the components normally +expected to be installed for the GIT distributed version control +suite (the tool itself, and the man pages). diff --git a/devel/scmgit/Makefile b/devel/scmgit/Makefile index c4688d2d765..b30be9a2477 100644 --- a/devel/scmgit/Makefile +++ b/devel/scmgit/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.29 2011/02/28 14:52:46 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2011/12/14 15:27:25 gdt Exp $ .include "../../devel/scmgit/Makefile.version" DISTNAME= # empty PKGNAME= scmgit-${GIT_VERSION} +PKGREVISION= 1 CATEGORIES+= meta-pkgs devel DISTFILES= # empty MASTER_SITES= http://www.kernel.org/pub/software/scm/git/ |