ports/opt (3.6): socket_wrapper: deleted unmaintained port
commit a9eaa5477ae8e1bd5e9f170cd48036162e79630f Author: Tim Biermann <tbier@posteo.de> Date: Sun Jan 31 18:02:09 2021 +0000 socket_wrapper: deleted unmaintained port diff --git a/socket_wrapper/.footprint b/socket_wrapper/.footprint deleted file mode 100644 index 201232dc4..000000000 --- a/socket_wrapper/.footprint +++ /dev/null @@ -1,15 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/cmake/ -drwxr-xr-x root/root usr/lib/cmake/socket_wrapper/ --rw-r--r-- root/root usr/lib/cmake/socket_wrapper/socket_wrapper-config-version.cmake --rw-r--r-- root/root usr/lib/cmake/socket_wrapper/socket_wrapper-config.cmake -lrwxrwxrwx root/root usr/lib/libsocket_wrapper.so -> libsocket_wrapper.so.0 -lrwxrwxrwx root/root usr/lib/libsocket_wrapper.so.0 -> libsocket_wrapper.so.0.1.15 --rwxr-xr-x root/root usr/lib/libsocket_wrapper.so.0.1.15 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/socket_wrapper.pc -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/socket_wrapper.1.gz diff --git a/socket_wrapper/.signature b/socket_wrapper/.signature deleted file mode 100644 index 6c295a780..000000000 --- a/socket_wrapper/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/XTxrhErN9G7SL9awZOlRB2UHtmyJxb8nogwST+7VQu2vnj4jY7oMWp1yhccLwfHXUP/ekG5uBi7voYSUxNv6Aw= -SHA256 (Pkgfile) = 100aa7472f839819eda39934398e30eee9b862875ecb22cbcd9d9d351732862e -SHA256 (.footprint) = 4459f5bedf217fe8b17b6f37e4eebf11955257ee456ab2197ad1ce8d05427396 -SHA256 (socket_wrapper-1.2.5.tar.gz) = dd0575a70d87bdc3107aea208feceef37ae2b1583038836115091699017e63f1 diff --git a/socket_wrapper/Pkgfile b/socket_wrapper/Pkgfile deleted file mode 100644 index 42dbe4543..000000000 --- a/socket_wrapper/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: Wrapper for network functions -# URL: https://cwrap.org/socket_wrapper.html -# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve -# Depends on: cmake - -name=socket_wrapper -version=1.2.5 -release=1 -source=(https://ftp.samba.org/pub/cwrap/$name-$version.tar.gz) - -build() { - cmake -S $name-$version -B build\ - -D CMAKE_BUILD_TYPE=Release \ - -D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \ - -D CMAKE_INSTALL_PREFIX=/usr \ - -D CMAKE_INSTALL_LIBDIR=lib - cmake --build build - DESTDIR=$PKG cmake --install build -}
participants (1)
-
crux@crux.nu