diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-02-27 01:38:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-02-27 01:38:20 +0800 |
commit | 107ef3eceb72d190a3bba401eefc3701534bec1d (patch) | |
tree | 3ad9bda6652cb9d29d19ab003bc42ab9f6e505cf | |
parent | c4fd3162f7e32af22e8c19e191232704ed592f0e (diff) | |
download | freebsd-ports-gnome-107ef3eceb72d190a3bba401eefc3701534bec1d.tar.gz freebsd-ports-gnome-107ef3eceb72d190a3bba401eefc3701534bec1d.tar.zst freebsd-ports-gnome-107ef3eceb72d190a3bba401eefc3701534bec1d.zip |
- Add p5-PBKDF2-Tiny 0.005
PBKDF2::Tiny provides an RFC 2898 compliant PBKDF2 implementation using
HMAC-SHA1 or HMAC-SHA2 in under 100 lines of code.
WWW: http://search.cpan.org/dist/PBKDF2-Tiny/
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-PBKDF2-Tiny/Makefile | 19 | ||||
-rw-r--r-- | security/p5-PBKDF2-Tiny/distinfo | 2 | ||||
-rw-r--r-- | security/p5-PBKDF2-Tiny/pkg-descr | 4 | ||||
-rw-r--r-- | security/p5-PBKDF2-Tiny/pkg-plist | 2 |
5 files changed, 28 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index fc954fefad9f..895c32771ac3 100644 --- a/security/Makefile +++ b/security/Makefile @@ -620,6 +620,7 @@ SUBDIR += p5-OpenCA-PKCS7 SUBDIR += p5-OpenCA-REQ SUBDIR += p5-OpenCA-X509 + SUBDIR += p5-PBKDF2-Tiny SUBDIR += p5-PGP SUBDIR += p5-PGP-Sign SUBDIR += p5-POE-Component-SSLify diff --git a/security/p5-PBKDF2-Tiny/Makefile b/security/p5-PBKDF2-Tiny/Makefile new file mode 100644 index 000000000000..b6278132fdda --- /dev/null +++ b/security/p5-PBKDF2-Tiny/Makefile @@ -0,0 +1,19 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= PBKDF2-Tiny +PORTVERSION= 0.005 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:DAGOLDEN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Minimalist PBKDF2 (RFC 2898) with HMAC-SHA1 or HMAC-SHA2 + +LICENSE= APACHE20 + +USE_PERL5= configure +USES= perl5 + +.include <bsd.port.mk> diff --git a/security/p5-PBKDF2-Tiny/distinfo b/security/p5-PBKDF2-Tiny/distinfo new file mode 100644 index 000000000000..1706478a8bf3 --- /dev/null +++ b/security/p5-PBKDF2-Tiny/distinfo @@ -0,0 +1,2 @@ +SHA256 (PBKDF2-Tiny-0.005.tar.gz) = b4e21dc59b30265eaaa41b705087ec03447d9c655a14ac40ff46e4de29eabf8e +SIZE (PBKDF2-Tiny-0.005.tar.gz) = 20448 diff --git a/security/p5-PBKDF2-Tiny/pkg-descr b/security/p5-PBKDF2-Tiny/pkg-descr new file mode 100644 index 000000000000..3a4c3630612d --- /dev/null +++ b/security/p5-PBKDF2-Tiny/pkg-descr @@ -0,0 +1,4 @@ +PBKDF2::Tiny provides an RFC 2898 compliant PBKDF2 implementation using +HMAC-SHA1 or HMAC-SHA2 in under 100 lines of code. + +WWW: http://search.cpan.org/dist/PBKDF2-Tiny/ diff --git a/security/p5-PBKDF2-Tiny/pkg-plist b/security/p5-PBKDF2-Tiny/pkg-plist new file mode 100644 index 000000000000..3279597de7c8 --- /dev/null +++ b/security/p5-PBKDF2-Tiny/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/PBKDF2/Tiny.pm +%%PERL5_MAN3%%/PBKDF2::Tiny.3.gz |