File::DirCompare is a perl module for comparing two directories via

callbacks, which are invoked for all files thar are 'diffent'
between the two directories, and for any files that exist only in
one or other directory ('unique' files).

ok landry@
This commit is contained in:
jamesw 2010-05-12 18:44:16 +00:00
parent 95566c7065
commit d99c57ae04
4 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/05/12 18:44:16 jamesw Exp $
COMMENT = Compare two directories using callbacks
MODULES = cpan
DISTNAME = File-DirCompare-0.6
CATEGORIES = devel
CPAN_AUTHOR = GAVINC
MAINTAINER = James Wright <jamesw@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
CONFIGURE_STYLE = perl
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (File-DirCompare-0.6.tar.gz) = dbFQ4y1dm9Eg4yx+LuARJQ==
RMD160 (File-DirCompare-0.6.tar.gz) = Y0mfCNY1U7YaJNcLAQi341K6Sf8=
SHA1 (File-DirCompare-0.6.tar.gz) = 52hYOAxOTHFCRB3P6y0roKexYs4=
SHA256 (File-DirCompare-0.6.tar.gz) = 2y+Q1KoCp/hcf5V1piVoMxO1bsvA02RseTxoWwWzva4=
SIZE (File-DirCompare-0.6.tar.gz) = 8612

View File

@ -0,0 +1,4 @@
File::DirCompare is a perl module for comparing two directories via
callbacks, which are invoked for all files that are 'different'
between the two directories, and for any files that exist only in
one or other directory ('unique' files).

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/05/12 18:44:16 jamesw Exp $
${P5SITE}/File/
${P5SITE}/File/DirCompare.pm
@man man/man3p/File::DirCompare.3p