git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2290 c5f82cb5-29bc-0310-9cd0-bff59a50e3bcrocklinux
@ -0,0 +1,35 @@ |
|||||
|
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
||||
|
[COPY] |
||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
[COPY] Please add additional copyright information _after_ the line containing |
||||
|
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
||||
|
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
||||
|
[COPY] |
||||
|
[COPY] ROCK Linux: rock-src/package/rene/boost-jam/boost-jam.cache |
||||
|
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
||||
|
[COPY] |
||||
|
[COPY] This program is free software; you can redistribute it and/or modify |
||||
|
[COPY] it under the terms of the GNU General Public License as published by |
||||
|
[COPY] the Free Software Foundation; either version 2 of the License, or |
||||
|
[COPY] (at your option) any later version. A copy of the GNU General Public |
||||
|
[COPY] License can be found at Documentation/COPYING. |
||||
|
[COPY] |
||||
|
[COPY] Many people helped and are helping developing ROCK Linux. Please |
||||
|
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
||||
|
[COPY] file for details. |
||||
|
[COPY] |
||||
|
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
[TIMESTAMP] 1073168089 Sat Jan 3 23:14:49 2004 |
||||
|
[CONFIG-ID] 2.0.0-rc5-x86-pentium-mmx-32-reference |
||||
|
[ROCKVER] 2.0.0-rc5 |
||||
|
|
||||
|
[LOGS] 7-xpdf.log 9-xpdf.log |
||||
|
|
||||
|
[BUILDTIME] 12544 (9) |
||||
|
[SIZE] 16.83 MB, 113 files |
||||
|
|
||||
|
[DEP] bash binutils bzip2 coreutils diffutils findutils freetype gcc3 |
||||
|
[DEP] glibc23 grep linux24-header make mktemp net-tools openmotif patch |
||||
|
[DEP] sed sysfiles tar tetex util-linux xfree86 xpdf |
||||
|
|
||||
@ -0,0 +1,30 @@ |
|||||
|
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
||||
|
# |
||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
# Please add additional copyright information _after_ the line containing |
||||
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
||||
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
||||
|
# |
||||
|
# ROCK Linux: rock-src/package/rene/boost-jam/boost-jam.conf |
||||
|
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
||||
|
# |
||||
|
# This program is free software; you can redistribute it and/or modify |
||||
|
# it under the terms of the GNU General Public License as published by |
||||
|
# the Free Software Foundation; either version 2 of the License, or |
||||
|
# (at your option) any later version. A copy of the GNU General Public |
||||
|
# License can be found at Documentation/COPYING. |
||||
|
# |
||||
|
# Many people helped and are helping developing ROCK Linux. Please |
||||
|
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
||||
|
# file for details. |
||||
|
# |
||||
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
yam_cm () |
||||
|
{ |
||||
|
./build.sh |
||||
|
cp -vf bin.*/* $bindir |
||||
|
} |
||||
|
|
||||
|
custmain="yam_cm" |
||||
|
|
||||
@ -0,0 +1,47 @@ |
|||||
|
|
||||
|
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
||||
|
[COPY] |
||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
[COPY] Please add additional copyright information _after_ the line containing |
||||
|
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
||||
|
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
||||
|
[COPY] |
||||
|
[COPY] ROCK Linux: rock-src/package/rene/boost-jam/boost-jam.desc |
||||
|
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
||||
|
[COPY] |
||||
|
[COPY] This program is free software; you can redistribute it and/or modify |
||||
|
[COPY] it under the terms of the GNU General Public License as published by |
||||
|
[COPY] the Free Software Foundation; either version 2 of the License, or |
||||
|
[COPY] (at your option) any later version. A copy of the GNU General Public |
||||
|
[COPY] License can be found at Documentation/COPYING. |
||||
|
[COPY] |
||||
|
[COPY] Many people helped and are helping developing ROCK Linux. Please |
||||
|
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
||||
|
[COPY] file for details. |
||||
|
[COPY] |
||||
|
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
[I] A make-like program |
||||
|
|
||||
|
[T] Boost.Jam is a portable build tool with its own interpreted language, |
||||
|
[T] allowing to implement rather complex logic in a readable way and without |
||||
|
[T] resorting to external programs. It is a descendant of Jam/MR tool modified |
||||
|
[T] to suit the needs of Boost.Build. In particular, modules and rule |
||||
|
[T] parameters were added, as well as several new builtins. |
||||
|
|
||||
|
[U] http://www.boost.org/tools/build/jam_src/index.html |
||||
|
|
||||
|
[A] René Rivera <rrivera@acm.org> |
||||
|
[A] David Abrahams |
||||
|
[A] Vladimir Prus |
||||
|
[M] Rene Rebe <rene@rocklinux.org> |
||||
|
|
||||
|
[C] extra/development |
||||
|
|
||||
|
[L] GPL |
||||
|
[S] Stable |
||||
|
[V] 3.1.7 |
||||
|
[P] X -----5---9 473.000 |
||||
|
|
||||
|
[D] 904353519 boost-jam-3.1.7.tgz http://dl.sourceforge.net/sourceforge/boost/ |
||||
|
|
||||
@ -0,0 +1,35 @@ |
|||||
|
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
||||
|
[COPY] |
||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
[COPY] Please add additional copyright information _after_ the line containing |
||||
|
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
||||
|
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
||||
|
[COPY] |
||||
|
[COPY] ROCK Linux: rock-src/package/rene/boost/boost.cache |
||||
|
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
||||
|
[COPY] |
||||
|
[COPY] This program is free software; you can redistribute it and/or modify |
||||
|
[COPY] it under the terms of the GNU General Public License as published by |
||||
|
[COPY] the Free Software Foundation; either version 2 of the License, or |
||||
|
[COPY] (at your option) any later version. A copy of the GNU General Public |
||||
|
[COPY] License can be found at Documentation/COPYING. |
||||
|
[COPY] |
||||
|
[COPY] Many people helped and are helping developing ROCK Linux. Please |
||||
|
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
||||
|
[COPY] file for details. |
||||
|
[COPY] |
||||
|
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
[TIMESTAMP] 1073168089 Sat Jan 3 23:14:49 2004 |
||||
|
[CONFIG-ID] 2.0.0-rc5-x86-pentium-mmx-32-reference |
||||
|
[ROCKVER] 2.0.0-rc5 |
||||
|
|
||||
|
[LOGS] 7-xpdf.log 9-xpdf.log |
||||
|
|
||||
|
[BUILDTIME] 12544 (9) |
||||
|
[SIZE] 16.83 MB, 113 files |
||||
|
|
||||
|
[DEP] bash binutils bzip2 coreutils diffutils findutils freetype gcc3 |
||||
|
[DEP] glibc23 grep linux24-header make mktemp net-tools openmotif patch |
||||
|
[DEP] sed sysfiles tar tetex util-linux xfree86 xpdf |
||||
|
|
||||
@ -0,0 +1,37 @@ |
|||||
|
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
||||
|
# |
||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
# Please add additional copyright information _after_ the line containing |
||||
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
||||
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
||||
|
# |
||||
|
# ROCK Linux: rock-src/package/rene/boost/boost.conf |
||||
|
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
||||
|
# |
||||
|
# This program is free software; you can redistribute it and/or modify |
||||
|
# it under the terms of the GNU General Public License as published by |
||||
|
# the Free Software Foundation; either version 2 of the License, or |
||||
|
# (at your option) any later version. A copy of the GNU General Public |
||||
|
# License can be found at Documentation/COPYING. |
||||
|
# |
||||
|
# Many people helped and are helping developing ROCK Linux. Please |
||||
|
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
||||
|
# file for details. |
||||
|
# |
||||
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
yam_cm () |
||||
|
{ |
||||
|
bjam "-sTOOLS=gcc" |
||||
|
|
||||
|
find libs/ -type f -a \( -name '*.so.*' -o -name '*.a' \) -exec cp -v \ |
||||
|
\{\} $libdir \; |
||||
|
|
||||
|
find boost/ -type f | while read file ; do |
||||
|
mkdir -p $includedir/`dirname $file` |
||||
|
cp $file $includedir/$file |
||||
|
done |
||||
|
} |
||||
|
|
||||
|
custmain="yam_cm" |
||||
|
|
||||
@ -0,0 +1,53 @@ |
|||||
|
|
||||
|
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
||||
|
[COPY] |
||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
[COPY] Please add additional copyright information _after_ the line containing |
||||
|
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
||||
|
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
||||
|
[COPY] |
||||
|
[COPY] ROCK Linux: rock-src/package/rene/boost/boost.desc |
||||
|
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
||||
|
[COPY] |
||||
|
[COPY] This program is free software; you can redistribute it and/or modify |
||||
|
[COPY] it under the terms of the GNU General Public License as published by |
||||
|
[COPY] the Free Software Foundation; either version 2 of the License, or |
||||
|
[COPY] (at your option) any later version. A copy of the GNU General Public |
||||
|
[COPY] License can be found at Documentation/COPYING. |
||||
|
[COPY] |
||||
|
[COPY] Many people helped and are helping developing ROCK Linux. Please |
||||
|
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
||||
|
[COPY] file for details. |
||||
|
[COPY] |
||||
|
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
[I] Peer-reviewed STL style libraries for C++ |
||||
|
|
||||
|
[T] Boost provides free peer-reviewed portable C++ source libraries. The |
||||
|
[T] emphasis is on libraries which work well with the C++ Standard Library. |
||||
|
[T] One goal is to establish "existing practice" and provide reference |
||||
|
[T] implementations so that the Boost libraries are suitable for eventual |
||||
|
[T] standardization. Some of the libraries have already been proposed for |
||||
|
[T] inclusion in the C++ Standards Committee's upcoming C++ Standard Library |
||||
|
[T] Technical Report. |
||||
|
|
||||
|
[U] http://www.boost.org/ |
||||
|
|
||||
|
[A] Dave Abrahams |
||||
|
[T] Darin Adler |
||||
|
[T] Carl Daniel |
||||
|
[T] Beman Dawes |
||||
|
[T] Doug Gregor |
||||
|
[T] John Maddock |
||||
|
[T] and many more |
||||
|
[M] Rene Rebe <rene@rocklinux.org> |
||||
|
|
||||
|
[C] extra/development |
||||
|
|
||||
|
[L] GPL |
||||
|
[S] Stable |
||||
|
[V] 1.30.2 |
||||
|
[P] X -----5---9 474.000 |
||||
|
|
||||
|
[D] 4152245100 boost-1.30.2.tar.bz2 http://dl.sourceforge.net/sourceforge/boost/ |
||||
|
|
||||