From 4a8abe48fe17615344f4dbc6362f11980601745d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 1 Mar 2018 15:50:06 +0200 Subject: Start bdep project --- .gitignore | 19 +++++++++++++++++++ INSTALL | 6 ++++++ LICENSE | 20 ++++++++++++++++++++ NEWS | 0 README | 20 ++++++++++++++++++++ 5 files changed, 65 insertions(+) create mode 100644 .gitignore create mode 100644 INSTALL create mode 100644 LICENSE create mode 100644 NEWS create mode 100644 README diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1943e34 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# Compiler/linker output. +# +*.d +*.ii +*.o +*.obj +*.so +*.dll +*.a +*.lib +*.exp +*.exe +*.exe.dlls/ +*.exe.manifest +*.pc + +# Generated version. +# +version diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..eb2122d --- /dev/null +++ b/INSTALL @@ -0,0 +1,6 @@ +Unless you specifically only need the build2 project dependency manager and not +the complete build2 toolchain, you should use the build2-toolchain distribution +instead. + +If you do want just the project manager, then you can build it using the +standard build2 build system. diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..91c0877 --- /dev/null +++ b/LICENSE @@ -0,0 +1,20 @@ +Copyright (c) 2014-2017 Code Synthesis Ltd + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..e69de29 diff --git a/README b/README new file mode 100644 index 0000000..c17a5b0 --- /dev/null +++ b/README @@ -0,0 +1,20 @@ +This package contains the build2 project dependency manager. + +build2 is an open source, cross-platform toolchain for building and packaging +C++ code. Its aim is a modern build system and package manager for the C++ +language that provide a consistent, out of the box interface across multiple +platforms and compilers. For more information see: + +https://build2.org/ + +See the NEWS file for the user-visible changes from the previous release. + +See the LICENSE file for the distribution conditions. + +See the INSTALL file for the prerequisites and installation instructions. + +See the doc/ directory for documentation. + +Send questions, bug reports, or any other feedback to the users@build2.org +mailing list. You can post without subscribing. See https://lists.build2.org +for searchable archives, posting guidelines, etc. -- cgit v1.1