pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net Perl Convenience wrapper for the rsync(1) program....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37a10e184c6f
branches:  trunk
changeset: 358186:37a10e184c6f
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Tue Feb 07 09:50:32 2017 +0000

description:
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.

diffstat:

 net/Makefile               |   3 ++-
 net/p5-File-Rsync/DESCR    |   3 +++
 net/p5-File-Rsync/Makefile |  23 +++++++++++++++++++++++
 net/p5-File-Rsync/PLIST    |   4 ++++
 net/p5-File-Rsync/distinfo |   6 ++++++
 5 files changed, 38 insertions(+), 1 deletions(-)

diffs (69 lines):

diff -r 250284398f4d -r 37a10e184c6f net/Makefile
--- a/net/Makefile      Tue Feb 07 09:23:41 2017 +0000
+++ b/net/Makefile      Tue Feb 07 09:50:32 2017 +0000
@@ -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-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
diff -r 250284398f4d -r 37a10e184c6f net/p5-File-Rsync/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-File-Rsync/DESCR   Tue Feb 07 09:50:32 2017 +0000
@@ -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.
diff -r 250284398f4d -r 37a10e184c6f net/p5-File-Rsync/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-File-Rsync/Makefile        Tue Feb 07 09:50:32 2017 +0000
@@ -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@localhost
+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"
diff -r 250284398f4d -r 37a10e184c6f net/p5-File-Rsync/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-File-Rsync/PLIST   Tue Feb 07 09:50:32 2017 +0000
@@ -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
diff -r 250284398f4d -r 37a10e184c6f net/p5-File-Rsync/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-File-Rsync/distinfo        Tue Feb 07 09:50:32 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index