the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: gsasl9
Version: 0.2.24
Revision: 1003
###
Source: http://josefsson.org/gsasl/releases/gsasl-%v.tar.gz
Source-MD5: b5840357baf74310569045faf93f9ce5
Depends: <<
gnutls26-shlibs (>= 2.2.2-3), %N-shlibs (>= %v), readline5-shlibs,
libtasn1-3-shlibs, libgcrypt-shlibs (>= 1.2.4-2), libgpg-error-shlibs,
libgettext3-shlibs, libiconv, libidn-shlibs
<<
BuildDepends: <<
gawk, gettext-tools, gnutls26 (>= 2.2.2-3), gtk-doc, libgcrypt (>= 1.2.4-2), libgettext3-dev, libgpg-error,
libiconv-dev, libidn, libtasn1-3, libxslt-bin, pkgconfig, readline5 (>= 5.0-1004)
<<
DocFiles: INSTALL.txt ABOUT-NLS README AUTHORS COPYING ChangeLog NEWS THANKS
InfoDocs: gsasl.info
Conflicts: gsasl
Replaces: gsasl
ConfigureParams: --with-pic --disable-dependency-tracking --disable-rpath --enable-gtk-doc --mandir=%i/share/man --infodir=%i/share/info --with-html-dir=%i/share/doc
PatchScript: <<
perl -pi -e 's;gsasl_LDADD =;$& -Wl,-m;' src/Makefile.in
perl -pi -e 's,dynamiclib,$& -single_module,' {,lib/}{aclocal.m4,configure}
<<
InstallScript: <<
mv INSTALL INSTALL.txt
make install prefix=%i
<<
SplitOff: <<
Package: %N-shlibs
Depends: libgettext3-shlibs, libiconv, 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/