Package: neon23-ssl Version: 0.23.8 Revision: 1 Description: HTTP/WebDAV client library with a C API License: LGPL Maintainer: Christian Schaffner # Dependencies: Depends: %N-shlibs (= %v-%r), openssl097-shlibs BuildDepends: libxml2 (>= 2.4.23-1), openssl097-dev Conflicts: neon-ssl, neon, neon19, neon19-ssl, neon21, neon21-ssl, neon22, neon22-ssl, neon23 Replaces: neon-ssl, neon, neon19, neon19-ssl, neon21, neon21-ssl, neon22, neon22-ssl, neon23 BuildDependsOnly: True # Unpack Phase: Source: http://www.webdav.org/neon/neon-%v.tar.gz Source-MD5: 9edfde913b799474c1accae5aaca04f0 # Patch Phase: PatchScript: << cp Makefile.in Makefile.in.orig sed 's|neon-@NEON_VERSION@|%n|g' < Makefile.in.orig > Makefile.in << # Compile Phase: ConfigureParams: --mandir='${prefix}/share/man' --with-libxml2 --without-ssl --without-egd --without-socks --enable-shared --enable-static --with-ssl SetCFLAGS: -no-cpp-precomp GCC: 3.1 # Install Phase: DocFiles: AUTHORS BUGS ChangeLog NEWS README THANKS TODO src/COPYING.LIB SplitOff: << Package: %N-shlibs Depends: libxml2-shlibs (>= 2.4.23-1), openssl097-shlibs Conflicts: neon23-shlibs Replaces: neon23-shlibs Files: lib/libneon.23.0.8.dylib lib/libneon.23.dylib Shlibs: %p/lib/libneon.23.dylib 24.0.0 %n (>= 0.23.5-10) DocFiles: src/COPYING.LIB README << # Additionale Information: DescDetail: << Current features: - 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. neon is licensed under the GNU LGPL; see COPYING.LIB for full details. Please note that the neon API is not yet stable, and is subject to major changes << DescPackaging: << Patched so that it installs the html documentation into the default doc folder. Previous versions by Max Horn . Previous versions by Bill Bumgarner . << Homepage: http://www.webdav.org/neon/