Index: head/security/gsasl/Makefile =================================================================== --- head/security/gsasl/Makefile (revision 526891) +++ head/security/gsasl/Makefile (revision 526892) @@ -1,42 +1,38 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= gsasl PORTVERSION= 1.8.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GNU MAINTAINER= sunpoet@FreeBSD.org -COMMENT= GNU SASL Library +COMMENT= GNU SASL command-line utility -LIB_DEPENDS= libidn.so:dns/libidn \ - libgcrypt.so:security/libgcrypt \ - libgnutls.so:security/gnutls \ - libntlm.so:security/libntlm +LICENSE= LGPL21 -USES= charsetfix libtool localbase:ldflags pathfix perl5 pkgconfig -USE_PERL5= build +LIB_DEPENDS= libgsasl.so:security/libgsasl -CPPFLAGS+= -nostdinc -I/usr/include +USES= charsetfix libtool localbase pathfix pkgconfig readline + +CONFIGURE_ARGS= --disable-rpath \ + --without-gssapi-impl GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip -LDFLAGS+= -L/usr/lib -USE_LDCONFIG= yes INFO= gsasl OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes -NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext post-patch: - @${REINPLACE_CMD} -e '/^en@/d' ${WRKSRC}/lib/po/LINGUAS ${WRKSRC}/po/LINGUAS + @${REINPLACE_CMD} -e '/^en@/d' ${WRKSRC}/po/LINGUAS post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${DOCSDIR}/reference + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/reference/html/* ${STAGEDIR}${DOCSDIR}/reference .include Index: head/security/gsasl/files/patch-Makefile.in =================================================================== --- head/security/gsasl/files/patch-Makefile.in (nonexistent) +++ head/security/gsasl/files/patch-Makefile.in (revision 526892) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2020-01-17 06:03:59 UTC ++++ Makefile.in +@@ -1474,7 +1474,7 @@ target_alias = @target_alias@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-SUBDIRS = lib po gl src examples tests doc gltests ++SUBDIRS = po gl src examples tests doc gltests # lib + EXTRA_DIST = cfg.mk maint.mk .clcopying + ACLOCAL_AMFLAGS = -I m4 + DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-obsolete --with-gssapi-impl=no Property changes on: head/security/gsasl/files/patch-Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/gsasl/files/patch-doc-Makefile.in =================================================================== --- head/security/gsasl/files/patch-doc-Makefile.in (nonexistent) +++ head/security/gsasl/files/patch-doc-Makefile.in (revision 526892) @@ -0,0 +1,29 @@ +--- doc/Makefile.in.orig 2020-01-17 06:03:59 UTC ++++ doc/Makefile.in +@@ -218,7 +218,7 @@ CONFIG_CLEAN_VPATH_FILES = + PROGRAMS = $(noinst_PROGRAMS) + print_errors_SOURCES = print-errors.c + print_errors_OBJECTS = print-errors.$(OBJEXT) +-print_errors_DEPENDENCIES = ../lib/src/libgsasl.la ++print_errors_DEPENDENCIES = + AM_V_lt = $(am__v_lt_@AM_V@) + am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) + am__v_lt_0 = --silent +@@ -1569,7 +1569,7 @@ gsasl_TEXINFOS = fdl-1.3.texi $(gdoc_TEXINFOS) \ + gsasl-api-error-labels.texi + + AM_CPPFLAGS = -I$(top_srcdir)/lib/src +-print_errors_LDADD = ../lib/src/libgsasl.la ++print_errors_LDADD = -lgsasl + AM_MAKEINFOFLAGS = -I $(top_srcdir)/doc \ + -I $(top_builddir)/doc -I $(top_srcdir)/examples + +@@ -1577,7 +1577,7 @@ TEXI2DVI = texi2dvi $(AM_MAKEINFOFLAGS) + AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) \ + --no-split --number-sections --css-include=texinfo.css + +-dist_man_MANS = gsasl.1 $(gdoc_MANS) ++dist_man_MANS = gsasl.1 + MAINTAINERCLEANFILES = $(dist_man_MANS) + gdoc_MANS = man/gsasl_base64_to.3 man/gsasl_base64_from.3 \ + man/gsasl_callback_set.3 man/gsasl_callback.3 \ Property changes on: head/security/gsasl/files/patch-doc-Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/gsasl/files/patch-examples-Makefile.in =================================================================== --- head/security/gsasl/files/patch-examples-Makefile.in (nonexistent) +++ head/security/gsasl/files/patch-examples-Makefile.in (revision 526892) @@ -0,0 +1,59 @@ +--- examples/Makefile.in.orig 2020-01-17 06:03:59 UTC ++++ examples/Makefile.in +@@ -222,7 +222,7 @@ PROGRAMS = $(noinst_PROGRAMS) + client_SOURCES = client.c + client_OBJECTS = client.$(OBJEXT) + client_LDADD = $(LDADD) +-client_DEPENDENCIES = $(top_builddir)/lib/src/libgsasl.la \ ++client_DEPENDENCIES = \ + $(top_builddir)/gl/libgl.la + AM_V_lt = $(am__v_lt_@AM_V@) + am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +@@ -231,32 +231,32 @@ am__v_lt_1 = + client_callback_SOURCES = client-callback.c + client_callback_OBJECTS = client-callback.$(OBJEXT) + client_callback_LDADD = $(LDADD) +-client_callback_DEPENDENCIES = $(top_builddir)/lib/src/libgsasl.la \ ++client_callback_DEPENDENCIES = \ + $(top_builddir)/gl/libgl.la + client_mech_SOURCES = client-mech.c + client_mech_OBJECTS = client-mech.$(OBJEXT) + client_mech_LDADD = $(LDADD) +-client_mech_DEPENDENCIES = $(top_builddir)/lib/src/libgsasl.la \ ++client_mech_DEPENDENCIES = \ + $(top_builddir)/gl/libgl.la + client_serverfirst_SOURCES = client-serverfirst.c + client_serverfirst_OBJECTS = client-serverfirst.$(OBJEXT) + client_serverfirst_LDADD = $(LDADD) +-client_serverfirst_DEPENDENCIES = $(top_builddir)/lib/src/libgsasl.la \ ++client_serverfirst_DEPENDENCIES = \ + $(top_builddir)/gl/libgl.la + client_xmpp_saml20_SOURCES = client-xmpp-saml20.c + client_xmpp_saml20_OBJECTS = client-xmpp-saml20.$(OBJEXT) + client_xmpp_saml20_LDADD = $(LDADD) +-client_xmpp_saml20_DEPENDENCIES = $(top_builddir)/lib/src/libgsasl.la \ ++client_xmpp_saml20_DEPENDENCIES = \ + $(top_builddir)/gl/libgl.la + server_xmpp_saml20_SOURCES = server-xmpp-saml20.c + server_xmpp_saml20_OBJECTS = server-xmpp-saml20.$(OBJEXT) + server_xmpp_saml20_LDADD = $(LDADD) +-server_xmpp_saml20_DEPENDENCIES = $(top_builddir)/lib/src/libgsasl.la \ ++server_xmpp_saml20_DEPENDENCIES = \ + $(top_builddir)/gl/libgl.la + smtp_server_SOURCES = smtp-server.c + smtp_server_OBJECTS = smtp-server.$(OBJEXT) + smtp_server_LDADD = $(LDADD) +-smtp_server_DEPENDENCIES = $(top_builddir)/lib/src/libgsasl.la \ ++smtp_server_DEPENDENCIES = \ + $(top_builddir)/gl/libgl.la + AM_V_P = $(am__v_P_@AM_V@) + am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +@@ -1522,7 +1522,7 @@ AM_CFLAGS = $(WERROR_CFLAGS) $(WARN_CFLAGS) + AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_builddir)/gl \ + -I$(top_srcdir)/lib/src -I$(top_builddir)/lib/src + +-LDADD = $(top_builddir)/lib/src/libgsasl.la $(top_builddir)/gl/libgl.la ++LDADD = -lgsasl $(top_builddir)/gl/libgl.la + EXTRA_DIST = README + all: all-recursive + Property changes on: head/security/gsasl/files/patch-examples-Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/gsasl/files/patch-examples-openid20-Makefile.in =================================================================== --- head/security/gsasl/files/patch-examples-openid20-Makefile.in (nonexistent) +++ head/security/gsasl/files/patch-examples-openid20-Makefile.in (revision 526892) @@ -0,0 +1,19 @@ +--- examples/openid20/Makefile.in.orig 2020-01-17 06:03:59 UTC ++++ examples/openid20/Makefile.in +@@ -218,7 +218,6 @@ smtp_server_openid20_SOURCES = smtp-server-openid20.c + smtp_server_openid20_OBJECTS = smtp-server-openid20.$(OBJEXT) + smtp_server_openid20_LDADD = $(LDADD) + smtp_server_openid20_DEPENDENCIES = \ +- $(top_builddir)/lib/src/libgsasl.la \ + $(top_builddir)/gl/libgl.la + AM_V_lt = $(am__v_lt_@AM_V@) + am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +@@ -1439,7 +1438,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_builddir)/gl + -I$(top_srcdir)/lib/src -I$(top_builddir)/lib/src + + AM_LDFLAGS = -no-install +-LDADD = $(top_builddir)/lib/src/libgsasl.la $(top_builddir)/gl/libgl.la ++LDADD = -lgsasl $(top_builddir)/gl/libgl.la + EXTRA_DIST = README gsasl-openid20-redirect.php gsasl-openid20-rp.php + all: all-am + Property changes on: head/security/gsasl/files/patch-examples-openid20-Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/gsasl/files/patch-examples-saml20-Makefile.in =================================================================== --- head/security/gsasl/files/patch-examples-saml20-Makefile.in (nonexistent) +++ head/security/gsasl/files/patch-examples-saml20-Makefile.in (revision 526892) @@ -0,0 +1,28 @@ +--- examples/saml20/Makefile.in.orig 2020-01-17 06:03:59 UTC ++++ examples/saml20/Makefile.in +@@ -220,7 +220,6 @@ gsasl_saml20_request_OBJECTS = gsasl-saml20-request.$( + gsasl_saml20_request_LDADD = $(LDADD) + am__DEPENDENCIES_1 = + gsasl_saml20_request_DEPENDENCIES = \ +- $(top_builddir)/lib/src/libgsasl.la \ + $(top_builddir)/gl/libgl.la $(am__DEPENDENCIES_1) + AM_V_lt = $(am__v_lt_@AM_V@) + am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +@@ -229,7 +228,7 @@ am__v_lt_1 = + smtp_server_saml20_SOURCES = smtp-server-saml20.c + smtp_server_saml20_OBJECTS = smtp-server-saml20.$(OBJEXT) + smtp_server_saml20_LDADD = $(LDADD) +-smtp_server_saml20_DEPENDENCIES = $(top_builddir)/lib/src/libgsasl.la \ ++smtp_server_saml20_DEPENDENCIES = \ + $(top_builddir)/gl/libgl.la $(am__DEPENDENCIES_1) + AM_V_P = $(am__v_P_@AM_V@) + am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +@@ -1448,7 +1447,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_builddir)/gl + $(LASSO_CFLAGS) + + AM_LDFLAGS = -no-install +-LDADD = $(top_builddir)/lib/src/libgsasl.la $(top_builddir)/gl/libgl.la \ ++LDADD = -lgsasl $(top_builddir)/gl/libgl.la \ + $(LASSO_LIBS) + + EXTRA_DIST = README gsasl-saml20-sp.php sp-metadata.xml sp-key.pem \ Property changes on: head/security/gsasl/files/patch-examples-saml20-Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/gsasl/files/patch-src-Makefile.in =================================================================== --- head/security/gsasl/files/patch-src-Makefile.in (nonexistent) +++ head/security/gsasl/files/patch-src-Makefile.in (revision 526892) @@ -0,0 +1,20 @@ +--- src/Makefile.in.orig 2020-01-17 06:03:59 UTC ++++ src/Makefile.in +@@ -233,7 +233,7 @@ am_gsasl_OBJECTS = gsasl.$(OBJEXT) imap.$(OBJEXT) smtp + callbacks.$(OBJEXT) + gsasl_OBJECTS = $(am_gsasl_OBJECTS) + am__DEPENDENCIES_1 = +-gsasl_DEPENDENCIES = ../lib/src/libgsasl.la ../gl/libgl.la \ ++gsasl_DEPENDENCIES = ../gl/libgl.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) libgsasl_cmd.la + AM_V_P = $(am__v_P_@AM_V@) +@@ -1456,7 +1456,7 @@ gsasl_SOURCES = gsasl.c \ + imap.c imap.h smtp.c smtp.h \ + callbacks.h callbacks.c internal.h + +-gsasl_LDADD = ../lib/src/libgsasl.la ../gl/libgl.la \ ++gsasl_LDADD = -lgsasl ../gl/libgl.la \ + $(LTLIBREADLINE) $(LTLIBGNUTLS) $(LIBSOCKET) $(LTLIBINTL) \ + libgsasl_cmd.la + Property changes on: head/security/gsasl/files/patch-src-Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/gsasl/pkg-descr =================================================================== --- head/security/gsasl/pkg-descr (revision 526891) +++ head/security/gsasl/pkg-descr (revision 526892) @@ -1,16 +1,20 @@ GNU SASL is an implementation of the Simple Authentication and Security Layer framework and a few common SASL mechanisms. -GNU SASL consists of a library (libgsasl), a command line utility (gsasl) to +GNU SASL consists of a library (libgsasl), a command-line utility (gsasl) to access the library from the shell, and a manual. The library includes support for the framework (with authentication functions and application data privacy and integrity functions) and at least partial support for the ANONYMOUS, CRAM-MD5, DIGEST-MD5, EXTERNAL, GS2-KRB5, GSSAPI, LOGIN, NTLM, PLAIN, SCRAM-SHA-1, SCRAM-SHA-1-PLUS, SAML20, OPENID20, and SECURID mechanisms. The library is easily ported because it does not do network communication by itself, but rather leaves it up to the calling application. The library is flexible with regards to the authorization infrastructure used, as it utilizes a callback into the application to decide whether a user is authorized or not. + +GNU SASL has been split into 2 ports: +- security/gsasl: the command-line utility +- security/libgsasl: the library WWW: https://www.gnu.org/software/gsasl/ Index: head/security/gsasl/pkg-plist =================================================================== --- head/security/gsasl/pkg-plist (revision 526891) +++ head/security/gsasl/pkg-plist (revision 526892) @@ -1,195 +1,27 @@ bin/gsasl -include/gsasl-compat.h -include/gsasl-mech.h -include/gsasl.h -lib/libgsasl.a -lib/libgsasl.so -lib/libgsasl.so.7 -lib/libgsasl.so.7.9.7 -libdata/pkgconfig/libgsasl.pc man/man1/gsasl.1.gz -man/man3/gsasl_appinfo_get.3.gz -man/man3/gsasl_appinfo_set.3.gz -man/man3/gsasl_application_data_get.3.gz -man/man3/gsasl_application_data_set.3.gz -man/man3/gsasl_base64_decode.3.gz -man/man3/gsasl_base64_encode.3.gz -man/man3/gsasl_base64_from.3.gz -man/man3/gsasl_base64_to.3.gz -man/man3/gsasl_callback.3.gz -man/man3/gsasl_callback_hook_get.3.gz -man/man3/gsasl_callback_hook_set.3.gz -man/man3/gsasl_callback_set.3.gz -man/man3/gsasl_check_version.3.gz -man/man3/gsasl_client_application_data_get.3.gz -man/man3/gsasl_client_application_data_set.3.gz -man/man3/gsasl_client_callback_anonymous_get.3.gz -man/man3/gsasl_client_callback_anonymous_set.3.gz -man/man3/gsasl_client_callback_authentication_id_get.3.gz -man/man3/gsasl_client_callback_authentication_id_set.3.gz -man/man3/gsasl_client_callback_authorization_id_get.3.gz -man/man3/gsasl_client_callback_authorization_id_set.3.gz -man/man3/gsasl_client_callback_maxbuf_get.3.gz -man/man3/gsasl_client_callback_maxbuf_set.3.gz -man/man3/gsasl_client_callback_passcode_get.3.gz -man/man3/gsasl_client_callback_passcode_set.3.gz -man/man3/gsasl_client_callback_password_get.3.gz -man/man3/gsasl_client_callback_password_set.3.gz -man/man3/gsasl_client_callback_pin_get.3.gz -man/man3/gsasl_client_callback_pin_set.3.gz -man/man3/gsasl_client_callback_qop_get.3.gz -man/man3/gsasl_client_callback_qop_set.3.gz -man/man3/gsasl_client_callback_realm_get.3.gz -man/man3/gsasl_client_callback_realm_set.3.gz -man/man3/gsasl_client_callback_service_get.3.gz -man/man3/gsasl_client_callback_service_set.3.gz -man/man3/gsasl_client_ctx_get.3.gz -man/man3/gsasl_client_finish.3.gz -man/man3/gsasl_client_listmech.3.gz -man/man3/gsasl_client_mechlist.3.gz -man/man3/gsasl_client_start.3.gz -man/man3/gsasl_client_step.3.gz -man/man3/gsasl_client_step_base64.3.gz -man/man3/gsasl_client_suggest_mechanism.3.gz -man/man3/gsasl_client_support_p.3.gz -man/man3/gsasl_ctx_get.3.gz -man/man3/gsasl_decode.3.gz -man/man3/gsasl_decode_inline.3.gz -man/man3/gsasl_done.3.gz -man/man3/gsasl_encode.3.gz -man/man3/gsasl_encode_inline.3.gz -man/man3/gsasl_finish.3.gz -man/man3/gsasl_free.3.gz -man/man3/gsasl_hmac_md5.3.gz -man/man3/gsasl_hmac_sha1.3.gz -man/man3/gsasl_init.3.gz -man/man3/gsasl_md5.3.gz -man/man3/gsasl_md5pwd_get_password.3.gz -man/man3/gsasl_mechanism_name.3.gz -man/man3/gsasl_nonce.3.gz -man/man3/gsasl_property_fast.3.gz -man/man3/gsasl_property_get.3.gz -man/man3/gsasl_property_set.3.gz -man/man3/gsasl_property_set_raw.3.gz -man/man3/gsasl_random.3.gz -man/man3/gsasl_randomize.3.gz -man/man3/gsasl_register.3.gz -man/man3/gsasl_saslprep.3.gz -man/man3/gsasl_server_application_data_get.3.gz -man/man3/gsasl_server_application_data_set.3.gz -man/man3/gsasl_server_callback_anonymous_get.3.gz -man/man3/gsasl_server_callback_anonymous_set.3.gz -man/man3/gsasl_server_callback_cipher_get.3.gz -man/man3/gsasl_server_callback_cipher_set.3.gz -man/man3/gsasl_server_callback_cram_md5_get.3.gz -man/man3/gsasl_server_callback_cram_md5_set.3.gz -man/man3/gsasl_server_callback_digest_md5_get.3.gz -man/man3/gsasl_server_callback_digest_md5_set.3.gz -man/man3/gsasl_server_callback_external_get.3.gz -man/man3/gsasl_server_callback_external_set.3.gz -man/man3/gsasl_server_callback_gssapi_get.3.gz -man/man3/gsasl_server_callback_gssapi_set.3.gz -man/man3/gsasl_server_callback_maxbuf_get.3.gz -man/man3/gsasl_server_callback_maxbuf_set.3.gz -man/man3/gsasl_server_callback_qop_get.3.gz -man/man3/gsasl_server_callback_qop_set.3.gz -man/man3/gsasl_server_callback_realm_get.3.gz -man/man3/gsasl_server_callback_realm_set.3.gz -man/man3/gsasl_server_callback_retrieve_get.3.gz -man/man3/gsasl_server_callback_retrieve_set.3.gz -man/man3/gsasl_server_callback_securid_get.3.gz -man/man3/gsasl_server_callback_securid_set.3.gz -man/man3/gsasl_server_callback_service_get.3.gz -man/man3/gsasl_server_callback_service_set.3.gz -man/man3/gsasl_server_callback_validate_get.3.gz -man/man3/gsasl_server_callback_validate_set.3.gz -man/man3/gsasl_server_ctx_get.3.gz -man/man3/gsasl_server_finish.3.gz -man/man3/gsasl_server_listmech.3.gz -man/man3/gsasl_server_mechlist.3.gz -man/man3/gsasl_server_start.3.gz -man/man3/gsasl_server_step.3.gz -man/man3/gsasl_server_step_base64.3.gz -man/man3/gsasl_server_suggest_mechanism.3.gz -man/man3/gsasl_server_support_p.3.gz -man/man3/gsasl_session_hook_get.3.gz -man/man3/gsasl_session_hook_set.3.gz -man/man3/gsasl_sha1.3.gz -man/man3/gsasl_simple_getpass.3.gz -man/man3/gsasl_step.3.gz -man/man3/gsasl_step64.3.gz -man/man3/gsasl_strerror.3.gz -man/man3/gsasl_strerror_name.3.gz -man/man3/gsasl_stringprep_nfkc.3.gz -man/man3/gsasl_stringprep_saslprep.3.gz -man/man3/gsasl_stringprep_trace.3.gz %%PORTDOCS%%%%DOCSDIR%%/gsasl.html -%%PORTDOCS%%%%DOCSDIR%%/reference/abstraction.png -%%PORTDOCS%%%%DOCSDIR%%/reference/api-index-full.html -%%PORTDOCS%%%%DOCSDIR%%/reference/controlflow.png -%%PORTDOCS%%%%DOCSDIR%%/reference/controlflow2.png -%%PORTDOCS%%%%DOCSDIR%%/reference/gsasl-gsasl-compat.html -%%PORTDOCS%%%%DOCSDIR%%/reference/gsasl-gsasl-mech.html -%%PORTDOCS%%%%DOCSDIR%%/reference/gsasl-gsasl.html -%%PORTDOCS%%%%DOCSDIR%%/reference/gsasl.devhelp2 -%%PORTDOCS%%%%DOCSDIR%%/reference/home.png -%%PORTDOCS%%%%DOCSDIR%%/reference/index.html -%%PORTDOCS%%%%DOCSDIR%%/reference/intro.html -%%PORTDOCS%%%%DOCSDIR%%/reference/ix02.html -%%PORTDOCS%%%%DOCSDIR%%/reference/ix03.html -%%PORTDOCS%%%%DOCSDIR%%/reference/ix04.html -%%PORTDOCS%%%%DOCSDIR%%/reference/ix05.html -%%PORTDOCS%%%%DOCSDIR%%/reference/ix06.html -%%PORTDOCS%%%%DOCSDIR%%/reference/ix07.html -%%PORTDOCS%%%%DOCSDIR%%/reference/ix08.html -%%PORTDOCS%%%%DOCSDIR%%/reference/left-insensitive.png -%%PORTDOCS%%%%DOCSDIR%%/reference/left.png -%%PORTDOCS%%%%DOCSDIR%%/reference/right-insensitive.png -%%PORTDOCS%%%%DOCSDIR%%/reference/right.png -%%PORTDOCS%%%%DOCSDIR%%/reference/style.css -%%PORTDOCS%%%%DOCSDIR%%/reference/up-insensitive.png -%%PORTDOCS%%%%DOCSDIR%%/reference/up.png %%NLS%%share/locale/da/LC_MESSAGES/gsasl.mo -%%NLS%%share/locale/da/LC_MESSAGES/libgsasl.mo %%NLS%%share/locale/de/LC_MESSAGES/gsasl.mo -%%NLS%%share/locale/de/LC_MESSAGES/libgsasl.mo %%NLS%%share/locale/eo/LC_MESSAGES/gsasl.mo -%%NLS%%share/locale/eo/LC_MESSAGES/libgsasl.mo %%NLS%%share/locale/es/LC_MESSAGES/gsasl.mo -%%NLS%%share/locale/es/LC_MESSAGES/libgsasl.mo %%NLS%%share/locale/eu/LC_MESSAGES/gsasl.mo %%NLS%%share/locale/fi/LC_MESSAGES/gsasl.mo -%%NLS%%share/locale/fi/LC_MESSAGES/libgsasl.mo %%NLS%%share/locale/fr/LC_MESSAGES/gsasl.mo -%%NLS%%share/locale/fr/LC_MESSAGES/libgsasl.mo %%NLS%%share/locale/ga/LC_MESSAGES/gsasl.mo -%%NLS%%share/locale/ga/LC_MESSAGES/libgsasl.mo %%NLS%%share/locale/hr/LC_MESSAGES/gsasl.mo %%NLS%%share/locale/hu/LC_MESSAGES/gsasl.mo -%%NLS%%share/locale/hu/LC_MESSAGES/libgsasl.mo %%NLS%%share/locale/id/LC_MESSAGES/gsasl.mo -%%NLS%%share/locale/id/LC_MESSAGES/libgsasl.mo %%NLS%%share/locale/it/LC_MESSAGES/gsasl.mo -%%NLS%%share/locale/it/LC_MESSAGES/libgsasl.mo %%NLS%%share/locale/nl/LC_MESSAGES/gsasl.mo -%%NLS%%share/locale/nl/LC_MESSAGES/libgsasl.mo %%NLS%%share/locale/pl/LC_MESSAGES/gsasl.mo -%%NLS%%share/locale/pl/LC_MESSAGES/libgsasl.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/gsasl.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/libgsasl.mo %%NLS%%share/locale/ro/LC_MESSAGES/gsasl.mo -%%NLS%%share/locale/ro/LC_MESSAGES/libgsasl.mo %%NLS%%share/locale/sk/LC_MESSAGES/gsasl.mo -%%NLS%%share/locale/sk/LC_MESSAGES/libgsasl.mo %%NLS%%share/locale/sq/LC_MESSAGES/gsasl.mo %%NLS%%share/locale/sr/LC_MESSAGES/gsasl.mo -%%NLS%%share/locale/sr/LC_MESSAGES/libgsasl.mo %%NLS%%share/locale/sv/LC_MESSAGES/gsasl.mo -%%NLS%%share/locale/sv/LC_MESSAGES/libgsasl.mo %%NLS%%share/locale/uk/LC_MESSAGES/gsasl.mo -%%NLS%%share/locale/uk/LC_MESSAGES/libgsasl.mo %%NLS%%share/locale/vi/LC_MESSAGES/gsasl.mo -%%NLS%%share/locale/vi/LC_MESSAGES/libgsasl.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/gsasl.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/libgsasl.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/gsasl.mo