aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-p4/pkg-descr
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-08-15 18:40:47 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-08-15 18:40:47 +0000
commit71962265dc4a8ed9fc3e98313aeb641bc6b6f6a4 (patch)
tree7ec7701f600808d7f68d381427535d83c5aa4291 /devel/ruby-p4/pkg-descr
parent2fe7c9bc099f7607fe83bd53938481364a6be63d (diff)
Notes
Diffstat (limited to 'devel/ruby-p4/pkg-descr')
-rw-r--r--devel/ruby-p4/pkg-descr19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/ruby-p4/pkg-descr b/devel/ruby-p4/pkg-descr
new file mode 100644
index 000000000000..42bb5734f6ba
--- /dev/null
+++ b/devel/ruby-p4/pkg-descr
@@ -0,0 +1,19 @@
+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