summaryrefslogtreecommitdiff
path: root/security/cy2-crammd5
diff options
context:
space:
mode:
authorjlam <jlam>2004-08-13 18:13:28 +0000
committerjlam <jlam>2004-08-13 18:13:28 +0000
commitc2dd2b181f4bf70cda9f36adfc830789e6b8d645 (patch)
tree0e69e89ab9c05ddadaed439a2e1eb8883cca58fa /security/cy2-crammd5
parent3f1d58be2c966ba87f436b26535e970656d77a18 (diff)
downloadpkgsrc-c2dd2b181f4bf70cda9f36adfc830789e6b8d645.tar.gz
Initial import of security/cy2-crammd5, the SASL CRAM-MD5 AUTH plugin.
Diffstat (limited to 'security/cy2-crammd5')
-rw-r--r--security/cy2-crammd5/DESCR8
-rw-r--r--security/cy2-crammd5/Makefile21
-rw-r--r--security/cy2-crammd5/PLIST5
3 files changed, 34 insertions, 0 deletions
diff --git a/security/cy2-crammd5/DESCR b/security/cy2-crammd5/DESCR
new file mode 100644
index 00000000000..dc57af87e94
--- /dev/null
+++ b/security/cy2-crammd5/DESCR
@@ -0,0 +1,8 @@
+SASL is a method for adding authentication support to connection-based
+protocols. To use SASL, a protocol includes a command for identifying and
+authenticating a user to a server and for optionally negotiating protection
+of subsequent protocol interactions. If its use is negotiated, a security
+layer is inserted between the protocol and the connection.
+
+This is the Cyrus SASL plugin that implements the CRAM-MD5 authentication
+mechanism.
diff --git a/security/cy2-crammd5/Makefile b/security/cy2-crammd5/Makefile
new file mode 100644
index 00000000000..849f25a9356
--- /dev/null
+++ b/security/cy2-crammd5/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/08/13 18:13:28 jlam Exp $
+
+PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-crammd5/}
+COMMENT= Cyrus SASL CRAM-MD5 authentication plugin
+SASL_PLUGIN= yes
+
+CONFLICTS= cyrus-sasl<=2.1.19nb1
+
+.include "../cyrus-sasl2/Makefile.common"
+
+CONFIGURE_ARGS+= --enable-cram
+
+BUILD_DIRS= ${WRKSRC}/plugins
+ALL_TARGET= libcrammd5.la
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PLUGINDIR}
+ cd ${WRKSRC}/plugins && ${SHLIBTOOL} --mode=install \
+ ${INSTALL_PROGRAM} libcrammd5.la ${PLUGINDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/cy2-crammd5/PLIST b/security/cy2-crammd5/PLIST
new file mode 100644
index 00000000000..16762a802db
--- /dev/null
+++ b/security/cy2-crammd5/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/13 18:13:28 jlam Exp $
+lib/sasl2/libcrammd5.la
+lib/sasl2/libcrammd5.so
+lib/sasl2/libcrammd5.so.2
+lib/sasl2/libcrammd5.so.2.19