ncftp: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-04 09:07:09 +00:00
parent eed5b04f7d
commit cee49b23f5
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 42 deletions

View File

@ -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

View File

@ -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

View File

@ -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
}