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

Modified Files:
        gnupg2.info 
Added Files:
        libassuan2.info 
Log Message:
Add libassuan2 package, update gnupg2 to depend on it

Index: gnupg2.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/crypto/gnupg2.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gnupg2.info 28 Apr 2011 19:50:52 -0000      1.2
+++ gnupg2.info 29 Apr 2011 03:46:27 -0000      1.3
@@ -1,19 +1,19 @@
 Package: gnupg2
 Version: 2.0.17
-Revision: 1
+Revision: 2
 Description: Gnu privacy guard - A Free PGP replacement
 License: GPL
 BuildDepends: <<
   texinfo (>= 4.1-3), libgettext8-dev, libiconv-dev, bzip2-dev, libusb,
   openldap24-dev, readline5, libgpg-error (>= 1.8-1), libgcrypt (>= 1.2.0-1),
-  libassuan (>= 2.0.1-1), libksba8 (>= 1.2.0-1), pth2-dev, libcurl4, libssh2.1,
+  libassuan2, libksba8 (>= 1.2.0-1), pth2-dev, libcurl4, libssh2.1,
   system-openssl-dev, fink (>= 0.24.12-1)
 <<
 Depends: <<
   bzip2-shlibs, libgettext8-shlibs, libiconv, libusb-shlibs,
   openldap24-shlibs, readline5-shlibs, libgpg-error-shlibs,
   libgcrypt-shlibs (>= 1.2.0-1), libksba8-shlibs (>= 1.2.0-1),
-  pth2-shlibs, libcurl4-shlibs
+  libassuan2-shlibs, pth2-shlibs, libcurl4-shlibs
 <<
 Conflicts: gpg-agent (<= 1.9.20-1)
 Replaces: gpg-agent (<= 1.9.20-1)

--- NEW FILE: libassuan2.info ---
Package: libassuan2
Version: 2.0.1
Revision: 1
BuildDepends: libgpg-error (>= 1.8-1)
Conflicts: libassuan
Source: ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-%v.tar.bz2
Source-MD5: 53a7d4c22af909d7236d17d454ef935b
ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info 
--disable-dependency-tracking

PatchScript: <<
mv INSTALL INSTALL.txt
<<

CompileScript: <<
 ./configure %c
 make
<<

InstallScript: make install DESTDIR=%d

DocFiles: AUTHORS COPYING ChangeLog INSTALL.txt NEWS README* THANKS TODO
InfoDocs: assuan.info

SplitOff: <<
  Package: %N-shlibs
  Depends: libgpg-error-shlibs (>= 1.8-1)
  Shlibs: %p/lib/libassuan.0.dylib 2.0.0 %n (>= 2.0.1-1)
  Files: lib/libassuan.0.dylib
  DocFiles: COPYING
<<

Description: Safer IPC library
DescDetail: <<
Libassuan is a small library implementing the so-called Assuan
protocol. This protocol is used for IPC between most newer GnuPG
components. Both, server and client side functions are provided.

Assuan was developed for use by the GNU Privacy Guard, GnuPG, to
prevent potentially buggy clients from unwittingly corrupting
sensitive transactions or compromising data such as a secret key.
Assuan permits the servers, which do the actual work, e.g. encryption
and decryption of data using a secret key, to be developed
independently of the user interfaces, e.g. mail clients and other
encryption front ends. Like a shared library, the interface is well
defined and any number of front ends can use it; however, unlike a
shared library, the client cannot see or touch the server's data. As
with any modular system, Assuan helps keep the servers small and
understandable help to make code more understandable and less error
prone.
<<

Homepage: http://www.gnupg.org/(en)/related_software/libassuan/index.html
License: GPL
Maintainer: Brendan Cully <bren...@finkproject.org>


------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to