Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Dec 2003 11:30:07 +0100 (CET)
From:      Lars Thegler <lars@thegler.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/60497: [NEW PORT] net/p5-File-RsyncP: Perl Rsync client
Message-ID:  <20031222103007.4D3E63ED3@dask.thegler.dk>
Resent-Message-ID: <200312221040.hBMAeGvr068628@freefall.freebsd.org>

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

>Number:         60497
>Category:       ports
>Synopsis:       [NEW PORT] net/p5-File-RsyncP: Perl Rsync client
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 22 02:40:16 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Lars Thegler
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD dask.thegler.dk 4.9-STABLE FreeBSD 4.9-STABLE #2: Wed Nov  5 11:25:36 CET
>Description:
File::RsyncP is a perl implementation of an Rsync client. It is
compatible with Rsync 2.5.5 (protocol version 26). It can send or
receive files, either by running rsync on the remote machine, or
connecting to an rsyncd deamon on the remote machine.

WWW: http://search.cpan.org/dist/File-RsyncP

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- p5-File-RsyncP-0.44.shar begins here ---
# 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-File-RsyncP
#	p5-File-RsyncP/pkg-plist
#	p5-File-RsyncP/pkg-descr
#	p5-File-RsyncP/Makefile
#	p5-File-RsyncP/distinfo
#
echo c - p5-File-RsyncP
mkdir -p p5-File-RsyncP > /dev/null 2>&1
echo x - p5-File-RsyncP/pkg-plist
sed 's/^X//' >p5-File-RsyncP/pkg-plist << 'END-of-p5-File-RsyncP/pkg-plist'
X%%SITE_PERL%%/%%PERL_ARCH%%/File/RsyncP.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/File/RsyncP/Digest.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/File/RsyncP/FileIO.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/File/RsyncP/FileList.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/RsyncP/Digest/Digest.so
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/RsyncP/Digest/Digest.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/RsyncP/Digest/autosplit.ix
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/RsyncP/FileList/FileList.so
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/RsyncP/FileList/FileList.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/RsyncP/FileList/autosplit.ix
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/RsyncP/.packlist
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/RsyncP/Digest 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/RsyncP/FileList 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/RsyncP 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/File/RsyncP 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/File 2>/dev/null || true
END-of-p5-File-RsyncP/pkg-plist
echo x - p5-File-RsyncP/pkg-descr
sed 's/^X//' >p5-File-RsyncP/pkg-descr << 'END-of-p5-File-RsyncP/pkg-descr'
XFile::RsyncP is a perl implementation of an Rsync client. It is
Xcompatible with Rsync 2.5.5 (protocol version 26). It can send or
Xreceive files, either by running rsync on the remote machine, or
Xconnecting to an rsyncd deamon on the remote machine.
X
XWWW: http://search.cpan.org/dist/File-RsyncP
END-of-p5-File-RsyncP/pkg-descr
echo x - p5-File-RsyncP/Makefile
sed 's/^X//' >p5-File-RsyncP/Makefile << 'END-of-p5-File-RsyncP/Makefile'
X# New ports collection makefile for:	p5-File-RsyncP
X# Date created:				Mon Dec 22 10:30:25 GMT 2003
X# Whom:					Lars Thegler <lars@thegler.dk>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	File-RsyncP
XPORTVERSION=	0.44
XCATEGORIES=	net perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	File
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	lars@thegler.dk
XCOMMENT=	Perl Rsync client
X
XPERL_CONFIGURE=	yes
X
XMAN3=		File::RsyncP.3 \
X		File::RsyncP::Digest.3 \
X		File::RsyncP::FileList.3 \
X		File::RsyncP::FileIO.3
X
X.include <bsd.port.mk>
END-of-p5-File-RsyncP/Makefile
echo x - p5-File-RsyncP/distinfo
sed 's/^X//' >p5-File-RsyncP/distinfo << 'END-of-p5-File-RsyncP/distinfo'
XMD5 (File-RsyncP-0.44.tar.gz) = 1c238af568362c8ed6da7d2691fda1bb
END-of-p5-File-RsyncP/distinfo
exit
--- p5-File-RsyncP-0.44.shar ends here ---

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



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