diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:57:41 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:57:41 +0000 |
commit | c72c1cf5f95cbe537b005028f1743cddb16ef203 (patch) | |
tree | 93b6296152ccfbaa88b43de043b2d69ce6e63fc5 /devel/oaf/DESCR | |
parent | 37637e483f1bf6574e9306aebbd013bb63d888d6 (diff) | |
download | pkgsrc-c72c1cf5f95cbe537b005028f1743cddb16ef203.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'devel/oaf/DESCR')
-rw-r--r-- | devel/oaf/DESCR | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/oaf/DESCR b/devel/oaf/DESCR new file mode 100644 index 00000000000..33b04c4d835 --- /dev/null +++ b/devel/oaf/DESCR @@ -0,0 +1,10 @@ + OAF is the new object activation framework for GNOME. Since many GNOME +applications utilize CORBA, a framework for locating and activating these +applications is necessary. OAF, the Object Activation Framework, provides a +simple method for finding and running the CORBA objects available on a computer +system. + + Distributed operation is supported, allowing activation of objects on a +network of computers being used in a GNOME desktop. The flexibility of OAF +enables it to be used outside of GNOME programs, allowing non-GNOME CORBA +applications to be utilized alongside GNOME applications. |