Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24147

Added Files:
        valgrind.info 
Log Message:
New package. WARNING: experimental and probably buggy, but generally works. 
Throws unavoidable validator warnings but not hard errors.

--- NEW FILE: valgrind.info ---
Package: valgrind
Version: 3.5.0
Revision: 0.9511.1
Description: Debugging and profiling tool
DescDetail: <<
        Valgrind is an award-winning instrumentation framework for building
        dynamic analysis tools. There are Valgrind tools that can automatically
        detect many memory management and threading bugs, and profile your
        programs in detail. You can also use Valgrind to build new tools.

        The Valgrind distribution currently includes six production-quality
        tools: a memory error detector, two thread error detectors, a cache and
        branch-prediction profiler, a call-graph generating cache profiler, and
        a heap profiler. It also includes one experimental tool, which detects
        out of bounds reads and writes of stack, global and heap arrays.
<<
DescPackaging: <<
        Based on revision 9511 from 
svn://svn.valgrind.org/valgrind/branches/DARWIN
        This is an experimental version and not all features are working on OS 
X yet.
<<
Architecture: i386
Distribution: 10.5
Source: http://homepage.mac.com/danielj7/%n-%v.9511.tar.bz2
Source-MD5: 7c8b74030d5bac7fd005bc9893c82d2b
BuildDepends: sed, autoconf, automake1.10, libtool2, fink (>= 0.28)
ConfigureParams: --disable-dependency-tracking
CompileScript: <<
        ./autogen.sh
        %{default_script}
<<
InstallScript: make install DESTDIR=%d
# This is necessary to avoid validation errors, but it throws warnings instead.
Shlibs: <<
        !libmpiwrap-x86-darwin.so
        !vgpreload_core-x86-darwin.so
        !vgpreload_drd-x86-darwin.so
        !vgpreload_exp-ptrcheck-x86-darwin.so
        !vgpreload_helgrind-x86-darwin.so
        !vgpreload_massif-x86-darwin.so
        !vgpreload_memcheck-x86-darwin.so
<<
DocFiles: ACKNOWLEDGEMENTS AUTHORS COPYING* NEWS README*
License: GPL
Maintainer: Daniel Johnson <[email protected]>
Homepage: http://valgrind.org/

Splitoff: <<
        Package: %N-dev
        
        Depends: %N (= %v-%r)
        BuildDependsOnly: true
        
        Files: include lib/pkgconfig
        
        DocFiles: ACKNOWLEDGEMENTS AUTHORS COPYING* NEWS README*
<<


------------------------------------------------------------------------------
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to