ports/contrib (3.7): Ãnghttp2-libs: drop port; moved to core
commit 73f48ea5f124c6fe3d01760815e9ca7abca6a107 Author: Steffen Nurpmeso <steffen@sdaoden.eu> Date: Sat Jan 15 21:39:01 2022 +0100 Ãnghttp2-libs: drop port; moved to core diff --git a/nghttp2-libs/.footprint b/nghttp2-libs/.footprint deleted file mode 100644 index 7d8733922..000000000 --- a/nghttp2-libs/.footprint +++ /dev/null @@ -1,17 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/nghttp2/ --rw-r--r-- root/root usr/include/nghttp2/nghttp2.h --rw-r--r-- root/root usr/include/nghttp2/nghttp2ver.h -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libnghttp2.a --rwxr-xr-x root/root usr/lib/libnghttp2.la -lrwxrwxrwx root/root usr/lib/libnghttp2.so -> libnghttp2.so.14.21.1 -lrwxrwxrwx root/root usr/lib/libnghttp2.so.14 -> libnghttp2.so.14.21.1 --rwxr-xr-x root/root usr/lib/libnghttp2.so.14.21.1 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/libnghttp2.pc -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/nghttp2/ --rwxr-xr-x root/root usr/share/nghttp2/fetch-ocsp-response diff --git a/nghttp2-libs/.signature b/nghttp2-libs/.signature deleted file mode 100644 index 7f1fe423f..000000000 --- a/nghttp2-libs/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF37aQMC/9/VEGe+vXedAkl/yav2+hq8U9KDkt2DtvEl17pUsUqEbLsGbS+j/+1lX4FYJQJ/PK4J4JCDaupG2zbQ8= -SHA256 (Pkgfile) = 1fb841634d294c5cc3f29fa5c3aac516919130d434e0da3aedb6eb7fc9e61091 -SHA256 (.footprint) = 78c96b121e96ced97ebf7661e58af5f51afc042fedac4d534d3097e7049c2a30 -SHA256 (nghttp2-1.46.0.tar.xz) = 1a68cc4a5732afb735baf50aaac3cb3a6771e49f744bd5db6c49ab5042f12a43 diff --git a/nghttp2-libs/Pkgfile b/nghttp2-libs/Pkgfile deleted file mode 100644 index b14a99333..000000000 --- a/nghttp2-libs/Pkgfile +++ /dev/null @@ -1,27 +0,0 @@ -# Description: nghttp2-libs: HTTP/2 libraries (for eg cURL) -# URL: https://nghttp2.org -# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu - -rname=nghttp2 -name=nghttp2-libs -version=1.46.0 -release=1 -source=( - https://github.com/${rname}/${rname}/releases/download/\ -v${version}/${rname}-${version}.tar.xz -) - -build() { - cd ${rname}-${version} - - ./configure --prefix=/usr --enable-lib-only \ - --without-libxml2 --without-mruby --without-neverbleed \ - --without-systemd --without-jemalloc - - make - make DESTDIR="${PKG}" install - - rm -rf "${PKG}"/usr/share/doc "${PKG}"/usr/share/man -} - -# s-sh-mode
participants (1)
-
crux@crux.nu