libfilezilla: unmaintained, deleted

This commit is contained in:
Tim Biermann 2021-01-15 10:36:33 +00:00
parent 7fb2b7f7c8
commit 508754fc47
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 82 deletions

View File

@ -1,56 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/libfilezilla/
-rw-r--r-- root/root usr/include/libfilezilla/apply.hpp
-rw-r--r-- root/root usr/include/libfilezilla/buffer.hpp
-rw-r--r-- root/root usr/include/libfilezilla/encode.hpp
-rw-r--r-- root/root usr/include/libfilezilla/encryption.hpp
-rw-r--r-- root/root usr/include/libfilezilla/event.hpp
-rw-r--r-- root/root usr/include/libfilezilla/event_handler.hpp
-rw-r--r-- root/root usr/include/libfilezilla/event_loop.hpp
-rw-r--r-- root/root usr/include/libfilezilla/file.hpp
-rw-r--r-- root/root usr/include/libfilezilla/format.hpp
drwxr-xr-x root/root usr/include/libfilezilla/glue/
-rw-r--r-- root/root usr/include/libfilezilla/glue/unix.hpp
-rw-r--r-- root/root usr/include/libfilezilla/glue/wx.hpp
-rw-r--r-- root/root usr/include/libfilezilla/glue/wxinvoker.hpp
-rw-r--r-- root/root usr/include/libfilezilla/hash.hpp
-rw-r--r-- root/root usr/include/libfilezilla/invoker.hpp
-rw-r--r-- root/root usr/include/libfilezilla/iputils.hpp
-rw-r--r-- root/root usr/include/libfilezilla/libfilezilla.hpp
-rw-r--r-- root/root usr/include/libfilezilla/local_filesys.hpp
-rw-r--r-- root/root usr/include/libfilezilla/logger.hpp
-rw-r--r-- root/root usr/include/libfilezilla/mutex.hpp
-rw-r--r-- root/root usr/include/libfilezilla/nonowning_buffer.hpp
-rw-r--r-- root/root usr/include/libfilezilla/optional.hpp
drwxr-xr-x root/root usr/include/libfilezilla/private/
-rw-r--r-- root/root usr/include/libfilezilla/private/defs.hpp
-rw-r--r-- root/root usr/include/libfilezilla/private/visibility.hpp
-rw-r--r-- root/root usr/include/libfilezilla/private/windows.hpp
-rw-r--r-- root/root usr/include/libfilezilla/process.hpp
-rw-r--r-- root/root usr/include/libfilezilla/rate_limited_layer.hpp
-rw-r--r-- root/root usr/include/libfilezilla/rate_limiter.hpp
-rw-r--r-- root/root usr/include/libfilezilla/recursive_remove.hpp
-rw-r--r-- root/root usr/include/libfilezilla/rwmutex.hpp
-rw-r--r-- root/root usr/include/libfilezilla/shared.hpp
-rw-r--r-- root/root usr/include/libfilezilla/signature.hpp
-rw-r--r-- root/root usr/include/libfilezilla/socket.hpp
-rw-r--r-- root/root usr/include/libfilezilla/string.hpp
-rw-r--r-- root/root usr/include/libfilezilla/thread.hpp
-rw-r--r-- root/root usr/include/libfilezilla/thread_pool.hpp
-rw-r--r-- root/root usr/include/libfilezilla/time.hpp
-rw-r--r-- root/root usr/include/libfilezilla/tls_info.hpp
-rw-r--r-- root/root usr/include/libfilezilla/tls_layer.hpp
-rw-r--r-- root/root usr/include/libfilezilla/tls_system_trust_store.hpp
-rw-r--r-- root/root usr/include/libfilezilla/translate.hpp
-rw-r--r-- root/root usr/include/libfilezilla/uri.hpp
-rw-r--r-- root/root usr/include/libfilezilla/util.hpp
-rw-r--r-- root/root usr/include/libfilezilla/version.hpp
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libfilezilla.la
lrwxrwxrwx root/root usr/lib/libfilezilla.so -> libfilezilla.so.11.0.0
lrwxrwxrwx root/root usr/lib/libfilezilla.so.11 -> libfilezilla.so.11.0.0
-rwxr-xr-x root/root usr/lib/libfilezilla.so.11.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libfilezilla.pc
drwxr-xr-x root/root usr/share/

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3weOAMzbjlyoCw35VA+yzeqgU4MIn3wvqEy8eBd/S7b/hSyShFGFPwMjYmdFPNatFGzeiTTW25WGy+Bhmuqw5ws=
SHA256 (Pkgfile) = 289af7804ec48c61b07c51376ae373741b87669da138e52b7c3ddbc690a1cdec
SHA256 (.footprint) = 25907a762723ec2e617663ae3330ad0a5503135f8b25c0d6a9d1e6e5b6bc4d90
SHA256 (libfilezilla-0.26.0.tar.bz2) = 17ed226593e8e466ce3c3f8ce583b36c79f163189ead54d631613cc3da5c80bd

View File

@ -1,21 +0,0 @@
# Description: filezilla common library
# URL: https://filezilla-project.org
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: clang gnutls libidn2
name=libfilezilla
version=0.26.0
release=1
source=(https://download.filezilla-project.org/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
export CC=clang CXX=clang++ AR=llvm-ar NM=llvm-nm RANLIB=llvm-ranlib
autoreconf -vfi
./configure \
--prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
}