From owner-svn-ports-head@FreeBSD.ORG Thu Feb 26 17:37:46 2015 Return-Path: Delivered-To: svn-ports-head@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 F41BEECD; Thu, 26 Feb 2015 17:37:45 +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 DEB3290D; Thu, 26 Feb 2015 17:37:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1QHbjaV016309; Thu, 26 Feb 2015 17:37:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1QHbiF9016301; Thu, 26 Feb 2015 17:37:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502261737.t1QHbiF9016301@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:37:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380029 - in head/security: . p5-Authen-SASL-SASLprep X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2015 17:37:46 -0000 Author: sunpoet Date: Thu Feb 26 17:37:43 2015 New Revision: 380029 URL: https://svnweb.freebsd.org/changeset/ports/380029 QAT: https://qat.redports.org/buildarchive/r380029/ Log: - Add p5-Authen-SASL-SASLprep 1.01 Authen::SASL::SASLprep implements the SASLprep specification, which describes how to prepare Unicode strings representing user names and passwords for comparison. SASLprep is a profile of the stringprep algorithm. WWW: http://search.cpan.org/dist/Authen-SASL-SASLprep/ Added: head/security/p5-Authen-SASL-SASLprep/ head/security/p5-Authen-SASL-SASLprep/Makefile (contents, props changed) head/security/p5-Authen-SASL-SASLprep/distinfo (contents, props changed) head/security/p5-Authen-SASL-SASLprep/pkg-descr (contents, props changed) head/security/p5-Authen-SASL-SASLprep/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Feb 26 17:29:39 2015 (r380028) +++ head/security/Makefile Thu Feb 26 17:37:43 2015 (r380029) @@ -423,6 +423,7 @@ SUBDIR += p5-Authen-Radius SUBDIR += p5-Authen-SASL SUBDIR += p5-Authen-SASL-Cyrus + SUBDIR += p5-Authen-SASL-SASLprep SUBDIR += p5-Authen-Simple SUBDIR += p5-Authen-Simple-DBI SUBDIR += p5-Authen-Simple-DBM Added: head/security/p5-Authen-SASL-SASLprep/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Authen-SASL-SASLprep/Makefile Thu Feb 26 17:37:43 2015 (r380029) @@ -0,0 +1,23 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Authen-SASL-SASLprep +PORTVERSION= 1.01 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Stringprep Profile for User Names and Passwords (RFC 4013) + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Unicode-Stringprep>=1:${PORTSDIR}/converters/p5-Unicode-Stringprep +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings + +USE_PERL5= configure +USES= perl5 + +.include Added: head/security/p5-Authen-SASL-SASLprep/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Authen-SASL-SASLprep/distinfo Thu Feb 26 17:37:43 2015 (r380029) @@ -0,0 +1,2 @@ +SHA256 (Authen-SASL-SASLprep-1.01.tar.gz) = c22511138ef1e49c9cfc46e6b8081e1853cb8f3f918de371c9844691ebcc0e32 +SIZE (Authen-SASL-SASLprep-1.01.tar.gz) = 11949 Added: head/security/p5-Authen-SASL-SASLprep/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Authen-SASL-SASLprep/pkg-descr Thu Feb 26 17:37:43 2015 (r380029) @@ -0,0 +1,5 @@ +Authen::SASL::SASLprep implements the SASLprep specification, which describes +how to prepare Unicode strings representing user names and passwords for +comparison. SASLprep is a profile of the stringprep algorithm. + +WWW: http://search.cpan.org/dist/Authen-SASL-SASLprep/ Added: head/security/p5-Authen-SASL-SASLprep/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Authen-SASL-SASLprep/pkg-plist Thu Feb 26 17:37:43 2015 (r380029) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Authen/SASL/SASLprep.pm +%%PERL5_MAN3%%/Authen::SASL::SASLprep.3.gz