[Boostheaders-commits] r58 - / BoostHeadersROOT BoostHeadersROOT/inst BoostHeadersROOT/man pkg/BH pkg/BH/inst pkg/BH/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Oct 19 14:09:19 CEST 2013
Author: edd
Date: 2013-10-19 14:09:19 +0200 (Sat, 19 Oct 2013)
New Revision: 58
Modified:
BoostHeadersROOT/DESCRIPTION
BoostHeadersROOT/inst/NEWS.Rd
BoostHeadersROOT/man/BH-package.Rd
CreateBoost.sh
pkg/BH/DESCRIPTION
pkg/BH/inst/NEWS.Rd
pkg/BH/man/BH-package.Rd
Log:
actually changing Maintainer: and making a few minor updates
Modified: BoostHeadersROOT/DESCRIPTION
===================================================================
--- BoostHeadersROOT/DESCRIPTION 2013-10-18 11:59:53 UTC (rev 57)
+++ BoostHeadersROOT/DESCRIPTION 2013-10-19 12:09:19 UTC (rev 58)
@@ -4,7 +4,7 @@
Version: XXX
Date: YYY
Author: John W. Emerson, Michael J. Kane, Dirk Eddelbuettel, JJ Allaire, and Romain Francois
-Maintainer: Jay Emerson <john.emerson at yale.edu>
+Maintainer: Dirk Eddelbuettel <edd at debian.org>
Description: Boost provides free peer-reviewed portable C++ source
libraries. A large part of Boost is provided as C++ template code
which is resolved entirely at compile-time without linking. This
Modified: BoostHeadersROOT/inst/NEWS.Rd
===================================================================
--- BoostHeadersROOT/inst/NEWS.Rd 2013-10-18 11:59:53 UTC (rev 57)
+++ BoostHeadersROOT/inst/NEWS.Rd 2013-10-19 12:09:19 UTC (rev 58)
@@ -6,9 +6,11 @@
\newcommand{\boostPkgTwo}{\href{http://www.boost.org/doc/libs/release/libs/#1}{\pkg{#2}}}
\newcommand{\rfticket}{\href{https://r-forge.r-project.org/tracker/index.php?func=detail&aid=#1}{#1}}
-\section{Changes in version 1.51.0-3 (2013-08-02)}{
+\section{Changes in version 1.51.0-3 (2013-10-19)}{
\itemize{
- \item Expanded \boost coverage by adding \boost package \boostPkg{spirit}.
+ \item Expanded \boost coverage by adding \boost packages
+ \boostPkg{spirit}, \boostPkg{foreach}, \boostPkg{math/distributions},
+ \boostPkg{algorithm}, \boostPkg{iostreams}.
}
}
Modified: BoostHeadersROOT/man/BH-package.Rd
===================================================================
--- BoostHeadersROOT/man/BH-package.Rd 2013-10-18 11:59:53 UTC (rev 57)
+++ BoostHeadersROOT/man/BH-package.Rd 2013-10-19 12:09:19 UTC (rev 58)
@@ -3,11 +3,12 @@
\alias{BH}
\docType{package}
\title{
-The Boost C++ Libraries
+ The Boost C++ Library Headers
}
\description{
-Boost provides free peer-reviewed portable C++ source
- libraries. We place them in this package as a more efficient
+ Boost provides free peer-reviewed portable C++ source
+ libraries with a large part implemented as template headers.
+ We place a number of them in this package as a more efficient
distribution system for CRAN.
}
\details{
@@ -18,17 +19,18 @@
Date: \tab YYY\cr
License: \tab BSL-1.0\cr
}
-Boost provides free peer-reviewed portable C++ source
- libraries. We place them in this package as a more efficient
+ Boost provides free peer-reviewed portable C++ source
+ libraries with a large part implemented as template headers.
+ We place a number of these libraries in this package as a more efficient
distribution system for CRAN. The idea is that you can write
a package that depends on some subset of the Boost Libraries,
- and you won't need to distribute a copy of this code with your
+ yet you do not need to distribute a copy of this code with your
package.
}
\author{
John W. Emerson and Michael J. Kane and Dirk Eddelbuettel
-Maintainers: Jay and Mike <bigmemoryauthors at gmail.com>, Dirk Eddelbuettel <edd at debian.org>
+Maintainer: Dirk Eddelbuettel <edd at debian.org>
}
\references{
http://www.boost.org/
Modified: CreateBoost.sh
===================================================================
--- CreateBoost.sh 2013-10-18 11:59:53 UTC (rev 57)
+++ CreateBoost.sh 2013-10-19 12:09:19 UTC (rev 58)
@@ -103,7 +103,8 @@
${pkgdir}/inst/include/Jamroot \
${pkgdir}/inst/include/boost.png \
${pkgdir}/inst/include/doc \
- ${pkgdir}/inst/include/boost.css
+ ${pkgdir}/inst/include/boost.css \
+ ${pkgdir}/inst/include/rst.css
cp -p BoostHeadersROOT/NAMESPACE ${pkgdir}
cp -p BoostHeadersROOT/inst/NEWS.Rd ${pkgdir}/inst/
Modified: pkg/BH/DESCRIPTION
===================================================================
--- pkg/BH/DESCRIPTION 2013-10-18 11:59:53 UTC (rev 57)
+++ pkg/BH/DESCRIPTION 2013-10-19 12:09:19 UTC (rev 58)
@@ -4,7 +4,7 @@
Version: 1.51.0-3
Date: 2013-10-10
Author: John W. Emerson, Michael J. Kane, Dirk Eddelbuettel, JJ Allaire, and Romain Francois
-Maintainer: Jay Emerson <john.emerson at yale.edu>
+Maintainer: Dirk Eddelbuettel <edd at debian.org>
Description: Boost provides free peer-reviewed portable C++ source
libraries. A large part of Boost is provided as C++ template code
which is resolved entirely at compile-time without linking. This
Modified: pkg/BH/inst/NEWS.Rd
===================================================================
--- pkg/BH/inst/NEWS.Rd 2013-10-18 11:59:53 UTC (rev 57)
+++ pkg/BH/inst/NEWS.Rd 2013-10-19 12:09:19 UTC (rev 58)
@@ -6,12 +6,11 @@
\newcommand{\boostPkgTwo}{\href{http://www.boost.org/doc/libs/release/libs/#1}{\pkg{#2}}}
\newcommand{\rfticket}{\href{https://r-forge.r-project.org/tracker/index.php?func=detail&aid=#1}{#1}}
-\section{Changes in version 1.51.0-3 (2013-10-10)}{
+\section{Changes in version 1.51.0-3 (2013-10-19)}{
\itemize{
\item Expanded \boost coverage by adding \boost packages
- \boostPkg{spirit}, \boostPkg{foreach},
- \boostPkg{math/distributions}, \boostPkg{algorithm},
- \boostPkg{iostreams}.
+ \boostPkg{spirit}, \boostPkg{foreach}, \boostPkg{math/distributions},
+ \boostPkg{algorithm}, \boostPkg{iostreams}.
}
}
Modified: pkg/BH/man/BH-package.Rd
===================================================================
--- pkg/BH/man/BH-package.Rd 2013-10-18 11:59:53 UTC (rev 57)
+++ pkg/BH/man/BH-package.Rd 2013-10-19 12:09:19 UTC (rev 58)
@@ -3,11 +3,12 @@
\alias{BH}
\docType{package}
\title{
-The Boost C++ Libraries
+ The Boost C++ Library Headers
}
\description{
-Boost provides free peer-reviewed portable C++ source
- libraries. We place them in this package as a more efficient
+ Boost provides free peer-reviewed portable C++ source
+ libraries with a large part implemented as template headers.
+ We place a number of them in this package as a more efficient
distribution system for CRAN.
}
\details{
@@ -18,17 +19,18 @@
Date: \tab 2013-10-10\cr
License: \tab BSL-1.0\cr
}
-Boost provides free peer-reviewed portable C++ source
- libraries. We place them in this package as a more efficient
+ Boost provides free peer-reviewed portable C++ source
+ libraries with a large part implemented as template headers.
+ We place a number of these libraries in this package as a more efficient
distribution system for CRAN. The idea is that you can write
a package that depends on some subset of the Boost Libraries,
- and you won't need to distribute a copy of this code with your
+ yet you do not need to distribute a copy of this code with your
package.
}
\author{
John W. Emerson and Michael J. Kane and Dirk Eddelbuettel
-Maintainers: Jay and Mike <bigmemoryauthors at gmail.com>, Dirk Eddelbuettel <edd at debian.org>
+Maintainer: Dirk Eddelbuettel <edd at debian.org>
}
\references{
http://www.boost.org/
More information about the Boostheaders-commits
mailing list