diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-11-30 17:19:27 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-11-30 17:19:27 +0000 |
commit | 2853197ac20413bbbbdcd01ebb41804b73fa29a7 (patch) | |
tree | 34875230a5302fb694e64f1fa8f41fe347bc1f4a /graphics/fortytwo/pkg-descr | |
parent | BDB is a set of classes implementing an interface to (diff) |
FT is a generic, native graph management system for GNUstep and Cocoa and
is written in Objective-C. With FT you can persistently manage graphs
consisting of nodes and edges. Each node may provide so-called services.
Such a service may be e.g. a dictionary services, which all nodes provide
at present. This service allows the storage of any data in a node and is
based on keys which uniquely identify content within a dictionary.
WWW: http://FortyTwo.sourceforge.net/index.html
Notes
Notes:
svn path=/head/; revision=178349
Diffstat (limited to 'graphics/fortytwo/pkg-descr')
-rw-r--r-- | graphics/fortytwo/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/graphics/fortytwo/pkg-descr b/graphics/fortytwo/pkg-descr new file mode 100644 index 000000000000..d9687e896d72 --- /dev/null +++ b/graphics/fortytwo/pkg-descr @@ -0,0 +1,8 @@ +FT is a generic, native graph management system for GNUstep and Cocoa and +is written in Objective-C. With FT you can persistently manage graphs +consisting of nodes and edges. Each node may provide so-called services. +Such a service may be e.g. a dictionary services, which all nodes provide +at present. This service allows the storage of any data in a node and is +based on keys which uniquely identify content within a dictionary. + +WWW: http://FortyTwo.sourceforge.net/index.html |