           SPELL=portableproplib
         VERSION=0.6.4
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]=https://github.com/xtraeme/$SPELL/archive/$VERSION.tar.gz
     SOURCE_HASH=sha512:3e10a6dded0e522caec40bfef44a7f118406bd556675a054edf70907eb19f1a0232f99cf841b7d0fdcd62fe37fc6e8fc82a35f965a50ba38049f120b3e857bb9
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE="https://github.com/xtraeme/portableproplib/"
      LICENSE[0]="BSD"
         ENTERED=20170207
        KEYWORDS=""
           SHORT="Portable Property container object library"
cat << EOF
The proplib library provides an abstract interface for creating and
manipulating property lists. Property lists have object types for boolean
values, opaque data, numbers, and strings. Structure is provided by the
array and dictionary collection types.

Property lists can be passed across protection boundaries by translating
them to an external representation. This external representation is an XML
document whose format is described by the following DTD:

http://www.apple.com/DTDs/PropertyList-1.0.dtd
EOF
