Import devel/p5-File-RsyncP 0.70, needed by BackupPC.
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. ok sthen@
This commit is contained in:
parent
b809bb103f
commit
9cd2f919cf
18
devel/p5-File-RsyncP/Makefile
Normal file
18
devel/p5-File-RsyncP/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/09/18 22:25:13 landry Exp $
|
||||
|
||||
COMMENT = perl implementation of an Rsync client
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = File-RsyncP-0.70
|
||||
CATEGORIES = devel
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
WANTLIB = m
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/p5-File-RsyncP/distinfo
Normal file
5
devel/p5-File-RsyncP/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (File-RsyncP-0.70.tar.gz) = 8kQ3LRWimRuHAPYuc6xR5A==
|
||||
RMD160 (File-RsyncP-0.70.tar.gz) = gbQEM4OG6XG3I4zJWXrYx8So5go=
|
||||
SHA1 (File-RsyncP-0.70.tar.gz) = XvIciwpeYs3A0L32l6W9nKrq/JQ=
|
||||
SHA256 (File-RsyncP-0.70.tar.gz) = 1PYSdlA5OmXtfWbRSzoSaCfJnoQiw88gVIGp9+vOmZQ=
|
||||
SIZE (File-RsyncP-0.70.tar.gz) = 160281
|
4
devel/p5-File-RsyncP/pkg/DESCR
Normal file
4
devel/p5-File-RsyncP/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
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.
|
23
devel/p5-File-RsyncP/pkg/PLIST
Normal file
23
devel/p5-File-RsyncP/pkg/PLIST
Normal file
@ -0,0 +1,23 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/09/18 22:25:13 landry Exp $
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/File/
|
||||
${P5ARCH}/File/RsyncP/
|
||||
${P5ARCH}/File/RsyncP.pm
|
||||
${P5ARCH}/File/RsyncP/Digest.pm
|
||||
${P5ARCH}/File/RsyncP/FileIO.pm
|
||||
${P5ARCH}/File/RsyncP/FileList.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/File/
|
||||
${P5ARCH}/auto/File/RsyncP/
|
||||
${P5ARCH}/auto/File/RsyncP/Digest/
|
||||
${P5ARCH}/auto/File/RsyncP/Digest/Digest.bs
|
||||
${P5ARCH}/auto/File/RsyncP/Digest/Digest.so
|
||||
${P5ARCH}/auto/File/RsyncP/Digest/autosplit.ix
|
||||
${P5ARCH}/auto/File/RsyncP/FileList/
|
||||
${P5ARCH}/auto/File/RsyncP/FileList/FileList.bs
|
||||
${P5ARCH}/auto/File/RsyncP/FileList/FileList.so
|
||||
${P5ARCH}/auto/File/RsyncP/FileList/autosplit.ix
|
||||
@man man/man3p/File::RsyncP.3p
|
||||
@man man/man3p/File::RsyncP::Digest.3p
|
||||
@man man/man3p/File::RsyncP::FileIO.3p
|
||||
@man man/man3p/File::RsyncP::FileList.3p
|
Loading…
Reference in New Issue
Block a user