the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: boost1.41.cmake
Version: 1.41.0
# up to 11 so that upgrades from the fink-python-using rev1 get updated
Revision: 13
Distribution: 10.5, 10.6, 10.7
Description: Boost C++ Libraries
DescDetail: <<
The Boost web site provides free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the
C++ Standard Library. The libraries are intended to be widely useful,
and are in regular use by thousands of programmers across a broad
spectrum of applications.
A further goal is to establish "existing practice" and provide
reference implementations so that Boost libraries are suitable for
eventual standardization. Ten Boost libraries will be included in
the C++ Standards Committee's upcoming C++ Standard Library Technical
Report as a step toward becoming part of a future C++ Standard.
Although Boost was begun by members of the C++ Standards Committee
Library Working Group, participation has expanded to include thousands
of programmers from the C++ community at large.
<<
License: BSD
HomePage: http://www.boost.org
Maintainer: Abdulla Kamar
Source: http://sodium.resophonic.com/boost-cmake/%v.cmake0/boost-%v.cmake0.tar.gz
Source-MD5: 351747d991e3e391fea5623d4b5c038a
Depends: %n-shlibs (= %v-%r)
BuildDepends: fink (>= 0.24.12), cmake (>= 2.6.4)
BuildDependsOnly: true
Conflicts: <<
boost-foreach,
boost1.31,
boost1.32-py23,
boost1.32-py24,
boost1.32.python,
boost1.33,
boost1.34.systempython,
boost1.34.python23,
boost1.34.python24,
boost1.34.python25,
boost1.34.nopython,
boost1.35.systempython,
boost1.35.python23,
boost1.35.python24,
boost1.35.python25,
boost1.35.python26,
boost1.35.nopython,
boost1.46.1.cmake
<<
Replaces: <<
boost-foreach,
boost1.31,
boost1.32-py23,
boost1.32-py24,
boost1.32.python,
boost1.33,
boost1.34.systempython,
boost1.34.python23,
boost1.34.python24,
boost1.34.python25,
boost1.34.nopython,
boost1.35.systempython,
boost1.35.python23,
boost1.35.python24,
boost1.35.python25,
boost1.35.python26,
boost1.35.nopython,
boost1.46.1.cmake
<<
CompileScript: <<
#!/bin/sh -ev
cmake -DENABLE_STATIC=off -DENABLE_DEBUG=off \
-DBUILD_SOVERSIONED=on -DINSTALL_VERSIONED=off \
-DCMAKE_INSTALL_PREFIX=%p -DCMAKE_INSTALL_NAME_DIR=%p/lib \
-DWITH_DOXYGEN=off -DWITH_ICU=off \
-DBZIP2_INCLUDE_DIR=/usr/include \
-DBZIP2_LIBRARIES=/usr/lib/libbz2.dylib \
-DPYTHON_INCLUDE_PATH=/usr/include/python2.5 \
-DPYTHON_EXECUTABLE=/usr/bin/python2.5 \
-DPYTHON_LIBRARIES="-framework Python" \
-DXSLTPROC_EXECUTABLE=/usr/bin/xsltproc
make
<<
InstallScript: <<
#!/bin/sh -ev
make install DESTDIR=%d
cd %i/include
mkdir boost-1_41
mv boost boost-1_41
ln -s boost-1_41/boost boost
<<
DocFiles: LICENSE_1_0.txt boost.png boost.css index.html rst.css libs more tools
SplitOff: <<
Package: %n-shlibs
Files: <<
lib/libboost_date_time-mt.%v.dylib
lib/libboost_filesystem-mt.%v.dylib
lib/libboost_graph-mt.%v.dylib
lib/libboost_iostreams-mt.%v.dylib
lib/libboost_prg_exec_monitor-mt.%v.dylib
lib/libboost_program_options-mt.%v.dylib
lib/libboost_python-mt.%v.dylib
lib/libboost_regex-mt.%v.dylib
lib/libboost_serialization-mt.%v.dylib
lib/libboost_signals-mt.%v.dylib
lib/libboost_system-mt.%v.dylib
lib/libboost_thread-mt.%v.dylib
lib/libboost_unit_test_framework-mt.%v.dylib
lib/libboost_wave-mt.%v.dylib
lib/libboost_wserialization-mt.%v.dylib
<<
Shlibs: <<
%p/lib/libboost_date_time-mt.%v.dylib 1.41.0 %n (>= 1.41.0-1)
%p/lib/libboost_filesystem-mt.%v.dylib 1.41.0 %n (>= 1.41.0-1)
%p/lib/libboost_graph-mt.%v.dylib 1.41.0 %n (>= 1.41.0-1)
%p/lib/libboost_iostreams-mt.%v.dylib 1.41.0 %n (>= 1.41.0-1)
%p/lib/libboost_prg_exec_monitor-mt.%v.dylib 1.41.0 %n (>= 1.41.0-1)
%p/lib/libboost_program_options-mt.%v.dylib 1.41.0 %n (>= 1.41.0-1)
%p/lib/libboost_python-mt.%v.dylib 1.41.0 %n (>= 1.41.0-1)
%p/lib/libboost_regex-mt.%v.dylib 1.41.0 %n (>= 1.41.0-1)
%p/lib/libboost_serialization-mt.%v.dylib 1.41.0 %n (>= 1.41.0-1)
%p/lib/libboost_signals-mt.%v.dylib 1.41.0 %n (>= 1.41.0-1)
%p/lib/libboost_system-mt.%v.dylib 1.41.0 %n (>= 1.41.0-1)
%p/lib/libboost_thread-mt.%v.dylib 1.41.0 %n (>= 1.41.0-1)
%p/lib/libboost_unit_test_framework-mt.%v.dylib 1.41.0 %n (>= 1.41.0-1)
%p/lib/libboost_wave-mt.%v.dylib 1.41.0 %n (>= 1.41.0-1)
%p/lib/libboost_wserialization-mt.%v.dylib 1.41.0 %n (>= 1.41.0-1)
<<
DocFiles: LICENSE_1_0.txt
<<