1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Get MD5 sums for files of a given path or content of a given url.

WWW: http://search.cpan.org/dist/Digest-MD5-File

PR:		ports/90567
Submitted by:	Gabor Kovesdan
This commit is contained in:
Erwin Lansing 2005-12-17 16:22:16 +00:00
parent f42c6cee20
commit b54f7fcc07
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151407
5 changed files with 38 additions and 0 deletions

View File

@ -345,6 +345,7 @@
SUBDIR += p5-Digest-MD2
SUBDIR += p5-Digest-MD4
SUBDIR += p5-Digest-MD5
SUBDIR += p5-Digest-MD5-File
SUBDIR += p5-Digest-MD5-M4p
SUBDIR += p5-Digest-Nilsimsa
SUBDIR += p5-Digest-SHA

View File

@ -0,0 +1,24 @@
# Ports collection Makefile for: p5-Digest-MD5-File
# Date created: 17 Dec 2005
# Whom: Gabor Kovesdan
# $FreeBSD$
PORTNAME= Digest-MD5-File
PORTVERSION= 0.03
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Digest
PKGNAMEPREFIX= p5-
MAINTAINER= gkovesdan@t-hosting.hu
COMMENT= Perl extension for getting MD5 sums for files and urls
PERL_CONFIGURE= yes
MAN3= Digest::MD5::File.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} <= 500503
IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (Digest-MD5-File-0.03.tar.gz) = 93d3276acb07b4e028ad3b7e07511a2d
SHA256 (Digest-MD5-File-0.03.tar.gz) = 33ba1f1fd89fa9b1d01003747ec8380e6433d9b4a87f3b4ac1488b9e16bef6a4
SIZE (Digest-MD5-File-0.03.tar.gz) = 3502

View File

@ -0,0 +1,3 @@
Get MD5 sums for files of a given path or content of a given url.
WWW: http://search.cpan.org/dist/Digest-MD5-File

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/Digest/MD5/File.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD5/File/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD5/File/
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD5 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Digest/MD5 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Digest/ 2>/dev/null || true