SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
4
devel/p5-Git-Repository/pkg/DESCR
Normal file
4
devel/p5-Git-Repository/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
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.
|
15
devel/p5-Git-Repository/pkg/PLIST
Normal file
15
devel/p5-Git-Repository/pkg/PLIST
Normal file
|
@ -0,0 +1,15 @@
|
|||
${P5SITE}/Git/
|
||||
${P5SITE}/Git/Repository/
|
||||
${P5SITE}/Git/Repository.pm
|
||||
${P5SITE}/Git/Repository/Command.pm
|
||||
${P5SITE}/Git/Repository/Plugin.pm
|
||||
${P5SITE}/Git/Repository/Tutorial.pod
|
||||
${P5SITE}/Git/Repository/Util.pm
|
||||
${P5SITE}/Test/
|
||||
${P5SITE}/Test/Git.pm
|
||||
@man man/man3p/Git::Repository.3p
|
||||
@man man/man3p/Git::Repository::Command.3p
|
||||
@man man/man3p/Git::Repository::Plugin.3p
|
||||
@man man/man3p/Git::Repository::Tutorial.3p
|
||||
@man man/man3p/Git::Repository::Util.3p
|
||||
@man man/man3p/Test::Git.3p
|
Loading…
Add table
Add a link
Reference in a new issue