From owner-svn-ports-all@FreeBSD.ORG Thu Feb 26 17:38:22 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6DD6CFB1; Thu, 26 Feb 2015 17:38:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4EDC6918; Thu, 26 Feb 2015 17:38:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1QHcMFl016557; Thu, 26 Feb 2015 17:38:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1QHcLGN016552; Thu, 26 Feb 2015 17:38:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502261738.t1QHcLGN016552@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 26 Feb 2015 17:38:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380030 - in head/security: . p5-PBKDF2-Tiny X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2015 17:38:22 -0000 Author: sunpoet Date: Thu Feb 26 17:38:20 2015 New Revision: 380030 URL: https://svnweb.freebsd.org/changeset/ports/380030 QAT: https://qat.redports.org/buildarchive/r380030/ Log: - 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/ Added: head/security/p5-PBKDF2-Tiny/ head/security/p5-PBKDF2-Tiny/Makefile (contents, props changed) head/security/p5-PBKDF2-Tiny/distinfo (contents, props changed) head/security/p5-PBKDF2-Tiny/pkg-descr (contents, props changed) head/security/p5-PBKDF2-Tiny/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Feb 26 17:37:43 2015 (r380029) +++ head/security/Makefile Thu Feb 26 17:38:20 2015 (r380030) @@ -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 Added: head/security/p5-PBKDF2-Tiny/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-PBKDF2-Tiny/Makefile Thu Feb 26 17:38:20 2015 (r380030) @@ -0,0 +1,19 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $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 Added: head/security/p5-PBKDF2-Tiny/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-PBKDF2-Tiny/distinfo Thu Feb 26 17:38:20 2015 (r380030) @@ -0,0 +1,2 @@ +SHA256 (PBKDF2-Tiny-0.005.tar.gz) = b4e21dc59b30265eaaa41b705087ec03447d9c655a14ac40ff46e4de29eabf8e +SIZE (PBKDF2-Tiny-0.005.tar.gz) = 20448 Added: head/security/p5-PBKDF2-Tiny/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-PBKDF2-Tiny/pkg-descr Thu Feb 26 17:38:20 2015 (r380030) @@ -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/ Added: head/security/p5-PBKDF2-Tiny/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-PBKDF2-Tiny/pkg-plist Thu Feb 26 17:38:20 2015 (r380030) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/PBKDF2/Tiny.pm +%%PERL5_MAN3%%/PBKDF2::Tiny.3.gz