diff options
author | adrianp <adrianp> | 2008-04-30 19:41:26 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2008-04-30 19:41:26 +0000 |
commit | 8249cd15f05ee2eeffb8784d164bffd37e70c730 (patch) | |
tree | dce2c44486196a54c0460cd74f1a6572ce6e202d /mail/pear-Auth_SASL | |
parent | 9afb97b694486c9f99aa0d0a7e381c21e0451d25 (diff) | |
download | pkgsrc-8249cd15f05ee2eeffb8784d164bffd37e70c730.tar.gz |
Provides code to generate responses to common SASL mechanisms, including:
o Digest-MD5
o CramMD5
o Plain
o Anonymous
o Login (Pseudo mechanism)
Diffstat (limited to 'mail/pear-Auth_SASL')
-rw-r--r-- | mail/pear-Auth_SASL/DESCR | 6 | ||||
-rw-r--r-- | mail/pear-Auth_SASL/Makefile | 11 | ||||
-rw-r--r-- | mail/pear-Auth_SASL/distinfo | 5 |
3 files changed, 22 insertions, 0 deletions
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 |