Ravenports generated: 10 Dec 2018 08:56
[ravenports.git] / bucket_14 / libnghttp2
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               libnghttp2
4 VERSION=                1.35.1
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.35.1
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 libtool pkgconfig
21
22 LICENSE=                MIT:single
23 LICENSE_FILE=           MIT:{{WRKSRC}}/COPYING
24 LICENSE_SCHEME=         solo
25
26 FPC_EQUIVALENT=         www/libnghttp2
27
28 MUST_CONFIGURE=         gnu
29 CONFIGURE_ARGS=         --enable-lib-only
30
31 INSTALL_TARGET=         install-strip
32 SOVERSION=              14.17.1
33
34 [FILE:309:descriptions/desc.single]
35 nghttp2 is an implementation of HTTP/2 and its header compression
36 algorithm HPACK in C.
37
38 The framing layer of HTTP/2 is implemented as a reusable C library.  On top
39 of that has been implemented a HTTP/2 client, server and proxy.  A load
40 test and benchmarking tool for HTTP/2 and SPDY has also been developed.
41
42
43 [FILE:108:distinfo]
44 4e9213748662d5cd05a6c0b00008d9abc1515f35bfebeb31a50509090ca29096      1765641 nghttp2-nghttp2-1.35.1.tar.gz
45
46
47 [FILE:160:manifests/plist.single]
48 include/nghttp2/
49  nghttp2.h
50  nghttp2ver.h
51 lib/
52  libnghttp2.a
53  libnghttp2.so
54  libnghttp2.so.%%SOMAJOR%%
55  libnghttp2.so.%%SOVERSION%%
56 lib/pkgconfig/libnghttp2.pc
57
58
59 [FILE:780:patches/patch-Makefile.am]
60 --- Makefile.am.orig    2018-12-09 15:25:36 UTC
61 +++ Makefile.am
62 @@ -20,8 +20,7 @@
63  # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
64  # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
65  # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
66 -SUBDIRS = lib third-party src examples python tests integration-tests \
67 -       doc contrib script
68 +SUBDIRS = lib
69  
70  # Now with python setuptools, make uninstall will leave many files we
71  # cannot easily remove (e.g., easy-install.pth).  Disable it for
72 @@ -30,7 +29,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = --disable
73  
74  ACLOCAL_AMFLAGS = -I m4
75  
76 -dist_doc_DATA = README.rst
77 +dist_doc_DATA =
78  
79  EXTRA_DIST = nghttpx.conf.sample proxy.pac.sample android-config android-make \
80         Dockerfile.android \
81