From sime@logos.hr  Mon Feb 27 10:03:15 2006
Return-Path: <sime@logos.hr>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9166F16A420
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Feb 2006 10:03:15 +0000 (GMT)
	(envelope-from sime@logos.hr)
Received: from mail.logos.hr (gates.logos.hr [213.149.47.2])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1E55543D45
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Feb 2006 10:03:14 +0000 (GMT)
	(envelope-from sime@logos.hr)
Received: from localhost (localhost.logos.hr [127.0.0.1])
	by mail.logos.hr (Postfix) with ESMTP id 1D80226D050
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Feb 2006 11:03:13 +0100 (CET)
Received: from mail.logos.hr ([127.0.0.1])
 by localhost (mail.logos.hr [127.0.0.1]) (amavisd-new, port 10024) with LMTP
 id 91718-02 for <FreeBSD-gnats-submit@freebsd.org>;
 Mon, 27 Feb 2006 11:02:48 +0100 (CET)
Received: by mail.logos.hr (Postfix, from userid 34062)
	id 6AB5826D045; Mon, 27 Feb 2006 11:02:48 +0100 (CET)
Message-Id: <20060227100248.6AB5826D045@mail.logos.hr>
Date: Mon, 27 Feb 2006 11:02:48 +0100 (CET)
From: Simun Mikecin <numisemis@yahoo.com>
Reply-To: Simun Mikecin <numisemis@yahoo.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] net/p5-Net-SCP-Expect: wrapper for scp that allows passwords via Expect
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:    garga
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 27 10:10:04 GMT 2006
>Closed-Date:    Wed Mar 15 10:43:41 GMT 2006
>Last-Modified:  Wed Mar 15 10:43:41 GMT 2006
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->garga 
Responsible-Changed-By: garga 
Responsible-Changed-When: Thu Mar 2 11:43:23 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93895 
State-Changed-From-To: open->closed 
State-Changed-By: garga 
State-Changed-When: Wed Mar 15 10:43:39 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93895 
>Unformatted:
