Import of pkgsrc-2015Q3

This commit is contained in:
2015-10-03 03:37:01 -07:00
committed by Lionel Sambuc
parent f641581404
commit 9d819b6d54
7578 changed files with 228314 additions and 80018 deletions

10
devel/git-contrib/DESCR Normal file
View File

@@ -0,0 +1,10 @@
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 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 some of the git contrib programs.

View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.3 2015/07/17 11:24:27 adam Exp $
.include "../../devel/git/Makefile.common"
PKGNAME= git-contrib-${GIT_VERSION}
COMMENT= GIT Tree History Storage Tool (contrib)
BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
DEPENDS+= git-base-[0-9]*:../../devel/git-base
BUILD_DIRS= contrib/subtree
MAKE_FLAGS+= DESTDIR=${DESTDIR}
MAKE_FLAGS+= prefix=${PREFIX}
INSTALL_TARGET= install install-man
.include "../../mk/bsd.pkg.mk"

3
devel/git-contrib/PLIST Normal file
View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.2 2015/07/10 17:51:02 khorben Exp $
libexec/git-core/git-subtree
man/man1/git-subtree.1