Perl Convenience wrapper for the rsync(1) program. Written for

rsync-2.3.2 and updated for rsync-3.1.1 but should perform properly
with most recent versions.
This commit is contained in:
hauke 2017-02-07 09:50:32 +00:00
parent a4ed0a0af0
commit afdfb53b3d
5 changed files with 38 additions and 1 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1147 2017/02/05 11:51:34 tsutsui Exp $
# $NetBSD: Makefile,v 1.1148 2017/02/07 09:50:32 hauke Exp $
#
COMMENT= Networking tools
@ -440,6 +440,7 @@ SUBDIR+= p5-DNS-LDNS
SUBDIR+= p5-DNS-ZoneParse
SUBDIR+= p5-Danga-Socket
SUBDIR+= p5-Data-Stream-Bulk
SUBDIR+= p5-File-Rsync
SUBDIR+= p5-File-RsyncP
SUBDIR+= p5-FusionInventory-Agent
SUBDIR+= p5-FusionInventory-Agent-Task-Network

3
net/p5-File-Rsync/DESCR Normal file
View file

@ -0,0 +1,3 @@
Perl Convenience wrapper for the rsync(1) program. Written for
rsync-2.3.2 and updated for rsync-3.1.1 but should perform properly
with most recent versions.

View file

@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.1 2017/02/07 09:50:32 hauke Exp $
DISTNAME= File-Rsync-0.49
PKGNAME= p5-${DISTNAME}
#PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../..//authors/id/L/LE/LEAKIN/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~leakin/File-Rsync/Rsync.pm
COMMENT= Perl module interface to rsync(1)
LICENSE= ${PERL5_LICENSE}
DEPENDS+= rsync-[0-9]*:../../net/rsync
REPLACE_PERL+= test.pl
PERL5_MODULE_TYPE= MakeMaker
PERL5_PACKLIST= auto/File/Rsync/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

4
net/p5-File-Rsync/PLIST Normal file
View file

@ -0,0 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2017/02/07 09:50:32 hauke Exp $
${PERL5_SUB_INSTALLVENDORLIB}/File/Rsync.pm
${PERL5_SUB_INSTALLVENDORARCH}/auto/File/Rsync/.packlist
${PERL5_SUB_INSTALLVENDORMAN3DIR}/File::Rsync.3

View file

@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2017/02/07 09:50:32 hauke Exp $
SHA1 (File-Rsync-0.49.tar.gz) = fee1c985bd3f5064cd47f2a9f10fd3d256b50e77
RMD160 (File-Rsync-0.49.tar.gz) = 9953e960bb1132aaee9e6dd5fe56415e9416d7eb
SHA512 (File-Rsync-0.49.tar.gz) = 2d8d227a5f7bedc97be678250b741c11279105f191ea773fb45b48fc8f3a3bf8f14e96103aa33fe8a6a5b2ae99e622dc2001f4df33a9de7b09d560f5b490cdb1
Size (File-Rsync-0.49.tar.gz) = 21914 bytes