summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Heinz Wiesinger2010-05-13 00:09:03 +0200
committer Heinz Wiesinger2010-05-13 00:09:03 +0200
commit77852468d95253222ef3e04560866bf45a79b03a (patch)
treebe667b0b00fbe6951c02864997ed461f0b9cf59a /network
parent473e900b213fddb3eba22d41bf03b06c9960c7fc (diff)
downloadslackbuilds-77852468d95253222ef3e04560866bf45a79b03a.tar.gz
network/x11-ssh-askpass: Removed from 13.0 repository
Diffstat (limited to 'network')
-rw-r--r--network/x11-ssh-askpass/README10
-rw-r--r--network/x11-ssh-askpass/slack-desc19
-rw-r--r--network/x11-ssh-askpass/x11-ssh-askpass.SlackBuild61
-rw-r--r--network/x11-ssh-askpass/x11-ssh-askpass.info8
-rw-r--r--network/x11-ssh-askpass/xprofile.sample14
5 files changed, 0 insertions, 112 deletions
diff --git a/network/x11-ssh-askpass/README b/network/x11-ssh-askpass/README
deleted file mode 100644
index 5e6fd817be..0000000000
--- a/network/x11-ssh-askpass/README
+++ /dev/null
@@ -1,10 +0,0 @@
-x11-ssh-askpass is an X11-based passphrase dialog for use with OpenSSH.
-
-To utilize this service, you will need a private SSH key in $HOME/.ssh/
-If you log on using kdm, then just create a $HOME/.xprofile with the
-contents of /usr/doc/x11-ssh-askpass-1.2.4.1/xprofile.sample
-
-If you are launching X from console (with startx), then you can edit
-your $HOME/.xinitrc to source the $HOME/.xprofile or just add the contents
-of $HOME/.xprofile to $HOME/.xinitrc to it. Of course, there are other
-acceptable ways to accomplish the same thing - gurus can roll their own.
diff --git a/network/x11-ssh-askpass/slack-desc b/network/x11-ssh-askpass/slack-desc
deleted file mode 100644
index d467253f48..0000000000
--- a/network/x11-ssh-askpass/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
-
- |-----handy-ruler---------------------------------------------|
-x11-ssh-askpass: x11-ssh-askpass (an X11-based passphrase dialog)
-x11-ssh-askpass:
-x11-ssh-askpass: x11-ssh-askpass is an X11-based passphrase dialog for use
-x11-ssh-askpass: with OpenSSH.
-x11-ssh-askpass:
-x11-ssh-askpass:
-x11-ssh-askpass:
-x11-ssh-askpass:
-x11-ssh-askpass:
-x11-ssh-askpass:
-x11-ssh-askpass:
diff --git a/network/x11-ssh-askpass/x11-ssh-askpass.SlackBuild b/network/x11-ssh-askpass/x11-ssh-askpass.SlackBuild
deleted file mode 100644
index cf23592237..0000000000
--- a/network/x11-ssh-askpass/x11-ssh-askpass.SlackBuild
+++ /dev/null
@@ -1,61 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for x11-ssh-askpass
-# Written by "Vincent Batts <vbatts@batts.mine.nu>"
-
-# Modified by Robby Workman <rworkman@slackbuilds.org>
-
-VERSION=1.2.4.1
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-x11-ssh-askpass
-OUTPUT=${OUTPUT:-/tmp}
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
-elif [ "$ARCH" = "s390" ]; then
- SLKCFLAGS="-O2"
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
-fi
-
-cd $TMP
-rm -rf x11-ssh-askpass-$VERSION
-tar xvf $CWD/x11-ssh-askpass-$VERSION.tar.gz
-cd x11-ssh-askpass-$VERSION
-chown -R root:root .
-chmod -R a-s,u+rw,go+r-w .
-
-CFLAGS="$SLKCFLAGS" \
-./configure \
- --prefix=/usr \
- --mandir=/usr/man/
-
-xmkmf || exit 1
-make includes || exit 1
-make || exit 1
-make install DESTDIR=$PKG || exit 1
-make install.man DESTDIR=$PKG || exit 1
-
-( cd $PKG
- find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
- find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
-)
-
-gzip -9 $PKG/usr/man/man1/x11-ssh-askpass.1x
-
-mkdir -p $PKG/usr/doc/x11-ssh-askpass-$VERSION
-cp README $CWD/xprofile.sample $PKG/usr/doc/x11-ssh-askpass-$VERSION
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/x11-ssh-askpass-$VERSION-$ARCH-$BUILD$TAG.tgz
diff --git a/network/x11-ssh-askpass/x11-ssh-askpass.info b/network/x11-ssh-askpass/x11-ssh-askpass.info
deleted file mode 100644
index c0b97dd05d..0000000000
--- a/network/x11-ssh-askpass/x11-ssh-askpass.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="x11-ssh-askpass"
-VERSION="1.2.4.1"
-HOMEPAGE="http://www.jmknoble.net/software/x11-ssh-askpass/"
-DOWNLOAD="http://www.jmknoble.net/software/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1.tar.gz"
-MD5SUM="8f2e41f3f7eaa8543a2440454637f3c3"
-MAINTAINER="Vincent Batts"
-EMAIL="vbatts@batts.mine.nu"
-APPROVED="rworkman"
diff --git a/network/x11-ssh-askpass/xprofile.sample b/network/x11-ssh-askpass/xprofile.sample
deleted file mode 100644
index dce0eae0ca..0000000000
--- a/network/x11-ssh-askpass/xprofile.sample
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-usessh=${usessh:-yes}
-
-if test "$usessh" = "yes" -a -d $HOME/.ssh ; then
- SSH_ASKPASS="/usr/libexec/x11-ssh-askpass"
- if [ -x $SSH_ASKPASS ] ; then
- export SSH_ASKPASS
- ssh-agent > $HOME/.ssh/agent
- . $HOME/.ssh/agent
- ssh-add
- fi
-fi
-