diff options
author | miwi <miwi@FreeBSD.org> | 2010-06-06 00:12:49 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-06-06 00:12:49 +0800 |
commit | dec210985b4014078600f24f670be9d45578242c (patch) | |
tree | 47b50b1f0622de41cdc643e0ef08fd77167c96c5 | |
parent | 5a7697757d3f64cfe2701bf55c677c8c5a4a18d8 (diff) | |
download | freebsd-ports-gnome-dec210985b4014078600f24f670be9d45578242c.tar.gz freebsd-ports-gnome-dec210985b4014078600f24f670be9d45578242c.tar.zst freebsd-ports-gnome-dec210985b4014078600f24f670be9d45578242c.zip |
Drive ssh or other interactive shell, local or remote (like 'expect')
WWW: http://search.cpan.org/dist/IPC-Session/
PR: ports/147286
Submitted by: Alexander Kriventsov <avk at vl.ru>
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-IPC-Session/Makefile | 21 | ||||
-rw-r--r-- | net/p5-IPC-Session/distinfo | 3 | ||||
-rw-r--r-- | net/p5-IPC-Session/pkg-descr | 3 | ||||
-rw-r--r-- | net/p5-IPC-Session/pkg-plist | 5 |
5 files changed, 33 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index c38f4c0882ba..39446341269f 100644 --- a/net/Makefile +++ b/net/Makefile @@ -508,6 +508,7 @@ SUBDIR += p5-IO-Socket-Multicast SUBDIR += p5-IO-Socket-Multicast6 SUBDIR += p5-IP-Country + SUBDIR += p5-IPC-Session SUBDIR += p5-JavaScript-RPC SUBDIR += p5-Jifty-Plugin-Authentication-Ldap SUBDIR += p5-Net diff --git a/net/p5-IPC-Session/Makefile b/net/p5-IPC-Session/Makefile new file mode 100644 index 000000000000..316b934b7c6a --- /dev/null +++ b/net/p5-IPC-Session/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-IPC-Session +# Date created: 01 Jun 2010 +# Whom: Alexander Kriventsov <avk@vl.ru> +# +# $FreeBSD$ +# + +PORTNAME= IPC-Session +PORTVERSION= 0.05 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= avk@vl.ru +COMMENT= Drive ssh or other interactive shell, local or remote (like 'expect') + +PERL_CONFIGURE= yes + +MAN3= IPC::Session.3 + +.include <bsd.port.mk> diff --git a/net/p5-IPC-Session/distinfo b/net/p5-IPC-Session/distinfo new file mode 100644 index 000000000000..5ff6c3e7164e --- /dev/null +++ b/net/p5-IPC-Session/distinfo @@ -0,0 +1,3 @@ +MD5 (IPC-Session-0.05.tar.gz) = aa56a95d08ebfc11edff3d9e9515d93c +SHA256 (IPC-Session-0.05.tar.gz) = 045e6db508cc5cfbaa0c24401c1e0af486cdc513550a998d7c6f058ff1486bb5 +SIZE (IPC-Session-0.05.tar.gz) = 5338 diff --git a/net/p5-IPC-Session/pkg-descr b/net/p5-IPC-Session/pkg-descr new file mode 100644 index 000000000000..8d3ffef951b8 --- /dev/null +++ b/net/p5-IPC-Session/pkg-descr @@ -0,0 +1,3 @@ +Drive ssh or other interactive shell, local or remote (like 'expect') + +WWW: http://search.cpan.org/dist/IPC-Session/ diff --git a/net/p5-IPC-Session/pkg-plist b/net/p5-IPC-Session/pkg-plist new file mode 100644 index 000000000000..b09fb946da99 --- /dev/null +++ b/net/p5-IPC-Session/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Session/.packlist +%%SITE_PERL%%/IPC/Session.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Session +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC +@dirrmtry %%SITE_PERL%%/IPC |