dsh: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-04 09:15:37 +00:00
parent a60e901f7a
commit fd6806d91d
Signed by: tb
GPG Key ID: 42F8B4E30B673606
4 changed files with 0 additions and 53 deletions

View File

@ -1,15 +0,0 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/dsh/
-rw-r--r-- root/root etc/dsh/dsh.conf
drwxr-xr-x root/root etc/dsh/group/
lrwxrwxrwx root/root etc/dsh/group/all -> /etc/dsh/machines.list
-rw-r--r-- root/root etc/dsh/machines.list
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dsh
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/dsh.1.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/dsh.conf.5.gz

View File

@ -1,6 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF339moOSmRtmOQwXQ+p71rC/ltZ/Qzn9dCjIr5T50jDCWAZCUtZBD9HeihfndElsJNmR3pjEGxk9JTflsmqESCw4=
SHA256 (Pkgfile) = 0e546ddb47c559007174c7e823ae74fd176282e2ad0f40ab198d3f342584f02f
SHA256 (.footprint) = 08c285d78e66bec7fce7d7a949ec09050bc1acef6d70b471b6b947fa5297de0b
SHA256 (dsh-0.25.10.tar.gz) = 520031a5474c25c6b3f9a0840e06a4fea4750734043ab06342522f533fa5b4d0
SHA256 (machines.list) = d906aecb61d076a967d9ffe8821c7b04b063f72df9d9e35b33ef36b1c0d98f16

View File

@ -1,31 +0,0 @@
# Description: Distributed Shell.
# URL: http://www.netfort.gr.jp/~dancer/software/dsh.html.en
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: James Mills, prologic at shortcircuit dot net dot au
# Depends on: libdshconfig
name=dsh
version=0.25.10
release=1
source=(http://www.netfort.gr.jp/~dancer/software/downloads/$name-$version.tar.gz
machines.list)
build () {
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/man/ja
sed -i -e 's|rsh|ssh|g' $name.conf
mkdir -p $PKG/etc/$name/group
install -m644 $SRC/machines.list $PKG/etc/$name/
install -m644 $name.conf $PKG/etc/$name/
ln -sf /etc/$name/machines.list $PKG/etc/$name/group/all
rm -r $PKG/usr/etc
}

View File

@ -1 +0,0 @@
localhost