Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs17:/tmp/cvs-serv11054

Modified Files:
        libdap3.info 
Added Files:
        libdap6.info 
Log Message:
Prepare for nco update:
New libversion of libdap.
Update libdap3 to conflict/replace.

Index: libdap3.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/libdap3.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libdap3.info        27 Jun 2006 18:10:27 -0000      1.3
+++ libdap3.info        1 Sep 2007 00:33:49 -0000       1.4
@@ -1,6 +1,6 @@
 Package: libdap3
 Version: 3.5.2
-Revision: 1002
+Revision: 1003
 BuildDependsOnly: true
 GCC: 4.0
 Description: DAP 2.0 C++ SDK
@@ -8,6 +8,8 @@
 Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
 Depends: %N-shlibs (= %v-%r), libcurl3-unified-shlibs, libxml2-shlibs, libiconv
 BuildDepends: libcurl3-unified, libxml2, libiconv-dev, system-openssl-dev
+Conflicts: libdap6
+Replaces: libdap6
 
 # Unpack Phase:
 Source: ftp://ftp.unidata.ucar.edu/pub/dods/DODS-3.5/source/libdap-%v.tar.gz

--- NEW FILE: libdap6.info ---
Package: libdap6
Version: 3.7.8
Revision: 11
BuildDependsOnly: true
GCC: 4.0
Description: DAP 2.0 C++ SDK
License: LGPL
Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
Depends: %N-shlibs (= %v-%r)
BuildDepends: libcurl4, libxml2, libiconv-dev, system-openssl-dev, libssh2.1
Conflicts: libdap3
Replaces: libdap3

# Unpack Phase:
Source: http://www.opendap.org/pub/source/libdap-%v.tar.gz
Source-MD5: 69ca7dcc0bad43b4b74eac105b4587e2
# Compile Phase
SetCPPFLAGS: -I%p/lib/system-openssl/include
SetLDFLAGS: -L%p/lib/system-openssl/lib
ConfigureParams:  --disable-dependency-tracking
CompileScript: <<
 #!/bin/sh -ev
 ./configure %c
 # for some reason, the allow_undefined_flag doesn't get set right by configure.
 perl -pi.BAK -e 's|-single_module |-single_module -undefined dynamic_lookup |' 
libtool
 make
<<

# Install Phase:
DocFiles: COPYING COPYRIGHT_* README README.* NEWS

InstallScript: <<
        make install DESTDIR=%d
        rm %i/lib/charset.alias
<<

SplitOff: <<
        Package: %N-shlibs
        Files: lib/libdap*.*.dylib
        Depends: libcurl4-shlibs, libxml2-shlibs, libiconv, libssh2.1-shlibs
        Shlibs: <<
        %p/lib/libdap.6.dylib 8.0.0 %n (>= 3.7.8-1)
        %p/lib/libdapclient.1.dylib 2.0.0 %n (>= 3.7.8-1)
        %p/lib/libdapserver.3.dylib 4.0.0 %n (>= 3.7.8-1)
        <<
        DocFiles: COPYING COPYRIGHT_* README README.* NEWS
<<

DescDetail: <<
        A C++ SDK which contains an implementation of DAP 2.0,
        Client- and Server-side support classes and a prototype
        implementation of the AIS.
<<
DescPackaging: <<
        libcurl4 uses system-openssl, so we can also use
        system-openssl. By not inheriting or causing our own a
        dependency on fink's openssl, we can stay out of
        section:crpyto.
<<
DescPort: <<
          Had to remove a charset.alias file, as that is only supposed to
          be installed by gettextN
<<
Homepage: http://opendap.org/


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to