Update of /cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31980

Modified Files:
        gsasl9.info 
Log Message:
gsasl9 NMU: Update to 0.2.9, add InfoDocs, fix up dependencies, enable kerberos.


Index: gsasl9.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo/gsasl9.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gsasl9.info 27 Apr 2005 03:07:09 -0000      1.1
+++ gsasl9.info 12 Nov 2005 04:54:53 -0000      1.2
@@ -1,20 +1,24 @@
 Package: gsasl9
-Version: 0.2.5
-Revision: 11
+Version: 0.2.9
+Revision: 1
 ###
 Source: http://josefsson.org/gsasl/releases/gsasl-%v.tar.gz
-Source-MD5: e363acc11193a1b4d3ead296617820f3 
-Depends: libgcrypt-shlibs, libidn-shlibs, pth-shlibs, libgpg-error-shlibs, 
readline-shlibs
-BuildDepends: libxslt-bin, gawk, gtk-doc, pkgconfig, libgcrypt, libidn, pth, 
libgpg-error, readline
-###
-###
-DocFiles: INSTALL.txt ABOUT-NLS README AUTHORS COPYING COPYING.DOC ChangeLog 
NEWS README-alpha THANKS 
-###
+Source-MD5: a439193eca82759dac4bd85feab87d11
+Depends: <<
+  gnutls-shlibs, libidn-shlibs, readline5-shlibs, libiconv, libgettext3-shlibs
+<<
+BuildDepends: <<
+  gnutls, libgcrypt, pth, libgpg-error, libxslt-bin, gawk, gtk-doc, pkgconfig, 
libidn,
+  readline5, libgettext3-dev, gettext-tools
+<<
+
+DocFiles: INSTALL.txt ABOUT-NLS README AUTHORS COPYING ChangeLog NEWS 
README-alpha THANKS
+InfoDocs: gsasl.info
+
 Conflicts: gsasl
 Replaces: gsasl
-###
-SetLDFLAGS: -L%p/lib
-ConfigureParams:  --with-libgcrypt --with-libgcrypt-prefix=%p --with-pic 
--with-libintl-prefix=%p --disable-rpath --enable-gtk-doc 
--with-libiconv-prefix=%p --disable-kerberos_v5 --disable-gssapi 
--mandir=%i/share/man --infodir=%i/share/info --with-html-dir=%i/share/doc 
+
+ConfigureParams: --with-pic --disable-rpath --enable-gtk-doc 
--mandir=%i/share/man --infodir=%i/share/info --with-html-dir=%i/share/doc 
 
 PatchScript: <<
 mv INSTALL INSTALL.txt
@@ -31,14 +35,16 @@
 SplitOff: <<
 Package: %N-shlibs
 Depends: libgcrypt-shlibs, libidn-shlibs, pth-shlibs, libgpg-error-shlibs
+Conflicts: gsasl9-dev (<< 0.2.8-1)
+Replaces: gsasl9-dev (<< 0.2.8-1)
 Files: <<
-       lib/libgsasl.7.*.dylib 
+       lib/libgsasl.7.*dylib 
        <<
        
 Shlibs: <<
        %p/lib/libgsasl.7.dylib 10.0.0 %n  (>= 0.2.4-11)
 <<
-DocFiles: INSTALL.txt ABOUT-NLS README AUTHORS COPYING COPYING.DOC ChangeLog 
NEWS README-alpha THANKS
+DocFiles: INSTALL.txt ABOUT-NLS README AUTHORS COPYING ChangeLog NEWS 
README-alpha THANKS
 Description: GNU SASL shared libraries
 DescDetail: <<
 Shared libraries needed to implement SASL. See gsasl for more info.
@@ -47,7 +53,7 @@
 
 SplitOff2: <<
 Package: %N-dev
-Depends: %N-shlibs, pkgconfig, %N
+Depends: %N-shlibs (= %v-%r), pkgconfig, %N (= %v-%r)
 BuildDependsOnly: True
 Conflicts: gsasl-dev
 Replaces: gsasl-dev
@@ -56,13 +62,12 @@
        include/gsasl-mech.h
        include/gsasl-compat.h
        lib/libgsasl.dylib
-       lib/libgsasl.7.dylib
        lib/libgsasl.a
        lib/libgsasl.la
        lib/pkgconfig/libgsasl.pc
        <<
 
-DocFiles: INSTALL.txt ABOUT-NLS README AUTHORS COPYING COPYING.DOC ChangeLog 
NEWS README-alpha THANKS
+DocFiles: INSTALL.txt ABOUT-NLS README AUTHORS COPYING ChangeLog NEWS 
README-alpha THANKS
 Description: GNU SASL headers and static library
 
 DescDetail: <<
@@ -73,29 +78,32 @@
 <<
 
 
-Description: Simple Authentication and Security Layer framework 
+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 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.
+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.
+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. 
+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 



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to