initial import of neon-0.19.3:

--
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. 

WWW: http://www.webdev.org/neon/
This commit is contained in:
lebel 2002-03-19 02:56:40 +00:00
parent 1cebf9f4c5
commit 81e7907f2d
5 changed files with 82 additions and 0 deletions

29
net/neon/Makefile Normal file
View File

@ -0,0 +1,29 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/03/19 02:56:40 lebel Exp $
COMMENT= "HTTP and WebDAV client library, with C interface"
VERSION= 0.19.3
DISTNAME= neon-${VERSION}
CATEGORIES= net www devel
NEED_VERSION= 1.513
HOMEPAGE= http://www.webdav.org/neon/
MAINTAINER= David Lebel <lebel@openbsd.org>
LIB_DEPENDS= xml2.6:libxml->=2.4.8:textproc/libxml
MODULES= iconv
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.webdav.org/neon/
NO_REGRESS= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} --with-ssl --with-xml2
.include <bsd.port.mk>

3
net/neon/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (neon-0.19.3.tar.gz) = 9dbb8c276e5fc58a707b6e908abdce63
RMD160 (neon-0.19.3.tar.gz) = d1d72deb1ff0d901f1bcb5688dfb332fd2f7d4e7
SHA1 (neon-0.19.3.tar.gz) = 057a276a779f28fabf2d84550d4292369ee076a9

21
net/neon/pkg/DESCR Normal file
View File

@ -0,0 +1,21 @@
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.
WWW: ${HOMEPAGE}

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2002/03/19 02:56:40 lebel Exp $
lib/libneon.so.19.3
DYNLIBDIR(%D/lib)

26
net/neon/pkg/PLIST Normal file
View File

@ -0,0 +1,26 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/03/19 02:56:40 lebel Exp $
bin/neon-config
include/neon/ne_207.h
include/neon/ne_acl.h
include/neon/ne_alloc.h
include/neon/ne_auth.h
include/neon/ne_basic.h
include/neon/ne_compress.h
include/neon/ne_cookies.h
include/neon/ne_dates.h
include/neon/ne_defs.h
include/neon/ne_i18n.h
include/neon/ne_locks.h
include/neon/ne_md5.h
include/neon/ne_props.h
include/neon/ne_redirect.h
include/neon/ne_request.h
include/neon/ne_session.h
include/neon/ne_socket.h
include/neon/ne_string.h
include/neon/ne_uri.h
include/neon/ne_utils.h
include/neon/ne_xml.h
lib/libneon.a
%%SHARED%%
@dirrm include/neon