diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-25 15:23:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-25 15:23:49 +0000 |
commit | 0369f1e81d18e829881582be844bec426104f9f2 (patch) | |
tree | 7cfba35fa41e7a94c5ccd11708ad63da94f4bb8c /security/cyrus-sasl/pkg | |
parent | a9c4df10f5057088778990dcc20a054a9c9f8d32 (diff) | |
download | pkgsrc-0369f1e81d18e829881582be844bec426104f9f2.tar.gz |
Reimport cyrus-sasl under security, since it's an authentication and
security library.
Diffstat (limited to 'security/cyrus-sasl/pkg')
-rw-r--r-- | security/cyrus-sasl/pkg/COMMENT | 1 | ||||
-rw-r--r-- | security/cyrus-sasl/pkg/DESCR | 14 | ||||
-rw-r--r-- | security/cyrus-sasl/pkg/PLIST.common | 53 | ||||
-rw-r--r-- | security/cyrus-sasl/pkg/PLIST.netbsd | 1 | ||||
-rw-r--r-- | security/cyrus-sasl/pkg/PLIST.solaris | 3 |
5 files changed, 72 insertions, 0 deletions
diff --git a/security/cyrus-sasl/pkg/COMMENT b/security/cyrus-sasl/pkg/COMMENT new file mode 100644 index 00000000000..10e9f92a9ec --- /dev/null +++ b/security/cyrus-sasl/pkg/COMMENT @@ -0,0 +1 @@ +SASL Library diff --git a/security/cyrus-sasl/pkg/DESCR b/security/cyrus-sasl/pkg/DESCR new file mode 100644 index 00000000000..787b9466fe1 --- /dev/null +++ b/security/cyrus-sasl/pkg/DESCR @@ -0,0 +1,14 @@ +SASL Library + +This is the Cyrus SASL API implentation. It can be used on the client +or server side to provide authentication. See RFC 2222 for more +information. + +The latest version is available at: +ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ + +There's a mailing list for Cyrus SASL. Subscribe by sending a message +to majordomo@lists.andrew.cmu.edu with the body "subscribe +cyrus-sasl". The mailing list is available via anonymous IMAP at +imap://cyrus.andrew.cmu.edu/archive.cyrus-sasl or via the web at +http://asg.web.cmu.edu/archive/mailbox.php3?mailbox=archive.cyrus-sasl. diff --git a/security/cyrus-sasl/pkg/PLIST.common b/security/cyrus-sasl/pkg/PLIST.common new file mode 100644 index 00000000000..b4d0e3517cc --- /dev/null +++ b/security/cyrus-sasl/pkg/PLIST.common @@ -0,0 +1,53 @@ +@comment $NetBSD: PLIST.common,v 1.1.1.1 2000/08/25 15:23:49 jlam Exp $ +include/cyrus-sasl/hmac-md5.h +include/cyrus-sasl/md5.h +include/cyrus-sasl/md5global.h +include/cyrus-sasl/sasl.h +include/cyrus-sasl/saslplug.h +include/cyrus-sasl/saslutil.h +lib/libsasl.a +lib/libsasl.la +lib/libsasl.so.8.8 +lib/sasl/libanonymous.a +lib/sasl/libanonymous.la +lib/sasl/libanonymous.so.1.15 +lib/sasl/libcrammd5.a +lib/sasl/libcrammd5.la +lib/sasl/libcrammd5.so.1.15 +lib/sasl/libdigestmd5.a +lib/sasl/libdigestmd5.la +lib/sasl/libdigestmd5.so.0.17 +lib/sasl/libplain.a +lib/sasl/libplain.la +lib/sasl/libplain.so.1.14 +sbin/sasldblistusers +sbin/saslpasswd +man/man3/sasl_authorize_t.3 +man/man3/sasl_done.3 +man/man3/sasl_callbacks.3 +man/man3/sasl_checkpass.3 +man/man3/sasl_client_init.3 +man/man3/sasl_client_new.3 +man/man3/sasl_client_start.3 +man/man3/sasl_client_step.3 +man/man3/sasl_decode.3 +man/man3/sasl_encode.3 +man/man3/sasl_errstring.3 +man/man3/sasl_getopt_t.3 +man/man3/sasl_getpath_t.3 +man/man3/sasl_getprop.3 +man/man3/sasl_getsecret_t.3 +man/man3/sasl_getsimple_t.3 +man/man3/sasl_listmech.3 +man/man3/sasl_log_t.3 +man/man3/sasl_server_init.3 +man/man3/sasl_server_new.3 +man/man3/sasl_server_start.3 +man/man3/sasl_server_step.3 +man/man3/sasl_setprop.3 +man/man3/sasl_usererr.3 +man/man3/sasl.3 +man/man8/sasldblistusers.8 +man/man8/saslpasswd.8 +@dirrm lib/sasl +@dirrm include/cyrus-sasl diff --git a/security/cyrus-sasl/pkg/PLIST.netbsd b/security/cyrus-sasl/pkg/PLIST.netbsd new file mode 100644 index 00000000000..7885d8fdac2 --- /dev/null +++ b/security/cyrus-sasl/pkg/PLIST.netbsd @@ -0,0 +1 @@ +@comment $NetBSD: PLIST.netbsd,v 1.1.1.1 2000/08/25 15:23:49 jlam Exp $ diff --git a/security/cyrus-sasl/pkg/PLIST.solaris b/security/cyrus-sasl/pkg/PLIST.solaris new file mode 100644 index 00000000000..1f7eb0da552 --- /dev/null +++ b/security/cyrus-sasl/pkg/PLIST.solaris @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST.solaris,v 1.1.1.1 2000/08/25 15:23:49 jlam Exp $ +lib/sasl/libgssapiv2.la +lib/sasl/libgssapiv2.so.1.14 |