Add pear-Auth_SASL2 0.2.0 (copied from pear-Auth_SASL)

Provides code to generate responses to common SASL mechanisms, including:
- Digest-MD5
- Cram-MD5
- Plain
- Anonymous
- Login (Pseudo mechanism)
- SCRAM

WWW: https://pear.php.net/package/Auth_SASL2
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-11-24 10:50:21 +00:00
parent d393a7798d
commit 83ad3d13a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485754
4 changed files with 32 additions and 0 deletions

View file

@ -800,6 +800,7 @@
SUBDIR += pear-Auth_HTTP
SUBDIR += pear-Auth_PrefManager
SUBDIR += pear-Auth_SASL
SUBDIR += pear-Auth_SASL2
SUBDIR += pear-Crypt_Blowfish
SUBDIR += pear-Crypt_CBC
SUBDIR += pear-Crypt_CHAP

View file

@ -0,0 +1,19 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Auth_SASL2
PORTVERSION= 0.2.0
CATEGORIES= security pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Abstraction of various SASL mechanism responses
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Auth>=0:security/pear-Auth@${PHP_FLAVOR}
USES= pear
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1542439045
SHA256 (PEAR/Auth_SASL2-0.2.0.tgz) = e6bd0bd43321761789667750061923a48840f564fda245f783de8de8447c6aec
SIZE (PEAR/Auth_SASL2-0.2.0.tgz) = 8957

View file

@ -0,0 +1,9 @@
Provides code to generate responses to common SASL mechanisms, including:
- Digest-MD5
- Cram-MD5
- Plain
- Anonymous
- Login (Pseudo mechanism)
- SCRAM
WWW: https://pear.php.net/package/Auth_SASL2