Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/crypto
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16030

Modified Files:
        libpolarssl1.info 
Added Files:
        libpolarssl2.info 
Log Message:
New upstream libpolarssl1 1.1.4 and libpolarssl2 1.2.3.

--- NEW FILE: libpolarssl2.info ---
Package: libpolarssl2
Version: 1.2.3
Revision: 1
Description: Lightweight SSL/TLS library
DescDetail: <<
        PolarSSL is an SSL library written in ANSI C. PolarSSL makes it easy
        for developers to include cryptographic and SSL/TLS capabilities in
        their (embedded) products with as little hassle as possible. It is
        designed to be readable, documented, tested, loosely coupled and
        portable.
        
        It also includes an OpenSSL compatible wrapper header.
        
        Example programs are installed into %p/share/doc/%n/examples
        rather than %p/bin to avoid possible conflicts.
<<
Homepage: http://polarssl.org/
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
License: GPL2+

Source: http://polarssl.org/code/releases/polarssl-%v-gpl.tgz
Source-MD5: 5f4cc804943cc4add3e1b3dffc43484a
SourceDirectory: polarssl-%v

# Tests are only built when cmake thinks we're using gcc.
# That means the tests aren't built with clang without this.
PatchScript: perl -pi -e 's/endif\(CMAKE_COMPILER_IS_GNUCC\)//; 
s/if\(CMAKE_COMPILER_IS_GNUCC\)//' CMakeLists.txt
        
BuildDependsOnly: true
BuildDepends: cmake
Depends: %{N}-shlibs
Conflicts: libpolarssl1
Replaces: libpolarssl1

CompileScript: <<
        cmake -DCMAKE_PREFIX_PATH:PATH=%p \
        -DCMAKE_INSTALL_PREFIX:PATH=%p \
        -DCMAKE_INSTALL_NAME_DIR:PATH=%p/lib \
        -DENABLE_ZLIB_SUPPORT:BOOL=ON \
        -DUSE_SHARED_POLARSSL_LIBRARY:BOOL=ON .
        make
<<

InfoTest: <<
        TestDepends: openssl100-dev, openssl
        TestScript: make test || exit 2
<<

InstallScript: <<
        make install DESTDIR=%d
        mkdir -p %i/share/doc/%n/examples
        rm -f %i/bin/o_p_test
        mv %i/bin/* %i/share/doc/%n/examples
        rmdir %i/bin
<<

DocFiles: ChangeLog LICENSE README

SplitOff: <<
        Package: %{N}-shlibs
        
        Files: lib/libpolarssl.%v.dylib lib/libpolarssl.2.dylib
        
        Shlibs: %p/lib/libpolarssl.2.dylib 2.0.0 %n (>= 1.2.3-1)
        
        DocFiles: ChangeLog LICENSE README
<<

Index: libpolarssl1.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/crypto/libpolarssl1.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libpolarssl1.info   23 Dec 2011 03:54:51 -0000      1.1
+++ libpolarssl1.info   25 Dec 2012 14:13:01 -0000      1.2
@@ -1,5 +1,5 @@
 Package: libpolarssl1
-Version: 1.1.0
+Version: 1.1.4
 Revision: 1
 Description: Lightweight SSL/TLS library
 DescDetail: <<
@@ -19,7 +19,7 @@
 License: GPL2+
 
 Source: http://polarssl.org/code/releases/polarssl-%v-gpl.tgz
-Source-MD5: 9d82bf887dc6af2b61a562fbab39737a
+Source-MD5: 7b72caf22b01464ee7d6165f2fd85f44
 SourceDirectory: polarssl-%v
 
 # Tests are only built when cmake thinks we're using gcc.
@@ -29,6 +29,8 @@
 BuildDependsOnly: true
 BuildDepends: cmake
 Depends: %{N}-shlibs
+Conflicts: libpolarssl2
+Replaces: libpolarssl2
 
 CompileScript: <<
        cmake -DCMAKE_PREFIX_PATH:PATH=%p \


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to