mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -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
|
||||
|
|
19
security/pear-Auth_SASL2/Makefile
Normal file
19
security/pear-Auth_SASL2/Makefile
Normal 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>
|
3
security/pear-Auth_SASL2/distinfo
Normal file
3
security/pear-Auth_SASL2/distinfo
Normal 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
|
9
security/pear-Auth_SASL2/pkg-descr
Normal file
9
security/pear-Auth_SASL2/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue