Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

3
devel/libgit2/DESCR Normal file
View File

@@ -0,0 +1,3 @@
libgit2 is a portable, pure C implementation of the Git core methods provided as
a re-entrant linkable library with a solid API, allowing you to write native
speed custom Git applications in any language which supports C bindings.

27
devel/libgit2/Makefile Normal file
View File

@@ -0,0 +1,27 @@
# $NetBSD: Makefile,v 1.3 2015/01/13 23:05:26 wiedi Exp $
DISTNAME= v0.21.1
PKGNAME= libgit2-${DISTNAME:S/v//1}
CATEGORIES= devel
MASTER_SITES= https://github.com/libgit2/libgit2/archive/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://libgit2.github.com/
COMMENT= Portable, pure C implementation of the Git core methods
LICENSE= gnu-gpl-v2 # linking exception (linking allowed in more ways)
DIST_SUBDIR= ${PKGBASE}
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
EXTRACT_USING= bsdtar
USE_TOOLS+= pkg-config
USE_CMAKE= yes
CMAKE_ARGS+= -DUSE_SSH=OFF
PKGCONFIG_OVERRIDE+= libgit2.pc.in
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.21.1
.include "../../security/openssl/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/python/pyversion.mk"
.include "../../mk/bsd.pkg.mk"

72
devel/libgit2/PLIST Normal file
View File

@@ -0,0 +1,72 @@
@comment $NetBSD: PLIST,v 1.1 2014/10/01 13:12:31 fhajny Exp $
include/git2.h
include/git2/attr.h
include/git2/blame.h
include/git2/blob.h
include/git2/branch.h
include/git2/buffer.h
include/git2/checkout.h
include/git2/cherrypick.h
include/git2/clone.h
include/git2/commit.h
include/git2/common.h
include/git2/config.h
include/git2/cred_helpers.h
include/git2/diff.h
include/git2/errors.h
include/git2/filter.h
include/git2/graph.h
include/git2/ignore.h
include/git2/index.h
include/git2/indexer.h
include/git2/inttypes.h
include/git2/merge.h
include/git2/message.h
include/git2/net.h
include/git2/notes.h
include/git2/object.h
include/git2/odb.h
include/git2/odb_backend.h
include/git2/oid.h
include/git2/pack.h
include/git2/patch.h
include/git2/pathspec.h
include/git2/push.h
include/git2/refdb.h
include/git2/reflog.h
include/git2/refs.h
include/git2/refspec.h
include/git2/remote.h
include/git2/repository.h
include/git2/reset.h
include/git2/revert.h
include/git2/revparse.h
include/git2/revwalk.h
include/git2/signature.h
include/git2/stash.h
include/git2/status.h
include/git2/stdint.h
include/git2/strarray.h
include/git2/submodule.h
include/git2/sys/commit.h
include/git2/sys/config.h
include/git2/sys/diff.h
include/git2/sys/filter.h
include/git2/sys/index.h
include/git2/sys/mempack.h
include/git2/sys/odb_backend.h
include/git2/sys/refdb_backend.h
include/git2/sys/reflog.h
include/git2/sys/refs.h
include/git2/sys/repository.h
include/git2/tag.h
include/git2/threads.h
include/git2/trace.h
include/git2/transport.h
include/git2/tree.h
include/git2/types.h
include/git2/version.h
lib/libgit2.so
lib/libgit2.so.0.21.0
lib/libgit2.so.21
lib/pkgconfig/libgit2.pc

View File

@@ -0,0 +1,15 @@
# $NetBSD: buildlink3.mk,v 1.1 2014/10/01 13:12:31 fhajny Exp $
BUILDLINK_TREE+= libgit2
.if !defined(LIBGIT2_BUILDLINK3_MK)
LIBGIT2_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libgit2+= libgit2>=0.17.0
BUILDLINK_PKGSRCDIR.libgit2?= ../../devel/libgit2
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/python/pyversion.mk"
.endif # LIBGIT2_BUILDLINK3_MK
BUILDLINK_TREE+= -libgit2

5
devel/libgit2/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2014/10/01 13:12:31 fhajny Exp $
SHA1 (libgit2/v0.21.1.tar.gz) = 8975eb3fa6999e30b1fa01a84b7b09d0a2672ac5
RMD160 (libgit2/v0.21.1.tar.gz) = 0eec1dab866c0deffcd774cbb26870f2c1576a19
Size (libgit2/v0.21.1.tar.gz) = 3426897 bytes