pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Git-Wrapper



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Fri Apr 12 14:35:48 UTC 2013

Added Files:
        pkgsrc/devel/p5-Git-Wrapper: DESCR Makefile distinfo

Log Message:
Add p5-Git-Wrapper.

Git::Wrapper provides an API for git(7) that uses Perl data structures
for argument passing, instead of CLI-style --options as Git does.

Except as documented, every git subcommand is available as a method
on a Git::Wrapper object. Replace any hyphens in the git command
with underscores. The first argument should be a hashref containing
options and their values. Boolean options are either true (included)
or false (excluded). The remaining arguments are passed as ordinary
command arguments.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Git-Wrapper/DESCR \
    pkgsrc/devel/p5-Git-Wrapper/Makefile pkgsrc/devel/p5-Git-Wrapper/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index