[pkg-boost-commits] r14411 - in boost-defaults/trunk: . debian

Steven Michael Robbins smr at alioth.debian.org
Thu Apr 23 06:42:11 UTC 2009


Author: smr
Date: 2009-04-23 06:42:11 +0000 (Thu, 23 Apr 2009)
New Revision: 14411

Added:
   boost-defaults/trunk/debian/
   boost-defaults/trunk/debian/changelog
   boost-defaults/trunk/debian/compat
   boost-defaults/trunk/debian/control
   boost-defaults/trunk/debian/copyright
   boost-defaults/trunk/debian/rules
Log:
Defaults package for Boost 1.38.0.

Added: boost-defaults/trunk/debian/changelog
===================================================================
--- boost-defaults/trunk/debian/changelog	                        (rev 0)
+++ boost-defaults/trunk/debian/changelog	2009-04-23 06:42:11 UTC (rev 14411)
@@ -0,0 +1,6 @@
+boost-defaults (1.38.0) unstable; urgency=low
+
+  * Initial upload.  Set default to Boost 1.38.0.
+
+ -- Steve M. Robbins <smr at debian.org>  Thu, 23 Apr 2009 01:35:57 -0500
+

Added: boost-defaults/trunk/debian/compat
===================================================================
--- boost-defaults/trunk/debian/compat	                        (rev 0)
+++ boost-defaults/trunk/debian/compat	2009-04-23 06:42:11 UTC (rev 14411)
@@ -0,0 +1 @@
+7
\ No newline at end of file

Added: boost-defaults/trunk/debian/control
===================================================================
--- boost-defaults/trunk/debian/control	                        (rev 0)
+++ boost-defaults/trunk/debian/control	2009-04-23 06:42:11 UTC (rev 14411)
@@ -0,0 +1,284 @@
+Source: boost-defaults
+Homepage: http://www.boost.org/
+Section: libs
+Priority: optional
+Maintainer: Debian Boost Team <pkg-boost-devel at lists.alioth.debian.org>
+Uploaders: Steve M. Robbins <smr at debian.org>, Domenico Andreoli <cavok at debian.org>
+Build-Depends: cdbs, debhelper (>= 7)
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-boost/boost-defaults/trunk/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-boost/boost-defaults/trunk
+Standards-Version: 3.8.1
+
+Package: libboost-dev
+Architecture: all
+Section: libdevel
+Depends: ${misc:Depends}, libboost1.38-dev
+Description: Boost C++ Libraries development files (default version)
+ 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. One goal is to establish "existing practice" and
+ provide reference implementations so that the Boost libraries are
+ suitable for eventual standardization. Some of the libraries have
+ already been proposed for inclusion in the C++ Standards Committee's
+ upcoming C++ Standard Library Technical Report.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Boost version (currently 1.38).
+
+Package: libboost-date-time-dev
+Homepage: http://www.boost.org/libs/date_time/
+Architecture: all
+Section: libdevel
+Depends: ${misc:Depends}, libboost-date-time1.38-dev
+Description: date-time libraries based on generic programming (default version)
+ Part of the Boost C++ Libraries collection.
+ .
+ These libraries are intended to make programming with dates and times
+ almost as simple and natural as programming with strings and integers.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Boost version (currently 1.38).
+
+Package: libboost-filesystem-dev
+Homepage: http://boost.org/libs/filesystem/
+Architecture: all
+Section: libdevel
+Depends: ${misc:Depends}, libboost-filesystem1.38-dev
+Description: filesystem operations in C++ (default version)
+ Part of the Boost C++ Libraries collection.
+ .
+ The Boost Filesystem Library provides portable facilities to query and 
+ manipulate paths, files, and directories.  The goal is to
+ facilitate portable script-like operations from within C++ programs.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Boost version (currently 1.38).
+
+Package: libboost-graph-dev
+Homepage: http://www.boost.org/libs/graph/
+Architecture: all
+Section: libdevel
+Depends: ${misc:Depends}, libboost-graph1.38-dev
+Description: generic graph components and algorithms in C++ (default version)
+ Part of the Boost C++ Libraries collection.
+ .
+ Graphs are mathematical abstractions that are useful for solving
+ many types of problems in computer science. Consequently, these
+ abstractions must also be represented in computer programs. A
+ standardized generic interface for traversing graphs is of utmost
+ importance to encourage reuse of graph algorithms and data structures.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Boost version (currently 1.38).
+
+Package: libboost-iostreams-dev
+Homepage: http://www.boost.org/libs/iostreams/
+Architecture: all
+Section: libdevel
+Depends: ${misc:Depends}, libboost-iostreams1.38-dev
+Description: Boost.Iostreams Library development files (default version)
+ Part of the Boost C++ Libraries collection.
+ .
+ Boost.Iostreams are a collection of concepts and set of templates
+ which turn models of these concepts into C++ standard library streams
+ and stream buffers.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Boost version (currently 1.38).
+
+Package: libboost-math-dev
+Homepage: http://www.boost.org/libs/math/
+Architecture: all
+Section: libdevel
+Depends: ${misc:Depends}, libboost-math1.38-dev
+Description: Boost.Math Library development files (default version)
+ Part of the Boost C++ Libraries collection.
+ .
+ This library is divided into three interconnected parts:
+  * Statistical Distributions: Provides a reasonably comprehensive set of 
+    statistical distributions, upon which higher level statistical tests 
+    can be built.
+  * Mathematical Special Functions: Provides a small number of high quality 
+    special functions, initially these were concentrated on functions used in 
+    statistical applications along with those in the Technical Report on 
+    C++ Library Extensions.
+  * Implementation Toolkit: Provides many of the tools required to implement 
+    mathematical special functions.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Boost version (currently 1.38).
+
+Package: libboost-mpi-dev
+Homepage: http://www.boost.org/doc/html/mpi.html
+Architecture: all
+Section: libdevel
+Depends: ${misc:Depends}, libboost-mpi1.38-dev
+Description: C++ interface to the Message Passing Interface (MPI) (default version)
+ Part of the Boost C++ Libraries collection.
+ .
+ The Boost.MPI library provides a C++ interface to MPI that
+ supports modern C++ development styles, including complete support for
+ user-defined data types and C++ Standard Library types, arbitrary function
+ objects for collective algorithms, and the use of modern C++ library
+ techniques to maintain maximal efficiency.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Boost version (currently 1.38).
+
+Package: libboost-program-options-dev
+Homepage: http://www.boost.org/libs/program_options/
+Architecture: all
+Section: libdevel
+Depends: ${misc:Depends}, libboost-program-options1.38-dev
+Description: program options library for C++ (default version)
+ Part of the Boost C++ Libraries collection.
+ .
+ Library to let program developers obtain program options, that is
+ (name, value) pairs from the user, via conventional methods such as
+ command line and config file.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Boost version (currently 1.38).
+
+Package: libboost-python-dev
+Homepage: http://www.boost.org/libs/python/
+Architecture: all
+Section: libdevel
+Depends: ${misc:Depends}, libboost-python1.38-dev
+Description: Boost.Python Library development files (default version)
+ Part of the Boost C++ Libraries collection.
+ .
+ This package allows development of a Python interface for all current
+ versions of Python in Debian.  Code using this library will need also
+ one of the Python development packages.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Boost version (currently 1.38).
+
+Package: libboost-regex-dev
+Homepage: http://www.boost.org/libs/regex/
+Architecture: all
+Section: libdevel
+Depends: ${misc:Depends}, libboost-regex1.38-dev
+Description: regular expression library for C++ (default version)
+ Part of the Boost C++ Libraries collection.
+ .
+ Regular expressions are a form of pattern-matching that are often
+ used in text processing; many users will be familiar with the Unix
+ utilities grep, sed and awk, and the programming language perl, each
+ of which make extensive use of regular expressions. Traditionally C++
+ users have been limited to the POSIX C APIs for manipulating regular
+ expressions, and while regex does provide these APIs, they do not
+ represent the best way to use the library. For example regex can cope
+ with wide character strings, or search and replace operations (in a
+ manner analogous to either sed or perl), something that traditional C
+ libraries can not do.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Boost version (currently 1.38).
+
+Package: libboost-serialization-dev
+Homepage: http://www.boost.org/libs/serialization/
+Architecture: all
+Section: libdevel
+Depends: ${misc:Depends}, libboost-serialization1.38-dev
+Description: serialization library for C++ (default version)
+ This is a partial list of provided functionalities:
+ .
+  * proper restoration of pointers to shared data
+  * serialization of STL containers and other commonly used templates
+  * data portability - streams of bytes created on one platform should
+    be readable on any other
+  * archive interface must be rich enough to permit the creation of an
+    archive that presents serialized data as XML in a useful manner
+ .
+ serialization: the reversible deconstruction of an arbitrary set of
+ C++ data structures to a sequence of bytes.
+ archive: to refer to a specific rendering of this stream of bytes.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Boost version (currently 1.38).
+
+Package: libboost-signals-dev
+Homepage: http://www.boost.org/libs/signals/
+Architecture: all
+Section: libdevel
+Depends: ${misc:Depends}, libboost-signals1.38-dev
+Description: managed signals and slots library for C++ (default version)
+ Part of the Boost C++ Libraries collection.
+ .
+ Signals represent callbacks with multiple targets, and are also
+ called publishers or events in similar systems. Signals are connected
+ to some set of slots, which are callback receivers (also called event
+ targets or subscribers), which are called when the signal is
+ "emitted."
+ .
+ This package is a dependency package, which depends on Debian's default
+ Boost version (currently 1.38).
+
+Package: libboost-system-dev
+Homepage: http://www.boost.org/libs/system/
+Architecture: all
+Section: libdevel
+Depends: ${misc:Depends}, libboost-system1.38-dev
+Description: Operating system (e.g. diagnostics support) library (default version)
+ Part of the Boost C++ Libraries collection.
+ .
+ The Boost System library provides simple, light-weight error_code
+ objects that encapsulate system-specific error code values, yet also
+ provide access to more abstract and portable error conditions via
+ error_condition objects. Because error_code objects can represent
+ errors from sources other than the operating system, including
+ user-defined sources, each error_code and error_condition has an
+ associated error_category.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Boost version (currently 1.38).
+
+Package: libboost-test-dev
+Homepage: http://www.boost.org/libs/test/
+Architecture: all
+Section: libdevel
+Depends: ${misc:Depends}, libboost-test1.38-dev
+Description: components for writing and executing test suites (default version)
+ Part of the Boost C++ Libraries collection.  The library contains
+ several components.
+ .
+  * Basic execution, error detection, and reporting facility.
+  * Facilities to monitor program execution and produce error reports.
+  * Unit test framework to simplify writing test cases.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Boost version (currently 1.38).
+
+Package: libboost-thread-dev
+Homepage: http://www.boost.org/libs/thread/
+Architecture: all
+Section: libdevel
+Depends: ${misc:Depends}, libboost-thread1.38-dev
+Description: portable C++ multi-threading (default version)
+ Part of the Boost C++ Libraries collection.
+ .
+ Toolkit for writing C++ programs that execute as multiple,
+ asynchronous, independent, threads-of-execution. Each thread has its
+ own machine state including program instruction counter and
+ registers.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Boost version (currently 1.38).
+
+Package: libboost-wave-dev
+Homepage: http://www.boost.org/libs/wave/
+Architecture: all
+Section: libdevel
+Depends: ${misc:Depends}, libboost-wave1.38-dev
+Description: C99/C++ preprocessor library (default version)
+ Part of the Boost C++ Libraries collection.
+ .
+ The Wave C++ preprocessor library is a Standards conformant
+ implementation of the mandated C99/C++ preprocessor functionality
+ packed behind a simple to use interface, which integrates well with
+ the well known idioms of the Standard Template Library (STL).
+ .
+ This package is a dependency package, which depends on Debian's default
+ Boost version (currently 1.38).

Added: boost-defaults/trunk/debian/copyright
===================================================================
--- boost-defaults/trunk/debian/copyright	                        (rev 0)
+++ boost-defaults/trunk/debian/copyright	2009-04-23 06:42:11 UTC (rev 14411)
@@ -0,0 +1,5 @@
+The contents of boost-defaults is copyright 2009 Steven Robbins 
+and distributed under the BSD license.
+
+On Debian systems, the full text of the BSD license may be found
+in /usr/share/common-licenses/BSD.
\ No newline at end of file

Added: boost-defaults/trunk/debian/rules
===================================================================
--- boost-defaults/trunk/debian/rules	                        (rev 0)
+++ boost-defaults/trunk/debian/rules	2009-04-23 06:42:11 UTC (rev 14411)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/utils.mk
+


Property changes on: boost-defaults/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *




More information about the pkg-boost-commits mailing list