diff options
Diffstat (limited to 'www/neon')
-rw-r--r-- | www/neon/Makefile | 5 | ||||
-rw-r--r-- | www/neon/PLIST | 16 | ||||
-rw-r--r-- | www/neon/distinfo | 8 |
3 files changed, 19 insertions, 10 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile index 21266e3fe39..595d578a73d 100644 --- a/www/neon/Makefile +++ b/www/neon/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2005/09/28 12:32:26 rillig Exp $ +# $NetBSD: Makefile,v 1.31 2006/01/02 21:01:59 epg Exp $ -DISTNAME= neon-0.24.7 -PKGREVISION= 1 +DISTNAME= neon-0.25.4 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ diff --git a/www/neon/PLIST b/www/neon/PLIST index 689084df069..e93013a06ba 100644 --- a/www/neon/PLIST +++ b/www/neon/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2004/09/22 08:09:57 jlam Exp $ +@comment $NetBSD: PLIST,v 1.15 2006/01/02 21:01:59 epg Exp $ bin/neon-config include/neon/ne_207.h include/neon/ne_acl.h @@ -6,7 +6,6 @@ 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 @@ -22,6 +21,7 @@ include/neon/ne_string.h include/neon/ne_uri.h include/neon/ne_utils.h include/neon/ne_xml.h +include/neon/ne_xmlreq.h lib/libneon.la lib/pkgconfig/neon.pc man/man1/neon-config.1 @@ -47,11 +47,15 @@ man/man3/ne_calloc.3 man/man3/ne_close_connection.3 man/man3/ne_forget_auth.3 man/man3/ne_get_error.3 +man/man3/ne_get_response_header.3 +man/man3/ne_get_scheme.3 +man/man3/ne_get_server_hostport.3 man/man3/ne_get_status.3 man/man3/ne_iaddr_cmp.3 man/man3/ne_iaddr_free.3 man/man3/ne_iaddr_make.3 man/man3/ne_iaddr_print.3 +man/man3/ne_iaddr_typeof.3 man/man3/ne_malloc.3 man/man3/ne_oom_callback.3 man/man3/ne_print_request_header.3 @@ -60,16 +64,17 @@ man/man3/ne_realloc.3 man/man3/ne_request_create.3 man/man3/ne_request_destroy.3 man/man3/ne_request_dispatch.3 +man/man3/ne_response_header_iterate.3 man/man3/ne_session_create.3 man/man3/ne_session_destroy.3 man/man3/ne_session_proxy.3 man/man3/ne_set_error.3 -man/man3/ne_set_expect100.3 man/man3/ne_set_persist.3 man/man3/ne_set_proxy_auth.3 man/man3/ne_set_read_timeout.3 man/man3/ne_set_request_body_buffer.3 man/man3/ne_set_request_body_fd.3 +man/man3/ne_set_request_expect100.3 man/man3/ne_set_server_auth.3 man/man3/ne_set_useragent.3 man/man3/ne_shave.3 @@ -101,6 +106,8 @@ man/man3/ne_strndup.3 man/man3/ne_token.3 man/man3/ne_version_match.3 man/man3/ne_version_string.3 +man/man3/ne_xml_create.3 +man/man3/ne_xml_destroy.3 man/man3/neon.3 share/doc/${PKGNAME}/html/apas01.html share/doc/${PKGNAME}/html/apas02.html @@ -140,7 +147,9 @@ share/doc/${PKGNAME}/html/refopts.html share/doc/${PKGNAME}/html/refreq.html share/doc/${PKGNAME}/html/refreqbody.html share/doc/${PKGNAME}/html/refreqhdr.html +share/doc/${PKGNAME}/html/refreqopts.html share/doc/${PKGNAME}/html/refresolve.html +share/doc/${PKGNAME}/html/refresphdr.html share/doc/${PKGNAME}/html/refsess.html share/doc/${PKGNAME}/html/refshave.html share/doc/${PKGNAME}/html/refsockinit.html @@ -152,6 +161,7 @@ share/doc/${PKGNAME}/html/refsslvfy.html share/doc/${PKGNAME}/html/refstatus.html share/doc/${PKGNAME}/html/reftok.html share/doc/${PKGNAME}/html/refvers.html +share/doc/${PKGNAME}/html/refxml.html share/doc/${PKGNAME}/html/using.html share/doc/${PKGNAME}/html/xml.html @dirrm share/doc/${PKGNAME}/html diff --git a/www/neon/distinfo b/www/neon/distinfo index e615872e78a..681ce78a0af 100644 --- a/www/neon/distinfo +++ b/www/neon/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2005/02/24 14:08:34 wiz Exp $ +$NetBSD: distinfo,v 1.15 2006/01/02 21:01:59 epg Exp $ -SHA1 (neon-0.24.7.tar.gz) = 51e556790c79eed99ba8328e79eb7fe996cc34ea -RMD160 (neon-0.24.7.tar.gz) = 5977515bf3bfb098d9996a62cc94c13d2229e835 -Size (neon-0.24.7.tar.gz) = 603592 bytes +SHA1 (neon-0.25.4.tar.gz) = 53e60b7f0c2934c59da5e52b93e5673a93eb1791 +RMD160 (neon-0.25.4.tar.gz) = 33b674bfa0747da6142441f5405890d4fa00a397 +Size (neon-0.25.4.tar.gz) = 734424 bytes |