Skip to content

Commit

Permalink
[WIP] Add a Homepage URL entry for vcpkg ports (microsoft#2933)
Browse files Browse the repository at this point in the history
* [vcpkg] Add "Homepage" field to the CONTROL files.
  • Loading branch information
pravic authored and Rastaban committed Jun 15, 2019
1 parent 7157f7e commit 18b029a
Show file tree
Hide file tree
Showing 597 changed files with 644 additions and 65 deletions.
3 changes: 2 additions & 1 deletion ports/abseil/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Source: abseil
Version: 2019-05-08
Version: 2019-05-08
Homepage: https://github.com/abseil/abseil-cpp
Description: an open-source collection designed to augment the C++ standard library.
Abseil is an open-source collection of C++ library code designed to augment the C++ standard library. The Abseil library code is collected from Google's own C++ code base, has been extensively tested and used in production, and is the same code we depend on in our daily coding lives.
In some cases, Abseil provides pieces missing from the C++ standard; in others, Abseil provides alternatives to the standard for special needs we've found through usage in the Google code base. We denote those cases clearly within the library code we provide you.
Expand Down
1 change: 1 addition & 0 deletions ports/ace/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Source: ace
Version: 6.5.5-1
Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html
Description: The ADAPTIVE Communication Environment

Feature: wchar
Expand Down
1 change: 1 addition & 0 deletions ports/alac-decoder/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Source: alac-decoder
Version: 0.2-1
Homepage: https://distfiles.macports.org/alac_decoder
Description: ALAC C implementation of a decoder, written from reverse engineering the file format
1 change: 1 addition & 0 deletions ports/alac/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Source: alac
Version: 2017-11-03-c38887c5-1
Homepage: https://github.com/macosforge/alac
Description: The Apple Lossless Audio Codec (ALAC) is a lossless audio codec developed by Apple and deployed on all of its platforms and devices.
2 changes: 1 addition & 1 deletion ports/alembic/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Source: alembic
Version: 1.7.11
Build-Depends: ilmbase, hdf5
Description: Alembic is an open framework for storing and sharing scene data that includes a C++ library, a file format, and client plugins and applications.
Homepage: http://alembic.io/
Homepage: https://alembic.io/
1 change: 1 addition & 0 deletions ports/allegro5/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Source: allegro5
Version: 5.2.5.0
Homepage: https://github.com/liballeg/allegro5
Description: Allegro is a cross-platform library mainly aimed at video game and multimedia programming. It handles common, low-level tasks such as creating windows, accepting user input, loading data, drawing images, playing sounds, etc. and generally abstracting away the underlying platform. However, Allegro is not a game engine: you are free to design and structure your program as you like.
Build-Depends: opengl, zlib, freetype, libogg, libvorbis, libflac, openal-soft, libpng, bzip2, physfs, libtheora, opus, opusfile
1 change: 1 addition & 0 deletions ports/angle/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Source: angle
Version: 2019-03-13-c2ee2cc-3
Homepage: https://github.com/google/angle
Description: A conformant OpenGL ES implementation for Windows, Mac and Linux.
The goal of ANGLE is to allow users of multiple operating systems to seamlessly run WebGL and other OpenGL ES content by translating OpenGL ES API calls to one of the hardware-supported APIs available for that platform. ANGLE currently provides translation from OpenGL ES 2.0 and 3.0 to desktop OpenGL, OpenGL ES, Direct3D 9, and Direct3D 11. Support for translation from OpenGL ES to Vulkan is underway, and future plans include compute shader support (ES 3.1) and MacOS support.
Build-Depends: egl-registry
1 change: 1 addition & 0 deletions ports/antlr4/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Source: antlr4
Version: 4.7.1-3
Homepage: https://www.antlr.org
Description: ANother Tool for Language Recognition
Build-Depends: libuuid (!uwp&!windows&!osx)
1 change: 1 addition & 0 deletions ports/apr-util/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Source: apr-util
Version: 1.6.0-3
Homepage: https://apr.apache.org/
Description: Apache Portable Runtime (APR) project mission is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementation
Build-Depends: expat, apr, openssl
1 change: 1 addition & 0 deletions ports/apr/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Source: apr
Version: 1.6.5-1
Homepage: https://apr.apache.org/
Description: The Apache Portable Runtime (APR) is a C library that forms a system portability layer that covers many operating systems.

Feature: private-headers
Expand Down
1 change: 1 addition & 0 deletions ports/arb/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Source: arb
Version: 2.16.0
Homepage: https://github.com/fredrik-johansson/arb
Description: a C library for arbitrary-precision interval arithmetic
Build-Depends: flint
1 change: 1 addition & 0 deletions ports/args/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Source: args
Version: 2019-05-01
Homepage: https://github.com/Taywee/args
Description: A simple header-only C++ argument parser library.
1 change: 1 addition & 0 deletions ports/arrow/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Source: arrow
Version: 0.13.0-4
Build-Depends: boost-system, boost-filesystem, boost-multiprecision, boost-algorithm, flatbuffers, rapidjson, zlib, lz4, brotli, zstd, snappy, gflags, thrift, double-conversion, glog, uriparser
Homepage: https://github.com/apache/arrow
Description: Apache Arrow is a columnar in-memory analytics layer designed to accelerate big data. It houses a set of canonical in-memory representations of flat and hierarchical data along with multiple language-bindings for structure manipulation. It also provides IPC and common algorithm implementations.
1 change: 1 addition & 0 deletions ports/asio/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Source: asio
Version: 1.12.2-1
Homepage: https://github.com/chriskohlhoff/asio
Description: Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach.
1 change: 1 addition & 0 deletions ports/asmjit/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Source: asmjit
Version: 2019-03-29
Homepage: https://github.com/asmjit/asmjit
Description: Complete x86/x64 JIT and Remote Assembler for C++
3 changes: 2 additions & 1 deletion ports/assimp/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Source: assimp
Version: 4.1.0-5
Version: 4.1.0-5
Homepage: https://github.com/assimp/assimp
Description: The Open Asset import library
Build-Depends: zlib, rapidjson
1 change: 1 addition & 0 deletions ports/atk/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Source: atk
Version: 2.24.0-3
Homepage: https://developer.gnome.org/atk/
Description: GNOME Accessibility Toolkit
Build-Depends: glib, gettext
1 change: 1 addition & 0 deletions ports/atkmm/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Source: atkmm
Version: 2.24.2-1
Homepage: https://www.gtkmm.org
Description: atkmm is the official C++ interface for the ATK accessibility toolkit library. It may be used, for instance, by user interfaces implemented with gtkmm.
Build-Depends: glib, gettext, atk, glibmm
3 changes: 2 additions & 1 deletion ports/aubio/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Source: aubio
Version: 0.4.9
Version: 0.4.9
Homepage: https://github.com/aubio/aubio
Description: Aubio is a tool designed for the extraction of annotations from audio signals. Its features include segmenting a sound file before each of its attacks, performing pitch detection, tapping the beat and producing midi streams from live audio.
Build-Depends: ffmpeg, libsndfile, libogg, libflac, libvorbis, bzip2, liblzma
1 change: 1 addition & 0 deletions ports/aurora/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Source: aurora
Version: 2017-06-21-c75699d2a8caa726260c29b6d7a0fd35f8f28933
Homepage: https://github.com/Bromeon/Aurora
Description: Aurora is an open-source C++ library providing various rather uncommon C++ utilities
1 change: 1 addition & 0 deletions ports/avro-c/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Source: avro-c
Version: 1.8.2-2
Homepage: https://github.com/apache/avro
Description: Apache Avro is a data serialization system
Build-Depends: jansson, liblzma, zlib
1 change: 1 addition & 0 deletions ports/aws-sdk-cpp/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Source: aws-sdk-cpp
Version: 1.7.106
Homepage: https://github.com/aws/aws-sdk-cpp
Description: AWS SDK for C++
Build-Depends: openssl (!uwp&!windows), curl (!uwp&!windows), aws-c-event-stream
Default-Features: dynamodb, s3, kinesis
Expand Down
2 changes: 1 addition & 1 deletion ports/azure-storage-cpp/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Version: 6.1.0
Build-Depends: cpprestsdk[core], atlmfc (windows), boost-log (!windows&!uwp), boost-locale (!windows&!uwp), libxml2 (!windows&!uwp), libuuid (!windows&!uwp&!osx), gettext
Description: Microsoft Azure Storage Client SDK for C++
A client library for working with Microsoft Azure storage services including blobs, files, tables, and queues. This client library enables working with the Microsoft Azure storage services which include the blob service for storing binary and text data, the file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client.
Homepage: http://blogs.msdn.com/b/windowsazurestorage/
Homepage: https://blogs.msdn.com/b/windowsazurestorage/
1 change: 1 addition & 0 deletions ports/benchmark/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Source: benchmark
Version: 1.5
Homepage: https://github.com/google/benchmark
Description: A library to support the benchmarking of functions, similar to unit-tests.
1 change: 1 addition & 0 deletions ports/berkeleydb/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Source: berkeleydb
Version: 4.8.30-2
Homepage: https://download.oracle.com/
Description: BDB - A high-performance embedded database for key/value data.
1 change: 1 addition & 0 deletions ports/bigint/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Source: bigint
Version: 2010.04.30-3
Homepage: https://mattmccutchen.net/bigint
Description: C++ Big Integer Library
1 change: 1 addition & 0 deletions ports/blaze/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Source: blaze
Version: 3.5
Build-Depends: clapack (!osx), boost-exception
Homepage: https://bitbucket.org/blaze-lib/blaze
Description: Blaze is an open-source, high-performance C++ math library for dense and sparse arithmetic.
1 change: 1 addition & 0 deletions ports/blosc/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Source: blosc
Version: 1.16.3
Build-Depends: lz4, snappy, zlib, zstd
Homepage: https://github.com/Blosc/c-blosc
Description: A blocking, shuffling and loss-less compression library that can be faster than `memcpy()`
1 change: 1 addition & 0 deletions ports/boost-accumulators/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-accumulators
Version: 1.70.0
Build-Depends: boost-array, boost-assert, boost-circular-buffer, boost-concept-check, boost-config, boost-core, boost-detail, boost-fusion, boost-interval, boost-iterator, boost-mpl, boost-numeric-conversion, boost-odeint, boost-parameter, boost-preprocessor, boost-range, boost-static-assert, boost-throw-exception, boost-tuple, boost-typeof, boost-type-traits, boost-ublas, boost-utility, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/accumulators
Description: Boost accumulators module
1 change: 1 addition & 0 deletions ports/boost-algorithm/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-algorithm
Version: 1.70.0
Build-Depends: boost-array, boost-assert, boost-bind, boost-concept-check, boost-config, boost-core, boost-detail, boost-exception, boost-function, boost-iterator, boost-mpl, boost-range, boost-regex, boost-static-assert, boost-throw-exception, boost-tuple, boost-type-traits, boost-unordered, boost-utility, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/algorithm
Description: Boost algorithm module
1 change: 1 addition & 0 deletions ports/boost-align/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-align
Version: 1.70.0
Build-Depends: boost-assert, boost-config, boost-core, boost-static-assert, boost-throw-exception, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/align
Description: Boost align module
1 change: 1 addition & 0 deletions ports/boost-any/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-any
Version: 1.70.0
Build-Depends: boost-config, boost-core, boost-static-assert, boost-throw-exception, boost-type-index, boost-type-traits, boost-utility, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/any
Description: Boost any module
1 change: 1 addition & 0 deletions ports/boost-array/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-array
Version: 1.70.0
Build-Depends: boost-assert, boost-config, boost-core, boost-detail, boost-static-assert, boost-throw-exception, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/array
Description: Boost array module
1 change: 1 addition & 0 deletions ports/boost-asio/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-asio
Version: 1.70.0-1
Build-Depends: boost-array, boost-assert, boost-bind, boost-chrono, boost-compatibility, boost-config, boost-coroutine (!uwp), boost-date-time, boost-detail, boost-function, boost-integer, boost-regex, boost-smart-ptr, boost-system, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers, openssl
Homepage: https://github.com/boostorg/asio
Description: Boost asio module
1 change: 1 addition & 0 deletions ports/boost-assert/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-assert
Version: 1.70.0
Build-Depends: boost-config, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/assert
Description: Boost assert module
1 change: 1 addition & 0 deletions ports/boost-assign/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-assign
Version: 1.70.0
Build-Depends: boost-array, boost-config, boost-detail, boost-move, boost-mpl, boost-preprocessor, boost-ptr-container, boost-range, boost-static-assert, boost-throw-exception, boost-tuple, boost-type-traits, boost-utility, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/assign
Description: Boost assign module
1 change: 1 addition & 0 deletions ports/boost-atomic/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-atomic
Version: 1.70.0
Build-Depends: boost-assert, boost-build, boost-config, boost-integer, boost-modular-build-helper, boost-type-traits, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/atomic
Description: Boost atomic module
1 change: 1 addition & 0 deletions ports/boost-beast/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-beast
Version: 1.70.0
Build-Depends: boost-align, boost-asio, boost-assert, boost-bind, boost-config, boost-container, boost-core, boost-endian, boost-intrusive, boost-logic, boost-mp11, boost-optional, boost-smart-ptr, boost-static-assert, boost-system, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers, boost-winapi
Homepage: https://github.com/boostorg/beast
Description: Boost beast module
1 change: 1 addition & 0 deletions ports/boost-bimap/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-bimap
Version: 1.70.0
Build-Depends: boost-concept-check, boost-config, boost-container-hash, boost-functional, boost-iterator, boost-lambda, boost-mpl, boost-multi-index, boost-preprocessor, boost-property-map, boost-serialization, boost-static-assert, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/bimap
Description: Boost bimap module
1 change: 1 addition & 0 deletions ports/boost-bind/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-bind
Version: 1.70.0
Build-Depends: boost-config, boost-core, boost-detail, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/bind
Description: Boost bind module
1 change: 1 addition & 0 deletions ports/boost-build/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Source: boost-build
Version: 1.70.0-1
Homepage: https://github.com/boostorg/build
Description: Boost.Build
1 change: 1 addition & 0 deletions ports/boost-callable-traits/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-callable-traits
Version: 1.70.0
Build-Depends: boost-vcpkg-helpers
Homepage: https://github.com/boostorg/callable_traits
Description: Boost callable_traits module
1 change: 1 addition & 0 deletions ports/boost-chrono/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-chrono
Version: 1.70.0
Build-Depends: boost-assert, boost-build, boost-config, boost-detail, boost-integer, boost-modular-build-helper, boost-move, boost-mpl, boost-predef, boost-ratio, boost-static-assert, boost-system, boost-throw-exception, boost-typeof, boost-type-traits, boost-utility, boost-vcpkg-helpers, boost-winapi
Homepage: https://github.com/boostorg/chrono
Description: Boost chrono module
1 change: 1 addition & 0 deletions ports/boost-circular-buffer/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-circular-buffer
Version: 1.70.0
Build-Depends: boost-assert, boost-compatibility, boost-concept-check, boost-config, boost-core, boost-move, boost-static-assert, boost-throw-exception, boost-type-traits, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/circular_buffer
Description: Boost circular_buffer module
1 change: 1 addition & 0 deletions ports/boost-compatibility/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-compatibility
Version: 1.70.0
Build-Depends: boost-vcpkg-helpers
Homepage: https://github.com/boostorg/compatibility
Description: Boost compatibility module
1 change: 1 addition & 0 deletions ports/boost-compute/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-compute
Version: 1.70.0
Build-Depends: boost-algorithm, boost-array, boost-assert, boost-chrono, boost-config, boost-core, boost-filesystem (!uwp), boost-function, boost-function-types, boost-fusion, boost-iterator, boost-lexical-cast, boost-math, boost-mpl, boost-optional, boost-preprocessor, boost-property-tree, boost-proto, boost-range, boost-smart-ptr, boost-static-assert, boost-thread (!arm), boost-throw-exception, boost-tuple, boost-typeof, boost-type-traits, boost-utility, boost-uuid, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/compute
Description: Boost compute module
1 change: 1 addition & 0 deletions ports/boost-concept-check/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-concept-check
Version: 1.70.0
Build-Depends: boost-config, boost-preprocessor, boost-static-assert, boost-type-traits, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/concept_check
Description: Boost concept_check module
1 change: 1 addition & 0 deletions ports/boost-config/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-config
Version: 1.70.0
Build-Depends: boost-compatibility, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/config
Description: Boost config module
1 change: 1 addition & 0 deletions ports/boost-container/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-container
Version: 1.70.0
Build-Depends: boost-assert, boost-build, boost-config, boost-container-hash, boost-core, boost-integer, boost-intrusive, boost-modular-build-helper, boost-move, boost-static-assert, boost-type-traits, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/container
Description: Boost container module
1 change: 1 addition & 0 deletions ports/boost-context/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-context
Version: 1.70.0
Build-Depends: boost-assert, boost-build, boost-config, boost-detail, boost-integer, boost-modular-build-helper, boost-pool, boost-predef, boost-smart-ptr, boost-thread (!arm), boost-vcpkg-helpers
Homepage: https://github.com/boostorg/context
Description: Boost context module
1 change: 1 addition & 0 deletions ports/boost-conversion/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-conversion
Version: 1.70.0
Build-Depends: boost-assert, boost-config, boost-throw-exception, boost-typeof, boost-utility, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/conversion
Description: Boost conversion module
1 change: 1 addition & 0 deletions ports/boost-convert/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-convert
Version: 1.70.0
Build-Depends: boost-config, boost-core, boost-function-types, boost-lexical-cast, boost-math, boost-mpl, boost-optional, boost-parameter, boost-range, boost-spirit, boost-type-traits, boost-utility, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/convert
Description: Boost convert module
1 change: 1 addition & 0 deletions ports/boost-core/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-core
Version: 1.70.0
Build-Depends: boost-config, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/core
Description: Boost core module
1 change: 1 addition & 0 deletions ports/boost-coroutine/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-coroutine
Version: 1.70.0
Build-Depends: boost-assert, boost-build, boost-config, boost-context (!uwp), boost-detail, boost-exception, boost-integer, boost-modular-build-helper, boost-move, boost-range, boost-system, boost-thread (!arm), boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/coroutine
Description: Boost coroutine module
1 change: 1 addition & 0 deletions ports/boost-coroutine2/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-coroutine2
Version: 1.70.0
Build-Depends: boost-assert, boost-config, boost-context (!uwp), boost-detail, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/coroutine2
Description: Boost coroutine2 module
1 change: 1 addition & 0 deletions ports/boost-crc/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-crc
Version: 1.70.0
Build-Depends: boost-array, boost-compatibility, boost-config, boost-integer, boost-type-traits, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/crc
Description: Boost crc module
1 change: 1 addition & 0 deletions ports/boost-date-time/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-date-time
Version: 1.70.0
Build-Depends: boost-algorithm, boost-assert, boost-build, boost-compatibility, boost-config, boost-core, boost-detail, boost-integer, boost-io, boost-lexical-cast, boost-math, boost-modular-build-helper, boost-mpl, boost-numeric-conversion, boost-range, boost-smart-ptr, boost-static-assert, boost-throw-exception, boost-tokenizer, boost-type-traits, boost-utility, boost-vcpkg-helpers, boost-winapi
Homepage: https://github.com/boostorg/date_time
Description: Boost date_time module
1 change: 1 addition & 0 deletions ports/boost-detail/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-detail
Version: 1.70.0
Build-Depends: boost-compatibility, boost-config, boost-preprocessor, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/detail
Description: Boost detail module
3 changes: 2 additions & 1 deletion ports/boost-di/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Source: boost-di
Version: 1.1.0
Description: C++14 Dependency Injection Library.
Homepage: https://github.com/boost-experimental/di
Description: C++14 Dependency Injection Library.
1 change: 1 addition & 0 deletions ports/boost-disjoint-sets/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-disjoint-sets
Version: 1.70.0
Build-Depends: boost-graph, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/disjoint_sets
Description: Boost disjoint_sets module
1 change: 1 addition & 0 deletions ports/boost-dll/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-dll
Version: 1.70.0
Build-Depends: boost-assert, boost-config, boost-core, boost-filesystem (!uwp), boost-function, boost-integer, boost-move, boost-mpl, boost-predef, boost-smart-ptr, boost-spirit, boost-static-assert, boost-system, boost-throw-exception, boost-type-index, boost-type-traits, boost-vcpkg-helpers, boost-winapi
Homepage: https://github.com/boostorg/dll
Description: Boost dll module
1 change: 1 addition & 0 deletions ports/boost-dynamic-bitset/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-dynamic-bitset
Version: 1.70.0
Build-Depends: boost-serialization, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/dynamic_bitset
Description: Boost dynamic_bitset module
1 change: 1 addition & 0 deletions ports/boost-endian/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Source: boost-endian
Version: 1.70.0
Build-Depends: boost-assert, boost-config, boost-core, boost-integer, boost-predef, boost-static-assert, boost-type-traits, boost-utility, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/endian
Description: Boost endian module
Loading

0 comments on commit 18b029a

Please sign in to comment.