Bug 109702 - [NEW PORT] net/p5-Net-SSH2: Support for the SSH 2 protocol via libSSH2
Summary: [NEW PORT] net/p5-Net-SSH2: Support for the SSH 2 protocol via libSSH2
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-01 01:30 UTC by tjs
Modified: 2007-03-02 01:50 UTC (History)
0 users

See Also:


Attachments
p5-Net-SSH2-0.10.shar (3.09 KB, text/plain)
2007-03-01 01:30 UTC, tjs
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description tjs 2007-03-01 01:30:04 UTC
Net::SSH2 is a perl interface to the libssh2 (http://www.libssh2.org) library.
It supports the SSH2 protocol (there is no support for SSH1) with all of the
key exchanges, ciphers, and compression of libssh2.

Unless otherwise indicated, methods return a true value on success and false
on failure; use the error method to get extended error information.

The typical order is to create the SSH2 object, set up the connection methods
you want to use, call connect, authenticate with one of the auth methods, then
create channels on the connection to perform commands.

WWW:	http://search.cpan.org/dist/Net-SSH2/

Generated with FreeBSD Port Tools 0.77
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-03-01 01:38:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-02 01:46:25 UTC
clsung      2007-03-02 01:46:20 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/p5-Net-SSH2      Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add p5-Net-SSH2 0.10, support for the SSH 2 protocol via libSSH2.
  
  PR:             ports/109702
  Submitted by:   Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
  
  Revision  Changes    Path
  1.1827    +1 -0      ports/net/Makefile
  1.1       +27 -0     ports/net/p5-Net-SSH2/Makefile (new)
  1.1       +3 -0      ports/net/p5-Net-SSH2/distinfo (new)
  1.1       +12 -0     ports/net/p5-Net-SSH2/pkg-descr (new)
  1.1       +16 -0     ports/net/p5-Net-SSH2/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 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-03-02 01:49:52 UTC
State Changed
From-To: open->closed

New port added. Thank You.