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.
This commit is contained in:
parent
1559cae797
commit
f4aba3aa84
3 changed files with 40 additions and 0 deletions
9
devel/p5-Git-Repository/DESCR
Normal file
9
devel/p5-Git-Repository/DESCR
Normal 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.
|
26
devel/p5-Git-Repository/Makefile
Normal file
26
devel/p5-Git-Repository/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# $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"
|
5
devel/p5-Git-Repository/distinfo
Normal file
5
devel/p5-Git-Repository/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$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
|
Loading…
Reference in a new issue