head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2;
locks; strict;
comment	@# @;


1.5
date	2013.03.19.19.27.55;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2011.12.20.00.43.56;	author pgollucci;	state Exp;
branches;
next	1.3;

1.3
date	2011.05.14.17.24.08;	author ohauer;	state Exp;
branches;
next	1.2;

1.2
date	2008.05.28.21.59.02;	author db;	state Exp;
branches;
next	1.1;

1.1
date	2008.05.28.21.01.11;	author db;	state Exp;
branches;
next	;


desc
@@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314641
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@include/serf-1/serf.h
include/serf-1/serf_bucket_types.h
include/serf-1/serf_bucket_util.h
lib/libserf-1.a
lib/libserf-1.la
lib/libserf-1.so
lib/libserf-1.so.0
libdata/pkgconfig/serf-1.pc
%%PORTDOCS%%%%DOCSDIR%%/design-guide.txt
%%PORTDOCS%%@@dirrm %%DOCSDIR%%
@@dirrm include/serf-1
@


1.4
log
@- Update to 1.0.0
  http://apr.apache.org/versioning.html now applies

  note that s/serf-0/serf-1/g AND the shlib version bump.

  HOWEVER

  nothing depends on www/serf with default options
  you need WITH_SERF=yes

  HENCE

  no PORTREVISION bumps

Discussed with:	portmgr (linimon) via #bsdports
With Hat:	apache
Sponsored by:	RideCharge Inc. / TaxiMagic
@
text
@a3 1
include/serf-1/serf_private.h
@


1.3
log
@- update to version 0.7.2
- additional bump subversion PORTREVISION

Changes: http://code.google.com/p/serf/source/browse/trunk/CHANGES

Serf 0.7.2 [2011-03-12, branch 0.7.x r1451]
  Actually disable Nagle when creating a connection (r1441).
  Return error when app asks for HTTPS over proxy connection (r1433).

Serf 0.7.1 [2011-01-25, branch 0.7.x r1431]
  Fix memory leak when using SSL (r1408, r1416).
  Fix build for blank apr-util directory (r1421).

Serf 0.7.0 [2010-08-25, r1407]
  Fix double free abort when destroying request buckets.
  Fix test server in unit test framework to avoid random test failures.
  Allow older Serf programs which don't use the new authn framework to still
    handle authn without forcing them to switch to the new framework. (r1401)
  Remove the SERF_DECLARE macros, preferring a .DEF file for Windows
  Barrier buckets now pass read_iovec to their wrapped bucket.
  Fix HTTP header parsing to allow for empty header values.

Serf 0.6.1 [2010-05-14, r1370]
  Generally: this release fixes problems with the 0.4.0 packaging.
  Small compilation fix in outgoing.c for Windows builds.

Serf 0.6.0 [2010-05-14, r1363]
  Not released.

Serf 0.5.0
  Not released.

Serf 0.4.0 [2010-05-13, r1353]
  [NOTE: this release misstated itself as 0.5.0; use a later release instead]

  Provide authn framework, supporting Basic, Digest, Kerberos (SSPI, GSS),
    along with proxy authn using Basic or Digest
  Added experimental listener framework, along with test_server.c
  Improvements and fixes to SSL support, including connection setup changes
  Experimental support for unrequested, arriving ("async") responses
  Experimental BWTP support using the async arrival feature
  Headers are combined on read (not write), to ease certian classes of parsing
  Experimental feature on aggregate buckets for a callback-on-empty
  Fix the bucket allocator for when APR is using its pool debugging features
  Proxy support in the serf_get testing utility
  Fix to include the port number in the Host header
  serf_get propagates errors from the response, instead of aborting (Issue 52)
  Added serf_lib_version() for runtime version tests

PR:		ports/156849
Submitted by:	Zhihao Yuan <lichray _at_ gmail.com>
@
text
@d1 9
a9 8
include/serf-0/serf.h
include/serf-0/serf_bucket_types.h
include/serf-0/serf_bucket_util.h
include/serf-0/serf_private.h
lib/libserf-0.a
lib/libserf-0.la
lib/libserf-0.so
lib/libserf-0.so.0
d12 1
a12 1
@@dirrm include/serf-0
@


1.2
log
@- Fixed misplaced MKDIR
@
text
@d4 4
a7 1
include/serf-0/serf_declare.h
a8 3
lib/libserf-0.so
lib/libserf-0.la
lib/libserf-0.a
@


1.1
log
@The serf library is a C-based HTTP client library built upon the
Apache Portable Runtime (APR) library. It multiplexes connections,
running the read/write communication asynchronously. Memory copies
and transformations are kept to a minimum to provide high
performance operation.

WWW: http://serf.googlecode.com

PR:		ports/124059
Submitted by:	Craig Rodrigues <rodrigc at FreeBSD.org>
@
text
@d9 2
@

