diff options
author | epg <epg@pkgsrc.org> | 2007-01-24 19:55:59 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2007-01-24 19:55:59 +0000 |
commit | 3686422549a674bd71ec7ffdfe5f7057e12e0161 (patch) | |
tree | d2a1e120b3dea16a567eed9f7c94c9c72a9a7933 /www/serf/Makefile | |
parent | 9869c150d09250b01f2735a56b64b290465e4134 (diff) | |
download | pkgsrc-3686422549a674bd71ec7ffdfe5f7057e12e0161.tar.gz |
Import serf-0.1.0.
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.
Diffstat (limited to 'www/serf/Makefile')
-rw-r--r-- | www/serf/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/www/serf/Makefile b/www/serf/Makefile new file mode 100644 index 00000000000..64d15bc2589 --- /dev/null +++ b/www/serf/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/01/24 19:55:59 epg Exp $ +# + +DISTNAME= serf-0.1.0 +CATEGORIES= www +MASTER_SITES= http://serf.googlecode.com/files/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= epg@NetBSD.org +HOMEPAGE= http://code.google.com/p/serf/ +COMMENT= High-performance asynchronous HTTP client library + +PKG_DESTDIR_SUPPORT= user-destdir + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= gmake + +TEST_TARGET= check + +.include "../../devel/apr/buildlink3.mk" +.include "../../devel/apr-util/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |