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