# $Id: Portfile 91970 2012-04-14 10:26:50Z jmr@macports.org $

PortSystem 1.0

name                    serf
version                 0.7.2
revision                1
categories              www
maintainers             nomaintainer
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
