svn commit: r311286 - in head/net: . p5-Net-SSH-Mechanize
Jun Kuriyama
kuriyama at FreeBSD.org
Thu Jan 31 03:52:00 UTC 2013
Author: kuriyama
Date: Thu Jan 31 03:51:58 2013
New Revision: 311286
URL: http://svnweb.freebsd.org/changeset/ports/311286
Log:
Asynchronous ssh command invocation.
WWW: http://search.cpan.org/dist/Net-SSH-Mechanize/
Added:
head/net/p5-Net-SSH-Mechanize/
head/net/p5-Net-SSH-Mechanize/Makefile (contents, props changed)
head/net/p5-Net-SSH-Mechanize/distinfo (contents, props changed)
head/net/p5-Net-SSH-Mechanize/pkg-descr (contents, props changed)
head/net/p5-Net-SSH-Mechanize/pkg-plist (contents, props changed)
Modified:
head/net/Makefile
Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile Thu Jan 31 02:46:50 2013 (r311285)
+++ head/net/Makefile Thu Jan 31 03:51:58 2013 (r311286)
@@ -665,6 +665,7 @@
SUBDIR += p5-Net-SNPP
SUBDIR += p5-Net-SSH
SUBDIR += p5-Net-SSH-Expect
+ SUBDIR += p5-Net-SSH-Mechanize
SUBDIR += p5-Net-SSH-Perl
SUBDIR += p5-Net-SSH2
SUBDIR += p5-Net-STOMP-Client
Added: head/net/p5-Net-SSH-Mechanize/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/p5-Net-SSH-Mechanize/Makefile Thu Jan 31 03:51:58 2013 (r311286)
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME= Net-SSH-Mechanize
+PORTVERSION= 0.1.3
+CATEGORIES= net perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= kuriyama at FreeBSD.org
+COMMENT= Perl extension for asynchronous ssh command invocation
+
+RUN_DEPENDS= \
+ p5-AnyEvent>0:${PORTSDIR}/devel/p5-AnyEvent \
+ p5-AnyEvent-Subprocess>0:${PORTSDIR}/devel/p5-AnyEvent-Subprocess \
+ p5-Coro>0:${PORTSDIR}/devel/p5-Coro \
+ p5-Moose>0:${PORTSDIR}/devel/p5-Moose \
+ p5-MooseX-Params-Validate>0:${PORTSDIR}/devel/p5-MooseX-Params-Validate
+BUILD_DEPENDS= ${RUN_DEPENDS}
+
+PERL_MODBUILD= yes
+
+MAN3= Net::SSH::Mechanize.3 \
+ Net::SSH::Mechanize::ConnectParams.3 \
+ Net::SSH::Mechanize::Multi.3 \
+ Net::SSH::Mechanize::Session.3
+
+.include <bsd.port.mk>
Added: head/net/p5-Net-SSH-Mechanize/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/p5-Net-SSH-Mechanize/distinfo Thu Jan 31 03:51:58 2013 (r311286)
@@ -0,0 +1,2 @@
+SHA256 (Net-SSH-Mechanize-0.1.3.tar.gz) = da9f95c2c961ff7edeace6b0d7dce50e120afebca40ec10d1f5338dd3de977d3
+SIZE (Net-SSH-Mechanize-0.1.3.tar.gz) = 32301
Added: head/net/p5-Net-SSH-Mechanize/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/p5-Net-SSH-Mechanize/pkg-descr Thu Jan 31 03:51:58 2013 (r311286)
@@ -0,0 +1,3 @@
+Asynchronous ssh command invocation.
+
+WWW: http://search.cpan.org/dist/Net-SSH-Mechanize/
Added: head/net/p5-Net-SSH-Mechanize/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/p5-Net-SSH-Mechanize/pkg-plist Thu Jan 31 03:51:58 2013 (r311286)
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/Net/SSH/Mechanize.pm
+%%SITE_PERL%%/Net/SSH/Mechanize/ConnectParams.pm
+%%SITE_PERL%%/Net/SSH/Mechanize/Multi.pm
+%%SITE_PERL%%/Net/SSH/Mechanize/Session.pm
+ at dirrm %%SITE_PERL%%/Net/SSH/Mechanize
+ at dirrmtry %%SITE_PERL%%/Net/SSH
+ at dirrmtry %%SITE_PERL%%/Net
More information about the svn-ports-head
mailing list