lrzsz: deleted unmaintained port

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

View File

@ -1,17 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/rb -> rz
lrwxrwxrwx root/root usr/bin/rx -> rz
-rwxr-xr-x root/root usr/bin/rz
lrwxrwxrwx root/root usr/bin/sb -> sz
lrwxrwxrwx root/root usr/bin/sx -> sz
-rwxr-xr-x root/root usr/bin/sz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
lrwxrwxrwx root/root usr/share/man/man1/rb.1.gz -> rz.1.gz
lrwxrwxrwx root/root usr/share/man/man1/rx.1.gz -> rz.1.gz
-rwxr-xr-x root/root usr/share/man/man1/rz.1.gz
lrwxrwxrwx root/root usr/share/man/man1/sb.1.gz -> sz.1.gz
lrwxrwxrwx root/root usr/share/man/man1/sx.1.gz -> sz.1.gz
-rwxr-xr-x root/root usr/share/man/man1/sz.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3yLhLPWMkQVqH98kk2QzfKdC6SWXHHOHfnVDqD6upt7ozk1ycm0OSek4XkbTiJMjvTx6H2fMzbeojp2IsltJHw4=
SHA256 (Pkgfile) = 0e5271d18874e41d3b1c1ca3ffe1eff455ed6fc8fa008baa24e924fda09dbe0e
SHA256 (.footprint) = 09bf764593c7c33a18c822e891a1dba29663ed2ec9687589c4b7beef103bab5b
SHA256 (lrzsz-0.12.20.tar.gz) = c28b36b14bddb014d9e9c97c52459852f97bd405f89113f30bee45ed92728ff1

View File

@ -1,22 +0,0 @@
# Description: Xmodem, Ymodem and Zmodem file transfer programs
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# URL: https://www.ohse.de/uwe/software/lrzsz.html
name=lrzsz
version=0.12.20
release=3
source=(http://www.ohse.de/uwe/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls
make
for d in r s; do
install -D src/l${d}z $PKG/usr/bin/${d}z
install -D man/l${d}z.1 $PKG/usr/share/man/man1/${d}z.1
for p in b x; do
ln -s ${d}z $PKG/usr/bin/${d}${p}
ln -s ${d}z.1.gz $PKG/usr/share/man/man1/${d}${p}.1.gz
done
done
}