Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Feb 2006 11:02:48 +0100 (CET)
From:      Simun Mikecin <numisemis@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/93895: [NEW PORT] net/p5-Net-SCP-Expect: wrapper for scp that allows passwords via Expect
Message-ID:  <20060227100248.6AB5826D045@mail.logos.hr>
Resent-Message-ID: <200602271010.k1RAA4kw042923@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         93895
>Category:       ports
>Synopsis:       [NEW PORT] net/p5-Net-SCP-Expect: wrapper for scp that allows passwords via Expect
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 27 10:10:04 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Simun Mikecin
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD mail.logos.hr 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #1: Mon Jul 26 14:07:00 CEST 2004 root@mail.logos.hr:/usr/obj/usr/src.5.2.1-R/sys/MAIL i386


	
>Description:
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.
>How-To-Repeat:
	
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Net-SCP-Expect
#	p5-Net-SCP-Expect/pkg-plist
#	p5-Net-SCP-Expect/pkg-descr
#	p5-Net-SCP-Expect/distinfo
#	p5-Net-SCP-Expect/Makefile
#
echo c - p5-Net-SCP-Expect
mkdir -p p5-Net-SCP-Expect > /dev/null 2>&1
echo x - p5-Net-SCP-Expect/pkg-plist
sed 's/^X//' >p5-Net-SCP-Expect/pkg-plist << 'END-of-p5-Net-SCP-Expect/pkg-plist'
X%%SITE_PERL%%/Net/SCP/Expect.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SCP/Expect/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SCP/Expect
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SCP
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
X@dirrmtry %%SITE_PERL%%/Net
END-of-p5-Net-SCP-Expect/pkg-plist
echo x - p5-Net-SCP-Expect/pkg-descr
sed 's/^X//' >p5-Net-SCP-Expect/pkg-descr << 'END-of-p5-Net-SCP-Expect/pkg-descr'
XThis module is simply a wrapper around the scp call.  The primary difference
Xbetween this module and I<Net::SCP> is that you may send a password
Xprogrammatically, instead of being forced to deal with interactive sessions.
END-of-p5-Net-SCP-Expect/pkg-descr
echo x - p5-Net-SCP-Expect/distinfo
sed 's/^X//' >p5-Net-SCP-Expect/distinfo << 'END-of-p5-Net-SCP-Expect/distinfo'
XMD5 (Net-SCP-Expect-0.12.tar.gz) = ed57459ab1511bed85479bdcb18cc67a
XSHA256 (Net-SCP-Expect-0.12.tar.gz) = dd715f39ea4011797d747d2575b4933d603ff32f242b3b2cf9ca791cd7bec450
XSIZE (Net-SCP-Expect-0.12.tar.gz) = 160355
END-of-p5-Net-SCP-Expect/distinfo
echo x - p5-Net-SCP-Expect/Makefile
sed 's/^X//' >p5-Net-SCP-Expect/Makefile << 'END-of-p5-Net-SCP-Expect/Makefile'
X# New ports collection makefile for:   p5-Net-SCP-Expect
X# Date created:                        27 Feb 2006
X# Whom:                                Simun Mikecin <numisemis@yahoo.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Net-SCP-Expect
XPORTVERSION=	0.12
XCATEGORIES=	net perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Net
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	numisemis@yahoo.com
XCOMMENT=	Perl5 wrapper for scp that allows passwords via Expect
X
XBUILD_DEPENDS=	${SITE_PERL}/Expect.pm:${PORTSDIR}/lang/p5-Expect
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Net::SCP::Expect.3
X
X.include <bsd.port.mk>
END-of-p5-Net-SCP-Expect/Makefile
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060227100248.6AB5826D045>