Move boost back into a single package. Splitting it was my mistake.
discussed with many people, "go ahead" steven@
This commit is contained in:
parent
f1a3ba82d6
commit
9ae202f2f8
@ -11,5 +11,3 @@ standardization. Ten Boost libraries are already included in the
|
||||
C++ Standards Committee's Library Technical Report (TR1) as a step
|
||||
toward becoming part of a future C++ Standard. More Boost libraries
|
||||
are proposed for the upcoming TR2.
|
||||
|
||||
This package contains the header files.
|
@ -1,15 +0,0 @@
|
||||
Boost provides free peer-reviewed portable C++ source libraries.
|
||||
|
||||
Boost emphasizes libraries that work well with the C++ Standard
|
||||
Library. Boost libraries are intended to be widely useful, and
|
||||
usable across a broad spectrum of applications. The Boost license
|
||||
encourages both commercial and non-commercial use.
|
||||
|
||||
Boost aims to establish "existing practice" and provide reference
|
||||
implementations so that Boost libraries are suitable for eventual
|
||||
standardization. Ten Boost libraries are already included in the
|
||||
C++ Standards Committee's Library Technical Report (TR1) as a step
|
||||
toward becoming part of a future C++ Standard. More Boost libraries
|
||||
are proposed for the upcoming TR2.
|
||||
|
||||
This package contains the runtime libraries.
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.shared-libs,v 1.3 2006/12/28 10:46:20 deanna Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2007/12/18 21:54:43 deanna Exp $
|
||||
@lib lib/libboost_date_time-mt.so.${LIBboost_date_time-mt_VERSION}
|
||||
@lib lib/libboost_date_time.so.${LIBboost_date_time_VERSION}
|
||||
@lib lib/libboost_filesystem-mt.so.${LIBboost_filesystem-mt_VERSION}
|
@ -1,6 +1,8 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.4 2007/07/14 14:13:48 deanna Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2007/12/18 21:54:43 deanna Exp $
|
||||
@conflict boost-*
|
||||
@pkgpath devel/boost
|
||||
%%SHARED%%
|
||||
bin/bjam
|
||||
include/boost/
|
||||
include/boost/algorithm/
|
||||
include/boost/algorithm/minmax.hpp
|
||||
@ -3597,3 +3599,26 @@ include/boost/wave/util/unput_queue_iterator.hpp
|
||||
include/boost/wave/wave_config.hpp
|
||||
include/boost/wave/wave_version.hpp
|
||||
include/boost/weak_ptr.hpp
|
||||
lib/libboost_date_time-mt.a
|
||||
lib/libboost_date_time.a
|
||||
lib/libboost_filesystem-mt.a
|
||||
lib/libboost_filesystem.a
|
||||
lib/libboost_iostreams-mt.a
|
||||
lib/libboost_iostreams.a
|
||||
lib/libboost_prg_exec_monitor-mt.a
|
||||
lib/libboost_prg_exec_monitor.a
|
||||
lib/libboost_program_options-mt.a
|
||||
lib/libboost_program_options.a
|
||||
lib/libboost_regex-mt.a
|
||||
lib/libboost_regex.a
|
||||
lib/libboost_serialization-mt.a
|
||||
lib/libboost_serialization.a
|
||||
lib/libboost_signals-mt.a
|
||||
lib/libboost_signals.a
|
||||
lib/libboost_test_exec_monitor-mt.a
|
||||
lib/libboost_test_exec_monitor.a
|
||||
lib/libboost_thread-mt.a
|
||||
lib/libboost_unit_test_framework-mt.a
|
||||
lib/libboost_unit_test_framework.a
|
||||
lib/libboost_wave-mt.a
|
||||
lib/libboost_wave.a
|
@ -1,27 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-libs,v 1.3 2006/12/28 10:46:20 deanna Exp $
|
||||
@conflict boost-*
|
||||
%%SHARED%%
|
||||
bin/bjam
|
||||
lib/libboost_date_time-mt.a
|
||||
lib/libboost_date_time.a
|
||||
lib/libboost_filesystem-mt.a
|
||||
lib/libboost_filesystem.a
|
||||
lib/libboost_iostreams-mt.a
|
||||
lib/libboost_iostreams.a
|
||||
lib/libboost_prg_exec_monitor-mt.a
|
||||
lib/libboost_prg_exec_monitor.a
|
||||
lib/libboost_program_options-mt.a
|
||||
lib/libboost_program_options.a
|
||||
lib/libboost_regex-mt.a
|
||||
lib/libboost_regex.a
|
||||
lib/libboost_serialization-mt.a
|
||||
lib/libboost_serialization.a
|
||||
lib/libboost_signals-mt.a
|
||||
lib/libboost_signals.a
|
||||
lib/libboost_test_exec_monitor-mt.a
|
||||
lib/libboost_test_exec_monitor.a
|
||||
lib/libboost_thread-mt.a
|
||||
lib/libboost_unit_test_framework-mt.a
|
||||
lib/libboost_unit_test_framework.a
|
||||
lib/libboost_wave-mt.a
|
||||
lib/libboost_wave.a
|
Loading…
Reference in New Issue
Block a user