Package: gsasl9 Version: 0.2.24 Revision: 1004 ### Source: http://josefsson.org/gsasl/releases/gsasl-%v.tar.gz Source-MD5: b5840357baf74310569045faf93f9ce5 Depends: << gnutls28-shlibs, %N-shlibs (>= %v), readline6-shlibs, libtasn1-3-shlibs, libgcrypt-shlibs (>= 1.2.4-2), libgpg-error-shlibs, libgettext8-shlibs, libiconv, libidn-shlibs << BuildDepends: << gawk, gettext-tools, gnutls28, gtk-doc, libgcrypt (>= 1.2.4-2), libgettext8-dev, libgpg-error, libiconv-dev, libidn, libtasn1-3, libxslt-bin, pkgconfig, readline6 << DocFiles: INSTALL.txt ABOUT-NLS README AUTHORS COPYING ChangeLog NEWS THANKS InfoDocs: gsasl.info Conflicts: gsasl Replaces: gsasl # dmacks migrated to gnutls28 (which buries its libs) and explicitly # configured for heimdal (was the autodetected determination, but # safer to force it in case external lib availability changes); and # upstream forgot to do the actual locale.h test for which it later # checks the result token SetCPPFLAGS: -DHAVE_LOCALE_H SetLDFLAGS: -L%p/lib/gnutls28 ConfigureParams: --with-pic --enable-dependency-tracking --disable-rpath --enable-gtk-doc --mandir=%i/share/man --infodir=%i/share/info --with-html-dir=%i/share/doc --with-gssapi-impl=heimdal PatchScript: << perl -pi -e 's;gsasl_LDADD =;$& -Wl,-m;' src/Makefile.in perl -pi -e 's,dynamiclib,$& -single_module,' {,lib/}{aclocal.m4,configure} << CompileScript: << %{default_script} fink-package-precedence --prohibit-bdep=gsasl9-dev . << InstallScript: << mv INSTALL INSTALL.txt make install prefix=%i << SplitOff: << Package: %N-shlibs Depends: libgettext8-shlibs, libidn-shlibs Conflicts: gsasl9-dev (<< 0.2.8-1) Replaces: gsasl9-dev (<< 0.2.8-1) Files: << lib/libgsasl.7.*dylib << Shlibs: << %p/lib/libgsasl.7.dylib 12.0.0 %n (>= 0.2.24-1) << DocFiles: INSTALL.txt ABOUT-NLS README AUTHORS COPYING ChangeLog NEWS THANKS Description: GNU SASL shared libraries DescDetail: << Shared libraries needed to implement SASL. See gsasl for more info. << << SplitOff2: << Package: %N-dev Depends: %N-shlibs (= %v-%r), pkgconfig BuildDependsOnly: True Conflicts: gsasl-dev Replaces: gsasl-dev Files: << include/gsasl.h include/gsasl-mech.h include/gsasl-compat.h lib/libgsasl.dylib lib/libgsasl.a lib/libgsasl.la lib/pkgconfig/libgsasl.pc << DocFiles: INSTALL.txt ABOUT-NLS README AUTHORS COPYING ChangeLog NEWS THANKS Description: GNU SASL headers and static library DescDetail: << Everything needed to build against GNU SASL. See gsasl for more info. << << Description: GNU Simple Authentication and Security Layer DescDetail: << GNU SASL is an implementation of the Simple Authentication and Security Layer framework and a few common SASL mechanisms. SASL is used by network servers (e.g., IMAP, SMTP) to request authentication from clients, and in clients to authenticate against servers. GNU SASL contains a library (libgsasl), a command line utility (gsasl) to access the library from the shell, and a manual. The library includes support for the SASL framework (with authentication functions and application data privacy and integrity functions) and at least partial support for the CRAM-MD5, EXTERNAL, GSSAPI, ANONYMOUS, PLAIN, SECURID, DIGEST-MD5, LOGIN, NTLM and KERBEROS_V5 mechanisms. The library is portable 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 callbacks into the application to decide whether an user is authorized or not. GNU SASL is written in pure ANSI C89 to be portable to embedded and otherwise limited platforms. The entire library, with full support for ANONYMOUS, EXTERNAL, PLAIN, LOGIN and CRAM-MD5, and the front-end that support client and server mode, and the IMAP and SMTP protocols, fits in under 60kb on an Intel x86 platform, without any modifications to the code. << ### License: GPL Maintainer: Darian Lanx Homepage: http://www.gnu.org/software/gsasl/