svn commit: r485144 - in head/security: . pear-Auth_SASL2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 17 17:30:31 UTC 2018


Author: sunpoet
Date: Sat Nov 17 17:30:29 2018
New Revision: 485144
URL: https://svnweb.freebsd.org/changeset/ports/485144

Log:
  Add pear-Auth_SASL2 0.2.0
  
  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

Added:
  head/security/pear-Auth_SASL2/
  head/security/pear-Auth_SASL2/Makefile   (contents, props changed)
  head/security/pear-Auth_SASL2/distinfo   (contents, props changed)
  head/security/pear-Auth_SASL2/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Sat Nov 17 17:29:47 2018	(r485143)
+++ head/security/Makefile	Sat Nov 17 17:30:29 2018	(r485144)
@@ -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

Added: head/security/pear-Auth_SASL2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/pear-Auth_SASL2/Makefile	Sat Nov 17 17:30:29 2018	(r485144)
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Auth_SASL2
+PORTVERSION=	0.2.0
+CATEGORIES=	security pear
+
+MAINTAINER=	sunpoet at 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>

Added: head/security/pear-Auth_SASL2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/pear-Auth_SASL2/distinfo	Sat Nov 17 17:30:29 2018	(r485144)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1542439045
+SHA256 (PEAR/Auth_SASL2-0.2.0.tgz) = e6bd0bd43321761789667750061923a48840f564fda245f783de8de8447c6aec
+SIZE (PEAR/Auth_SASL2-0.2.0.tgz) = 8957

Added: head/security/pear-Auth_SASL2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/pear-Auth_SASL2/pkg-descr	Sat Nov 17 17:30:29 2018	(r485144)
@@ -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


More information about the svn-ports-all mailing list