From fc45464446f2a4aa1a6c97de6414dce7b61c3a59 Mon Sep 17 00:00:00 2001 From: adrianp Date: Wed, 30 Apr 2008 19:41:26 +0000 Subject: Provides code to generate responses to common SASL mechanisms, including: o Digest-MD5 o CramMD5 o Plain o Anonymous o Login (Pseudo mechanism) --- mail/pear-Auth_SASL/DESCR | 6 ++++++ mail/pear-Auth_SASL/Makefile | 11 +++++++++++ mail/pear-Auth_SASL/distinfo | 5 +++++ 3 files changed, 22 insertions(+) create mode 100644 mail/pear-Auth_SASL/DESCR create mode 100644 mail/pear-Auth_SASL/Makefile create mode 100644 mail/pear-Auth_SASL/distinfo (limited to 'mail/pear-Auth_SASL') diff --git a/mail/pear-Auth_SASL/DESCR b/mail/pear-Auth_SASL/DESCR new file mode 100644 index 00000000000..f9d8e374cce --- /dev/null +++ b/mail/pear-Auth_SASL/DESCR @@ -0,0 +1,6 @@ +Provides code to generate responses to common SASL mechanisms, including: +o Digest-MD5 +o CramMD5 +o Plain +o Anonymous +o Login (Pseudo mechanism) diff --git a/mail/pear-Auth_SASL/Makefile b/mail/pear-Auth_SASL/Makefile new file mode 100644 index 00000000000..ae3e8e69238 --- /dev/null +++ b/mail/pear-Auth_SASL/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/04/30 19:41:26 adrianp Exp $ + +DISTNAME= Auth_SASL-1.0.2 +CATEGORIES= mail + +MAINTAINER= adrianp@NetBSD.org +HOMEPAGE= http://pear.php.net/package/Auth_SASL +COMMENT= Abstraction of various SASL mechanism responses + +.include "../../lang/php/pear.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/pear-Auth_SASL/distinfo b/mail/pear-Auth_SASL/distinfo new file mode 100644 index 00000000000..d6bdf0af092 --- /dev/null +++ b/mail/pear-Auth_SASL/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/04/30 19:41:26 adrianp Exp $ + +SHA1 (pear/Auth_SASL-1.0.2.tgz) = cf12a2424aa096bc4f1d6a58e4e865b1f669ce7e +RMD160 (pear/Auth_SASL-1.0.2.tgz) = 0e85c424bef3cb164e5252183add2a4046de7c8e +Size (pear/Auth_SASL-1.0.2.tgz) = 5645 bytes -- cgit v1.2.3