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

Modified Files:
        libassuan.info 
Added Files:
        libassuan2.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


Index: libassuan.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/crypto/libassuan.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libassuan.info      11 Jul 2011 04:08:28 -0000      1.1
+++ libassuan.info      11 Jan 2012 23:14:58 -0000      1.2
@@ -1,9 +1,12 @@
 Package: libassuan 
 Version: 1.0.4
-Revision: 1
+Revision: 3
+Epoch: 1
 Maintainer: Darian Lanx <dmal...@users.sourceforge.net>
 BuildDependsOnly: true
 BuildDepends: pth2-dev
+Conflicts: libassuan2
+Replaces: libassuan2
 Source: ftp://ftp.gnupg.org/gcrypt/%n/%n-%v.tar.bz2
 Source-MD5: ffb95bf2bac23e173f5a83a270f7524a
 ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info 
--disable-dependency-tracking

--- NEW FILE: libassuan2.info ---
Package: libassuan2
Version: 2.0.1
Revision: 4
BuildDepends: libgpg-error (>= 1.8-1)
Depends: %n-shlibs (= %v-%r)
BuildDependsOnly: True
Conflicts: libassuan
Replaces: 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: <<
#!/bin/sh -ev
mv INSTALL INSTALL.txt
# darwin8: need definition of fd_set from another header earlier
sed -i.orig '/include <sys\/types.h>/i\
#include <sys/time.h>
' tests/ce-server.c
<<

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>


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to