mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Work towards getting subversion with all dependencies built. The remaining
problem is that apr-util won't build yet, due to it relying on the sources of apr being around. We need support for source packages to solve that, so that will be the next step.
This commit is contained in:
@@ -1,22 +1,49 @@
|
||||
SUMMARY="HTTP and WebDAV client library, with a C interface"
|
||||
DESCRIPTION="neon is an HTTP and WebDAV client library, with a C interface."
|
||||
DESCRIPTION="
|
||||
neon is an HTTP and WebDAV client library, with a C interface. Features:
|
||||
|
||||
- high-level wrappers for common HTTP and WebDAV operations (GET, MOVE,
|
||||
DELETE, etc)
|
||||
- low-level interface to the HTTP request/response engine, allowing the
|
||||
use of arbitrary HTTP methods, headers, etc.
|
||||
- authentication support including Basic and Digest support, along with
|
||||
GSSAPI-based Negotiate on Unix, and SSPI-based Negotiate/NTLM on Win32
|
||||
- SSL/TLS support using OpenSSL or GnuTLS; exposing an abstraction layer
|
||||
for verifying server certificates, handling client certificates, and
|
||||
examining certificate properties. Smartcard-based client certificates
|
||||
are also supported via a PKCS#11 wrapper interface.
|
||||
- abstract interface to parsing XML using libxml2 or expat, and wrappers
|
||||
for simplifying handling XML HTTP response bodies
|
||||
- WebDAV metadata support; wrappers for PROPFIND and PROPPATCH to simplify
|
||||
property manipulation.
|
||||
"
|
||||
HOMEPAGE="http://www.webdav.org/neon/"
|
||||
SRC_URI="http://www.webdav.org/neon/neon-0.29.6.tar.gz"
|
||||
CHECKSUM_MD5="591e0c82e6979e7e615211b386b8f6bc"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PROVIDES="neon = $portVersion compat >= 0.29
|
||||
lib:libneon = 27.2.6 compat >= 27.2"
|
||||
REQUIRES="haiku >= $haikuVersion
|
||||
PROVIDES="
|
||||
neon = $portVersion compat >= 0.29
|
||||
lib:libneon = 27.2.6 compat >= 27.2
|
||||
"
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
openssl >= 1.0.0
|
||||
libxml2 >= 2.7.8"
|
||||
BUILD_REQUIRES="cmd:aclocal
|
||||
libxml2 >= 2.7.8
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
$REQUIRES
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:libtoolize
|
||||
cmd:gcc
|
||||
cmd:ld
|
||||
cmd:make"
|
||||
BUILD_PREREQUIRES="haiku-devel >= $haikuVersion"
|
||||
cmd:make
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku-devel >= $haikuVersion
|
||||
"
|
||||
|
||||
SOURCE_DIR="$portVersionedName"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user