           SPELL=neon
         VERSION=0.32.1
     SOURCE_HASH=sha512:a231865c3aad3668f6effded97a58eb981655f64c71b0954fcb2e667bdec50895d11bf296f4f454bd63e6ce9b02c2fd13cbb17cb82631e16f100000ecd7e1977
  SECURITY_PATCH=2
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=https://notroj.github.io/neon/$SOURCE
      LICENSE[0]=LGPL
        DOC_DIRS=""
        WEB_SITE=https://notroj.github.io/neon
         ENTERED=20020528
        KEYWORDS="http libs"
           SHORT="HTTP and WebDAV client library, with a C interface"
cat << EOF
neon is an HTTP and WebDAV client library, with a C interface. Featuring:
* High-level interface to HTTP and WebDAV methods (PUT, GET, HEAD etc);
* Low-level interface to HTTP request handling, to allow implementing new
  methods easily;
* persistent connections;
* RFC2617 basic and digest authentication (including auth-int, md5-sess);
* Proxy support (including basic/digest authentication);
* SSL/TLS support using OpenSSL (including client certificate support);
* Generic WebDAV 207 XML response handling mechanism;
* XML parsing using the expat or libxml parsers;
* Easy generation of error messages from 207 error responses;
* WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL;
* WebDAV metadata support: set and remove properties, query any set of
  properties (PROPPATCH/PROPFIND);
* autoconf macros supplied for easily embedding neon directly inside an
  application source tree.
EOF
