summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorepg <epg@pkgsrc.org>2007-01-24 19:55:59 +0000
committerepg <epg@pkgsrc.org>2007-01-24 19:55:59 +0000
commite35a1f8cef92e94c56b7565b210880dc4a5bd2ae (patch)
treed2a1e120b3dea16a567eed9f7c94c9c72a9a7933 /www
parent791f42ddc58c44bd062f461a2421c36c83295f57 (diff)
downloadpkgsrc-e35a1f8cef92e94c56b7565b210880dc4a5bd2ae.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')
-rw-r--r--www/serf/DESCR4
-rw-r--r--www/serf/Makefile25
-rw-r--r--www/serf/PLIST7
-rw-r--r--www/serf/buildlink3.mk22
-rw-r--r--www/serf/distinfo5
5 files changed, 63 insertions, 0 deletions
diff --git a/www/serf/DESCR b/www/serf/DESCR
new file mode 100644
index 00000000000..1865dab8fd0
--- /dev/null
+++ b/www/serf/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/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"
diff --git a/www/serf/PLIST b/www/serf/PLIST
new file mode 100644
index 00000000000..6901d09a4f4
--- /dev/null
+++ b/www/serf/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/24 19:55:59 epg 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
+@dirrm include/serf-0
diff --git a/www/serf/buildlink3.mk b/www/serf/buildlink3.mk
new file mode 100644
index 00000000000..67ade472589
--- /dev/null
+++ b/www/serf/buildlink3.mk
@@ -0,0 +1,22 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2007/01/24 19:55:59 epg Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+SERF_BUILDLINK3_MK:= ${SERF_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+= serf
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nserf}
+BUILDLINK_PACKAGES+= serf
+BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}serf
+
+.if ${SERF_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.serf+= serf>=0.1.0
+BUILDLINK_PKGSRCDIR.serf?= ../../www/serf
+.endif # SERF_BUILDLINK3_MK
+
+.include "../../devel/apr/buildlink3.mk"
+.include "../../devel/apr-util/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/www/serf/distinfo b/www/serf/distinfo
new file mode 100644
index 00000000000..4864f1f4ea4
--- /dev/null
+++ b/www/serf/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/01/24 19:55:59 epg Exp $
+
+SHA1 (serf-0.1.0.tar.bz2) = 7c24125d02c2ef5c0b0effabc2fc80e0fa63eb57
+RMD160 (serf-0.1.0.tar.bz2) = d1fce249cea8298e2164189572fffacc229091fd
+Size (serf-0.1.0.tar.bz2) = 111945 bytes