pkgsrc-Changes archive

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

CVS commit: pkgsrc/net



Module Name:    pkgsrc
Committed By:   hauke
Date:           Tue Feb  7 09:50:32 UTC 2017

Modified Files:
        pkgsrc/net: Makefile
Added Files:
        pkgsrc/net/p5-File-Rsync: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1147 -r1.1148 pkgsrc/net/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/net/p5-File-Rsync/DESCR \
    pkgsrc/net/p5-File-Rsync/Makefile pkgsrc/net/p5-File-Rsync/PLIST \
    pkgsrc/net/p5-File-Rsync/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/Makefile
diff -u pkgsrc/net/Makefile:1.1147 pkgsrc/net/Makefile:1.1148
--- pkgsrc/net/Makefile:1.1147  Sun Feb  5 11:51:34 2017
+++ pkgsrc/net/Makefile Tue Feb  7 09:50:32 2017
@@ -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

Added files:

Index: pkgsrc/net/p5-File-Rsync/DESCR
diff -u /dev/null pkgsrc/net/p5-File-Rsync/DESCR:1.1
--- /dev/null   Tue Feb  7 09:50:32 2017
+++ pkgsrc/net/p5-File-Rsync/DESCR      Tue Feb  7 09:50:32 2017
@@ -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.
Index: pkgsrc/net/p5-File-Rsync/Makefile
diff -u /dev/null pkgsrc/net/p5-File-Rsync/Makefile:1.1
--- /dev/null   Tue Feb  7 09:50:32 2017
+++ pkgsrc/net/p5-File-Rsync/Makefile   Tue Feb  7 09:50:32 2017
@@ -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"
Index: pkgsrc/net/p5-File-Rsync/PLIST
diff -u /dev/null pkgsrc/net/p5-File-Rsync/PLIST:1.1
--- /dev/null   Tue Feb  7 09:50:32 2017
+++ pkgsrc/net/p5-File-Rsync/PLIST      Tue Feb  7 09:50:32 2017
@@ -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
Index: pkgsrc/net/p5-File-Rsync/distinfo
diff -u /dev/null pkgsrc/net/p5-File-Rsync/distinfo:1.1
--- /dev/null   Tue Feb  7 09:50:32 2017
+++ pkgsrc/net/p5-File-Rsync/distinfo   Tue Feb  7 09:50:32 2017
@@ -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