Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto
In directory vz-cvs-3.sog:/tmp/cvs-serv2022/stable/main/finkinfo/crypto

Added Files:
        gsasl9.info libinfinity.info 
Log Message:
sync gsasl9 and libinifinity to stable to satisfy dep of gobby in stable


--- NEW FILE: gsasl9.info ---
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 <[email protected]>
Homepage: http://www.gnu.org/software/gsasl/ 

--- NEW FILE: libinfinity.info ---
Package: libinfinity
Version: 0.3.1
Revision: 3
Depends: %N-shlibs (= %v-%r)
BuildDepends: pkgconfig (>= 0.9.0-1), atk1 (>= 1.26.0-2), cairo (>= 1.8.8-2), 
dbus-dev (>= 1.2.16-4), expat1 (>= 2.0.1-1), fontconfig2-dev (>= 2.4.1-6), 
freetype219 (>= 2.3.8-2), glib2-dev (>= 2.20.5-1), glitz (>= 0.5.6-3), gnutls26 
(>= 2.8.0-1), gsasl9-dev (>= 0.2.24-1003), gtk+2-dev (>= 2.16.6-1), 
libavahi-client3-dev, libavahi-common3-dev, libgcrypt (>= 1.4.4-1), 
libgettext8-dev (>= 0.14.5-2), libgpg-error (>= 1.6-2), libiconv-dev (>= 
1.12-3), libidn (>= 1.13-1), libpng3 (>= 1:1.2.35-2), libtasn1-3 (>= 2.2-2), 
libxml2 (>= 2.6.32-1), pango1-xft2-ft219-dev (>= 1.24.5-1), pixman (>= 
0.16.0-1), x11-dev, gtk-doc(>= 1.13-5)
BuildDependsOnly: true
Source: http://releases.0x539.de/%n/%n-%v.tar.gz
Source-MD5: 226b90061b8f576373c7fad68575dbab
SetCFLAGS: -Os
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking 
--enable-gtk-doc
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
Splitoff: <<
  Package: %N-shlibs
  Depends: atk1-shlibs (>= 1.26.0-2), cairo-shlibs (>= 1.8.8-2), dbus-shlibs 
(>= 1.2.16-4), expat1-shlibs (>= 2.0.1-1), fontconfig2-shlibs (>= 2.4.1-6), 
freetype219-shlibs (>= 2.3.8-2), glib2-shlibs (>= 2.20.5-1), glitz-shlibs (>= 
0.5.6-3), gnutls26-shlibs (>= 2.8.0-1), gsasl9-shlibs (>= 0.2.24-1003), 
gtk+2-shlibs (>= 2.16.6-1), libavahi-client3-shlibs (>= 0.6.25-2), 
libavahi-common3-shlibs (>= 0.6.25-2), libgcrypt-shlibs (>= 1.4.4-1), 
libgettext8-shlibs (>= 0.14.5-2), libgpg-error-shlibs (>= 1.6-2), libiconv (>= 
1.12-3), libidn-shlibs (>= 1.13-1), libpng3-shlibs (>= 1:1.2.35-2), 
libtasn1-3-shlibs (>= 2.2-2), libxml2-shlibs (>= 2.6.32-1), 
pango1-xft2-ft219-shlibs (>= 1.24.5-1), pixman-shlibs (>= 0.16.0-1), x11-shlibs
  Files: <<
    lib/libinfgtk-0.3.0.dylib
    lib/libinfinity-0.3.0.dylib
    lib/libinftext-0.3.0.dylib
    lib/libinftextgtk-0.3.0.dylib
  <<
  Shlibs: <<
    %p/lib/libinfgtk-0.3.0.dylib 1.0.0 %n (>= 0.3.1-2)
    %p/lib/libinfinity-0.3.0.dylib 1.0.0 %n (>= 0.3.1-2)
    %p/lib/libinftext-0.3.0.dylib 1.0.0 %n (>= 0.3.1-2)
    %p/lib/libinftextgtk-0.3.0.dylib 1.0.0 %n (>= 0.3.1-2)
  <<
  DocFiles: COPYING
<<
Splitoff2: <<
  Package: %N-doc
  Files: share/gtk-doc/html
  DocFiles: COPYING
<<
Splitoff3: <<
  Package: %N-infinoted
  Depends: %N-shlibs (= %v-%r)
  Files: <<
    bin/infinoted-0.3
    lib/infinoted-0.3
  <<
  DocFiles: COPYING
<<
License: LGPL
Homepage: http://releases.0x539.de/libinfinity
Maintainer: Jack Fink <[email protected]>
Description: Backend library of Gobby



------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Ciosco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to