Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Git::Repository is an interface to Git for the Perl programming language,
for scripted interactions with repositories. It's a low-level interface
that allows calling any Git command, whether porcelain or plumbing,
including bidirectional commands such as git commit-tree.
A Git::Repository object simply provides context to the git commands being
run. It is possible to call the command() and run() methods against the
class itself, and the context (typically current working directory) will
be obtained from the options and environment.

View File

@@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.8 2013/05/31 12:40:22 wiz Exp $
DISTNAME= Git-Repository-1.302
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Git/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Git-Repository/
COMMENT= Perl interface to Git repositories
LICENSE= ${PERL5_LICENSE}
DEPENDS+= scmgit-base-[0-9]*:../../devel/scmgit-base
DEPENDS+= p5-System-Command>=1.05:../../devel/p5-System-Command
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Git/Repository/.packlist
USE_TOOLS+= perl
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.5 2013/03/04 13:00:26 wen Exp $
SHA1 (Git-Repository-1.302.tar.gz) = 9721e8960503470235fc7095b81eb7d990a61187
RMD160 (Git-Repository-1.302.tar.gz) = 81b8dab5c1f64d2cb416132885e1b27f45936593
Size (Git-Repository-1.302.tar.gz) = 50078 bytes