SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
devel/p5-File-RsyncP/Makefile
Normal file
14
devel/p5-File-RsyncP/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
COMMENT = perl implementation of an Rsync client
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = File-RsyncP-0.76
|
||||
CATEGORIES = devel
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MAKE_ENV += CC='${CC}'
|
||||
|
||||
WANTLIB += c m perl
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-File-RsyncP/distinfo
Normal file
2
devel/p5-File-RsyncP/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (File-RsyncP-0.76.tar.gz) = GyPT1MCLndPq38aj8439IbcmafAFLnrRjlM1DvR8nhY=
|
||||
SIZE (File-RsyncP-0.76.tar.gz) = 167744
|
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.
|
20
devel/p5-File-RsyncP/pkg/PLIST
Normal file
20
devel/p5-File-RsyncP/pkg/PLIST
Normal file
|
@ -0,0 +1,20 @@
|
|||
${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/
|
||||
@so ${P5ARCH}/auto/File/RsyncP/Digest/Digest.so
|
||||
${P5ARCH}/auto/File/RsyncP/Digest/autosplit.ix
|
||||
${P5ARCH}/auto/File/RsyncP/FileList/
|
||||
@so ${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…
Add table
Add a link
Reference in a new issue