pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/serf Import serf-0.1.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0360d16df8a8
branches:  trunk
changeset: 524409:0360d16df8a8
user:      epg <epg%pkgsrc.org@localhost>
date:      Wed Jan 24 19:55:59 2007 +0000

description:
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:

 www/serf/DESCR         |   4 ++++
 www/serf/Makefile      |  25 +++++++++++++++++++++++++
 www/serf/PLIST         |   7 +++++++
 www/serf/buildlink3.mk |  22 ++++++++++++++++++++++
 www/serf/distinfo      |   5 +++++
 5 files changed, 63 insertions(+), 0 deletions(-)

diffs (83 lines):

diff -r d9f10dbcae0b -r 0360d16df8a8 www/serf/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/serf/DESCR    Wed Jan 24 19:55:59 2007 +0000
@@ -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 -r d9f10dbcae0b -r 0360d16df8a8 www/serf/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/serf/Makefile Wed Jan 24 19:55:59 2007 +0000
@@ -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@localhost
+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 -r d9f10dbcae0b -r 0360d16df8a8 www/serf/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/serf/PLIST    Wed Jan 24 19:55:59 2007 +0000
@@ -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 -r d9f10dbcae0b -r 0360d16df8a8 www/serf/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/serf/buildlink3.mk    Wed Jan 24 19:55:59 2007 +0000
@@ -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 -r d9f10dbcae0b -r 0360d16df8a8 www/serf/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/serf/distinfo Wed Jan 24 19:55:59 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index