devel/cppunit misses a destructor declaration for one of its classes.
[pkgsrcv2.git] / devel / libproplist / DESCR
1 The library uses an opaque data type to represent a tree structure
2 made of strings, data blocks, arrays and dictionaries (key-value pair
3 lists). This structure can be manipulated, written out to and read in
4 from a file, and synchronized with the contents of a file.
5 The purpose of PL is to closely mimick the behaviour of the property
6 lists used in GNUstep/OPENSTEP (there formed with the NSString,
7 NSData, NSArray and NSDictionary classes) and to be compatible with
8 it. PL enables programs that use configuration or preference files to
9 make these compatible with GNUstep/OPENSTEP's user defaults handling
10 mechanism, without needing to use Objective-C or GNUstep/OPENSTEP
11 themselves.