Ravenports generated: 01 Jul 2022 21:35
[ravenports.git] / bucket_14 / libnghttp2
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               libnghttp2
4 VERSION=                1.48.0
5 KEYWORDS=               net www
6 VARIANTS=               standard
7 SDESC[standard]=        HTTP/2 C library and tools
8 HOMEPAGE=               https://nghttp2.org/
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            GITHUB/nghttp2:nghttp2:v1.48.0
13 DISTFILE[1]=            generated:main
14 DF_INDEX=               1
15 SPKGS[standard]=        single
16
17 OPTIONS_AVAILABLE=      none
18 OPTIONS_STANDARD=       none
19
20 USES=                   autoreconf cpe libtool pkgconfig
21
22 LICENSE=                MIT:single
23 LICENSE_FILE=           MIT:{{WRKSRC}}/COPYING
24 LICENSE_SCHEME=         solo
25
26 CPE_PRODUCT=            nghttp2
27 CPE_VENDOR=             nghttp2
28 FPC_EQUIVALENT=         www/libnghttp2
29
30 MUST_CONFIGURE=         gnu
31 CONFIGURE_ARGS=         --enable-lib-only
32
33 INSTALL_TARGET=         install-strip
34 SOVERSION=              14.22.0
35
36 [FILE:309:descriptions/desc.single]
37 nghttp2 is an implementation of HTTP/2 and its header compression
38 algorithm HPACK in C.
39
40 The framing layer of HTTP/2 is implemented as a reusable C library.  On top
41 of that has been implemented a HTTP/2 client, server and proxy.  A load
42 test and benchmarking tool for HTTP/2 and SPDY has also been developed.
43
44
45 [FILE:108:distinfo]
46 946a8fa490548b67fc6074553cb225279cc6404bae96cf74551f2ad4453be637      3873926 nghttp2-nghttp2-1.48.0.tar.gz
47
48
49 [FILE:160:manifests/plist.single]
50 include/nghttp2/
51  nghttp2.h
52  nghttp2ver.h
53 lib/
54  libnghttp2.a
55  libnghttp2.so
56  libnghttp2.so.%%SOMAJOR%%
57  libnghttp2.so.%%SOVERSION%%
58 lib/pkgconfig/libnghttp2.pc
59
60
61 [FILE:784:patches/patch-Makefile.am]
62 --- Makefile.am.orig    2022-02-23 08:08:04 UTC
63 +++ Makefile.am
64 @@ -20,8 +20,7 @@
65  # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
66  # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
67  # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
68 -SUBDIRS = lib third-party src bpf examples python tests integration-tests \
69 -       doc contrib script
70 +SUBDIRS = lib
71  
72  # Now with python setuptools, make uninstall will leave many files we
73  # cannot easily remove (e.g., easy-install.pth).  Disable it for
74 @@ -30,7 +29,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = --disable
75  
76  ACLOCAL_AMFLAGS = -I m4
77  
78 -dist_doc_DATA = README.rst
79 +dist_doc_DATA =
80  
81  EXTRA_DIST = nghttpx.conf.sample proxy.pac.sample android-config android-make \
82         Dockerfile.android \
83