Date: Tue, 19 Oct 2010 02:47:42 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Git-Repository Makefile distinfo pkg-descr pkg-plist Message-ID: <201010190247.o9J2lg7o083337@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wen 2010-10-19 02:47:42 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/p5-Git-Repository Makefile distinfo pkg-descr pkg-plist
Log:
Git::Repository is a Perl interface to Git, 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. Is it 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.
WWW: http://search.cpan.org/dist/Git-Repository/
Revision Changes Path
1.4090 +1 -0 ports/devel/Makefile
1.1 +26 -0 ports/devel/p5-Git-Repository/Makefile (new)
1.1 +3 -0 ports/devel/p5-Git-Repository/distinfo (new)
1.1 +11 -0 ports/devel/p5-Git-Repository/pkg-descr (new)
1.1 +13 -0 ports/devel/p5-Git-Repository/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010190247.o9J2lg7o083337>
