pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/yahttp YaHTTP aims to be a pure http request/respo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/246d121f27ec
branches:  trunk
changeset: 649390:246d121f27ec
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Thu Apr 02 23:52:50 2015 +0000

description:
YaHTTP aims to be a pure http request/response parser that has no IO ties. It is
intended to be used on small-footprint applications and other utilities that
want to use HTTP over something else than network IO.

diffstat:

 www/yahttp/DESCR                      |    3 +
 www/yahttp/Makefile                   |   29 ++
 www/yahttp/PLIST                      |  449 ++++++++++++++++++++++++++++++++++
 www/yahttp/buildlink3.mk              |   13 +
 www/yahttp/distinfo                   |    6 +
 www/yahttp/patches/patch-configure.ac |   15 +
 6 files changed, 515 insertions(+), 0 deletions(-)

diffs (truncated from 539 to 300 lines):

diff -r d039751136f5 -r 246d121f27ec www/yahttp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/yahttp/DESCR  Thu Apr 02 23:52:50 2015 +0000
@@ -0,0 +1,3 @@
+YaHTTP aims to be a pure http request/response parser that has no IO ties. It is
+intended to be used on small-footprint applications and other utilities that
+want to use HTTP over something else than network IO.
diff -r d039751136f5 -r 246d121f27ec www/yahttp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/yahttp/Makefile       Thu Apr 02 23:52:50 2015 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2015/04/02 23:52:50 rodent Exp $
+
+DISTNAME=      yahttp-0.1.5
+CATEGORIES=    www
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=cmouse/}
+GITHUB_RELEASE=        v0.1.5
+
+MAINTAINER=    rodent%NetBSD.org@localhost
+HOMEPAGE=      ${MASTER_SITE_GITHUB:=cmouse/yahttp/}
+COMMENT=       Yet Another HTTP Library
+LICENSE=       mit
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+USE_LANGUAGES= c c++
+USE_TOOLS+=    aclocal autoconf autoheader automake
+
+.include "../../mk/compiler.mk"
+.if !empty(PKGSRC_COMPILER:Mclang)
+CXXFLAGS+=     -std=c++11
+.endif
+
+pre-configure:
+       set -e; cd ${WRKSRC}; \
+       aclocal; autoheader; automake -a --foreign -i; autoconf
+
+.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../devel/boost-headers/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d039751136f5 -r 246d121f27ec www/yahttp/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/yahttp/PLIST  Thu Apr 02 23:52:50 2015 +0000
@@ -0,0 +1,449 @@
+@comment $NetBSD: PLIST,v 1.1 2015/04/02 23:52:50 rodent Exp $
+include/yahttp/cookie.hpp
+include/yahttp/exception.hpp
+include/yahttp/reqresp.hpp
+include/yahttp/router.hpp
+include/yahttp/url.hpp
+include/yahttp/utility.hpp
+include/yahttp/yahttp-config.h
+include/yahttp/yahttp.hpp
+lib/libyahttp.la
+share/doc/yahttp/all_0.html
+share/doc/yahttp/all_0.js
+share/doc/yahttp/all_1.html
+share/doc/yahttp/all_1.js
+share/doc/yahttp/all_10.html
+share/doc/yahttp/all_10.js
+share/doc/yahttp/all_11.html
+share/doc/yahttp/all_11.js
+share/doc/yahttp/all_12.html
+share/doc/yahttp/all_12.js
+share/doc/yahttp/all_13.html
+share/doc/yahttp/all_13.js
+share/doc/yahttp/all_14.html
+share/doc/yahttp/all_14.js
+share/doc/yahttp/all_15.html
+share/doc/yahttp/all_15.js
+share/doc/yahttp/all_16.html
+share/doc/yahttp/all_16.js
+share/doc/yahttp/all_17.html
+share/doc/yahttp/all_17.js
+share/doc/yahttp/all_2.html
+share/doc/yahttp/all_2.js
+share/doc/yahttp/all_3.html
+share/doc/yahttp/all_3.js
+share/doc/yahttp/all_4.html
+share/doc/yahttp/all_4.js
+share/doc/yahttp/all_5.html
+share/doc/yahttp/all_5.js
+share/doc/yahttp/all_6.html
+share/doc/yahttp/all_6.js
+share/doc/yahttp/all_7.html
+share/doc/yahttp/all_7.js
+share/doc/yahttp/all_8.html
+share/doc/yahttp/all_8.js
+share/doc/yahttp/all_9.html
+share/doc/yahttp/all_9.js
+share/doc/yahttp/all_a.html
+share/doc/yahttp/all_a.js
+share/doc/yahttp/all_b.html
+share/doc/yahttp/all_b.js
+share/doc/yahttp/all_c.html
+share/doc/yahttp/all_c.js
+share/doc/yahttp/all_d.html
+share/doc/yahttp/all_d.js
+share/doc/yahttp/all_e.html
+share/doc/yahttp/all_e.js
+share/doc/yahttp/all_f.html
+share/doc/yahttp/all_f.js
+share/doc/yahttp/annotated.html
+share/doc/yahttp/bc_s.png
+share/doc/yahttp/bdwn.png
+share/doc/yahttp/classYaHTTP_1_1AsyncLoader-members.html
+share/doc/yahttp/classYaHTTP_1_1AsyncLoader.html
+share/doc/yahttp/classYaHTTP_1_1AsyncLoader__coll__graph.map
+share/doc/yahttp/classYaHTTP_1_1AsyncLoader__coll__graph.md5
+share/doc/yahttp/classYaHTTP_1_1AsyncLoader__coll__graph.png
+share/doc/yahttp/classYaHTTP_1_1AsyncRequestLoader-members.html
+share/doc/yahttp/classYaHTTP_1_1AsyncRequestLoader.html
+share/doc/yahttp/classYaHTTP_1_1AsyncRequestLoader__coll__graph.map
+share/doc/yahttp/classYaHTTP_1_1AsyncRequestLoader__coll__graph.md5
+share/doc/yahttp/classYaHTTP_1_1AsyncRequestLoader__coll__graph.png
+share/doc/yahttp/classYaHTTP_1_1AsyncRequestLoader__inherit__graph.map
+share/doc/yahttp/classYaHTTP_1_1AsyncRequestLoader__inherit__graph.md5
+share/doc/yahttp/classYaHTTP_1_1AsyncRequestLoader__inherit__graph.png
+share/doc/yahttp/classYaHTTP_1_1AsyncResponseLoader-members.html
+share/doc/yahttp/classYaHTTP_1_1AsyncResponseLoader.html
+share/doc/yahttp/classYaHTTP_1_1AsyncResponseLoader__coll__graph.map
+share/doc/yahttp/classYaHTTP_1_1AsyncResponseLoader__coll__graph.md5
+share/doc/yahttp/classYaHTTP_1_1AsyncResponseLoader__coll__graph.png
+share/doc/yahttp/classYaHTTP_1_1AsyncResponseLoader__inherit__graph.map
+share/doc/yahttp/classYaHTTP_1_1AsyncResponseLoader__inherit__graph.md5
+share/doc/yahttp/classYaHTTP_1_1AsyncResponseLoader__inherit__graph.png
+share/doc/yahttp/classYaHTTP_1_1Cookie-members.html
+share/doc/yahttp/classYaHTTP_1_1Cookie.html
+share/doc/yahttp/classYaHTTP_1_1CookieJar-members.html
+share/doc/yahttp/classYaHTTP_1_1CookieJar.html
+share/doc/yahttp/classYaHTTP_1_1Cookie__coll__graph.map
+share/doc/yahttp/classYaHTTP_1_1Cookie__coll__graph.md5
+share/doc/yahttp/classYaHTTP_1_1Cookie__coll__graph.png
+share/doc/yahttp/classYaHTTP_1_1DateTime-members.html
+share/doc/yahttp/classYaHTTP_1_1DateTime.html
+share/doc/yahttp/classYaHTTP_1_1Error-members.html
+share/doc/yahttp/classYaHTTP_1_1Error.html
+share/doc/yahttp/classYaHTTP_1_1Error__coll__graph.map
+share/doc/yahttp/classYaHTTP_1_1Error__coll__graph.md5
+share/doc/yahttp/classYaHTTP_1_1Error__coll__graph.png
+share/doc/yahttp/classYaHTTP_1_1Error__inherit__graph.map
+share/doc/yahttp/classYaHTTP_1_1Error__inherit__graph.md5
+share/doc/yahttp/classYaHTTP_1_1Error__inherit__graph.png
+share/doc/yahttp/classYaHTTP_1_1HTTPBase-members.html
+share/doc/yahttp/classYaHTTP_1_1HTTPBase.html
+share/doc/yahttp/classYaHTTP_1_1HTTPBase_1_1SendBodyRender-members.html
+share/doc/yahttp/classYaHTTP_1_1HTTPBase_1_1SendBodyRender.html
+share/doc/yahttp/classYaHTTP_1_1HTTPBase_1_1SendFileRender-members.html
+share/doc/yahttp/classYaHTTP_1_1HTTPBase_1_1SendFileRender.html
+share/doc/yahttp/classYaHTTP_1_1HTTPBase__coll__graph.map
+share/doc/yahttp/classYaHTTP_1_1HTTPBase__coll__graph.md5
+share/doc/yahttp/classYaHTTP_1_1HTTPBase__coll__graph.png
+share/doc/yahttp/classYaHTTP_1_1HTTPBase__inherit__graph.map
+share/doc/yahttp/classYaHTTP_1_1HTTPBase__inherit__graph.md5
+share/doc/yahttp/classYaHTTP_1_1HTTPBase__inherit__graph.png
+share/doc/yahttp/classYaHTTP_1_1ParseError-members.html
+share/doc/yahttp/classYaHTTP_1_1ParseError.html
+share/doc/yahttp/classYaHTTP_1_1ParseError__coll__graph.map
+share/doc/yahttp/classYaHTTP_1_1ParseError__coll__graph.md5
+share/doc/yahttp/classYaHTTP_1_1ParseError__coll__graph.png
+share/doc/yahttp/classYaHTTP_1_1ParseError__inherit__graph.map
+share/doc/yahttp/classYaHTTP_1_1ParseError__inherit__graph.md5
+share/doc/yahttp/classYaHTTP_1_1ParseError__inherit__graph.png
+share/doc/yahttp/classYaHTTP_1_1Request-members.html
+share/doc/yahttp/classYaHTTP_1_1Request.html
+share/doc/yahttp/classYaHTTP_1_1Request__coll__graph.map
+share/doc/yahttp/classYaHTTP_1_1Request__coll__graph.md5
+share/doc/yahttp/classYaHTTP_1_1Request__coll__graph.png
+share/doc/yahttp/classYaHTTP_1_1Request__inherit__graph.map
+share/doc/yahttp/classYaHTTP_1_1Request__inherit__graph.md5
+share/doc/yahttp/classYaHTTP_1_1Request__inherit__graph.png
+share/doc/yahttp/classYaHTTP_1_1Response-members.html
+share/doc/yahttp/classYaHTTP_1_1Response.html
+share/doc/yahttp/classYaHTTP_1_1Response__coll__graph.map
+share/doc/yahttp/classYaHTTP_1_1Response__coll__graph.md5
+share/doc/yahttp/classYaHTTP_1_1Response__coll__graph.png
+share/doc/yahttp/classYaHTTP_1_1Response__inherit__graph.map
+share/doc/yahttp/classYaHTTP_1_1Response__inherit__graph.md5
+share/doc/yahttp/classYaHTTP_1_1Response__inherit__graph.png
+share/doc/yahttp/classYaHTTP_1_1Router-members.html
+share/doc/yahttp/classYaHTTP_1_1Router.html
+share/doc/yahttp/classYaHTTP_1_1Router__coll__graph.map
+share/doc/yahttp/classYaHTTP_1_1Router__coll__graph.md5
+share/doc/yahttp/classYaHTTP_1_1Router__coll__graph.png
+share/doc/yahttp/classYaHTTP_1_1URL-members.html
+share/doc/yahttp/classYaHTTP_1_1URL.html
+share/doc/yahttp/classYaHTTP_1_1Utility-members.html
+share/doc/yahttp/classYaHTTP_1_1Utility.html
+share/doc/yahttp/classes.html
+share/doc/yahttp/classes_0.html
+share/doc/yahttp/classes_0.js
+share/doc/yahttp/classes_1.html
+share/doc/yahttp/classes_1.js
+share/doc/yahttp/classes_2.html
+share/doc/yahttp/classes_2.js
+share/doc/yahttp/classes_3.html
+share/doc/yahttp/classes_3.js
+share/doc/yahttp/classes_4.html
+share/doc/yahttp/classes_4.js
+share/doc/yahttp/classes_5.html
+share/doc/yahttp/classes_5.js
+share/doc/yahttp/classes_6.html
+share/doc/yahttp/classes_6.js
+share/doc/yahttp/classes_7.html
+share/doc/yahttp/classes_7.js
+share/doc/yahttp/classes_8.html
+share/doc/yahttp/classes_8.js
+share/doc/yahttp/close.png
+share/doc/yahttp/closed.png
+share/doc/yahttp/cookie_8hpp.html
+share/doc/yahttp/cookie_8hpp__dep__incl.map
+share/doc/yahttp/cookie_8hpp__dep__incl.md5
+share/doc/yahttp/cookie_8hpp__dep__incl.png
+share/doc/yahttp/cookie_8hpp_source.html
+share/doc/yahttp/defines_0.html
+share/doc/yahttp/defines_0.js
+share/doc/yahttp/defines_1.html
+share/doc/yahttp/defines_1.js
+share/doc/yahttp/defines_2.html
+share/doc/yahttp/defines_2.js
+share/doc/yahttp/defines_3.html
+share/doc/yahttp/defines_3.js
+share/doc/yahttp/defines_4.html
+share/doc/yahttp/defines_4.js
+share/doc/yahttp/defines_5.html
+share/doc/yahttp/defines_5.js
+share/doc/yahttp/defines_6.html
+share/doc/yahttp/defines_6.js
+share/doc/yahttp/dir_11f3938c4a46de440ddd67600f0b2491.html
+share/doc/yahttp/dir_11f3938c4a46de440ddd67600f0b2491_dep.map
+share/doc/yahttp/dir_11f3938c4a46de440ddd67600f0b2491_dep.md5
+share/doc/yahttp/dir_11f3938c4a46de440ddd67600f0b2491_dep.png
+share/doc/yahttp/doxygen.png
+share/doc/yahttp/enums_0.html
+share/doc/yahttp/enums_0.js
+share/doc/yahttp/enumvalues_0.html
+share/doc/yahttp/enumvalues_0.js
+share/doc/yahttp/enumvalues_1.html
+share/doc/yahttp/enumvalues_1.js
+share/doc/yahttp/exception_8hpp.html
+share/doc/yahttp/exception_8hpp__dep__incl.map
+share/doc/yahttp/exception_8hpp__dep__incl.md5
+share/doc/yahttp/exception_8hpp__dep__incl.png
+share/doc/yahttp/exception_8hpp__incl.map
+share/doc/yahttp/exception_8hpp__incl.md5
+share/doc/yahttp/exception_8hpp__incl.png
+share/doc/yahttp/exception_8hpp_source.html
+share/doc/yahttp/files.html
+share/doc/yahttp/files_0.html
+share/doc/yahttp/files_0.js
+share/doc/yahttp/files_1.html
+share/doc/yahttp/files_1.js
+share/doc/yahttp/files_2.html
+share/doc/yahttp/files_2.js
+share/doc/yahttp/files_3.html
+share/doc/yahttp/files_3.js
+share/doc/yahttp/files_4.html
+share/doc/yahttp/files_4.js
+share/doc/yahttp/ftv2blank.png
+share/doc/yahttp/ftv2cl.png
+share/doc/yahttp/ftv2doc.png
+share/doc/yahttp/ftv2folderclosed.png
+share/doc/yahttp/ftv2folderopen.png
+share/doc/yahttp/ftv2lastnode.png
+share/doc/yahttp/ftv2link.png
+share/doc/yahttp/ftv2mlastnode.png
+share/doc/yahttp/ftv2mnode.png
+share/doc/yahttp/ftv2mo.png
+share/doc/yahttp/ftv2node.png
+share/doc/yahttp/ftv2ns.png
+share/doc/yahttp/ftv2plastnode.png
+share/doc/yahttp/ftv2pnode.png
+share/doc/yahttp/ftv2splitbar.png
+share/doc/yahttp/ftv2vertline.png
+share/doc/yahttp/functions.html
+share/doc/yahttp/functions_0.html
+share/doc/yahttp/functions_0.js
+share/doc/yahttp/functions_1.html
+share/doc/yahttp/functions_1.js
+share/doc/yahttp/functions_10.html
+share/doc/yahttp/functions_10.js
+share/doc/yahttp/functions_11.html
+share/doc/yahttp/functions_11.js
+share/doc/yahttp/functions_12.html
+share/doc/yahttp/functions_12.js
+share/doc/yahttp/functions_2.html
+share/doc/yahttp/functions_2.js
+share/doc/yahttp/functions_3.html
+share/doc/yahttp/functions_3.js
+share/doc/yahttp/functions_4.html
+share/doc/yahttp/functions_4.js
+share/doc/yahttp/functions_5.html
+share/doc/yahttp/functions_5.js
+share/doc/yahttp/functions_6.html
+share/doc/yahttp/functions_6.js
+share/doc/yahttp/functions_7.html
+share/doc/yahttp/functions_7.js
+share/doc/yahttp/functions_8.html
+share/doc/yahttp/functions_8.js
+share/doc/yahttp/functions_9.html



Home | Main Index | Thread Index | Old Index