Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20671/10.4/stable/main/finkinfo/sci

Added Files:
        nco410-shlibs.info nco420-shlibs.info nco421-shlibs.info 
        nco422-shlibs.info nco423-shlibs.info nco424-shlibs.info 
        nco425-shlibs.info 
Removed Files:
        nco-4.1.0.info nco-4.2.0.info nco-4.2.1.info nco-4.2.2.info 
        nco-4.2.3.info nco-4.2.4.info 
Log Message:
New upstream.
Refactor legacy -shlibs packages only to build the libraries so that
we don't have to update Revision and Conflicts/Replaces for each new
version.


--- NEW FILE: nco423-shlibs.info ---
Info2: <<
Package: nco423-shlibs
Version: 4.2.3
Revision: 3
Type: base (nco), v (4.2.3)
Description: The NetCDF Operators, shared libraries
License: GPL3
Maintainer: Alexander Hansen <alexkhan...@users.sourceforge.net>

# Prerequisites
Depends: <<
        netcdf-c7-shlibs (>= 4.2.1.1-2), 
        udunits2-shlibs
<<
BuildDepends: <<
        antlr, gsl, udunits2-dev (>= 2.1.22-1), 
        fink (>=0.28-1), fink-package-precedence,
        netcdf-c7 (>= 4.2.1.1-2), netcdf-bin (>=4.2)
<<
# Unpack Phase:
Source: http://%type_pkg[base].sourceforge.net/src/%type_pkg[base]-%v.tar.gz
Source-MD5: 4b1e476ea56df2048edf9f35b4d62111

# Patch Phase:
PatchScript:  <<
#!/bin/sh -ev
        perl -pi -e 's|<malloc.h>|<stdlib.h>|' src/nco++/Invoke.cc \
        src/nco++/NcapVector.hh src/nco++/ncoGrammer.g src/nco++/ncoLexer.hpp \
        src/nco++/ncoParser.hpp src/nco++/ncoTree.hpp
        perl -pi -e 's|-lnco|%b/src/nco/.libs/libnco.dylib|' 
src/nco++/Makefile.in
        perl -pi -e 's,dynamiclib,$& -single_module,' configure aclocal.m4
        perl -pi -e "s,(apple.*)enable_shared='no',\1," configure
<<

# Compile Phase:
GCC: 4.0
SetLDFLAGS: -Wl,-dead_strip_dylibs

ConfigureParams: <<
        --enable-udunits2 --disable-udunits --enable-gsl \
        --enable-dap-netcdf \
        --enable-netcdf4 \
        --enable-dependency-tracking \
        --enable-shared \
        --disable-static 
<<
CompileScript: << 
        #!/bin/sh -ev
        export UDUNITS2_PATH=%p
        export  NETCDF_INC=%p \
                        NETCDF_LIB=%p \
                        NETCDF4_ROOT=%p
        %{default_script}
        fink-package-precedence --prohibit-bdep=%N-dap,%N-opendap,%N-netcdf,%N .
<<

# Install Phase:
InstallScript: <<
        make install DESTDIR=%d
        # remove non-library items
        rm -rf %i/include %i/bin %i/share/man %i/share/info 
%i/lib/libnco.{la,dylib} %i/lib/libnco_c++.{la,dylib}
<<
DocFiles: doc/LICENSE

Shlibs: <<
        %p/lib/libnco-%type_raw[v].dylib 0.0.0 %n (>=4.1.0-1)
        %p/lib/libnco_c++-%type_raw[v].dylib 0.0.0 %n (>=4.1.0-1)
<<

DescDetail: <<
This package provides legacy library support for items built against 
nco-%v.  
<<
DescPackaging: <<
Upstream has discontinued using libnc-dap, so have "nco" built against
netcdf be the new hotness, and merge nco-netcdf into it on update.
<<
DescPort: <<
Get rid of hardcoded malloc.h for C++ stuff.
Patch out an -lnco that tends to link to a library in a 
previously installed version of the package.
Upstream claims OS X doesn't understand shared libs; perhaps it's
upstream who doesn't understand. :-)
<<
Homepage: http://nco.sourceforge.net/
<<

--- NEW FILE: nco420-shlibs.info ---
Info2: <<
Package: nco420-shlibs
Version: 4.2.0
Revision: 6
Type: base (nco), v (4.2.0)
Description: The NetCDF Operators, shared libraries
License: GPL3
Maintainer: Alexander Hansen <alexkhan...@users.sourceforge.net>

# Prerequisites
Depends: <<
        netcdf-c7-shlibs (>= 4.2.1.1-2), 
        udunits2-shlibs
<<
BuildDepends: <<
        antlr, gsl, udunits2-dev (>= 2.1.22-1), 
        fink (>=0.28-1), fink-package-precedence,
        netcdf-c7 (>= 4.2.1.1-2), netcdf-bin (>=4.2)
<<
# Unpack Phase:
Source: http://%type_pkg[base].sourceforge.net/src/%type_pkg[base]-%v.tar.gz
Source-MD5: 122dce25eadad251c38111f232a9679a

# Patch Phase:
PatchScript:  <<
#!/bin/sh -ev
        perl -pi -e 's|<malloc.h>|<stdlib.h>|' src/nco++/Invoke.cc \
        src/nco++/NcapVector.hh src/nco++/ncoGrammer.g src/nco++/ncoLexer.hpp \
        src/nco++/ncoParser.hpp src/nco++/ncoTree.hpp
        perl -pi -e 's|-lnco|%b/src/nco/.libs/libnco.dylib|' 
src/nco++/Makefile.in
        perl -pi -e 's,dynamiclib,$& -single_module,' configure aclocal.m4
        perl -pi -e "s,(apple.*)enable_shared='no',\1," configure
<<

# Compile Phase:
GCC: 4.0
SetLDFLAGS: -Wl,-dead_strip_dylibs

ConfigureParams: <<
        --enable-udunits2 --disable-udunits --enable-gsl \
        --enable-dap-netcdf \
        --enable-netcdf4 \
        --enable-dependency-tracking \
        --enable-shared \
        --disable-static 
<<
CompileScript: << 
        #!/bin/sh -ev
        export UDUNITS2_PATH=%p
        export  NETCDF_INC=%p \
                        NETCDF_LIB=%p \
                        NETCDF4_ROOT=%p
        %{default_script}
        fink-package-precedence --prohibit-bdep=%N-dap,%N-opendap,%N-netcdf,%N .
<<

# Install Phase:
InstallScript: <<
        make install DESTDIR=%d
        # remove non-library items
        rm -rf %i/include %i/bin %i/share/man %i/share/info 
%i/lib/libnco.{la,dylib} %i/lib/libnco_c++.{la,dylib}
<<
DocFiles: doc/LICENSE

Shlibs: <<
        %p/lib/libnco-%type_raw[v].dylib 0.0.0 %n (>=4.1.0-1)
        %p/lib/libnco_c++-%type_raw[v].dylib 0.0.0 %n (>=4.1.0-1)
<<

DescDetail: <<
This package provides legacy library support for items built against 
nco-%v.  
<<
DescPackaging: <<
Upstream has discontinued using libnc-dap, so have "nco" built against
netcdf be the new hotness, and merge nco-netcdf into it on update.
<<
DescPort: <<
Get rid of hardcoded malloc.h for C++ stuff.
Patch out an -lnco that tends to link to a library in a 
previously installed version of the package.
Upstream claims OS X doesn't understand shared libs; perhaps it's
upstream who doesn't understand. :-)
<<
Homepage: http://nco.sourceforge.net/
<<

--- nco-4.2.0.info DELETED ---

--- nco-4.2.3.info DELETED ---

--- NEW FILE: nco425-shlibs.info ---
Info2: <<
Package: nco425-shlibs
Version: 4.2.5
Revision: 1
Type: base (nco), v (4.2.5)
Description: The NetCDF Operators, shared libraries
License: GPL3
Maintainer: Alexander Hansen <alexkhan...@users.sourceforge.net>

# Prerequisites
Depends: <<
        netcdf-c7-shlibs (>= 4.2.1.1-2), 
        udunits2-shlibs
<<
BuildDepends: <<
        antlr, gsl, udunits2-dev (>= 2.1.22-1), 
        fink (>=0.28-1), fink-package-precedence,
        netcdf-c7 (>= 4.2.1.1-2), netcdf-bin (>=4.2)
<<
# Unpack Phase:
Source: http://%type_pkg[base].sourceforge.net/src/%type_pkg[base]-%v.tar.gz
Source-MD5: 8bb89217ac1dadb62679d1b08ea19025

# Patch Phase:
PatchScript:  <<
#!/bin/sh -ev
        perl -pi -e 's|<malloc.h>|<stdlib.h>|' src/nco++/Invoke.cc \
        src/nco++/NcapVector.hh src/nco++/ncoGrammer.g src/nco++/ncoLexer.hpp \
        src/nco++/ncoParser.hpp src/nco++/ncoTree.hpp
        perl -pi -e 's|-lnco|%b/src/nco/.libs/libnco.dylib|' 
src/nco++/Makefile.in
        perl -pi -e 's,dynamiclib,$& -single_module,' configure aclocal.m4
        perl -pi -e "s,(apple.*)enable_shared='no',\1," configure
<<

# Compile Phase:
GCC: 4.0
SetLDFLAGS: -Wl,-dead_strip_dylibs

ConfigureParams: <<
        --enable-udunits2 --disable-udunits --enable-gsl \
        --enable-dap-netcdf \
        --enable-netcdf4 \
        --enable-dependency-tracking \
        --enable-shared \
        --disable-static 
<<
CompileScript: << 
        #!/bin/sh -ev
        export UDUNITS2_PATH=%p
        export  NETCDF_INC=%p \
                        NETCDF_LIB=%p \
                        NETCDF4_ROOT=%p
        %{default_script}
        fink-package-precedence --prohibit-bdep=%N-dap,%N-opendap,%N-netcdf,%N .
<<

# Install Phase:
InstallScript: <<
        make install DESTDIR=%d
        # remove non-library items
        rm -rf %i/include %i/bin %i/share/man %i/share/info 
%i/lib/libnco.{la,dylib} %i/lib/libnco_c++.{la,dylib}
<<
DocFiles: doc/LICENSE

Shlibs: <<
        %p/lib/libnco-%type_raw[v].dylib 0.0.0 %n (>=4.1.0-1)
        %p/lib/libnco_c++-%type_raw[v].dylib 0.0.0 %n (>=4.1.0-1)
<<

DescDetail: <<
This package provides legacy library support for items built against 
nco-%v.  
<<
DescPackaging: <<
Upstream has discontinued using libnc-dap, so have "nco" built against
netcdf be the new hotness, and merge nco-netcdf into it on update.
<<
DescPort: <<
Get rid of hardcoded malloc.h for C++ stuff.
Patch out an -lnco that tends to link to a library in a 
previously installed version of the package.
Upstream claims OS X doesn't understand shared libs; perhaps it's
upstream who doesn't understand. :-)
<<
Homepage: http://nco.sourceforge.net/
<<

--- NEW FILE: nco422-shlibs.info ---
Info2: <<
Package: nco422-shlibs
Version: 4.2.2
Revision: 4
Type: base (nco), v (4.2.2)
Description: The NetCDF Operators, shared libraries
License: GPL3
Maintainer: Alexander Hansen <alexkhan...@users.sourceforge.net>

# Prerequisites
Depends: <<
        netcdf-c7-shlibs (>= 4.2.1.1-2), 
        udunits2-shlibs
<<
BuildDepends: <<
        antlr, gsl, udunits2-dev (>= 2.1.22-1), 
        fink (>=0.28-1), fink-package-precedence,
        netcdf-c7 (>= 4.2.1.1-2), netcdf-bin (>=4.2)
<<
# Unpack Phase:
Source: http://%type_pkg[base].sourceforge.net/src/%type_pkg[base]-%v.tar.gz
Source-MD5: b9353653051dce4c213660cb9feeca99

# Patch Phase:
PatchScript:  <<
#!/bin/sh -ev
        perl -pi -e 's|<malloc.h>|<stdlib.h>|' src/nco++/Invoke.cc \
        src/nco++/NcapVector.hh src/nco++/ncoGrammer.g src/nco++/ncoLexer.hpp \
        src/nco++/ncoParser.hpp src/nco++/ncoTree.hpp
        perl -pi -e 's|-lnco|%b/src/nco/.libs/libnco.dylib|' 
src/nco++/Makefile.in
        perl -pi -e 's,dynamiclib,$& -single_module,' configure aclocal.m4
        perl -pi -e "s,(apple.*)enable_shared='no',\1," configure
<<

# Compile Phase:
GCC: 4.0
SetLDFLAGS: -Wl,-dead_strip_dylibs

ConfigureParams: <<
        --enable-udunits2 --disable-udunits --enable-gsl \
        --enable-dap-netcdf \
        --enable-netcdf4 \
        --enable-dependency-tracking \
        --enable-shared \
        --disable-static 
<<
CompileScript: << 
        #!/bin/sh -ev
        export UDUNITS2_PATH=%p
        export  NETCDF_INC=%p \
                        NETCDF_LIB=%p \
                        NETCDF4_ROOT=%p
        %{default_script}
        fink-package-precedence --prohibit-bdep=%N-dap,%N-opendap,%N-netcdf,%N .
<<

# Install Phase:
InstallScript: <<
        make install DESTDIR=%d
        # remove non-library items
        rm -rf %i/include %i/bin %i/share/man %i/share/info 
%i/lib/libnco.{la,dylib} %i/lib/libnco_c++.{la,dylib}
<<
DocFiles: doc/LICENSE

Shlibs: <<
        %p/lib/libnco-%type_raw[v].dylib 0.0.0 %n (>=4.1.0-1)
        %p/lib/libnco_c++-%type_raw[v].dylib 0.0.0 %n (>=4.1.0-1)
<<

DescDetail: <<
This package provides legacy library support for items built against 
nco-%v.  
<<
DescPackaging: <<
Upstream has discontinued using libnc-dap, so have "nco" built against
netcdf be the new hotness, and merge nco-netcdf into it on update.
<<
DescPort: <<
Get rid of hardcoded malloc.h for C++ stuff.
Patch out an -lnco that tends to link to a library in a 
previously installed version of the package.
Upstream claims OS X doesn't understand shared libs; perhaps it's
upstream who doesn't understand. :-)
<<
Homepage: http://nco.sourceforge.net/
<<

--- nco-4.1.0.info DELETED ---

--- NEW FILE: nco410-shlibs.info ---
Info2: <<
Package: nco410-shlibs
Version: 4.1.0
Revision: 7
Type: base (nco), v (4.1.0)
Description: The NetCDF Operators, shared libraries
License: GPL3
Maintainer: Alexander Hansen <alexkhan...@users.sourceforge.net>

# Prerequisites
Depends: <<
        netcdf-c7-shlibs (>= 4.2.1.1-2), 
        udunits2-shlibs
<<
BuildDepends: <<
        antlr, gsl, udunits2-dev (>= 2.1.22-1), 
        fink (>=0.28-1), fink-package-precedence,
        netcdf-c7 (>= 4.2.1.1-2), netcdf-bin (>=4.2)
<<
# Unpack Phase:
Source: http://%type_pkg[base].sourceforge.net/src/%type_pkg[base]-%v.tar.gz
Source-MD5: 0e0af2226177d0b6981cf6f8208c2b6e

# Patch Phase:
PatchScript:  <<
#!/bin/sh -ev
        perl -pi -e 's|<malloc.h>|<stdlib.h>|' src/nco++/Invoke.cc \
        src/nco++/NcapVector.hh src/nco++/ncoGrammer.g src/nco++/ncoLexer.hpp \
        src/nco++/ncoParser.hpp src/nco++/ncoTree.hpp
        perl -pi -e 's|-lnco|%b/src/nco/.libs/libnco.dylib|' 
src/nco++/Makefile.in
        perl -pi -e 's,dynamiclib,$& -single_module,' configure aclocal.m4
        perl -pi -e "s,(apple.*)enable_shared='no',\1," configure
<<

# Compile Phase:
GCC: 4.0
SetLDFLAGS: -Wl,-dead_strip_dylibs

ConfigureParams: <<
        --enable-udunits2 --disable-udunits --enable-gsl \
        --enable-dap-netcdf \
        --enable-netcdf4 \
        --enable-dependency-tracking \
        --enable-shared \
        --disable-static 
<<
CompileScript: << 
        #!/bin/sh -ev
        export UDUNITS2_PATH=%p
        export  NETCDF_INC=%p \
                        NETCDF_LIB=%p \
                        NETCDF4_ROOT=%p
        %{default_script}
        fink-package-precedence --prohibit-bdep=%N-dap,%N-opendap,%N-netcdf,%N .
<<

# Install Phase:
InstallScript: <<
        make install DESTDIR=%d
        # remove non-library items
        rm -rf %i/include %i/bin %i/share/man %i/share/info 
%i/lib/libnco.{la,dylib} %i/lib/libnco_c++.{la,dylib}
<<
DocFiles: doc/LICENSE

Shlibs: <<
        %p/lib/libnco-%type_raw[v].dylib 0.0.0 %n (>=4.1.0-1)
        %p/lib/libnco_c++-%type_raw[v].dylib 0.0.0 %n (>=4.1.0-1)
<<

DescDetail: <<
This package provides legacy library support for items built against 
nco-%v.  
<<
DescPackaging: <<
Upstream has discontinued using libnc-dap, so have "nco" built against
netcdf be the new hotness, and merge nco-netcdf into it on update.
<<
DescPort: <<
Get rid of hardcoded malloc.h for C++ stuff.
Patch out an -lnco that tends to link to a library in a 
previously installed version of the package.
Upstream claims OS X doesn't understand shared libs; perhaps it's
upstream who doesn't understand. :-)
<<
Homepage: http://nco.sourceforge.net/
<<

--- nco-4.2.1.info DELETED ---

--- NEW FILE: nco421-shlibs.info ---
Info2: <<
Package: nco421-shlibs
Version: 4.2.0
Revision: 5
Type: base (nco), v (4.2.1)
Description: The NetCDF Operators, shared libraries
License: GPL3
Maintainer: Alexander Hansen <alexkhan...@users.sourceforge.net>

# Prerequisites
Depends: <<
        netcdf-c7-shlibs (>= 4.2.1.1-2), 
        udunits2-shlibs
<<
BuildDepends: <<
        antlr, gsl, udunits2-dev (>= 2.1.22-1), 
        fink (>=0.28-1), fink-package-precedence,
        netcdf-c7 (>= 4.2.1.1-2), netcdf-bin (>=4.2)
<<
# Unpack Phase:
Source: http://%type_pkg[base].sourceforge.net/src/%type_pkg[base]-%v.tar.gz
Source-MD5: 354d5fdab5b35c9e8f9d90baa3d3ad2d

# Patch Phase:
PatchScript:  <<
#!/bin/sh -ev
        perl -pi -e 's|<malloc.h>|<stdlib.h>|' src/nco++/Invoke.cc \
        src/nco++/NcapVector.hh src/nco++/ncoGrammer.g src/nco++/ncoLexer.hpp \
        src/nco++/ncoParser.hpp src/nco++/ncoTree.hpp
        perl -pi -e 's|-lnco|%b/src/nco/.libs/libnco.dylib|' 
src/nco++/Makefile.in
        perl -pi -e 's,dynamiclib,$& -single_module,' configure aclocal.m4
        perl -pi -e "s,(apple.*)enable_shared='no',\1," configure
<<

# Compile Phase:
GCC: 4.0
SetLDFLAGS: -Wl,-dead_strip_dylibs

ConfigureParams: <<
        --enable-udunits2 --disable-udunits --enable-gsl \
        --enable-dap-netcdf \
        --enable-netcdf4 \
        --enable-dependency-tracking \
        --enable-shared \
        --disable-static 
<<
CompileScript: << 
        #!/bin/sh -ev
        export UDUNITS2_PATH=%p
        export  NETCDF_INC=%p \
                        NETCDF_LIB=%p \
                        NETCDF4_ROOT=%p
        %{default_script}
        fink-package-precedence --prohibit-bdep=%N-dap,%N-opendap,%N-netcdf,%N .
<<

# Install Phase:
InstallScript: <<
        make install DESTDIR=%d
        # remove non-library items
        rm -rf %i/include %i/bin %i/share/man %i/share/info 
%i/lib/libnco.{la,dylib} %i/lib/libnco_c++.{la,dylib}
<<
DocFiles: doc/LICENSE

Shlibs: <<
        %p/lib/libnco-%type_raw[v].dylib 0.0.0 %n (>=4.1.0-1)
        %p/lib/libnco_c++-%type_raw[v].dylib 0.0.0 %n (>=4.1.0-1)
<<

DescDetail: <<
This package provides legacy library support for items built against 
nco-%v.  
<<
DescPackaging: <<
Upstream has discontinued using libnc-dap, so have "nco" built against
netcdf be the new hotness, and merge nco-netcdf into it on update.
<<
DescPort: <<
Get rid of hardcoded malloc.h for C++ stuff.
Patch out an -lnco that tends to link to a library in a 
previously installed version of the package.
Upstream claims OS X doesn't understand shared libs; perhaps it's
upstream who doesn't understand. :-)
<<
Homepage: http://nco.sourceforge.net/
<<

--- nco-4.2.2.info DELETED ---

--- NEW FILE: nco424-shlibs.info ---
Info2: <<
Package: nco423-shlibs
Version: 4.2.4
Revision: 2
Type: base (nco), v (4.2.4)
Description: The NetCDF Operators, shared libraries
License: GPL3
Maintainer: Alexander Hansen <alexkhan...@users.sourceforge.net>

# Prerequisites
Depends: <<
        netcdf-c7-shlibs (>= 4.2.1.1-2), 
        udunits2-shlibs
<<
BuildDepends: <<
        antlr, gsl, udunits2-dev (>= 2.1.22-1), 
        fink (>=0.28-1), fink-package-precedence,
        netcdf-c7 (>= 4.2.1.1-2), netcdf-bin (>=4.2)
<<
# Unpack Phase:
Source: http://%type_pkg[base].sourceforge.net/src/%type_pkg[base]-%v.tar.gz
Source-MD5: 3d4b023b8c6299d5f825acbbb69bc659

# Patch Phase:
PatchScript:  <<
#!/bin/sh -ev
        perl -pi -e 's|<malloc.h>|<stdlib.h>|' src/nco++/Invoke.cc \
        src/nco++/NcapVector.hh src/nco++/ncoGrammer.g src/nco++/ncoLexer.hpp \
        src/nco++/ncoParser.hpp src/nco++/ncoTree.hpp
        perl -pi -e 's|-lnco|%b/src/nco/.libs/libnco.dylib|' 
src/nco++/Makefile.in
        perl -pi -e 's,dynamiclib,$& -single_module,' configure aclocal.m4
        perl -pi -e "s,(apple.*)enable_shared='no',\1," configure
<<

# Compile Phase:
GCC: 4.0
SetLDFLAGS: -Wl,-dead_strip_dylibs

ConfigureParams: <<
        --enable-udunits2 --disable-udunits --enable-gsl \
        --enable-dap-netcdf \
        --enable-netcdf4 \
        --enable-dependency-tracking \
        --enable-shared \
        --disable-static 
<<
CompileScript: << 
        #!/bin/sh -ev
        export UDUNITS2_PATH=%p
        export  NETCDF_INC=%p \
                        NETCDF_LIB=%p \
                        NETCDF4_ROOT=%p
        %{default_script}
        fink-package-precedence --prohibit-bdep=%N-dap,%N-opendap,%N-netcdf,%N .
<<

# Install Phase:
InstallScript: <<
        make install DESTDIR=%d
        # remove non-library items
        rm -rf %i/include %i/bin %i/share/man %i/share/info 
%i/lib/libnco.{la,dylib} %i/lib/libnco_c++.{la,dylib}
<<
DocFiles: doc/LICENSE

Shlibs: <<
        %p/lib/libnco-%type_raw[v].dylib 0.0.0 %n (>=4.1.0-1)
        %p/lib/libnco_c++-%type_raw[v].dylib 0.0.0 %n (>=4.1.0-1)
<<

DescDetail: <<
This package provides legacy library support for items built against 
nco-%v.  
<<
DescPackaging: <<
Upstream has discontinued using libnc-dap, so have "nco" built against
netcdf be the new hotness, and merge nco-netcdf into it on update.
<<
DescPort: <<
Get rid of hardcoded malloc.h for C++ stuff.
Patch out an -lnco that tends to link to a library in a 
previously installed version of the package.
Upstream claims OS X doesn't understand shared libs; perhaps it's
upstream who doesn't understand. :-)
<<
Homepage: http://nco.sourceforge.net/
<<

--- nco-4.2.4.info DELETED ---


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to