pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/pear-Auth_SASL Provides code to generate response...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/13f39438e618
branches:  trunk
changeset: 542062:13f39438e618
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Wed Apr 30 19:41:26 2008 +0000

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

diffstat:

 mail/pear-Auth_SASL/DESCR    |   6 ++++++
 mail/pear-Auth_SASL/Makefile |  11 +++++++++++
 mail/pear-Auth_SASL/distinfo |   5 +++++
 3 files changed, 22 insertions(+), 0 deletions(-)

diffs (34 lines):

diff -r 550948f56190 -r 13f39438e618 mail/pear-Auth_SASL/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/pear-Auth_SASL/DESCR Wed Apr 30 19:41:26 2008 +0000
@@ -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 -r 550948f56190 -r 13f39438e618 mail/pear-Auth_SASL/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/pear-Auth_SASL/Makefile      Wed Apr 30 19:41:26 2008 +0000
@@ -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@localhost
+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 -r 550948f56190 -r 13f39438e618 mail/pear-Auth_SASL/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/pear-Auth_SASL/distinfo      Wed Apr 30 19:41:26 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index