diff options
author | taca <taca@pkgsrc.org> | 2013-02-22 15:32:06 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-02-22 15:32:06 +0000 |
commit | 83613ddae9933aca46e434d0a711a3c722adc6b5 (patch) | |
tree | a082fb845bab6004ee04f29f60c76dc3e3dcab16 /www/serf0 | |
parent | 61102cb66952f6327428e6afd56a7faf9a564b3f (diff) | |
download | pkgsrc-83613ddae9933aca46e434d0a711a3c722adc6b5.tar.gz |
Add www/serf0 by copying from www/serf. It provides serf version < 1.0,
and it would be used by subversion16.
Diffstat (limited to 'www/serf0')
-rw-r--r-- | www/serf0/DESCR | 4 | ||||
-rw-r--r-- | www/serf0/Makefile | 26 | ||||
-rw-r--r-- | www/serf0/PLIST | 6 | ||||
-rw-r--r-- | www/serf0/buildlink3.mk | 18 | ||||
-rw-r--r-- | www/serf0/distinfo | 5 |
5 files changed, 59 insertions, 0 deletions
diff --git a/www/serf0/DESCR b/www/serf0/DESCR new file mode 100644 index 00000000000..041e23c622e --- /dev/null +++ b/www/serf0/DESCR @@ -0,0 +1,4 @@ +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. diff --git a/www/serf0/Makefile b/www/serf0/Makefile new file mode 100644 index 00000000000..064eaf8ccda --- /dev/null +++ b/www/serf0/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1 2013/02/22 15:32:06 taca Exp $ +# + +DISTNAME= serf-0.3.0 +PKGREVISION= 5 +CATEGORIES= www +MASTER_SITES= http://serf.googlecode.com/files/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://code.google.com/p/serf/ +COMMENT= High-performance asynchronous HTTP client library + +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 "../../devel/zlib/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/serf0/PLIST b/www/serf0/PLIST new file mode 100644 index 00000000000..e0e432becde --- /dev/null +++ b/www/serf0/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2013/02/22 15:32:06 taca Exp $ +include/serf-0/serf.h +include/serf-0/serf_bucket_types.h +include/serf-0/serf_bucket_util.h +include/serf-0/serf_declare.h +lib/libserf-0.la diff --git a/www/serf0/buildlink3.mk b/www/serf0/buildlink3.mk new file mode 100644 index 00000000000..3ca689af299 --- /dev/null +++ b/www/serf0/buildlink3.mk @@ -0,0 +1,18 @@ +# $NetBSD: buildlink3.mk,v 1.1 2013/02/22 15:32:06 taca Exp $ + +BUILDLINK_TREE+= serf + +.if !defined(SERF_BUILDLINK3_MK) +SERF_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.serf+= serf>=0.1.0 +BUILDLINK_ABI_DEPENDS.serf+= serf>=0.3.0nb5 +BUILDLINK_PKGSRCDIR.serf?= ../../www/serf0 + +.include "../../devel/apr/buildlink3.mk" +.include "../../devel/apr-util/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" +.endif # SERF_BUILDLINK3_MK + +BUILDLINK_TREE+= -serf diff --git a/www/serf0/distinfo b/www/serf0/distinfo new file mode 100644 index 00000000000..7abcf561311 --- /dev/null +++ b/www/serf0/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/02/22 15:32:06 taca Exp $ + +SHA1 (serf-0.3.0.tar.bz2) = 7f80479d262ae0012dcd0bc20d0ef09c945d58c5 +RMD160 (serf-0.3.0.tar.bz2) = fdab06e71b459c2a616e5cd83ec40152c80493d8 +Size (serf-0.3.0.tar.bz2) = 139893 bytes |