Add www/serf0 by copying from www/serf. It provides serf version < 1.0,

and it would be used by subversion16.
This commit is contained in:
taca 2013-02-22 15:32:06 +00:00
parent cd22f307f5
commit cb543a9493
5 changed files with 59 additions and 0 deletions

4
www/serf0/DESCR Normal file
View file

@ -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.

26
www/serf0/Makefile Normal file
View file

@ -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"

6
www/serf0/PLIST Normal file
View file

@ -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

18
www/serf0/buildlink3.mk Normal file
View file

@ -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

5
www/serf0/distinfo Normal file
View file

@ -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