pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-File-RsyncP Import p5-File-RsyncP-0.74 as net/p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a592841db4c1
branches:  trunk
changeset: 646226:a592841db4c1
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Feb 05 16:49:13 2015 +0000

description:
Import p5-File-RsyncP-0.74 as net/p5-File-RsyncP.

File::RsyncP is a perl implementation of an Rsync client.  It is
compatible with Rsync 2.x (protocol versions up to 28).  It can send
or receive files, either by running rsync on the remote machine, or
connecting to an rsyncd deamon on the remote machine.

diffstat:

 net/p5-File-RsyncP/DESCR    |   4 ++++
 net/p5-File-RsyncP/Makefile |  24 ++++++++++++++++++++++++
 net/p5-File-RsyncP/distinfo |   5 +++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 3d813bf77a21 -r a592841db4c1 net/p5-File-RsyncP/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-File-RsyncP/DESCR  Thu Feb 05 16:49:13 2015 +0000
@@ -0,0 +1,4 @@
+File::RsyncP is a perl implementation of an Rsync client.  It is
+compatible with Rsync 2.x (protocol versions up to 28).  It can send
+or receive files, either by running rsync on the remote machine, or
+connecting to an rsyncd deamon on the remote machine.
diff -r 3d813bf77a21 -r a592841db4c1 net/p5-File-RsyncP/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-File-RsyncP/Makefile       Thu Feb 05 16:49:13 2015 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2015/02/05 16:49:13 tnn Exp $
+
+DISTNAME=      File-RsyncP-0.74
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    net
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CB/CBARRATT/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/File-RsyncP/
+COMMENT=       Perl Rsync client
+LICENSE=       gnu-gpl-v3
+
+MAKE_JOBS_SAFE=                no
+USE_LANGUAGES=         c
+PERL5_PACKLIST=                auto/File/RsyncP/.packlist
+PERL5_MODULE_TYPE=     MakeMaker
+
+REPLACE_PERL+=         lib/File/RsyncP.pm
+REPLACE_PERL+=         lib/File/RsyncP/FileIO.pm
+REPLACE_PERL+=         FileList/FileList.pm
+REPLACE_PERL+=         Digest/Digest.pm
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3d813bf77a21 -r a592841db4c1 net/p5-File-RsyncP/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-File-RsyncP/distinfo       Thu Feb 05 16:49:13 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/02/05 16:49:13 tnn Exp $
+
+SHA1 (File-RsyncP-0.74.tar.gz) = dc18d4f599dca50d3930756125283c0e92969729
+RMD160 (File-RsyncP-0.74.tar.gz) = a4407d6189cbb36f5ff1cbe01307822f5748b6b3
+Size (File-RsyncP-0.74.tar.gz) = 167122 bytes



Home | Main Index | Thread Index | Old Index