summaryrefslogtreecommitdiff
path: root/security/cy2-plain
diff options
context:
space:
mode:
authorjlam <jlam>2004-08-13 18:14:32 +0000
committerjlam <jlam>2004-08-13 18:14:32 +0000
commit508c3cbffc02e834554c783ae90402a3738a9445 (patch)
tree64a13f5c7df03487d97d6d4eeb58a1fafbf26f4d /security/cy2-plain
parent0ec96262068c720c345fb24f02c03a019bbb8c99 (diff)
downloadpkgsrc-508c3cbffc02e834554c783ae90402a3738a9445.tar.gz
Initial import of security/cy2-plain, the SASL PLAIN AUTH plugin.
Diffstat (limited to 'security/cy2-plain')
-rw-r--r--security/cy2-plain/DESCR8
-rw-r--r--security/cy2-plain/Makefile21
-rw-r--r--security/cy2-plain/PLIST5
3 files changed, 34 insertions, 0 deletions
diff --git a/security/cy2-plain/DESCR b/security/cy2-plain/DESCR
new file mode 100644
index 00000000000..da48764b19a
--- /dev/null
+++ b/security/cy2-plain/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 PLAIN authentication
+mechanism.
diff --git a/security/cy2-plain/Makefile b/security/cy2-plain/Makefile
new file mode 100644
index 00000000000..156d2526649
--- /dev/null
+++ b/security/cy2-plain/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/08/13 18:14:32 jlam Exp $
+
+PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-plain/}
+COMMENT= Cyrus SASL PLAIN authentication plugin
+SASL_PLUGIN= yes
+
+CONFLICTS= cyrus-sasl<=2.1.19nb1
+
+.include "../cyrus-sasl2/Makefile.common"
+
+CONFIGURE_ARGS+= --enable-plain
+
+BUILD_DIRS= ${WRKSRC}/plugins
+ALL_TARGET= libplain.la
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PLUGINDIR}
+ cd ${WRKSRC}/plugins && ${SHLIBTOOL} --mode=install \
+ ${INSTALL_PROGRAM} libplain.la ${PLUGINDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/cy2-plain/PLIST b/security/cy2-plain/PLIST
new file mode 100644
index 00000000000..dc04d4ad43a
--- /dev/null
+++ b/security/cy2-plain/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/13 18:14:32 jlam Exp $
+lib/sasl2/libplain.la
+lib/sasl2/libplain.so
+lib/sasl2/libplain.so.2
+lib/sasl2/libplain.so.2.19