From cee49b23f5b2a6b13e44a9caa060486196f3583d Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Thu, 4 Mar 2021 09:07:09 +0000 Subject: [PATCH] ncftp: deleted unmaintained port --- ncftp/.footprint | 19 ------------------- ncftp/.signature | 5 ----- ncftp/Pkgfile | 18 ------------------ 3 files changed, 42 deletions(-) delete mode 100644 ncftp/.footprint delete mode 100644 ncftp/.signature delete mode 100644 ncftp/Pkgfile diff --git a/ncftp/.footprint b/ncftp/.footprint deleted file mode 100644 index 3e88f608a..000000000 --- a/ncftp/.footprint +++ /dev/null @@ -1,19 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/ncftp --rwxr-xr-x root/root usr/bin/ncftpbatch --rwxr-xr-x root/root usr/bin/ncftpbookmarks --rwxr-xr-x root/root usr/bin/ncftpget --rwxr-xr-x root/root usr/bin/ncftpls --rwxr-xr-x root/root usr/bin/ncftpput --rwxr-xr-x root/root usr/bin/ncftpspooler -drwxr-xr-x root/root usr/etc/ -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/ncftp.1.gz --rw-r--r-- root/root usr/share/man/man1/ncftpbatch.1.gz --rw-r--r-- root/root usr/share/man/man1/ncftpget.1.gz --rw-r--r-- root/root usr/share/man/man1/ncftpls.1.gz --rw-r--r-- root/root usr/share/man/man1/ncftpput.1.gz --rw-r--r-- root/root usr/share/man/man1/ncftpspooler.1.gz diff --git a/ncftp/.signature b/ncftp/.signature deleted file mode 100644 index 9c72cb90c..000000000 --- a/ncftp/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF35ztub0kqhq3ONKCY2MSOCHKB57yhyzUOaL2CIlBrlDXNQKkIPTduQ5yoecQQ1bUAHEo0k7LVaBXCLDd1QYBNQA= -SHA256 (Pkgfile) = 9d7ae024361a2e0ede5af7a981f7e2c758c92182eaf9f60ae1d870a2c28030e8 -SHA256 (.footprint) = 6cf394922ffe09fd923b42ed4fc08fff4cc2aa76702f8ee304e32cfe79a0ece2 -SHA256 (ncftp-3.2.6-src.tar.xz) = 5f200687c05d0807690d9fb770327b226f02dd86155b49e750853fce4e31098d diff --git a/ncftp/Pkgfile b/ncftp/Pkgfile deleted file mode 100644 index 639a589c6..000000000 --- a/ncftp/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: command ftp client with completion -# URL: https://www.ncftp.com/ncftp/ -# Maintainer: Thomas Penteker, tek at serverop dot de -# Depends on: - -name=ncftp -version=3.2.6 -release=2 -source=(ftp://ftp.ncftp.com/ncftp/ncftp-$version-src.tar.xz) - -build() { - cd $name-$version - CFLAGS+=' -fcommon' - ./configure --prefix=/usr - - make - make install DESTDIR=$PKG -}