Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2015 17:37:44 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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
Message-ID:  <201502261737.t1QHbiF9016301@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502261737.t1QHbiF9016301>