mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
Add p5-Net-SCP-Expect 0.12, perl5 wrapper for scp that allows passwords
via Expect. PR: ports/93895 Submitted by: Simun Mikecin <numisemis@yahoo.com>
This commit is contained in:
parent
6f97e07321
commit
0e95c4b3cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157214
@ -423,6 +423,7 @@
|
||||
SUBDIR += p5-Net-Rsh
|
||||
SUBDIR += p5-Net-SAP
|
||||
SUBDIR += p5-Net-SCP
|
||||
SUBDIR += p5-Net-SCP-Expect
|
||||
SUBDIR += p5-Net-SDP
|
||||
SUBDIR += p5-Net-SFTP
|
||||
SUBDIR += p5-Net-SMPP
|
||||
|
25
net/p5-Net-SCP-Expect/Makefile
Normal file
25
net/p5-Net-SCP-Expect/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-Net-SCP-Expect
|
||||
# Date created: 27 Feb 2006
|
||||
# Whom: Simun Mikecin <numisemis@yahoo.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-SCP-Expect
|
||||
PORTVERSION= 0.12
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= numisemis@yahoo.com
|
||||
COMMENT= Perl5 wrapper for scp that allows passwords via Expect
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Expect.pm:${PORTSDIR}/lang/p5-Expect
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Net::SCP::Expect.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/p5-Net-SCP-Expect/distinfo
Normal file
3
net/p5-Net-SCP-Expect/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Net-SCP-Expect-0.12.tar.gz) = ed57459ab1511bed85479bdcb18cc67a
|
||||
SHA256 (Net-SCP-Expect-0.12.tar.gz) = dd715f39ea4011797d747d2575b4933d603ff32f242b3b2cf9ca791cd7bec450
|
||||
SIZE (Net-SCP-Expect-0.12.tar.gz) = 160355
|
3
net/p5-Net-SCP-Expect/pkg-descr
Normal file
3
net/p5-Net-SCP-Expect/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This module is simply a wrapper around the scp call. The primary difference
|
||||
between this module and I<Net::SCP> is that you may send a password
|
||||
programmatically, instead of being forced to deal with interactive sessions.
|
7
net/p5-Net-SCP-Expect/pkg-plist
Normal file
7
net/p5-Net-SCP-Expect/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/Net/SCP/Expect.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SCP/Expect/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SCP/Expect
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SCP
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrmtry %%SITE_PERL%%/Net/SCP
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
Loading…
Reference in New Issue
Block a user