pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/cpp-httplib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May 19 15:45:48 UTC 2024

Added Files:
        pkgsrc/www/cpp-httplib: DESCR Makefile PLIST buildlink3.mk distinfo

Log Message:
www/cpp-httplib: import cpp-httplib-0.15.3

A C++11 single-file header-only cross platform HTTP/HTTPS library.

It's extremely easy to setup. Just include the **httplib.h** file
in your code!

NOTE: This library uses 'blocking' socket I/O. If you are looking
for a library with 'non-blocking' socket I/O, this is not the one
that you want.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/cpp-httplib/DESCR \
    pkgsrc/www/cpp-httplib/Makefile pkgsrc/www/cpp-httplib/PLIST \
    pkgsrc/www/cpp-httplib/buildlink3.mk pkgsrc/www/cpp-httplib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/www/cpp-httplib/DESCR
diff -u /dev/null pkgsrc/www/cpp-httplib/DESCR:1.1
--- /dev/null   Sun May 19 15:45:48 2024
+++ pkgsrc/www/cpp-httplib/DESCR        Sun May 19 15:45:48 2024
@@ -0,0 +1,8 @@
+A C++11 single-file header-only cross platform HTTP/HTTPS library.
+
+It's extremely easy to setup. Just include the **httplib.h** file
+in your code!
+
+NOTE: This library uses 'blocking' socket I/O. If you are looking
+for a library with 'non-blocking' socket I/O, this is not the one
+that you want.
Index: pkgsrc/www/cpp-httplib/Makefile
diff -u /dev/null pkgsrc/www/cpp-httplib/Makefile:1.1
--- /dev/null   Sun May 19 15:45:48 2024
+++ pkgsrc/www/cpp-httplib/Makefile     Sun May 19 15:45:48 2024
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2024/05/19 15:45:48 wiz Exp $
+
+DISTNAME=      cpp-httplib-0.15.3
+CATEGORIES=    www
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=yhirose/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/yhirose/cpp-httplib/
+COMMENT=       C++ header-only HTTP/HTTPS server and client library
+LICENSE=       mit
+
+USE_LANGUAGES= c++
+
+.include "../../devel/meson/build.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/cpp-httplib/PLIST
diff -u /dev/null pkgsrc/www/cpp-httplib/PLIST:1.1
--- /dev/null   Sun May 19 15:45:48 2024
+++ pkgsrc/www/cpp-httplib/PLIST        Sun May 19 15:45:48 2024
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2024/05/19 15:45:48 wiz Exp $
+include/httplib.h
+share/pkgconfig/cpp-httplib.pc
Index: pkgsrc/www/cpp-httplib/buildlink3.mk
diff -u /dev/null pkgsrc/www/cpp-httplib/buildlink3.mk:1.1
--- /dev/null   Sun May 19 15:45:48 2024
+++ pkgsrc/www/cpp-httplib/buildlink3.mk        Sun May 19 15:45:48 2024
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2024/05/19 15:45:48 wiz Exp $
+
+BUILDLINK_TREE+=       cpp-httplib
+
+.if !defined(CPP_HTTPLIB_BUILDLINK3_MK)
+CPP_HTTPLIB_BUILDLINK3_MK:=
+
+BUILDLINK_DEPMETHOD.cpp-httplib?=      build
+
+BUILDLINK_API_DEPENDS.cpp-httplib+=    cpp-httplib>=0.15.3
+BUILDLINK_PKGSRCDIR.cpp-httplib?=      ../../www/cpp-httplib
+.endif # CPP_HTTPLIB_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -cpp-httplib
Index: pkgsrc/www/cpp-httplib/distinfo
diff -u /dev/null pkgsrc/www/cpp-httplib/distinfo:1.1
--- /dev/null   Sun May 19 15:45:48 2024
+++ pkgsrc/www/cpp-httplib/distinfo     Sun May 19 15:45:48 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/05/19 15:45:48 wiz Exp $
+
+BLAKE2s (cpp-httplib-0.15.3.tar.gz) = 12e9e50a8fc275d9a9398dbdec8f84681c1e08744818c38ace1e8f53a82a196b
+SHA512 (cpp-httplib-0.15.3.tar.gz) = f7fc9c9eb71f091b82958e023a7b417b30d2590fd5d1a920d1c98361f34bcaca796dbeda7f9fdb8b2c722a8968977b77463c6cbb252cba9823a79c22471fa439
+Size (cpp-httplib-0.15.3.tar.gz) = 1151398 bytes



Home | Main Index | Thread Index | Old Index