Package: neon28 Version: 0.28.0 Revision: 1 Description: HTTP/WebDAV client library with a C API License: LGPL Maintainer: Victor Ganata DescPort: << NOTE: This release has not been sanctioned by the Fink Project, nor by the current maintainer of the official package This file was originally devised by: Christian Schaffner << # Dependencies: Depends: %N-shlibs (= %v-%r), pkgconfig (>= 0.20-1) BuildDepends: libxml2 (>= 2.5.10-12), system-openssl-dev, libiconv-dev (>= 1.9.1-11), libgettext3-dev Conflicts: neon-ssl, neon, neon19, neon19-ssl, neon21, neon21-ssl, neon22, neon22-ssl, neon23, neon23-ssl, neon24, neon24-ssl, neon25, neon26, neon27 Replaces: neon-ssl, neon, neon19, neon19-ssl, neon21, neon21-ssl, neon22, neon22-ssl, neon23, neon23-ssl, neon24, neon24-ssl, neon25, neon26, neon27 BuildDependsOnly: True # Unpack Phase: Source: http://www.webdav.org/neon/neon-%v.tar.gz Source-MD5: 9d938e1e46003cae11d9e6f596da8c95 # Patch Phase: PatchScript: << perl -pi -e 's/neon.mo/%n.mo/' Makefile.in perl -pi -e 's/(bindtextdomain\()"neon"/\1"%n"/' src/ne_i18n.c << # Compile Phase: ConfigureParams: --mandir='${prefix}/share/man' --with-libxml2 --with-ssl --with-libs=%p/lib/system-openssl --without-egd --without-socks --enable-shared --enable-static --disable-dependency-tracking # Install Phase: DocFiles: AUTHORS BUGS ChangeLog NEWS README THANKS TODO src/COPYING.LIB SplitOff: << Package: %N-shlibs Depends: libxml2-shlibs (>= 2.5.10-12), libiconv, libgettext3-shlibs Files: lib/libneon.27*.dylib share/locale Shlibs: %p/lib/libneon.27.dylib 29.0.0 %n (>= 0.28.0-1) 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: << Using the system supplied openssl package. Previous versions by Max Horn . Previous versions by None . dmacks: renamed gettext catalog to include libversion data so that it can be available at runtime << Homepage: http://www.webdav.org/neon/