Tue Nov 15 12:14:52 2011 UTC ()
Importing package definition for CPAN Module Git::Repository 1.22 into
devel/p5-Git-Repository.

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.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(sno)
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-Git-Repository/Makefile
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-Git-Repository/DESCR
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-Git-Repository/distinfo

File Added: pkgsrc/devel/p5-Git-Repository/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/11/15 12:14:52 sno Exp $

DISTNAME=	Git-Repository-1.22
PKGNAME=	p5-${DISTNAME}
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}

PKG_DESTDIR_SUPPORT=	user-destdir
PERL5_MODULE_TYPE=	Module::Build

DEPENDS+=	scmgit-base-[0-9]*:../../devel/scmgit-base
DEPENDS+=	p5-System-Command>=1.01:../../devel/p5-System-Command

USE_LANGUAGES=		# empty
PERL5_PACKLIST=		auto/Git/Repository/.packlist
PERL5_MODY_TYPE=	Module::Build

USE_TOOLS+=	perl

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/p5-Git-Repository/DESCR
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.

File Added: pkgsrc/devel/p5-Git-Repository/distinfo
$NetBSD: distinfo,v 1.1.1.1 2011/11/15 12:14:52 sno Exp $

SHA1 (Git-Repository-1.22.tar.gz) = ee6a7229f8be4da99d452069b4586ea30d66808f
RMD160 (Git-Repository-1.22.tar.gz) = b838e8a9e46a384e2951cb1ecef24f83ba7301bc
Size (Git-Repository-1.22.tar.gz) = 41506 bytes