diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2003-04-10 09:21:10 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2003-04-10 09:21:10 +0800 |
commit | 22db04dcd6c877463cf051155eb686572911e825 (patch) | |
tree | d2955ed16704d0360d89af6e43bf8c904785600a /devel/p4api/pkg-descr | |
parent | 34531de62c601f57b3ca89fbb13116b1908dba41 (diff) | |
download | freebsd-ports-gnome-22db04dcd6c877463cf051155eb686572911e825.tar.gz freebsd-ports-gnome-22db04dcd6c877463cf051155eb686572911e825.tar.zst freebsd-ports-gnome-22db04dcd6c877463cf051155eb686572911e825.zip |
Add Perforce API (static libraries and header files).
Diffstat (limited to 'devel/p4api/pkg-descr')
-rw-r--r-- | devel/p4api/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/p4api/pkg-descr b/devel/p4api/pkg-descr new file mode 100644 index 000000000000..d21f514568ad --- /dev/null +++ b/devel/p4api/pkg-descr @@ -0,0 +1,5 @@ +The Perforce Client API is a simple beast which packages up the +command invocation, sends it to the server, and then acts on +instructions from the server to carry out the actual command. + +WWW: http://www.perforce.com/perforce/loadsupp.html |