# $Id$ PortSystem 1.0 name serf version 0.1.2 categories www maintainers blair 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/ master_sites http://serf.googlecode.com/files/ use_bzip2 yes checksums md5 9578f4b40d4ae7ea799bb0067d6b1c7c \ sha1 d6ae7ab7479c2e8cd28428bb980bd6c27d3e8589 \ rmd160 9f9081832c4e39a0c0ff3c28712e5425eeca5626 depends_lib port:apr port:apr-util port:openssl configure.args --with-apr=${prefix} --with-apr-util=${prefix} test.run yes test.target check