head	1.2;
access;
symbols
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	old_RELEASE_7_0_0:1.1
	old_RELEASE_6_3_0:1.1
	old_PRE_XORG_7:1.1
	old_RELEASE_4_EOL:1.1
	old_RELEASE_6_2_0:1.1
	old_RELEASE_6_1_0:1.1
	old_RELEASE_5_5_0:1.1
	old_RELEASE_6_0_0:1.1
	old_RELEASE_5_4_0:1.1
	old_RELEASE_4_11_0:1.1
	old_RELEASE_5_3_0:1.1
	old_RELEASE_4_10_0:1.1
	old_RELEASE_5_2_1:1.1
	old_RELEASE_5_2_0:1.1
	old_RELEASE_4_9_0:1.1
	old_RELEASE_5_1_0:1.1
	old_RELEASE_4_8_0:1.1
	old_RELEASE_5_0_0:1.1
	old_RELEASE_4_7_0:1.1
	old_RELEASE_4_6_2:1.1
	old_RELEASE_4_6_1:1.1
	old_RELEASE_4_6_0:1.1
	old_RELEASE_5_0_DP1:1.1
	old_RELEASE_4_5_0:1.1
	old_RELEASE_4_4_0:1.1
	old_RELEASE_4_3_0:1.1
	old_RELEASE_4_2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2010.07.30.22.14.48;	author mezz;	state dead;
branches;
next	1.1;

1.1
date	2000.10.26.01.04.53;	author jeh;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Makes neon29 our default neon library. The neon 0.27.x to 0.29.x are API and
  ABI backwards compatible. It is unnecessary to have more than one same
  libraries (ie: neon28 and neon29) as it creates issue in our ports tree such
  as CONFLICTS and made our Makefile complicate.
- Remove www/neonpp and www/neon28.
- Add USE_GNOME=ltverhack; it corrects the shared library version by change
  from libneon.so.29 to libneon.so.27. It won't get bump again with no reason
  unless ABI changes.
- Bump the PORTREVISION on all ports and chase the shared library change.
- Add info in the UPDATING for how to rebuild on all ports that depend on
  neon.

PR:		ports/148295
Approved by:	lev (maintainer timeout, no respone for months),
		portmgr
Tested by:	pointyhat-exp by pav
@
text
@Neon is  an HTTP and  WebDAV client library for  Unix systems, 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. 
	. HTTP/1.1 and HTTP/1.0 persistent connections 
	. RFC2617 basic and digest authentication
	  (including auth-int, md5-sess) 
	. Proxy support (including basic/digest authentication) 
	. 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).

WWW: http://www.webdav.org/neon/
@


1.1
log
@Add new port:  www/neon
This is an HTTP and WebDAV client library for Unix systems, with a C interface

PR:		21958
Submitted by:	Mikhail Teterin <mi@@aldan.algebra.com>
@
text
@@

