Bug 114147 - [NEW PORT] net/p5-Net-SSH-Expect: SSH wrapper to execute remote commands
Summary: [NEW PORT] net/p5-Net-SSH-Expect: SSH wrapper to execute remote commands
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-30 06:40 UTC by Tsung-Han Yeh
Modified: 2007-06-30 11:40 UTC (History)
0 users

See Also:


Attachments
p5-Net-SSH-Expect-0.05.shar (2.65 KB, text/plain)
2007-06-30 06:40 UTC, Tsung-Han Yeh
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tsung-Han Yeh 2007-06-30 06:40:03 UTC
This module is a wrapper to the ssh executable that is available in
your system's $PATH. Use this module to execute commands on the remote SSH
server. It authenticates with the user and password you passed in the 
constructor's attributes user and password.

Author: Adam Kennedy <cpan@ali.as>
WWW:    http://search.cpan.org/dist/Net-SSH-Expect/

Generated with FreeBSD Port Tools 0.77
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-06-30 11:39:36 UTC
vanilla     2007-06-30 10:39:30 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/p5-Net-SSH-Expect Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add p5-Net-SSH-Expect 0.05, SSH wrapper to execute remote commands.
  
  PR:             ports/114147
  Submitted by:   Tsung-Han Yeh <snowfly at yuntech.edu.tw>
  
  Revision  Changes    Path
  1.1885    +1 -0      ports/net/Makefile
  1.1       +31 -0     ports/net/p5-Net-SSH-Expect/Makefile (new)
  1.1       +3 -0      ports/net/p5-Net-SSH-Expect/distinfo (new)
  1.1       +7 -0      ports/net/p5-Net-SSH-Expect/pkg-descr (new)
  1.1       +8 -0      ports/net/p5-Net-SSH-Expect/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Vanilla I. Shu freebsd_committer freebsd_triage 2007-06-30 11:40:17 UTC
State Changed
From-To: open->closed

Committed, thanks.