diff options
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Digest-Crc32/Makefile | 26 | ||||
-rw-r--r-- | security/p5-Digest-Crc32/distinfo | 3 | ||||
-rw-r--r-- | security/p5-Digest-Crc32/pkg-descr | 4 | ||||
-rw-r--r-- | security/p5-Digest-Crc32/pkg-plist | 5 |
5 files changed, 39 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 72c550213940..84f5ce450a55 100644 --- a/security/Makefile +++ b/security/Makefile @@ -332,6 +332,7 @@ SUBDIR += p5-Digest-Adler32 SUBDIR += p5-Digest-BubbleBabble SUBDIR += p5-Digest-CRC + SUBDIR += p5-Digest-Crc32 SUBDIR += p5-Digest-HMAC SUBDIR += p5-Digest-Haval256 SUBDIR += p5-Digest-MD2 diff --git a/security/p5-Digest-Crc32/Makefile b/security/p5-Digest-Crc32/Makefile new file mode 100644 index 000000000000..387205bcef61 --- /dev/null +++ b/security/p5-Digest-Crc32/Makefile @@ -0,0 +1,26 @@ +# Ports collection Makefile for: p5-Digest-Crc32 +# Date created: 17 Dec 2005 +# Whom: Gabor Kovesdan +# $FreeBSD$ + +PORTNAME= Digest-Crc32 +PORTVERSION= 0.01 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Digest +PKGNAMEPREFIX= p5- + +MAINTAINER= gkovesdan@t-hosting.hu +COMMENT= Perl extension for calculating 32-bit CRC cheksums + +PERL_CONFIGURE= yes + +MAN3= Digest::Crc32.3 + +WRKSRC= ${WRKDIR}/${PORTNAME}-001 + +.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> diff --git a/security/p5-Digest-Crc32/distinfo b/security/p5-Digest-Crc32/distinfo new file mode 100644 index 000000000000..bb840875a13d --- /dev/null +++ b/security/p5-Digest-Crc32/distinfo @@ -0,0 +1,3 @@ +MD5 (Digest-Crc32-0.01.tar.gz) = 4808a7fd130218cd1193d8a496d8ec92 +SHA256 (Digest-Crc32-0.01.tar.gz) = 219b8a97164efc2b46985e9178234683d675c2eec2b90fa925844680144c12a1 +SIZE (Digest-Crc32-0.01.tar.gz) = 1704 diff --git a/security/p5-Digest-Crc32/pkg-descr b/security/p5-Digest-Crc32/pkg-descr new file mode 100644 index 000000000000..d4e5dfd9ee20 --- /dev/null +++ b/security/p5-Digest-Crc32/pkg-descr @@ -0,0 +1,4 @@ +This module provides a perl implementation to generate 32 bits CRC digests for +buffers and files. + +WWW: http://search.cpan.org/dist/Digest-Crc32 diff --git a/security/p5-Digest-Crc32/pkg-plist b/security/p5-Digest-Crc32/pkg-plist new file mode 100644 index 000000000000..1dd898786717 --- /dev/null +++ b/security/p5-Digest-Crc32/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Digest/Crc32.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Crc32/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Crc32/ +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Digest/ 2>/dev/null || true |