mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
security/p5-Digest-SipHash: new port
Perl XS interface to the SipHash algorithm. This module does only one thing - calculates the SipHash value of the given string.
This commit is contained in:
@@ -688,6 +688,7 @@
|
||||
SUBDIR += p5-Digest-SHA1
|
||||
SUBDIR += p5-Digest-SHA3
|
||||
SUBDIR += p5-Digest-SV1
|
||||
SUBDIR += p5-Digest-SipHash
|
||||
SUBDIR += p5-Digest-Tiger
|
||||
SUBDIR += p5-Digest-Whirlpool
|
||||
SUBDIR += p5-File-KeePass
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
PORTNAME= Digest-SipHash
|
||||
PORTVERSION= 0.21
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= eugen@FreeBSD.org
|
||||
COMMENT= Perl XS interface to the SipHash algorithm
|
||||
WWW= https://metacpan.org/dist/Digest-SipHash
|
||||
|
||||
LICENSE= ART20
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Digest/SipHash/SipHash.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1768720033
|
||||
SHA256 (Digest-SipHash-0.21.tar.gz) = 3d6740d26d83b1d99347a8a32a82230a371ea858f463af811c3ed684ac6eb5eb
|
||||
SIZE (Digest-SipHash-0.21.tar.gz) = 10249
|
||||
@@ -0,0 +1,4 @@
|
||||
Perl XS interface to the SipHash algorithm.
|
||||
|
||||
This module does only one thing - calculates the SipHash value
|
||||
of the given string.
|
||||
@@ -0,0 +1,5 @@
|
||||
%%SITE_ARCH%%/Digest/SipHash.pm
|
||||
%%SITE_ARCH%%/Digest/SipHash/PP.pm
|
||||
%%SITE_ARCH%%/auto/Digest/SipHash/SipHash.so
|
||||
%%PERL5_MAN3%%/Digest::SipHash.3.gz
|
||||
%%PERL5_MAN3%%/Digest::SipHash::PP.3.gz
|
||||
Reference in New Issue
Block a user