Import of pkgsrc-2015Q3
This commit is contained in:
10
devel/git-contrib/DESCR
Normal file
10
devel/git-contrib/DESCR
Normal 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.
|
||||
20
devel/git-contrib/Makefile
Normal file
20
devel/git-contrib/Makefile
Normal 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
3
devel/git-contrib/PLIST
Normal 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
|
||||
Reference in New Issue
Block a user