Import of pkgsrc-2014Q1
This commit is contained in:
3
devel/git/DESCR
Normal file
3
devel/git/DESCR
Normal file
@@ -0,0 +1,3 @@
|
||||
This package is a meta package, collecting the components normally
|
||||
expected to be installed for the GIT distributed version control
|
||||
suite (the tool itself, the tk-based browser gitk, and the man pages).
|
||||
23
devel/git/Makefile
Normal file
23
devel/git/Makefile
Normal file
@@ -0,0 +1,23 @@
|
||||
# $NetBSD: Makefile,v 1.3 2014/01/07 14:59:04 wiz Exp $
|
||||
|
||||
.include "../../devel/git/Makefile.version"
|
||||
|
||||
DISTNAME= # empty
|
||||
PKGNAME= git-${GIT_VERSION}
|
||||
CATEGORIES+= meta-pkgs devel
|
||||
DISTFILES= # empty
|
||||
MASTER_SITES= http://www.kernel.org/pub/software/scm/git/
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
COMMENT= GIT version control suite meta-package
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
SUPERSEDES+= scmgit-[0-9]*
|
||||
|
||||
META_PACKAGE= yes
|
||||
|
||||
DEPENDS+= git-base>=${GIT_VERSION}:../../devel/git-base
|
||||
DEPENDS+= git-docs>=${GIT_VERSION}:../../devel/git-docs
|
||||
DEPENDS+= git-gitk>=${GIT_VERSION}:../../devel/git-gitk
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
30
devel/git/Makefile.common
Normal file
30
devel/git/Makefile.common
Normal file
@@ -0,0 +1,30 @@
|
||||
# $NetBSD: Makefile.common,v 1.1 2013/09/09 13:56:27 wiz Exp $
|
||||
#
|
||||
# used by devel/git-base/Makefile
|
||||
# used by devel/git-docs/Makefile
|
||||
# used by devel/git-gitk/Makefile
|
||||
|
||||
.include "../../devel/git/Makefile.version"
|
||||
|
||||
DISTNAME= git-${GIT_VERSION}
|
||||
CATEGORIES= devel scm
|
||||
MASTER_SITES?= http://git-core.googlecode.com/files/
|
||||
|
||||
MAINTAINER?= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE?= http://git-scm.com/
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
.include "../../mk/bsd.fast.prefs.mk"
|
||||
|
||||
PATCHDIR= ${.CURDIR}/../../devel/git-base/patches
|
||||
DISTINFO_FILE= ${.CURDIR}/../../devel/git-base/distinfo
|
||||
|
||||
USE_TOOLS+= gmake tar sh
|
||||
|
||||
PKG_SYSCONFSUBDIR= git
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --with-shell=${SH:Q}
|
||||
CONFIGURE_ARGS+= TAR=${TAR:Q}
|
||||
CONFIGURE_ARGS+= --mandir=${${PREFIX}/${PKGMANDIR}:L:Q}
|
||||
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
||||
7
devel/git/Makefile.version
Normal file
7
devel/git/Makefile.version
Normal file
@@ -0,0 +1,7 @@
|
||||
# $NetBSD: Makefile.version,v 1.10 2014/02/23 10:00:27 adam Exp $
|
||||
#
|
||||
# used by devel/git/Makefile.common
|
||||
# used by devel/git-svn/Makefile
|
||||
# used by www/gitweb/Makefile
|
||||
|
||||
GIT_VERSION= 1.9.0
|
||||
Reference in New Issue
Block a user