diff options
Diffstat (limited to 'data/libnghttp2')
-rw-r--r-- | data/libnghttp2/_metadata/description | 1 | ||||
-rw-r--r-- | data/libnghttp2/_metadata/homepage | 1 | ||||
l--------- | data/libnghttp2/_metadata/libevent.dep | 1 | ||||
-rw-r--r-- | data/libnghttp2/_metadata/license | 23 | ||||
l--------- | data/libnghttp2/_metadata/maintainer | 1 | ||||
l--------- | data/libnghttp2/_metadata/openssl.dep | 1 | ||||
-rw-r--r-- | data/libnghttp2/_metadata/priority | 1 | ||||
-rw-r--r-- | data/libnghttp2/_metadata/role | 1 | ||||
-rw-r--r-- | data/libnghttp2/_metadata/section | 1 | ||||
-rw-r--r-- | data/libnghttp2/_metadata/tags | 1 | ||||
-rw-r--r-- | data/libnghttp2/_metadata/version | 1 | ||||
-rw-r--r-- | data/libnghttp2/make.sh | 4 | ||||
-rw-r--r-- | data/libnghttp2/nghttp2-1.32.0.tar.xz | bin | 0 -> 1548528 bytes |
13 files changed, 37 insertions, 0 deletions
diff --git a/data/libnghttp2/_metadata/description b/data/libnghttp2/_metadata/description new file mode 100644 index 000000000..18ad98d17 --- /dev/null +++ b/data/libnghttp2/_metadata/description @@ -0,0 +1 @@ +an implementation of HTTP/2 and its header compression algorithm HPACK in C. diff --git a/data/libnghttp2/_metadata/homepage b/data/libnghttp2/_metadata/homepage new file mode 100644 index 000000000..f8840b4b2 --- /dev/null +++ b/data/libnghttp2/_metadata/homepage @@ -0,0 +1 @@ +https://nghttp2.org/ diff --git a/data/libnghttp2/_metadata/libevent.dep b/data/libnghttp2/_metadata/libevent.dep new file mode 120000 index 000000000..c79b2082c --- /dev/null +++ b/data/libnghttp2/_metadata/libevent.dep @@ -0,0 +1 @@ +../../libevent
\ No newline at end of file diff --git a/data/libnghttp2/_metadata/license b/data/libnghttp2/_metadata/license new file mode 100644 index 000000000..80201792e --- /dev/null +++ b/data/libnghttp2/_metadata/license @@ -0,0 +1,23 @@ +The MIT License + +Copyright (c) 2012, 2014, 2015, 2016 Tatsuhiro Tsujikawa +Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/data/libnghttp2/_metadata/maintainer b/data/libnghttp2/_metadata/maintainer new file mode 120000 index 000000000..febca4610 --- /dev/null +++ b/data/libnghttp2/_metadata/maintainer @@ -0,0 +1 @@ +../../_libxml2/_metadata/maintainer
\ No newline at end of file diff --git a/data/libnghttp2/_metadata/openssl.dep b/data/libnghttp2/_metadata/openssl.dep new file mode 120000 index 000000000..9b58fd56b --- /dev/null +++ b/data/libnghttp2/_metadata/openssl.dep @@ -0,0 +1 @@ +../../openssl
\ No newline at end of file diff --git a/data/libnghttp2/_metadata/priority b/data/libnghttp2/_metadata/priority new file mode 100644 index 000000000..a6a7b9cd7 --- /dev/null +++ b/data/libnghttp2/_metadata/priority @@ -0,0 +1 @@ +standard diff --git a/data/libnghttp2/_metadata/role b/data/libnghttp2/_metadata/role new file mode 100644 index 000000000..8d0320866 --- /dev/null +++ b/data/libnghttp2/_metadata/role @@ -0,0 +1 @@ +developer diff --git a/data/libnghttp2/_metadata/section b/data/libnghttp2/_metadata/section new file mode 100644 index 000000000..e0eb96881 --- /dev/null +++ b/data/libnghttp2/_metadata/section @@ -0,0 +1 @@ +Development diff --git a/data/libnghttp2/_metadata/tags b/data/libnghttp2/_metadata/tags new file mode 100644 index 000000000..a8928cec8 --- /dev/null +++ b/data/libnghttp2/_metadata/tags @@ -0,0 +1 @@ +purpose::library diff --git a/data/libnghttp2/_metadata/version b/data/libnghttp2/_metadata/version new file mode 100644 index 000000000..359c41089 --- /dev/null +++ b/data/libnghttp2/_metadata/version @@ -0,0 +1 @@ +1.32.0 diff --git a/data/libnghttp2/make.sh b/data/libnghttp2/make.sh new file mode 100644 index 000000000..8780dfc63 --- /dev/null +++ b/data/libnghttp2/make.sh @@ -0,0 +1,4 @@ +pkg:setup +pkg:configure +pkg:make -j8 +pkg:install diff --git a/data/libnghttp2/nghttp2-1.32.0.tar.xz b/data/libnghttp2/nghttp2-1.32.0.tar.xz Binary files differnew file mode 100644 index 000000000..255ce79e2 --- /dev/null +++ b/data/libnghttp2/nghttp2-1.32.0.tar.xz |