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. http://serf.googlecode.com This library is used by subversion 1.5. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->rodrigc Submitter has GNATS access (via the GNATS Auto Assign Tool)
Responsible Changed From-To: rodrigc->freebsd-ports-bugs
Responsible Changed From-To: freebsd-ports-bugs->db I'll take it
db 2008-05-28 21:01:11 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/serf Makefile distinfo pkg-descr pkg-plist 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> Revision Changes Path 1.2052 +1 -0 ports/www/Makefile 1.1 +35 -0 ports/www/serf/Makefile (new) 1.1 +3 -0 ports/www/serf/distinfo (new) 1.1 +7 -0 ports/www/serf/pkg-descr (new) 1.1 +9 -0 ports/www/serf/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!