# $Id: Portfile 80776 2011-07-17 05:52:18Z blair@macports.org $ PortSystem 1.0 name serf version 0.7.2 revision 1 categories www maintainers blair replaced_by serf0 description C-based HTTP client library long_description 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. homepage http://code.google.com/p/serf/ platforms darwin distfiles pre-configure { ui_error "Please use serf0 or serf1 instead." return -code error "obsolete port" } livecheck.type none