Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/libsaslc/etc Re-do using bsd.files.mk
details: https://anonhg.NetBSD.org/src/rev/109dbbafc520
branches: trunk
changeset: 762355:109dbbafc520
user: christos <christos%NetBSD.org@localhost>
date: Sun Feb 20 05:17:47 2011 +0000
description:
Re-do using bsd.files.mk
diffstat:
crypto/external/bsd/libsaslc/etc/ANONYMOUS.conf | 8 -------
crypto/external/bsd/libsaslc/etc/CRAM-MD5.conf | 9 --------
crypto/external/bsd/libsaslc/etc/DIGEST-MD5.conf | 17 ----------------
crypto/external/bsd/libsaslc/etc/EXTERNAL.conf | 8 -------
crypto/external/bsd/libsaslc/etc/GSSAPI.conf | 11 ----------
crypto/external/bsd/libsaslc/etc/LOGIN.conf | 9 --------
crypto/external/bsd/libsaslc/etc/Makefile | 20 ++++++++++--------
crypto/external/bsd/libsaslc/etc/PLAIN.conf | 9 --------
crypto/external/bsd/libsaslc/etc/mech/ANONYMOUS.conf | 8 +++++++
crypto/external/bsd/libsaslc/etc/mech/CRAM-MD5.conf | 9 ++++++++
crypto/external/bsd/libsaslc/etc/mech/DIGEST-MD5.conf | 17 ++++++++++++++++
crypto/external/bsd/libsaslc/etc/mech/EXTERNAL.conf | 8 +++++++
crypto/external/bsd/libsaslc/etc/mech/GSSAPI.conf | 11 ++++++++++
crypto/external/bsd/libsaslc/etc/mech/LOGIN.conf | 9 ++++++++
crypto/external/bsd/libsaslc/etc/mech/Makefile | 19 ++++++++++++++++++
crypto/external/bsd/libsaslc/etc/mech/PLAIN.conf | 9 ++++++++
16 files changed, 101 insertions(+), 80 deletions(-)
diffs (256 lines):
diff -r 3106a7b26662 -r 109dbbafc520 crypto/external/bsd/libsaslc/etc/ANONYMOUS.conf
--- a/crypto/external/bsd/libsaslc/etc/ANONYMOUS.conf Sun Feb 20 04:05:14 2011 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-# $NetBSD: ANONYMOUS.conf,v 1.1 2011/02/20 02:12:31 christos Exp $
-#
-# The properties used by this mechanism are listed below. Usually no
-# settings are needed.
-#
-# key value
-
-# AUTHCID "authentication ID"
diff -r 3106a7b26662 -r 109dbbafc520 crypto/external/bsd/libsaslc/etc/CRAM-MD5.conf
--- a/crypto/external/bsd/libsaslc/etc/CRAM-MD5.conf Sun Feb 20 04:05:14 2011 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-# $NetBSD: CRAM-MD5.conf,v 1.1 2011/02/20 02:12:31 christos Exp $
-#
-# The properties used by this mechanism are listed below. Usually no
-# settings are needed.
-#
-# key value
-
-# AUTHCID "username" # usually passed by the caller
-# PASSWD "password" # usually passed by the caller
diff -r 3106a7b26662 -r 109dbbafc520 crypto/external/bsd/libsaslc/etc/DIGEST-MD5.conf
--- a/crypto/external/bsd/libsaslc/etc/DIGEST-MD5.conf Sun Feb 20 04:05:14 2011 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $NetBSD: DIGEST-MD5.conf,v 1.1 2011/02/20 02:12:31 christos Exp $
-#
-# The properties used by this mechanism are listed below. Usually no
-# settings are needed.
-#
-# key value
-
-# AUTHCID "username" # usually passed by the caller
-# AUTHZID "authorization ID" # typically not used
-# CIPHERMASK "3des,aes,des,rc4,rc4-40,rc4-56" # optional
-# HOSTNAME "hostname" # usually passed by the caller
-# MAXBUF 0x10000 # optional
-# PASSWD "password" # usually passed by the caller
-# QOPMASK "auth,auth-int,auth-conf" # optional
-# REALM "[hostname:]realm[,...]" # for multiple realms
-# SERVICE "service to use, e.g., SMTP" # usually passed by the caller
-# SERVNAME "[hostname:]serv-name[,...]" # typically not used
diff -r 3106a7b26662 -r 109dbbafc520 crypto/external/bsd/libsaslc/etc/EXTERNAL.conf
--- a/crypto/external/bsd/libsaslc/etc/EXTERNAL.conf Sun Feb 20 04:05:14 2011 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-# $NetBSD: EXTERNAL.conf,v 1.1 2011/02/20 02:12:31 christos Exp $
-#
-# The properties used by this mechanism are listed below. Usually no
-# settings are needed.
-#
-# key value
-
-# AUTHZID "authorization ID" # the server may need this
diff -r 3106a7b26662 -r 109dbbafc520 crypto/external/bsd/libsaslc/etc/GSSAPI.conf
--- a/crypto/external/bsd/libsaslc/etc/GSSAPI.conf Sun Feb 20 04:05:14 2011 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-# $NetBSD: GSSAPI.conf,v 1.1 2011/02/20 02:12:31 christos Exp $
-#
-# The properties used by this mechanism are listed below. Usually no
-# settings are needed.
-#
-# key value
-
-# AUTHCID "username" # usually passed by the caller
-# HOSTNAME "hostname" # usually passed by the caller
-# QOPMASK "auth,auth-int,auth-conf" # optional
-# SERVICE "service to use, e.g., SMTP" # usually passed by the caller
diff -r 3106a7b26662 -r 109dbbafc520 crypto/external/bsd/libsaslc/etc/LOGIN.conf
--- a/crypto/external/bsd/libsaslc/etc/LOGIN.conf Sun Feb 20 04:05:14 2011 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-# $NetBSD: LOGIN.conf,v 1.1 2011/02/20 02:12:31 christos Exp $
-#
-# The properties used by this mechanism are listed below. Usually no
-# settings are needed.
-#
-# key value
-
-# AUTHCID "username" # usually passed by the caller
-# PASSWD "password" # usually passed by the caller
diff -r 3106a7b26662 -r 109dbbafc520 crypto/external/bsd/libsaslc/etc/Makefile
--- a/crypto/external/bsd/libsaslc/etc/Makefile Sun Feb 20 04:05:14 2011 +0000
+++ b/crypto/external/bsd/libsaslc/etc/Makefile Sun Feb 20 05:17:47 2011 +0000
@@ -1,11 +1,16 @@
-# $NetBSD: Makefile,v 1.2 2011/02/20 02:14:42 christos Exp $
+# $NetBSD: Makefile,v 1.3 2011/02/20 05:17:47 christos Exp $
.include <bsd.own.mk>
-CFG_DIR=/usr/share/examples/libsaslc
+SUBDIR=mech
-CFG_FILE= saslc.conf
-CFG_FILE+= README
+FILESDIR=/usr/share/examples/libsaslc
+FILESOWN=root
+FILESGRP=wheel
+FILESMODE=444
+
+FILES= saslc.conf
+FILES+= README
CFG_MECH=
CFG_MECH+= ANONYMOUS.conf
CFG_MECH+= CRAM-MD5.conf
@@ -15,8 +20,5 @@
CFG_MECH+= LOGIN.conf
CFG_MECH+= PLAIN.conf
-install:
- ${INSTALL_FILE} -o root -g wheel -m 444 \
- ${CFG_FILE} ${DESTDIR}${CFG_DIR}
- ${INSTALL_FILE} -o root -g wheel -m 444 \
- ${CFG_MECH} ${DESTDIR}${CFG_DIR}/mech
+.include <bsd.files.mk>
+.include <bsd.subdir.mk>
diff -r 3106a7b26662 -r 109dbbafc520 crypto/external/bsd/libsaslc/etc/PLAIN.conf
--- a/crypto/external/bsd/libsaslc/etc/PLAIN.conf Sun Feb 20 04:05:14 2011 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-# $NetBSD: PLAIN.conf,v 1.1 2011/02/20 02:12:31 christos Exp $
-#
-# The properties used by this mechanism are listed below. Usually no
-# settings are needed.
-#
-# key value
-
-# AUTHCID "username" # usually passed by the caller
-# PASSWD "password" # usually passed by the caller
diff -r 3106a7b26662 -r 109dbbafc520 crypto/external/bsd/libsaslc/etc/mech/ANONYMOUS.conf
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/external/bsd/libsaslc/etc/mech/ANONYMOUS.conf Sun Feb 20 05:17:47 2011 +0000
@@ -0,0 +1,8 @@
+# $NetBSD: ANONYMOUS.conf,v 1.1 2011/02/20 05:17:47 christos Exp $
+#
+# The properties used by this mechanism are listed below. Usually no
+# settings are needed.
+#
+# key value
+
+# AUTHCID "authentication ID"
diff -r 3106a7b26662 -r 109dbbafc520 crypto/external/bsd/libsaslc/etc/mech/CRAM-MD5.conf
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/external/bsd/libsaslc/etc/mech/CRAM-MD5.conf Sun Feb 20 05:17:47 2011 +0000
@@ -0,0 +1,9 @@
+# $NetBSD: CRAM-MD5.conf,v 1.1 2011/02/20 05:17:47 christos Exp $
+#
+# The properties used by this mechanism are listed below. Usually no
+# settings are needed.
+#
+# key value
+
+# AUTHCID "username" # usually passed by the caller
+# PASSWD "password" # usually passed by the caller
diff -r 3106a7b26662 -r 109dbbafc520 crypto/external/bsd/libsaslc/etc/mech/DIGEST-MD5.conf
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/external/bsd/libsaslc/etc/mech/DIGEST-MD5.conf Sun Feb 20 05:17:47 2011 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: DIGEST-MD5.conf,v 1.1 2011/02/20 05:17:47 christos Exp $
+#
+# The properties used by this mechanism are listed below. Usually no
+# settings are needed.
+#
+# key value
+
+# AUTHCID "username" # usually passed by the caller
+# AUTHZID "authorization ID" # typically not used
+# CIPHERMASK "3des,aes,des,rc4,rc4-40,rc4-56" # optional
+# HOSTNAME "hostname" # usually passed by the caller
+# MAXBUF 0x10000 # optional
+# PASSWD "password" # usually passed by the caller
+# QOPMASK "auth,auth-int,auth-conf" # optional
+# REALM "[hostname:]realm[,...]" # for multiple realms
+# SERVICE "service to use, e.g., SMTP" # usually passed by the caller
+# SERVNAME "[hostname:]serv-name[,...]" # typically not used
diff -r 3106a7b26662 -r 109dbbafc520 crypto/external/bsd/libsaslc/etc/mech/EXTERNAL.conf
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/external/bsd/libsaslc/etc/mech/EXTERNAL.conf Sun Feb 20 05:17:47 2011 +0000
@@ -0,0 +1,8 @@
+# $NetBSD: EXTERNAL.conf,v 1.1 2011/02/20 05:17:47 christos Exp $
+#
+# The properties used by this mechanism are listed below. Usually no
+# settings are needed.
+#
+# key value
+
+# AUTHZID "authorization ID" # the server may need this
diff -r 3106a7b26662 -r 109dbbafc520 crypto/external/bsd/libsaslc/etc/mech/GSSAPI.conf
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/external/bsd/libsaslc/etc/mech/GSSAPI.conf Sun Feb 20 05:17:47 2011 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: GSSAPI.conf,v 1.1 2011/02/20 05:17:47 christos Exp $
+#
+# The properties used by this mechanism are listed below. Usually no
+# settings are needed.
+#
+# key value
+
+# AUTHCID "username" # usually passed by the caller
+# HOSTNAME "hostname" # usually passed by the caller
+# QOPMASK "auth,auth-int,auth-conf" # optional
+# SERVICE "service to use, e.g., SMTP" # usually passed by the caller
diff -r 3106a7b26662 -r 109dbbafc520 crypto/external/bsd/libsaslc/etc/mech/LOGIN.conf
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/external/bsd/libsaslc/etc/mech/LOGIN.conf Sun Feb 20 05:17:47 2011 +0000
@@ -0,0 +1,9 @@
+# $NetBSD: LOGIN.conf,v 1.1 2011/02/20 05:17:47 christos Exp $
+#
+# The properties used by this mechanism are listed below. Usually no
+# settings are needed.
+#
+# key value
+
+# AUTHCID "username" # usually passed by the caller
+# PASSWD "password" # usually passed by the caller
diff -r 3106a7b26662 -r 109dbbafc520 crypto/external/bsd/libsaslc/etc/mech/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/external/bsd/libsaslc/etc/mech/Makefile Sun Feb 20 05:17:47 2011 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2011/02/20 05:17:47 christos Exp $
+
+.include <bsd.own.mk>
+
+FILESDIR=/usr/share/examples/libsaslc/mech
+FILESOWN=root
+FILESGRP=wheel
+FILESMODE=444
+
+FILES=
+FILES+= ANONYMOUS.conf
+FILES+= CRAM-MD5.conf
+FILES+= DIGEST-MD5.conf
+FILES+= EXTERNAL.conf
+FILES+= GSSAPI.conf
+FILES+= LOGIN.conf
+FILES+= PLAIN.conf
+
+.include <bsd.files.mk>
diff -r 3106a7b26662 -r 109dbbafc520 crypto/external/bsd/libsaslc/etc/mech/PLAIN.conf
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/external/bsd/libsaslc/etc/mech/PLAIN.conf Sun Feb 20 05:17:47 2011 +0000
@@ -0,0 +1,9 @@
+# $NetBSD: PLAIN.conf,v 1.1 2011/02/20 05:17:47 christos Exp $
+#
+# The properties used by this mechanism are listed below. Usually no
+# settings are needed.
+#
+# key value
+
+# AUTHCID "username" # usually passed by the caller
+# PASSWD "password" # usually passed by the caller
Home |
Main Index |
Thread Index |
Old Index