mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
20 lines
734 B
Plaintext
20 lines
734 B
Plaintext
P4Ruby: Ruby interface to the Perforce API
|
|
|
|
P4Ruby allows you to write beautiful Ruby code that interacts with a
|
|
Perforce server. The main features are:
|
|
|
|
* Get Perforce data and forms in hashes and arrays
|
|
* Edit Perforce forms by modifying hashes
|
|
* Exception based error handling
|
|
* Ignore warnings (like "File(s) up-to-date." on a sync)
|
|
* Run as many commands on a connection as you want to
|
|
|
|
Writing Ruby code is a joy for all programmers, and P4Ruby makes that
|
|
experience available to Perforce users. Enjoy it!
|
|
|
|
Note: P4Ruby is not supported by Perforce Software, but the author
|
|
below personally.
|
|
|
|
Author: Tony Smith <tony@smee.org>
|
|
WWW: http://public.perforce.com/guest/tony_smith/perforce/API/Ruby/index.html
|