From owner-svn-ports-all@FreeBSD.ORG Thu Feb 26 17:39:21 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 74B87145; Thu, 26 Feb 2015 17:39:21 +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 5F11D930; Thu, 26 Feb 2015 17:39:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1QHdLRQ016851; Thu, 26 Feb 2015 17:39:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1QHdK6i016846; Thu, 26 Feb 2015 17:39:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502261739.t1QHdK6i016846@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:39:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380031 - in head/security: . p5-Authen-SCRAM 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:39:21 -0000 Author: sunpoet Date: Thu Feb 26 17:39:19 2015 New Revision: 380031 URL: https://svnweb.freebsd.org/changeset/ports/380031 QAT: https://qat.redports.org/buildarchive/r380031/ Log: - Add p5-Authen-SCRAM 0.005 The modules in this distribution implement the Salted Challenge Response Authentication Mechanism (SCRAM) from RFC 5802. WWW: http://search.cpan.org/dist/Authen-SCRAM/ Added: head/security/p5-Authen-SCRAM/ head/security/p5-Authen-SCRAM/Makefile (contents, props changed) head/security/p5-Authen-SCRAM/distinfo (contents, props changed) head/security/p5-Authen-SCRAM/pkg-descr (contents, props changed) head/security/p5-Authen-SCRAM/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Feb 26 17:38:20 2015 (r380030) +++ head/security/Makefile Thu Feb 26 17:39:19 2015 (r380031) @@ -424,6 +424,7 @@ SUBDIR += p5-Authen-SASL SUBDIR += p5-Authen-SASL-Cyrus SUBDIR += p5-Authen-SASL-SASLprep + SUBDIR += p5-Authen-SCRAM SUBDIR += p5-Authen-Simple SUBDIR += p5-Authen-Simple-DBI SUBDIR += p5-Authen-Simple-DBM Added: head/security/p5-Authen-SCRAM/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Authen-SCRAM/Makefile Thu Feb 26 17:39:19 2015 (r380031) @@ -0,0 +1,29 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Authen-SCRAM +PORTVERSION= 0.005 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Salted Challenge Response Authentication Mechanism (RFC 5802) + +LICENSE= APACHE20 + +BUILD_DEPENDS= p5-Authen-SASL-SASLprep>=0:${PORTSDIR}/security/p5-Authen-SASL-SASLprep \ + p5-Crypt-URandom>=0:${PORTSDIR}/security/p5-Crypt-URandom \ + p5-Moo>=1.001000:${PORTSDIR}/devel/p5-Moo \ + p5-PBKDF2-Tiny>=0.003:${PORTSDIR}/security/p5-PBKDF2-Tiny \ + p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \ + p5-Type-Tiny>=0:${PORTSDIR}/devel/p5-Type-Tiny \ + p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-FailWarnings>=0:${PORTSDIR}/devel/p5-Test-FailWarnings \ + p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal + +USE_PERL5= configure +USES= perl5 + +.include Added: head/security/p5-Authen-SCRAM/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Authen-SCRAM/distinfo Thu Feb 26 17:39:19 2015 (r380031) @@ -0,0 +1,2 @@ +SHA256 (Authen-SCRAM-0.005.tar.gz) = 23311241549faafa9e61ee436243e24a331bbe6d6db5bfa3168f5fd43c541e91 +SIZE (Authen-SCRAM-0.005.tar.gz) = 22837 Added: head/security/p5-Authen-SCRAM/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Authen-SCRAM/pkg-descr Thu Feb 26 17:39:19 2015 (r380031) @@ -0,0 +1,4 @@ +The modules in this distribution implement the Salted Challenge Response +Authentication Mechanism (SCRAM) from RFC 5802. + +WWW: http://search.cpan.org/dist/Authen-SCRAM/ Added: head/security/p5-Authen-SCRAM/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Authen-SCRAM/pkg-plist Thu Feb 26 17:39:19 2015 (r380031) @@ -0,0 +1,8 @@ +%%SITE_PERL%%/Authen/SCRAM.pm +%%SITE_PERL%%/Authen/SCRAM/Client.pm +%%SITE_PERL%%/Authen/SCRAM/Role/Common.pm +%%SITE_PERL%%/Authen/SCRAM/Server.pm +%%PERL5_MAN3%%/Authen::SCRAM.3.gz +%%PERL5_MAN3%%/Authen::SCRAM::Client.3.gz +%%PERL5_MAN3%%/Authen::SCRAM::Role::Common.3.gz +%%PERL5_MAN3%%/Authen::SCRAM::Server.3.gz