aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-Adler32
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-12-17 13:53:18 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-12-17 13:53:18 +0000
commitd58838243cb411e049c6131f9b6d7f81c235d656 (patch)
tree2746459f3990ea7d3c20b35c857de1708f3b77ff /security/p5-Digest-Adler32
parentf3b23bbd8adf2cf381a2eec3d11fb09b46aa29c1 (diff)
downloadports-d58838243cb411e049c6131f9b6d7f81c235d656.tar.gz
ports-d58838243cb411e049c6131f9b6d7f81c235d656.zip
The Digest::Adler32 module implements the Adler-32 checksum as specified
in RFC 1950. The interface provided by this module is specified in Digest, but no functional interface is provided. WWW: http://search.cpan.org/dist/Digest-Adler32 PR: ports/90545 Submitted by: Gabor Kovesdan
Notes
Notes: svn path=/head/; revision=151383
Diffstat (limited to 'security/p5-Digest-Adler32')
-rw-r--r--security/p5-Digest-Adler32/Makefile27
-rw-r--r--security/p5-Digest-Adler32/distinfo3
-rw-r--r--security/p5-Digest-Adler32/pkg-descr5
-rw-r--r--security/p5-Digest-Adler32/pkg-plist5
4 files changed, 40 insertions, 0 deletions
diff --git a/security/p5-Digest-Adler32/Makefile b/security/p5-Digest-Adler32/Makefile
new file mode 100644
index 000000000000..3fa476e8b774
--- /dev/null
+++ b/security/p5-Digest-Adler32/Makefile
@@ -0,0 +1,27 @@
+# Ports collection Makefile for: p5-Digest-Adler32
+# Date created: 17 Dec 2005
+# Whom: Gabor Kovesdan
+# $FreeBSD$
+
+PORTNAME= Digest-Adler32
+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 Adler32 hash algorithm
+
+BUILD_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest
+
+PERL_CONFIGURE= yes
+#PERL_MODBUILD= yes
+
+MAN3= Digest::Adler32.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>
diff --git a/security/p5-Digest-Adler32/distinfo b/security/p5-Digest-Adler32/distinfo
new file mode 100644
index 000000000000..9134ee3c3217
--- /dev/null
+++ b/security/p5-Digest-Adler32/distinfo
@@ -0,0 +1,3 @@
+MD5 (Digest-Adler32-0.03.tar.gz) = 63fc73aa3f3ea5e0eaa76f14ce9ecafa
+SHA256 (Digest-Adler32-0.03.tar.gz) = 43ca2e412f0acfaf826f565f62042e8ab79654db9209953aca770e6ab99328f8
+SIZE (Digest-Adler32-0.03.tar.gz) = 2105
diff --git a/security/p5-Digest-Adler32/pkg-descr b/security/p5-Digest-Adler32/pkg-descr
new file mode 100644
index 000000000000..919c33c46fdc
--- /dev/null
+++ b/security/p5-Digest-Adler32/pkg-descr
@@ -0,0 +1,5 @@
+The Digest::Adler32 module implements the Adler-32 checksum as specified
+in RFC 1950. The interface provided by this module is specified in Digest,
+but no functional interface is provided.
+
+WWW: http://search.cpan.org/dist/Digest-Adler32
diff --git a/security/p5-Digest-Adler32/pkg-plist b/security/p5-Digest-Adler32/pkg-plist
new file mode 100644
index 000000000000..49359cc4645d
--- /dev/null
+++ b/security/p5-Digest-Adler32/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Digest/Adler32.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Adler32/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Adler32
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Digest/ 2>/dev/null || true