tftp-hpa: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-08 18:40:21 +00:00
parent ee03f36683
commit 63904091d0
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 33 deletions

View File

@ -1,12 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/tftp
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/in.tftpd
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/tftp.1.gz
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/in.tftpd.8.gz
lrwxrwxrwx root/root usr/share/man/man8/tftpd.8.gz -> in.tftpd.8.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32qAsmJQTf2d/QxovM/S3t+dX3x+7mc2/lEI/ykV3iqey2K7uR1xDflRdDna0ZAk+p7ie15gLLjvXaV9nwmwYws=
SHA256 (Pkgfile) = 732a8e8a12687db5e42e2a8d0919da7b2a773e72b90a354e85146a6c372698ea
SHA256 (.footprint) = 43cbffa51e0c132c7b66c6fe4ed7b2d7c3a46d67c71258446e93911b2bcd979c
SHA256 (tftp-hpa-5.2.tar.xz) = afee361df96a2f88344e191f6a25480fd714e1d28d176c3f10cc43fa206b718b

View File

@ -1,16 +0,0 @@
# Description: An enhanced version of the BSD tftp client/server
# URL: http://freshmeat.net/projects/tftp-hpa/
# Maintainer: Thomas Penteker, tek at serverop dot de
name=tftp-hpa
version=5.2
release=2
source=(http://www.kernel.org/pub/software/network/tftp/tftp-hpa/$name-$version.tar.xz)
build () {
cd $name-$version
CFLAGS+=' -fcommon' \
./configure --prefix=/usr
make
make INSTALLROOT=$PKG install
}