           SPELL=net-ssh
         VERSION=1.1.2
          SOURCE="${SPELL}-${VERSION}.tar.bz2"
   SOURCE_URL[0]=http://rubyforge.org/frs/download.php/21889/${SOURCE}
     SOURCE_HASH=sha512:cbd92b9f8d75d99d336a7f2c9ade373006189d527c1b7ddeca9d528ddcc6b76736ddd1b65a69386b5f1bab6ca2d6a1f50e4e3acd38d5d16aa9b6a489e5208672
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://net-ssh.rubyforge.org"
      LICENSE[0]=BSD
         ENTERED=20080114
           SHORT="SSH2 client protocol implemented in Ruby"
cat << EOF
Net::SSH is a Ruby library that allows you to communicate with a remote
host via SSH (specifically the SSH2 protocol). Execution of remote commands
(interactively and non-interactively) and port forwarding are currently
supported. 
 
 New in 0.6.0: Pageant support (thanks, Guillaume!) and support
for external services (like Net::SSH).

  Versions: [0.6.0 (2004-12-02)]
        [0.5.0 (2004-11-23)] [0.0.4 (2004-07-25)] [0.0.2 (2004-07-05)]
EOF
