diff --git a/ports/abseil/CONTROL b/ports/abseil/CONTROL index 65c35d7ec..b611fe9e7 100644 --- a/ports/abseil/CONTROL +++ b/ports/abseil/CONTROL @@ -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. diff --git a/ports/ace/CONTROL b/ports/ace/CONTROL index 8b76f644a..4153cdc48 100644 --- a/ports/ace/CONTROL +++ b/ports/ace/CONTROL @@ -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 diff --git a/ports/alac-decoder/CONTROL b/ports/alac-decoder/CONTROL index e2b3da2b1..dcbf3922e 100644 --- a/ports/alac-decoder/CONTROL +++ b/ports/alac-decoder/CONTROL @@ -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 diff --git a/ports/alac/CONTROL b/ports/alac/CONTROL index 07ca2b5a2..1bea4dc14 100644 --- a/ports/alac/CONTROL +++ b/ports/alac/CONTROL @@ -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. diff --git a/ports/alembic/CONTROL b/ports/alembic/CONTROL index 8b19b03cb..0adc152bb 100644 --- a/ports/alembic/CONTROL +++ b/ports/alembic/CONTROL @@ -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/ diff --git a/ports/allegro5/CONTROL b/ports/allegro5/CONTROL index 0a18649f8..defd1b481 100644 --- a/ports/allegro5/CONTROL +++ b/ports/allegro5/CONTROL @@ -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 diff --git a/ports/angle/CONTROL b/ports/angle/CONTROL index 8bc53822e..cac71fae2 100644 --- a/ports/angle/CONTROL +++ b/ports/angle/CONTROL @@ -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 diff --git a/ports/antlr4/CONTROL b/ports/antlr4/CONTROL index 4af73fb8a..46852dbf5 100644 --- a/ports/antlr4/CONTROL +++ b/ports/antlr4/CONTROL @@ -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) \ No newline at end of file diff --git a/ports/apr-util/CONTROL b/ports/apr-util/CONTROL index 80ca3d94d..8dcd5af03 100644 --- a/ports/apr-util/CONTROL +++ b/ports/apr-util/CONTROL @@ -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 diff --git a/ports/apr/CONTROL b/ports/apr/CONTROL index 19be22b19..7a35c5b48 100644 --- a/ports/apr/CONTROL +++ b/ports/apr/CONTROL @@ -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 diff --git a/ports/arb/CONTROL b/ports/arb/CONTROL index 750543298..02baf69b8 100644 --- a/ports/arb/CONTROL +++ b/ports/arb/CONTROL @@ -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 diff --git a/ports/args/CONTROL b/ports/args/CONTROL index 0b5bd4e94..8d9d88a50 100644 --- a/ports/args/CONTROL +++ b/ports/args/CONTROL @@ -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. diff --git a/ports/arrow/CONTROL b/ports/arrow/CONTROL index 1b32c76b6..ada95e2d0 100644 --- a/ports/arrow/CONTROL +++ b/ports/arrow/CONTROL @@ -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. diff --git a/ports/asio/CONTROL b/ports/asio/CONTROL index 951c80e29..49a2be94c 100644 --- a/ports/asio/CONTROL +++ b/ports/asio/CONTROL @@ -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. diff --git a/ports/asmjit/CONTROL b/ports/asmjit/CONTROL index b4c5b6b5a..5387b8a1c 100644 --- a/ports/asmjit/CONTROL +++ b/ports/asmjit/CONTROL @@ -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++ diff --git a/ports/assimp/CONTROL b/ports/assimp/CONTROL index 0756978d6..ddc2627f0 100644 --- a/ports/assimp/CONTROL +++ b/ports/assimp/CONTROL @@ -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 diff --git a/ports/atk/CONTROL b/ports/atk/CONTROL index 824052721..66890b039 100644 --- a/ports/atk/CONTROL +++ b/ports/atk/CONTROL @@ -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 diff --git a/ports/atkmm/CONTROL b/ports/atkmm/CONTROL index 329a329b8..3900e1698 100644 --- a/ports/atkmm/CONTROL +++ b/ports/atkmm/CONTROL @@ -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 diff --git a/ports/aubio/CONTROL b/ports/aubio/CONTROL index 1f97f467c..906fefe45 100644 --- a/ports/aubio/CONTROL +++ b/ports/aubio/CONTROL @@ -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 diff --git a/ports/aurora/CONTROL b/ports/aurora/CONTROL index 172c019cd..b99aed73e 100644 --- a/ports/aurora/CONTROL +++ b/ports/aurora/CONTROL @@ -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 diff --git a/ports/avro-c/CONTROL b/ports/avro-c/CONTROL index 527090f0d..4374814d5 100644 --- a/ports/avro-c/CONTROL +++ b/ports/avro-c/CONTROL @@ -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 diff --git a/ports/aws-sdk-cpp/CONTROL b/ports/aws-sdk-cpp/CONTROL index b1c7f58ab..194f4d215 100644 --- a/ports/aws-sdk-cpp/CONTROL +++ b/ports/aws-sdk-cpp/CONTROL @@ -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 diff --git a/ports/azure-storage-cpp/CONTROL b/ports/azure-storage-cpp/CONTROL index d799b4512..9eabe9faf 100644 --- a/ports/azure-storage-cpp/CONTROL +++ b/ports/azure-storage-cpp/CONTROL @@ -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/ \ No newline at end of file +Homepage: https://blogs.msdn.com/b/windowsazurestorage/ \ No newline at end of file diff --git a/ports/benchmark/CONTROL b/ports/benchmark/CONTROL index 4df389778..27c4c8256 100644 --- a/ports/benchmark/CONTROL +++ b/ports/benchmark/CONTROL @@ -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. diff --git a/ports/berkeleydb/CONTROL b/ports/berkeleydb/CONTROL index b4fd6dae0..c1416e07b 100644 --- a/ports/berkeleydb/CONTROL +++ b/ports/berkeleydb/CONTROL @@ -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. diff --git a/ports/bigint/CONTROL b/ports/bigint/CONTROL index 9f508306c..d862b4b51 100644 --- a/ports/bigint/CONTROL +++ b/ports/bigint/CONTROL @@ -1,3 +1,4 @@ Source: bigint Version: 2010.04.30-3 +Homepage: https://mattmccutchen.net/bigint Description: C++ Big Integer Library diff --git a/ports/blaze/CONTROL b/ports/blaze/CONTROL index c70a72a6c..8e91f8df6 100644 --- a/ports/blaze/CONTROL +++ b/ports/blaze/CONTROL @@ -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. diff --git a/ports/blosc/CONTROL b/ports/blosc/CONTROL index 3a2f82d4f..7c0d95842 100644 --- a/ports/blosc/CONTROL +++ b/ports/blosc/CONTROL @@ -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()` diff --git a/ports/boost-accumulators/CONTROL b/ports/boost-accumulators/CONTROL index 2133992d2..0d0be2efd 100644 --- a/ports/boost-accumulators/CONTROL +++ b/ports/boost-accumulators/CONTROL @@ -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 diff --git a/ports/boost-algorithm/CONTROL b/ports/boost-algorithm/CONTROL index 38218d800..bda5627cb 100644 --- a/ports/boost-algorithm/CONTROL +++ b/ports/boost-algorithm/CONTROL @@ -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 diff --git a/ports/boost-align/CONTROL b/ports/boost-align/CONTROL index 5e196d31a..31d92ab53 100644 --- a/ports/boost-align/CONTROL +++ b/ports/boost-align/CONTROL @@ -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 diff --git a/ports/boost-any/CONTROL b/ports/boost-any/CONTROL index 184be2107..b7f37834e 100644 --- a/ports/boost-any/CONTROL +++ b/ports/boost-any/CONTROL @@ -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 diff --git a/ports/boost-array/CONTROL b/ports/boost-array/CONTROL index 262b29c4a..442caaf0f 100644 --- a/ports/boost-array/CONTROL +++ b/ports/boost-array/CONTROL @@ -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 diff --git a/ports/boost-asio/CONTROL b/ports/boost-asio/CONTROL index a0bff2adc..3d93e7c07 100644 --- a/ports/boost-asio/CONTROL +++ b/ports/boost-asio/CONTROL @@ -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 diff --git a/ports/boost-assert/CONTROL b/ports/boost-assert/CONTROL index bc8c11951..9b2b6f1e5 100644 --- a/ports/boost-assert/CONTROL +++ b/ports/boost-assert/CONTROL @@ -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 diff --git a/ports/boost-assign/CONTROL b/ports/boost-assign/CONTROL index ce4050e10..60d906bb8 100644 --- a/ports/boost-assign/CONTROL +++ b/ports/boost-assign/CONTROL @@ -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 diff --git a/ports/boost-atomic/CONTROL b/ports/boost-atomic/CONTROL index 29061c6f0..ffa7c49a3 100644 --- a/ports/boost-atomic/CONTROL +++ b/ports/boost-atomic/CONTROL @@ -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 diff --git a/ports/boost-beast/CONTROL b/ports/boost-beast/CONTROL index a2fc18353..7355df55b 100644 --- a/ports/boost-beast/CONTROL +++ b/ports/boost-beast/CONTROL @@ -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 diff --git a/ports/boost-bimap/CONTROL b/ports/boost-bimap/CONTROL index 4f4ea28d0..681ea87f2 100644 --- a/ports/boost-bimap/CONTROL +++ b/ports/boost-bimap/CONTROL @@ -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 diff --git a/ports/boost-bind/CONTROL b/ports/boost-bind/CONTROL index fa0f4cb57..93418102f 100644 --- a/ports/boost-bind/CONTROL +++ b/ports/boost-bind/CONTROL @@ -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 diff --git a/ports/boost-build/CONTROL b/ports/boost-build/CONTROL index a2a96648e..ce5473df5 100644 --- a/ports/boost-build/CONTROL +++ b/ports/boost-build/CONTROL @@ -1,3 +1,4 @@ Source: boost-build Version: 1.70.0-1 +Homepage: https://github.com/boostorg/build Description: Boost.Build diff --git a/ports/boost-callable-traits/CONTROL b/ports/boost-callable-traits/CONTROL index ac0c45c3b..af030d66f 100644 --- a/ports/boost-callable-traits/CONTROL +++ b/ports/boost-callable-traits/CONTROL @@ -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 diff --git a/ports/boost-chrono/CONTROL b/ports/boost-chrono/CONTROL index 6992e72d9..f2a630bb3 100644 --- a/ports/boost-chrono/CONTROL +++ b/ports/boost-chrono/CONTROL @@ -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 diff --git a/ports/boost-circular-buffer/CONTROL b/ports/boost-circular-buffer/CONTROL index 8119f6f86..aa6d71217 100644 --- a/ports/boost-circular-buffer/CONTROL +++ b/ports/boost-circular-buffer/CONTROL @@ -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 diff --git a/ports/boost-compatibility/CONTROL b/ports/boost-compatibility/CONTROL index d3465c69f..12d325b06 100644 --- a/ports/boost-compatibility/CONTROL +++ b/ports/boost-compatibility/CONTROL @@ -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 diff --git a/ports/boost-compute/CONTROL b/ports/boost-compute/CONTROL index a4c5168b3..04534face 100644 --- a/ports/boost-compute/CONTROL +++ b/ports/boost-compute/CONTROL @@ -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 diff --git a/ports/boost-concept-check/CONTROL b/ports/boost-concept-check/CONTROL index d198dcec4..ca012575d 100644 --- a/ports/boost-concept-check/CONTROL +++ b/ports/boost-concept-check/CONTROL @@ -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 diff --git a/ports/boost-config/CONTROL b/ports/boost-config/CONTROL index b1b30fb36..1d680a096 100644 --- a/ports/boost-config/CONTROL +++ b/ports/boost-config/CONTROL @@ -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 diff --git a/ports/boost-container/CONTROL b/ports/boost-container/CONTROL index fa5d4f8f9..b96609d6a 100644 --- a/ports/boost-container/CONTROL +++ b/ports/boost-container/CONTROL @@ -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 diff --git a/ports/boost-context/CONTROL b/ports/boost-context/CONTROL index 493f018e0..8e476df79 100644 --- a/ports/boost-context/CONTROL +++ b/ports/boost-context/CONTROL @@ -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 diff --git a/ports/boost-conversion/CONTROL b/ports/boost-conversion/CONTROL index 2d1fdf17a..194ae5347 100644 --- a/ports/boost-conversion/CONTROL +++ b/ports/boost-conversion/CONTROL @@ -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 diff --git a/ports/boost-convert/CONTROL b/ports/boost-convert/CONTROL index 33fa90d50..a21fc8f53 100644 --- a/ports/boost-convert/CONTROL +++ b/ports/boost-convert/CONTROL @@ -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 diff --git a/ports/boost-core/CONTROL b/ports/boost-core/CONTROL index 41f16e864..af70d8a14 100644 --- a/ports/boost-core/CONTROL +++ b/ports/boost-core/CONTROL @@ -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 diff --git a/ports/boost-coroutine/CONTROL b/ports/boost-coroutine/CONTROL index c6bc86e94..5b5db2bdc 100644 --- a/ports/boost-coroutine/CONTROL +++ b/ports/boost-coroutine/CONTROL @@ -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 diff --git a/ports/boost-coroutine2/CONTROL b/ports/boost-coroutine2/CONTROL index f1679befd..96706e78a 100644 --- a/ports/boost-coroutine2/CONTROL +++ b/ports/boost-coroutine2/CONTROL @@ -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 diff --git a/ports/boost-crc/CONTROL b/ports/boost-crc/CONTROL index 9dc0e2045..33536aafa 100644 --- a/ports/boost-crc/CONTROL +++ b/ports/boost-crc/CONTROL @@ -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 diff --git a/ports/boost-date-time/CONTROL b/ports/boost-date-time/CONTROL index e8d85f414..2c9a8392f 100644 --- a/ports/boost-date-time/CONTROL +++ b/ports/boost-date-time/CONTROL @@ -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 diff --git a/ports/boost-detail/CONTROL b/ports/boost-detail/CONTROL index 593adbba9..0f3166293 100644 --- a/ports/boost-detail/CONTROL +++ b/ports/boost-detail/CONTROL @@ -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 diff --git a/ports/boost-di/CONTROL b/ports/boost-di/CONTROL index 6243b1446..d7c9aea41 100644 --- a/ports/boost-di/CONTROL +++ b/ports/boost-di/CONTROL @@ -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. \ No newline at end of file diff --git a/ports/boost-disjoint-sets/CONTROL b/ports/boost-disjoint-sets/CONTROL index 6ef6bfbbd..56df8c910 100644 --- a/ports/boost-disjoint-sets/CONTROL +++ b/ports/boost-disjoint-sets/CONTROL @@ -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 diff --git a/ports/boost-dll/CONTROL b/ports/boost-dll/CONTROL index 702bf37ef..ae2ee519d 100644 --- a/ports/boost-dll/CONTROL +++ b/ports/boost-dll/CONTROL @@ -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 diff --git a/ports/boost-dynamic-bitset/CONTROL b/ports/boost-dynamic-bitset/CONTROL index 86b48d7da..c7144e607 100644 --- a/ports/boost-dynamic-bitset/CONTROL +++ b/ports/boost-dynamic-bitset/CONTROL @@ -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 diff --git a/ports/boost-endian/CONTROL b/ports/boost-endian/CONTROL index 33afff4cd..a57b0e7dc 100644 --- a/ports/boost-endian/CONTROL +++ b/ports/boost-endian/CONTROL @@ -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 diff --git a/ports/boost-exception/CONTROL b/ports/boost-exception/CONTROL index 869b64b78..89927da45 100644 --- a/ports/boost-exception/CONTROL +++ b/ports/boost-exception/CONTROL @@ -2,4 +2,5 @@ Source: boost-exception Version: 1.70.0 Build-Depends: boost-assert, boost-build, boost-config, boost-core, boost-modular-build-helper, boost-smart-ptr, boost-tuple, boost-type-traits, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/exception Description: Boost exception module diff --git a/ports/boost-fiber/CONTROL b/ports/boost-fiber/CONTROL index 5ef6fdd55..2dc4f4e78 100644 --- a/ports/boost-fiber/CONTROL +++ b/ports/boost-fiber/CONTROL @@ -2,4 +2,5 @@ Source: boost-fiber Version: 1.70.0 Build-Depends: boost-algorithm, boost-assert, boost-build, boost-config, boost-context (!uwp), boost-core, boost-detail, boost-filesystem (!uwp), boost-format, boost-intrusive, boost-modular-build-helper, boost-predef, boost-smart-ptr, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/fiber Description: Boost fiber module diff --git a/ports/boost-filesystem/CONTROL b/ports/boost-filesystem/CONTROL index db1233d57..954ab287a 100644 --- a/ports/boost-filesystem/CONTROL +++ b/ports/boost-filesystem/CONTROL @@ -2,4 +2,5 @@ Source: boost-filesystem Version: 1.70.0 Build-Depends: boost-assert, boost-build, boost-config, boost-core, boost-detail, boost-functional, boost-integer, boost-io, boost-iterator, boost-modular-build-helper, boost-smart-ptr, boost-system, boost-type-traits, boost-vcpkg-helpers, boost-winapi +Homepage: https://github.com/boostorg/filesystem Description: Boost filesystem module diff --git a/ports/boost-flyweight/CONTROL b/ports/boost-flyweight/CONTROL index 491e7a1be..61c80822f 100644 --- a/ports/boost-flyweight/CONTROL +++ b/ports/boost-flyweight/CONTROL @@ -2,4 +2,5 @@ Source: boost-flyweight Version: 1.70.0 Build-Depends: boost-assert, boost-config, boost-core, boost-detail, boost-functional, boost-interprocess, boost-mpl, boost-multi-index, boost-parameter, boost-preprocessor, boost-serialization, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/flyweight Description: Boost flyweight module diff --git a/ports/boost-foreach/CONTROL b/ports/boost-foreach/CONTROL index b168e81c2..3574b53c8 100644 --- a/ports/boost-foreach/CONTROL +++ b/ports/boost-foreach/CONTROL @@ -2,4 +2,5 @@ Source: boost-foreach Version: 1.70.0 Build-Depends: boost-config, boost-core, boost-detail, boost-iterator, boost-mpl, boost-range, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/foreach Description: Boost foreach module diff --git a/ports/boost-format/CONTROL b/ports/boost-format/CONTROL index c4f20397b..689d74729 100644 --- a/ports/boost-format/CONTROL +++ b/ports/boost-format/CONTROL @@ -2,4 +2,5 @@ Source: boost-format Version: 1.70.0 Build-Depends: boost-assert, boost-compatibility, boost-config, boost-core, boost-detail, boost-optional, boost-smart-ptr, boost-throw-exception, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/format Description: Boost format module diff --git a/ports/boost-function-types/CONTROL b/ports/boost-function-types/CONTROL index d27f00231..b71fffba5 100644 --- a/ports/boost-function-types/CONTROL +++ b/ports/boost-function-types/CONTROL @@ -2,4 +2,5 @@ Source: boost-function-types Version: 1.70.0 Build-Depends: boost-config, boost-core, boost-detail, boost-mpl, boost-preprocessor, boost-type-traits, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/function_types Description: Boost function_types module diff --git a/ports/boost-function/CONTROL b/ports/boost-function/CONTROL index e3b03f35c..310e9b497 100644 --- a/ports/boost-function/CONTROL +++ b/ports/boost-function/CONTROL @@ -2,4 +2,5 @@ Source: boost-function Version: 1.70.0 Build-Depends: boost-assert, boost-bind, boost-config, boost-core, boost-integer, boost-preprocessor, boost-throw-exception, boost-type-index, boost-typeof, boost-type-traits, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/function Description: Boost function module diff --git a/ports/boost-functional/CONTROL b/ports/boost-functional/CONTROL index e6628b2ed..138c8c6e3 100644 --- a/ports/boost-functional/CONTROL +++ b/ports/boost-functional/CONTROL @@ -2,4 +2,5 @@ Source: boost-functional Version: 1.70.0 Build-Depends: boost-config, boost-core, boost-iterator, boost-mpl, boost-preprocessor, boost-typeof, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/functional Description: Boost functional module diff --git a/ports/boost-fusion/CONTROL b/ports/boost-fusion/CONTROL index c91ce6870..28305e082 100644 --- a/ports/boost-fusion/CONTROL +++ b/ports/boost-fusion/CONTROL @@ -2,4 +2,5 @@ Source: boost-fusion Version: 1.70.0 Build-Depends: boost-config, boost-container-hash, boost-core, boost-detail, boost-function-types, boost-mpl, boost-preprocessor, boost-static-assert, boost-tuple, boost-typeof, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/fusion Description: Boost fusion module diff --git a/ports/boost-geometry/CONTROL b/ports/boost-geometry/CONTROL index 02bab4832..a616793a9 100644 --- a/ports/boost-geometry/CONTROL +++ b/ports/boost-geometry/CONTROL @@ -2,4 +2,5 @@ Source: boost-geometry Version: 1.70.0 Build-Depends: boost-algorithm, boost-array, boost-assert, boost-concept-check, boost-config, boost-container, boost-core, boost-detail, boost-function-types, boost-fusion, boost-integer, boost-iterator, boost-lexical-cast, boost-math, boost-move, boost-mpl, boost-multiprecision, boost-numeric-conversion, boost-polygon, boost-qvm, boost-range, boost-rational, boost-serialization, boost-smart-ptr, boost-static-assert, boost-thread (!arm), boost-throw-exception, boost-tokenizer, boost-tuple, boost-type-traits, boost-utility, boost-variant, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/geometry Description: Boost geometry module diff --git a/ports/boost-gil/CONTROL b/ports/boost-gil/CONTROL index 0057978a4..45c378a72 100644 --- a/ports/boost-gil/CONTROL +++ b/ports/boost-gil/CONTROL @@ -2,4 +2,5 @@ Source: boost-gil Version: 1.70.0 Build-Depends: boost-assert, boost-concept-check, boost-config, boost-core, boost-filesystem (!uwp), boost-integer, boost-iterator, boost-mpl, boost-numeric-conversion, boost-type-traits, boost-utility, boost-variant, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/gil Description: Boost gil module diff --git a/ports/boost-graph-parallel/CONTROL b/ports/boost-graph-parallel/CONTROL index 569ca21f9..f78581dc6 100644 --- a/ports/boost-graph-parallel/CONTROL +++ b/ports/boost-graph-parallel/CONTROL @@ -2,4 +2,5 @@ Source: boost-graph-parallel Version: 1.70.0 Build-Depends: boost-assert, boost-compatibility, boost-config, boost-container-hash, boost-detail, boost-dynamic-bitset, boost-filesystem (!uwp), boost-foreach, boost-function, boost-graph, boost-iterator, boost-lexical-cast, boost-math, boost-mpl, boost-optional, boost-property-map, boost-random, boost-serialization, boost-smart-ptr, boost-static-assert, boost-tuple, boost-type-traits, boost-utility, boost-variant, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/graph_parallel Description: Boost graph_parallel module diff --git a/ports/boost-graph/CONTROL b/ports/boost-graph/CONTROL index d99a2c013..14d3555ad 100644 --- a/ports/boost-graph/CONTROL +++ b/ports/boost-graph/CONTROL @@ -2,4 +2,5 @@ Source: boost-graph Version: 1.70.0 Build-Depends: boost-algorithm, boost-any, boost-array, boost-assert, boost-bimap, boost-bind, boost-build, boost-compatibility, boost-concept-check, boost-config, boost-container-hash, boost-conversion, boost-core, boost-detail, boost-foreach, boost-function, boost-integer, boost-iterator, boost-lexical-cast, boost-math, boost-modular-build-helper, boost-move, boost-mpl, boost-multi-index, boost-optional, boost-parameter, boost-preprocessor, boost-property-map, boost-property-tree, boost-random, boost-range, boost-regex, boost-serialization, boost-smart-ptr, boost-spirit, boost-static-assert, boost-test (!uwp), boost-throw-exception, boost-tti, boost-tuple, boost-typeof, boost-type-traits, boost-unordered, boost-utility, boost-vcpkg-helpers, boost-xpressive +Homepage: https://github.com/boostorg/graph Description: Boost graph module diff --git a/ports/boost-hana/CONTROL b/ports/boost-hana/CONTROL index 4d7599dd2..26acfb0c1 100644 --- a/ports/boost-hana/CONTROL +++ b/ports/boost-hana/CONTROL @@ -2,4 +2,5 @@ Source: boost-hana Version: 1.70.0 Build-Depends: boost-config, boost-core, boost-fusion, boost-mpl, boost-tuple, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/hana Description: Boost hana module diff --git a/ports/boost-heap/CONTROL b/ports/boost-heap/CONTROL index ff2a65ea3..f0865f265 100644 --- a/ports/boost-heap/CONTROL +++ b/ports/boost-heap/CONTROL @@ -2,4 +2,5 @@ Source: boost-heap Version: 1.70.0 Build-Depends: boost-array, boost-assert, boost-bind, boost-concept-check, boost-integer, boost-intrusive, boost-iterator, boost-parameter, boost-static-assert, boost-throw-exception, boost-type-traits, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/heap Description: Boost heap module diff --git a/ports/boost-icl/CONTROL b/ports/boost-icl/CONTROL index 213b1a76a..09e77e744 100644 --- a/ports/boost-icl/CONTROL +++ b/ports/boost-icl/CONTROL @@ -2,4 +2,5 @@ Source: boost-icl Version: 1.70.0 Build-Depends: boost-assert, boost-concept-check, boost-config, boost-container, boost-date-time, boost-detail, boost-iterator, boost-move, boost-mpl, boost-range, boost-rational, boost-static-assert, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/icl Description: Boost icl module diff --git a/ports/boost-integer/CONTROL b/ports/boost-integer/CONTROL index aadc1e67f..72fe9d83f 100644 --- a/ports/boost-integer/CONTROL +++ b/ports/boost-integer/CONTROL @@ -2,4 +2,5 @@ Source: boost-integer Version: 1.70.0 Build-Depends: boost-assert, boost-compatibility, boost-config, boost-core, boost-detail, boost-static-assert, boost-throw-exception, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/integer Description: Boost integer module diff --git a/ports/boost-interprocess/CONTROL b/ports/boost-interprocess/CONTROL index 7ad6c8ef5..d1aebd1e0 100644 --- a/ports/boost-interprocess/CONTROL +++ b/ports/boost-interprocess/CONTROL @@ -2,4 +2,5 @@ Source: boost-interprocess Version: 1.70.0 Build-Depends: boost-assert, boost-compatibility, boost-config, boost-container, boost-core, boost-date-time, boost-detail, boost-integer, boost-intrusive, boost-move, boost-static-assert, boost-type-traits, boost-unordered, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/interprocess Description: Boost interprocess module diff --git a/ports/boost-interval/CONTROL b/ports/boost-interval/CONTROL index 6418e0985..0c74b3e49 100644 --- a/ports/boost-interval/CONTROL +++ b/ports/boost-interval/CONTROL @@ -2,4 +2,5 @@ Source: boost-interval Version: 1.70.0 Build-Depends: boost-compatibility, boost-config, boost-logic, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/interval Description: Boost interval module diff --git a/ports/boost-intrusive/CONTROL b/ports/boost-intrusive/CONTROL index 8a12b51ae..18a831adc 100644 --- a/ports/boost-intrusive/CONTROL +++ b/ports/boost-intrusive/CONTROL @@ -2,4 +2,5 @@ Source: boost-intrusive Version: 1.70.0 Build-Depends: boost-assert, boost-config, boost-container-hash, boost-core, boost-integer, boost-move, boost-static-assert, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/intrusive Description: Boost intrusive module diff --git a/ports/boost-io/CONTROL b/ports/boost-io/CONTROL index db01201ea..aa633c00b 100644 --- a/ports/boost-io/CONTROL +++ b/ports/boost-io/CONTROL @@ -2,4 +2,5 @@ Source: boost-io Version: 1.70.0 Build-Depends: boost-detail, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/io Description: Boost io module diff --git a/ports/boost-iostreams/CONTROL b/ports/boost-iostreams/CONTROL index 84d1448b8..e1dafa33b 100644 --- a/ports/boost-iostreams/CONTROL +++ b/ports/boost-iostreams/CONTROL @@ -2,4 +2,5 @@ Source: boost-iostreams Version: 1.70.0-1 Build-Depends: boost-assert, boost-bind, boost-build, boost-config, boost-core, boost-detail, boost-function, boost-integer, boost-iterator, boost-mpl, boost-numeric-conversion, boost-preprocessor, boost-range, boost-regex, boost-smart-ptr, boost-static-assert, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers, bzip2, liblzma, zlib, zstd +Homepage: https://github.com/boostorg/iostreams Description: Boost iostreams module diff --git a/ports/boost-iterator/CONTROL b/ports/boost-iterator/CONTROL index 5ce5195ae..c13a8fdb9 100644 --- a/ports/boost-iterator/CONTROL +++ b/ports/boost-iterator/CONTROL @@ -2,4 +2,5 @@ Source: boost-iterator Version: 1.70.0 Build-Depends: boost-assert, boost-compatibility, boost-concept-check, boost-config, boost-conversion, boost-core, boost-detail, boost-function-types, boost-fusion, boost-mpl, boost-optional, boost-smart-ptr, boost-static-assert, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/iterator Description: Boost iterator module diff --git a/ports/boost-lambda/CONTROL b/ports/boost-lambda/CONTROL index 9cdda01cd..645334323 100644 --- a/ports/boost-lambda/CONTROL +++ b/ports/boost-lambda/CONTROL @@ -2,4 +2,5 @@ Source: boost-lambda Version: 1.70.0 Build-Depends: boost-bind, boost-config, boost-detail, boost-mpl, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/lambda Description: Boost lambda module diff --git a/ports/boost-lexical-cast/CONTROL b/ports/boost-lexical-cast/CONTROL index 3f4c4056b..9ca38af91 100644 --- a/ports/boost-lexical-cast/CONTROL +++ b/ports/boost-lexical-cast/CONTROL @@ -2,4 +2,5 @@ Source: boost-lexical-cast Version: 1.70.0 Build-Depends: boost-array, boost-assert, boost-compatibility, boost-config, boost-container, boost-core, boost-detail, boost-integer, boost-numeric-conversion, boost-range, boost-static-assert, boost-throw-exception, boost-type-traits, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/lexical_cast Description: Boost lexical_cast module diff --git a/ports/boost-local-function/CONTROL b/ports/boost-local-function/CONTROL index a91ba6499..b00904108 100644 --- a/ports/boost-local-function/CONTROL +++ b/ports/boost-local-function/CONTROL @@ -2,4 +2,5 @@ Source: boost-local-function Version: 1.70.0 Build-Depends: boost-config, boost-mpl, boost-preprocessor, boost-scope-exit, boost-typeof, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/local_function Description: Boost local_function module diff --git a/ports/boost-locale/CONTROL b/ports/boost-locale/CONTROL index 218b75c97..d2b5a4e5a 100644 --- a/ports/boost-locale/CONTROL +++ b/ports/boost-locale/CONTROL @@ -2,6 +2,7 @@ Source: boost-locale Version: 1.70.0-2 Build-Depends: boost-assert, boost-build, boost-config, boost-function, boost-integer, boost-iterator, boost-modular-build-helper, boost-smart-ptr, boost-static-assert, boost-system, boost-thread, boost-type-traits, boost-unordered, boost-vcpkg-helpers, libiconv (!uwp&!windows) +Homepage: https://github.com/boostorg/locale Description: Boost locale module Feature: icu diff --git a/ports/boost-lockfree/CONTROL b/ports/boost-lockfree/CONTROL index 9a362826f..c7346cf6d 100644 --- a/ports/boost-lockfree/CONTROL +++ b/ports/boost-lockfree/CONTROL @@ -2,4 +2,5 @@ Source: boost-lockfree Version: 1.70.0 Build-Depends: boost-align, boost-array, boost-assert, boost-atomic, boost-config, boost-core, boost-integer, boost-mpl, boost-parameter, boost-predef, boost-static-assert, boost-tuple, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/lockfree Description: Boost lockfree module diff --git a/ports/boost-log/CONTROL b/ports/boost-log/CONTROL index 211cd892e..bb1ce3954 100644 --- a/ports/boost-log/CONTROL +++ b/ports/boost-log/CONTROL @@ -2,4 +2,5 @@ Source: boost-log Version: 1.70.0 Build-Depends: boost-align, boost-array, boost-asio, boost-assert, boost-atomic, boost-bind, boost-build, boost-compatibility, boost-config, boost-container, boost-core, boost-date-time, boost-detail, boost-exception, boost-filesystem (!uwp), boost-function-types, boost-fusion, boost-integer, boost-interprocess, boost-intrusive, boost-io, boost-iterator, boost-lexical-cast, boost-locale (!uwp), boost-math, boost-modular-build-helper, boost-move, boost-mpl, boost-optional, boost-parameter, boost-phoenix, boost-predef, boost-preprocessor, boost-property-tree, boost-proto, boost-random, boost-range, boost-regex, boost-smart-ptr, boost-spirit, boost-static-assert, boost-system, boost-thread (!arm), boost-throw-exception, boost-type-index, boost-type-traits, boost-utility, boost-vcpkg-helpers, boost-winapi, boost-xpressive +Homepage: https://github.com/boostorg/log Description: Boost log module diff --git a/ports/boost-logic/CONTROL b/ports/boost-logic/CONTROL index 4bac34876..7d6f02fbb 100644 --- a/ports/boost-logic/CONTROL +++ b/ports/boost-logic/CONTROL @@ -2,4 +2,5 @@ Source: boost-logic Version: 1.70.0 Build-Depends: boost-config, boost-core, boost-detail, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/logic Description: Boost logic module diff --git a/ports/boost-math/CONTROL b/ports/boost-math/CONTROL index 9fb6605b8..a1ddd7c94 100644 --- a/ports/boost-math/CONTROL +++ b/ports/boost-math/CONTROL @@ -2,4 +2,5 @@ Source: boost-math Version: 1.70.0 Build-Depends: boost-array, boost-assert, boost-atomic, boost-build, boost-compatibility, boost-concept-check, boost-config, boost-core, boost-detail, boost-fusion, boost-integer, boost-lambda, boost-lexical-cast, boost-modular-build-helper, boost-mpl, boost-multiprecision, boost-predef, boost-range, boost-static-assert, boost-throw-exception, boost-tuple, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/math Description: Boost math module diff --git a/ports/boost-metaparse/CONTROL b/ports/boost-metaparse/CONTROL index 003fbb359..d5fd14428 100644 --- a/ports/boost-metaparse/CONTROL +++ b/ports/boost-metaparse/CONTROL @@ -2,4 +2,5 @@ Source: boost-metaparse Version: 1.70.0 Build-Depends: boost-config, boost-mpl, boost-predef, boost-preprocessor, boost-static-assert, boost-type-traits, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/metaparse Description: Boost metaparse module diff --git a/ports/boost-move/CONTROL b/ports/boost-move/CONTROL index c8b221057..90b2f4a60 100644 --- a/ports/boost-move/CONTROL +++ b/ports/boost-move/CONTROL @@ -2,4 +2,5 @@ Source: boost-move Version: 1.70.0 Build-Depends: boost-assert, boost-config, boost-core, boost-integer, boost-static-assert, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/move Description: Boost move module diff --git a/ports/boost-mp11/CONTROL b/ports/boost-mp11/CONTROL index ca170f489..3ae9d9e6f 100644 --- a/ports/boost-mp11/CONTROL +++ b/ports/boost-mp11/CONTROL @@ -2,4 +2,5 @@ Source: boost-mp11 Version: 1.70.0 Build-Depends: boost-vcpkg-helpers +Homepage: https://github.com/boostorg/mp11 Description: Boost mp11 module diff --git a/ports/boost-mpi/CONTROL b/ports/boost-mpi/CONTROL index b5b194de2..3e788cd09 100644 --- a/ports/boost-mpi/CONTROL +++ b/ports/boost-mpi/CONTROL @@ -2,4 +2,5 @@ Source: boost-mpi Version: 1.70.0-1 Build-Depends: boost-assert, boost-build, boost-compatibility, boost-config, boost-core, boost-foreach, boost-function, boost-graph, boost-integer, boost-iterator, boost-lexical-cast, boost-math, boost-modular-build-helper, boost-mpl, boost-optional, boost-property-map, boost-python (windows), boost-serialization, boost-smart-ptr, boost-static-assert, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers, msmpi +Homepage: https://github.com/boostorg/mpi Description: Boost mpi module diff --git a/ports/boost-mpl/CONTROL b/ports/boost-mpl/CONTROL index 134fc468d..d29e93e4d 100644 --- a/ports/boost-mpl/CONTROL +++ b/ports/boost-mpl/CONTROL @@ -2,4 +2,5 @@ Source: boost-mpl Version: 1.70.0 Build-Depends: boost-config, boost-core, boost-detail, boost-predef, boost-preprocessor, boost-static-assert, boost-type-traits, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/mpl Description: Boost mpl module diff --git a/ports/boost-msm/CONTROL b/ports/boost-msm/CONTROL index a3a1749c5..6f9e70094 100644 --- a/ports/boost-msm/CONTROL +++ b/ports/boost-msm/CONTROL @@ -2,4 +2,5 @@ Source: boost-msm Version: 1.70.0 Build-Depends: boost-any, boost-assert, boost-bind, boost-circular-buffer, boost-config, boost-core, boost-detail, boost-function, boost-fusion, boost-mpl, boost-parameter, boost-phoenix, boost-preprocessor, boost-proto, boost-serialization, boost-tuple, boost-typeof, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/msm Description: Boost msm module diff --git a/ports/boost-multi-array/CONTROL b/ports/boost-multi-array/CONTROL index 96721b8c7..6250f68ad 100644 --- a/ports/boost-multi-array/CONTROL +++ b/ports/boost-multi-array/CONTROL @@ -2,4 +2,5 @@ Source: boost-multi-array Version: 1.70.0 Build-Depends: boost-compatibility, boost-config, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/multi_array Description: Boost multi_array module diff --git a/ports/boost-multi-index/CONTROL b/ports/boost-multi-index/CONTROL index 2abdffb00..19a250e3e 100644 --- a/ports/boost-multi-index/CONTROL +++ b/ports/boost-multi-index/CONTROL @@ -2,4 +2,5 @@ Source: boost-multi-index Version: 1.70.0 Build-Depends: boost-assert, boost-bind, boost-compatibility, boost-config, boost-container-hash, boost-core, boost-detail, boost-foreach, boost-functional, boost-integer, boost-iterator, boost-move, boost-mpl, boost-preprocessor, boost-serialization, boost-static-assert, boost-throw-exception, boost-tuple, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/multi_index Description: Boost multi_index module diff --git a/ports/boost-multiprecision/CONTROL b/ports/boost-multiprecision/CONTROL index 2c3783254..49d3fb4f0 100644 --- a/ports/boost-multiprecision/CONTROL +++ b/ports/boost-multiprecision/CONTROL @@ -2,4 +2,5 @@ Source: boost-multiprecision Version: 1.70.0 Build-Depends: boost-array, boost-assert, boost-config, boost-container-hash, boost-core, boost-functional, boost-integer, boost-lexical-cast, boost-mpl, boost-predef, boost-rational, boost-smart-ptr, boost-static-assert, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/multiprecision Description: Boost multiprecision module diff --git a/ports/boost-numeric-conversion/CONTROL b/ports/boost-numeric-conversion/CONTROL index 9f73c1b57..702c4f5de 100644 --- a/ports/boost-numeric-conversion/CONTROL +++ b/ports/boost-numeric-conversion/CONTROL @@ -2,4 +2,5 @@ Source: boost-numeric-conversion Version: 1.70.0 Build-Depends: boost-compatibility, boost-config, boost-conversion, boost-core, boost-detail, boost-integer, boost-preprocessor, boost-throw-exception, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/numeric_conversion Description: Boost numeric_conversion module diff --git a/ports/boost-odeint/CONTROL b/ports/boost-odeint/CONTROL index 840af1954..a4c0381f7 100644 --- a/ports/boost-odeint/CONTROL +++ b/ports/boost-odeint/CONTROL @@ -2,4 +2,5 @@ Source: boost-odeint Version: 1.70.0 Build-Depends: boost-array, boost-assert, boost-bind, boost-compute, boost-config, boost-core, boost-function, boost-fusion, boost-iterator, boost-math, boost-mpl, boost-multi-array, boost-preprocessor, boost-range, boost-static-assert, boost-throw-exception, boost-type-traits, boost-units, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/odeint Description: Boost odeint module diff --git a/ports/boost-optional/CONTROL b/ports/boost-optional/CONTROL index 7ed366b76..b97a5df25 100644 --- a/ports/boost-optional/CONTROL +++ b/ports/boost-optional/CONTROL @@ -2,4 +2,5 @@ Source: boost-optional Version: 1.70.0 Build-Depends: boost-assert, boost-config, boost-core, boost-detail, boost-move, boost-predef, boost-static-assert, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/optional Description: Boost optional module diff --git a/ports/boost-parameter/CONTROL b/ports/boost-parameter/CONTROL index bddf7d0fb..0e11e2e8b 100644 --- a/ports/boost-parameter/CONTROL +++ b/ports/boost-parameter/CONTROL @@ -2,4 +2,5 @@ Source: boost-parameter Version: 1.70.0 Build-Depends: boost-config, boost-detail, boost-mpl, boost-optional, boost-preprocessor, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/parameter Description: Boost parameter module diff --git a/ports/boost-phoenix/CONTROL b/ports/boost-phoenix/CONTROL index 0eefaa0d9..4ef5e2b67 100644 --- a/ports/boost-phoenix/CONTROL +++ b/ports/boost-phoenix/CONTROL @@ -2,4 +2,5 @@ Source: boost-phoenix Version: 1.70.0 Build-Depends: boost-assert, boost-bind, boost-config, boost-core, boost-detail, boost-function, boost-fusion, boost-mpl, boost-predef, boost-preprocessor, boost-proto, boost-range, boost-smart-ptr, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/phoenix Description: Boost phoenix module diff --git a/ports/boost-poly-collection/CONTROL b/ports/boost-poly-collection/CONTROL index 763d6ac19..eccbe4835 100644 --- a/ports/boost-poly-collection/CONTROL +++ b/ports/boost-poly-collection/CONTROL @@ -2,4 +2,5 @@ Source: boost-poly-collection Version: 1.70.0 Build-Depends: boost-assert, boost-config, boost-core, boost-detail, boost-iterator, boost-mp11, boost-mpl, boost-type-erasure (!arm), boost-type-traits, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/poly_collection Description: Boost poly_collection module diff --git a/ports/boost-polygon/CONTROL b/ports/boost-polygon/CONTROL index 026765118..1f0f0bc12 100644 --- a/ports/boost-polygon/CONTROL +++ b/ports/boost-polygon/CONTROL @@ -2,4 +2,5 @@ Source: boost-polygon Version: 1.70.0 Build-Depends: boost-config, boost-integer, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/polygon Description: Boost polygon module diff --git a/ports/boost-pool/CONTROL b/ports/boost-pool/CONTROL index 3d6c00d2b..95fff6e7d 100644 --- a/ports/boost-pool/CONTROL +++ b/ports/boost-pool/CONTROL @@ -2,4 +2,5 @@ Source: boost-pool Version: 1.70.0 Build-Depends: boost-assert, boost-compatibility, boost-config, boost-detail, boost-integer, boost-throw-exception, boost-type-traits, boost-vcpkg-helpers, boost-winapi +Homepage: https://github.com/boostorg/pool Description: Boost pool module diff --git a/ports/boost-predef/CONTROL b/ports/boost-predef/CONTROL index 8853e304a..018f5737c 100644 --- a/ports/boost-predef/CONTROL +++ b/ports/boost-predef/CONTROL @@ -2,4 +2,5 @@ Source: boost-predef Version: 1.70.0 Build-Depends: boost-vcpkg-helpers +Homepage: https://github.com/boostorg/predef Description: Boost predef module diff --git a/ports/boost-preprocessor/CONTROL b/ports/boost-preprocessor/CONTROL index 0d90c853b..6eacdff96 100644 --- a/ports/boost-preprocessor/CONTROL +++ b/ports/boost-preprocessor/CONTROL @@ -2,4 +2,5 @@ Source: boost-preprocessor Version: 1.70.0 Build-Depends: boost-vcpkg-helpers +Homepage: https://github.com/boostorg/preprocessor Description: Boost preprocessor module diff --git a/ports/boost-process/CONTROL b/ports/boost-process/CONTROL index 684f32338..36d5b8ca6 100644 --- a/ports/boost-process/CONTROL +++ b/ports/boost-process/CONTROL @@ -2,4 +2,5 @@ Source: boost-process Version: 1.70.0 Build-Depends: boost-algorithm, boost-asio, boost-config, boost-core, boost-filesystem (!uwp), boost-fusion, boost-iterator, boost-move, boost-optional, boost-system, boost-tokenizer, boost-type-index, boost-vcpkg-helpers, boost-winapi +Homepage: https://github.com/boostorg/process Description: Boost process module diff --git a/ports/boost-program-options/CONTROL b/ports/boost-program-options/CONTROL index 51796a46d..25d37164e 100644 --- a/ports/boost-program-options/CONTROL +++ b/ports/boost-program-options/CONTROL @@ -2,4 +2,5 @@ Source: boost-program-options Version: 1.70.0 Build-Depends: boost-any, boost-bind, boost-build, boost-compatibility, boost-config, boost-core, boost-detail, boost-function, boost-iterator, boost-lexical-cast, boost-math, boost-modular-build-helper, boost-smart-ptr, boost-static-assert, boost-throw-exception, boost-tokenizer, boost-type-traits, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/program_options Description: Boost program_options module diff --git a/ports/boost-property-map/CONTROL b/ports/boost-property-map/CONTROL index 82f22f739..9592eee2f 100644 --- a/ports/boost-property-map/CONTROL +++ b/ports/boost-property-map/CONTROL @@ -2,4 +2,5 @@ Source: boost-property-map Version: 1.70.0 Build-Depends: boost-any, boost-assert, boost-bind, boost-concept-check, boost-config, boost-core, boost-detail, boost-function, boost-integer, boost-iterator, boost-lexical-cast, boost-math, boost-mpl, boost-multi-index, boost-optional, boost-serialization, boost-smart-ptr, boost-static-assert, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/property_map Description: Boost property_map module diff --git a/ports/boost-property-tree/CONTROL b/ports/boost-property-tree/CONTROL index 9856fa6ff..f896ed5cd 100644 --- a/ports/boost-property-tree/CONTROL +++ b/ports/boost-property-tree/CONTROL @@ -2,4 +2,5 @@ Source: boost-property-tree Version: 1.70.0 Build-Depends: boost-any, boost-assert, boost-bind, boost-compatibility, boost-config, boost-core, boost-format, boost-iterator, boost-mpl, boost-multi-index, boost-optional, boost-range, boost-serialization, boost-static-assert, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/property_tree Description: Boost property_tree module diff --git a/ports/boost-proto/CONTROL b/ports/boost-proto/CONTROL index 00b2ca8d4..6f16038c2 100644 --- a/ports/boost-proto/CONTROL +++ b/ports/boost-proto/CONTROL @@ -2,4 +2,5 @@ Source: boost-proto Version: 1.70.0 Build-Depends: boost-config, boost-core, boost-detail, boost-fusion, boost-mpl, boost-preprocessor, boost-range, boost-static-assert, boost-typeof, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/proto Description: Boost proto module diff --git a/ports/boost-ptr-container/CONTROL b/ports/boost-ptr-container/CONTROL index 8250e74e5..573dd2ced 100644 --- a/ports/boost-ptr-container/CONTROL +++ b/ports/boost-ptr-container/CONTROL @@ -2,4 +2,5 @@ Source: boost-ptr-container Version: 1.70.0 Build-Depends: boost-array, boost-assert, boost-circular-buffer, boost-config, boost-core, boost-iterator, boost-mpl, boost-range, boost-serialization, boost-smart-ptr, boost-static-assert, boost-type-traits, boost-unordered, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/ptr_container Description: Boost ptr_container module diff --git a/ports/boost-python/CONTROL b/ports/boost-python/CONTROL index f088b8ec1..2dc872ec0 100644 --- a/ports/boost-python/CONTROL +++ b/ports/boost-python/CONTROL @@ -2,4 +2,5 @@ Source: boost-python Version: 1.70.0-1 Build-Depends: boost-bind, boost-compatibility, boost-config, boost-conversion, boost-core, boost-detail, boost-foreach, boost-function, boost-graph, boost-integer, boost-iterator, boost-lexical-cast, boost-math, boost-mpl, boost-numeric-conversion, boost-preprocessor, boost-property-map, boost-smart-ptr, boost-static-assert, boost-tuple, boost-type-traits, boost-utility, boost-vcpkg-helpers, python3 +Homepage: https://github.com/boostorg/python Description: Boost python module diff --git a/ports/boost-qvm/CONTROL b/ports/boost-qvm/CONTROL index 7b338b30b..0cdc846b4 100644 --- a/ports/boost-qvm/CONTROL +++ b/ports/boost-qvm/CONTROL @@ -2,4 +2,5 @@ Source: boost-qvm Version: 1.70.0 Build-Depends: boost-assert, boost-exception, boost-static-assert, boost-throw-exception, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/qvm Description: Boost qvm module diff --git a/ports/boost-random/CONTROL b/ports/boost-random/CONTROL index f1af030cc..a76d33a7b 100644 --- a/ports/boost-random/CONTROL +++ b/ports/boost-random/CONTROL @@ -2,4 +2,5 @@ Source: boost-random Version: 1.70.0 Build-Depends: boost-assert, boost-build, boost-compatibility, boost-config, boost-core, boost-detail, boost-dynamic-bitset, boost-integer, boost-io, boost-math, boost-modular-build-helper, boost-mpl, boost-multiprecision, boost-range, boost-static-assert, boost-system, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/random Description: Boost random module diff --git a/ports/boost-range/CONTROL b/ports/boost-range/CONTROL index 8ba112604..bfb40f155 100644 --- a/ports/boost-range/CONTROL +++ b/ports/boost-range/CONTROL @@ -2,4 +2,5 @@ Source: boost-range Version: 1.70.0 Build-Depends: boost-array, boost-assert, boost-concept-check, boost-config, boost-container-hash, boost-core, boost-detail, boost-integer, boost-iterator, boost-mpl, boost-optional, boost-preprocessor, boost-regex, boost-static-assert, boost-tuple, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/range Description: Boost range module diff --git a/ports/boost-ratio/CONTROL b/ports/boost-ratio/CONTROL index 38abf0e8c..ac2e08214 100644 --- a/ports/boost-ratio/CONTROL +++ b/ports/boost-ratio/CONTROL @@ -2,4 +2,5 @@ Source: boost-ratio Version: 1.70.0 Build-Depends: boost-config, boost-core, boost-integer, boost-mpl, boost-rational, boost-static-assert, boost-type-traits, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/ratio Description: Boost ratio module diff --git a/ports/boost-rational/CONTROL b/ports/boost-rational/CONTROL index d117dae18..9ec244996 100644 --- a/ports/boost-rational/CONTROL +++ b/ports/boost-rational/CONTROL @@ -2,4 +2,5 @@ Source: boost-rational Version: 1.70.0 Build-Depends: boost-assert, boost-config, boost-integer, boost-static-assert, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/rational Description: Boost rational module diff --git a/ports/boost-regex/CONTROL b/ports/boost-regex/CONTROL index d10267c3f..c5f323543 100644 --- a/ports/boost-regex/CONTROL +++ b/ports/boost-regex/CONTROL @@ -2,6 +2,7 @@ Source: boost-regex Version: 1.70.0 Build-Depends: boost-assert, boost-build, boost-compatibility, boost-concept-check, boost-config, boost-container-hash, boost-core, boost-detail, boost-integer, boost-iterator, boost-modular-build-helper, boost-mpl, boost-predef, boost-smart-ptr, boost-static-assert, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/regex Description: Boost regex module Feature: icu diff --git a/ports/boost-scope-exit/CONTROL b/ports/boost-scope-exit/CONTROL index d72178eae..0d088b73c 100644 --- a/ports/boost-scope-exit/CONTROL +++ b/ports/boost-scope-exit/CONTROL @@ -2,4 +2,5 @@ Source: boost-scope-exit Version: 1.70.0 Build-Depends: boost-config, boost-detail, boost-function, boost-preprocessor, boost-typeof, boost-type-traits, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/scope_exit Description: Boost scope_exit module diff --git a/ports/boost-serialization/CONTROL b/ports/boost-serialization/CONTROL index 911fe0968..4d24cae11 100644 --- a/ports/boost-serialization/CONTROL +++ b/ports/boost-serialization/CONTROL @@ -2,4 +2,5 @@ Source: boost-serialization Version: 1.70.0 Build-Depends: boost-array, boost-assert, boost-build, boost-compatibility, boost-config, boost-core, boost-detail, boost-function, boost-integer, boost-io, boost-iterator, boost-modular-build-helper, boost-move, boost-mpl, boost-optional, boost-preprocessor, boost-smart-ptr, boost-spirit, boost-static-assert, boost-type-traits, boost-unordered, boost-utility, boost-variant, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/serialization Description: Boost serialization module diff --git a/ports/boost-signals/CONTROL b/ports/boost-signals/CONTROL index 10f1465f3..5b58c978c 100644 --- a/ports/boost-signals/CONTROL +++ b/ports/boost-signals/CONTROL @@ -2,4 +2,5 @@ Source: boost-signals Version: 1.68.0 Build-Depends: boost-any, boost-build, boost-config, boost-core, boost-function, boost-iterator, boost-modular-build-helper, boost-optional, boost-smart-ptr, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/signals Description: Boost signals module diff --git a/ports/boost-signals2/CONTROL b/ports/boost-signals2/CONTROL index b6ac55cf8..d4b236778 100644 --- a/ports/boost-signals2/CONTROL +++ b/ports/boost-signals2/CONTROL @@ -2,4 +2,5 @@ Source: boost-signals2 Version: 1.70.0 Build-Depends: boost-assert, boost-bind, boost-config, boost-core, boost-detail, boost-function, boost-iterator, boost-mpl, boost-multi-index, boost-optional, boost-parameter, boost-predef, boost-preprocessor, boost-smart-ptr, boost-throw-exception, boost-tuple, boost-type-traits, boost-utility, boost-variant, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/signals2 Description: Boost signals2 module diff --git a/ports/boost-smart-ptr/CONTROL b/ports/boost-smart-ptr/CONTROL index d5167c231..dab71c99e 100644 --- a/ports/boost-smart-ptr/CONTROL +++ b/ports/boost-smart-ptr/CONTROL @@ -2,4 +2,5 @@ Source: boost-smart-ptr Version: 1.70.0 Build-Depends: boost-assert, boost-config, boost-core, boost-detail, boost-integer, boost-move, boost-predef, boost-static-assert, boost-throw-exception, boost-type-traits, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/smart_ptr Description: Boost smart_ptr module diff --git a/ports/boost-sort/CONTROL b/ports/boost-sort/CONTROL index 1aec3ee68..db9a38674 100644 --- a/ports/boost-sort/CONTROL +++ b/ports/boost-sort/CONTROL @@ -2,4 +2,5 @@ Source: boost-sort Version: 1.70.0 Build-Depends: boost-integer, boost-range, boost-serialization, boost-static-assert, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/sort Description: Boost sort module diff --git a/ports/boost-spirit/CONTROL b/ports/boost-spirit/CONTROL index e70aedd34..89644cb61 100644 --- a/ports/boost-spirit/CONTROL +++ b/ports/boost-spirit/CONTROL @@ -2,4 +2,5 @@ Source: boost-spirit Version: 1.70.0 Build-Depends: boost-algorithm, boost-array, boost-assert, boost-compatibility, boost-concept-check, boost-config, boost-core, boost-detail, boost-endian, boost-filesystem (!uwp), boost-foreach, boost-function, boost-function-types, boost-fusion, boost-integer, boost-io, boost-iostreams (!uwp), boost-iterator, boost-lexical-cast, boost-locale (!uwp), boost-math, boost-move, boost-mpl, boost-optional, boost-phoenix, boost-pool, boost-predef, boost-preprocessor, boost-proto, boost-range, boost-regex, boost-smart-ptr, boost-static-assert, boost-thread (!arm), boost-throw-exception, boost-tti, boost-typeof, boost-type-traits, boost-unordered, boost-utility, boost-variant, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/spirit Description: Boost spirit module diff --git a/ports/boost-stacktrace/CONTROL b/ports/boost-stacktrace/CONTROL index 05c714885..d1b709934 100644 --- a/ports/boost-stacktrace/CONTROL +++ b/ports/boost-stacktrace/CONTROL @@ -2,4 +2,5 @@ Source: boost-stacktrace Version: 1.70.0 Build-Depends: boost-array, boost-build, boost-config, boost-container-hash, boost-core, boost-modular-build-helper, boost-predef, boost-static-assert, boost-type-traits, boost-vcpkg-helpers, boost-winapi +Homepage: https://github.com/boostorg/stacktrace Description: Boost stacktrace module diff --git a/ports/boost-statechart/CONTROL b/ports/boost-statechart/CONTROL index 9266a233b..242256a8c 100644 --- a/ports/boost-statechart/CONTROL +++ b/ports/boost-statechart/CONTROL @@ -2,4 +2,5 @@ Source: boost-statechart Version: 1.70.0 Build-Depends: boost-assert, boost-bind, boost-config, boost-conversion, boost-core, boost-detail, boost-function, boost-mpl, boost-smart-ptr, boost-static-assert, boost-thread (!arm), boost-type-traits, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/statechart Description: Boost statechart module diff --git a/ports/boost-static-assert/CONTROL b/ports/boost-static-assert/CONTROL index b3ffbb5e7..0c8f3a532 100644 --- a/ports/boost-static-assert/CONTROL +++ b/ports/boost-static-assert/CONTROL @@ -2,4 +2,5 @@ Source: boost-static-assert Version: 1.70.0 Build-Depends: boost-config, boost-detail, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/static_assert Description: Boost static_assert module diff --git a/ports/boost-system/CONTROL b/ports/boost-system/CONTROL index d83a45a42..79089afd9 100644 --- a/ports/boost-system/CONTROL +++ b/ports/boost-system/CONTROL @@ -2,4 +2,5 @@ Source: boost-system Version: 1.70.0 Build-Depends: boost-build, boost-config, boost-integer, boost-modular-build-helper, boost-vcpkg-helpers, boost-winapi +Homepage: https://github.com/boostorg/system Description: Boost system module diff --git a/ports/boost-test/CONTROL b/ports/boost-test/CONTROL index 9d86dfee2..e1c83b08a 100644 --- a/ports/boost-test/CONTROL +++ b/ports/boost-test/CONTROL @@ -2,4 +2,5 @@ Source: boost-test Version: 1.70.0-2 Build-Depends: boost-algorithm, boost-assert, boost-bind, boost-build, boost-compatibility, boost-config, boost-core, boost-detail, boost-exception, boost-function, boost-integer, boost-io, boost-iterator, boost-modular-build-helper, boost-mpl, boost-numeric-conversion, boost-optional, boost-preprocessor, boost-smart-ptr, boost-static-assert, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/test Description: Boost test module diff --git a/ports/boost-thread/CONTROL b/ports/boost-thread/CONTROL index 41f0d4066..e38b6f31a 100644 --- a/ports/boost-thread/CONTROL +++ b/ports/boost-thread/CONTROL @@ -2,4 +2,5 @@ Source: boost-thread Version: 1.70.0-1 Build-Depends: boost-algorithm, boost-assert, boost-atomic, boost-bind, boost-build, boost-chrono, boost-concept-check, boost-config, boost-container, boost-container-hash, boost-core, boost-date-time, boost-detail, boost-exception, boost-function, boost-integer, boost-intrusive, boost-io, boost-lexical-cast, boost-math, boost-modular-build-helper, boost-move, boost-mpl, boost-optional, boost-predef, boost-preprocessor, boost-smart-ptr, boost-static-assert, boost-system, boost-throw-exception, boost-tuple, boost-type-traits, boost-utility, boost-vcpkg-helpers, boost-winapi +Homepage: https://github.com/boostorg/thread Description: Boost thread module diff --git a/ports/boost-throw-exception/CONTROL b/ports/boost-throw-exception/CONTROL index b6cd1641a..31502e60c 100644 --- a/ports/boost-throw-exception/CONTROL +++ b/ports/boost-throw-exception/CONTROL @@ -2,4 +2,5 @@ Source: boost-throw-exception Version: 1.70.0 Build-Depends: boost-config, boost-detail, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/throw_exception Description: Boost throw_exception module diff --git a/ports/boost-timer/CONTROL b/ports/boost-timer/CONTROL index 271674b03..213ccc19c 100644 --- a/ports/boost-timer/CONTROL +++ b/ports/boost-timer/CONTROL @@ -2,4 +2,5 @@ Source: boost-timer Version: 1.70.0 Build-Depends: boost-build, boost-chrono, boost-compatibility, boost-config, boost-core, boost-integer, boost-io, boost-modular-build-helper, boost-predef, boost-system, boost-throw-exception, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/timer Description: Boost timer module diff --git a/ports/boost-tokenizer/CONTROL b/ports/boost-tokenizer/CONTROL index b223b9231..3b7497e82 100644 --- a/ports/boost-tokenizer/CONTROL +++ b/ports/boost-tokenizer/CONTROL @@ -2,4 +2,5 @@ Source: boost-tokenizer Version: 1.70.0 Build-Depends: boost-assert, boost-config, boost-detail, boost-iterator, boost-mpl, boost-throw-exception, boost-type-traits, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/tokenizer Description: Boost tokenizer module diff --git a/ports/boost-tti/CONTROL b/ports/boost-tti/CONTROL index 4f6e98679..f284303ea 100644 --- a/ports/boost-tti/CONTROL +++ b/ports/boost-tti/CONTROL @@ -2,4 +2,5 @@ Source: boost-tti Version: 1.70.0 Build-Depends: boost-config, boost-detail, boost-function-types, boost-mpl, boost-preprocessor, boost-type-traits, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/tti Description: Boost tti module diff --git a/ports/boost-tuple/CONTROL b/ports/boost-tuple/CONTROL index 2b64a0472..ba38ab267 100644 --- a/ports/boost-tuple/CONTROL +++ b/ports/boost-tuple/CONTROL @@ -2,4 +2,5 @@ Source: boost-tuple Version: 1.70.0 Build-Depends: boost-config, boost-core, boost-static-assert, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/tuple Description: Boost tuple module diff --git a/ports/boost-type-erasure/CONTROL b/ports/boost-type-erasure/CONTROL index f9fc4e24f..d9090d787 100644 --- a/ports/boost-type-erasure/CONTROL +++ b/ports/boost-type-erasure/CONTROL @@ -2,4 +2,5 @@ Source: boost-type-erasure Version: 1.70.0 Build-Depends: boost-assert, boost-build, boost-config, boost-detail, boost-fusion, boost-iterator, boost-modular-build-helper, boost-mp11, boost-mpl, boost-preprocessor, boost-smart-ptr, boost-thread (!arm), boost-throw-exception, boost-typeof, boost-type-traits, boost-utility, boost-vcpkg-helpers, boost-vmd +Homepage: https://github.com/boostorg/type_erasure Description: Boost type_erasure module diff --git a/ports/boost-type-index/CONTROL b/ports/boost-type-index/CONTROL index 542bd4ea6..4f52f6368 100644 --- a/ports/boost-type-index/CONTROL +++ b/ports/boost-type-index/CONTROL @@ -2,4 +2,5 @@ Source: boost-type-index Version: 1.70.0 Build-Depends: boost-config, boost-container-hash, boost-core, boost-preprocessor, boost-smart-ptr, boost-static-assert, boost-throw-exception, boost-type-traits, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/type_index Description: Boost type_index module diff --git a/ports/boost-type-traits/CONTROL b/ports/boost-type-traits/CONTROL index 825b9e87d..eeacc1736 100644 --- a/ports/boost-type-traits/CONTROL +++ b/ports/boost-type-traits/CONTROL @@ -2,4 +2,5 @@ Source: boost-type-traits Version: 1.70.0-1 Build-Depends: boost-config, boost-detail, boost-static-assert, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/type_traits Description: Boost type_traits module diff --git a/ports/boost-typeof/CONTROL b/ports/boost-typeof/CONTROL index fbf241061..aeca892fe 100644 --- a/ports/boost-typeof/CONTROL +++ b/ports/boost-typeof/CONTROL @@ -2,4 +2,5 @@ Source: boost-typeof Version: 1.70.0 Build-Depends: boost-config, boost-preprocessor, boost-type-traits, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/typeof Description: Boost typeof module diff --git a/ports/boost-ublas/CONTROL b/ports/boost-ublas/CONTROL index 0a801349e..319b99bed 100644 --- a/ports/boost-ublas/CONTROL +++ b/ports/boost-ublas/CONTROL @@ -2,4 +2,5 @@ Source: boost-ublas Version: 1.70.0 Build-Depends: boost-compute, boost-concept-check, boost-config, boost-core, boost-iterator, boost-mpl, boost-range, boost-serialization, boost-smart-ptr, boost-static-assert, boost-typeof, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/ublas Description: Boost ublas module diff --git a/ports/boost-units/CONTROL b/ports/boost-units/CONTROL index ad757315d..8e1fe4a8a 100644 --- a/ports/boost-units/CONTROL +++ b/ports/boost-units/CONTROL @@ -2,4 +2,5 @@ Source: boost-units Version: 1.70.0 Build-Depends: boost-assert, boost-config, boost-core, boost-integer, boost-io, boost-lambda, boost-math, boost-mpl, boost-preprocessor, boost-serialization, boost-static-assert, boost-typeof, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/units Description: Boost units module diff --git a/ports/boost-unordered/CONTROL b/ports/boost-unordered/CONTROL index 518e7ac5e..d128e273f 100644 --- a/ports/boost-unordered/CONTROL +++ b/ports/boost-unordered/CONTROL @@ -2,4 +2,5 @@ Source: boost-unordered Version: 1.70.0 Build-Depends: boost-assert, boost-compatibility, boost-config, boost-container, boost-container-hash, boost-core, boost-detail, boost-functional, boost-move, boost-predef, boost-preprocessor, boost-smart-ptr, boost-throw-exception, boost-tuple, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/unordered Description: Boost unordered module diff --git a/ports/boost-utility/CONTROL b/ports/boost-utility/CONTROL index f1781fafc..7f54df7de 100644 --- a/ports/boost-utility/CONTROL +++ b/ports/boost-utility/CONTROL @@ -2,4 +2,5 @@ Source: boost-utility Version: 1.70.0 Build-Depends: boost-config, boost-container-hash, boost-core, boost-detail, boost-integer, boost-preprocessor, boost-static-assert, boost-throw-exception, boost-type-traits, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/utility Description: Boost utility module diff --git a/ports/boost-uuid/CONTROL b/ports/boost-uuid/CONTROL index a20805a97..efc4b3094 100644 --- a/ports/boost-uuid/CONTROL +++ b/ports/boost-uuid/CONTROL @@ -2,4 +2,5 @@ Source: boost-uuid Version: 1.70.0 Build-Depends: boost-assert, boost-compatibility, boost-config, boost-container-hash, boost-core, boost-integer, boost-io, boost-move, boost-numeric-conversion, boost-predef, boost-random, boost-serialization, boost-static-assert, boost-throw-exception, boost-tti, boost-type-traits, boost-vcpkg-helpers, boost-winapi +Homepage: https://github.com/boostorg/uuid Description: Boost uuid module diff --git a/ports/boost-variant/CONTROL b/ports/boost-variant/CONTROL index 45e40a9b8..395d00758 100644 --- a/ports/boost-variant/CONTROL +++ b/ports/boost-variant/CONTROL @@ -2,4 +2,5 @@ Source: boost-variant Version: 1.69.0 Build-Depends: boost-assert, boost-bind, boost-config, boost-core, boost-detail, boost-functional, boost-integer, boost-move, boost-mpl, boost-preprocessor, boost-static-assert, boost-throw-exception, boost-type-index, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/variant Description: Boost variant module diff --git a/ports/boost-vmd/CONTROL b/ports/boost-vmd/CONTROL index b27488707..6c2bda21a 100644 --- a/ports/boost-vmd/CONTROL +++ b/ports/boost-vmd/CONTROL @@ -2,4 +2,5 @@ Source: boost-vmd Version: 1.70.0 Build-Depends: boost-preprocessor, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/vmd Description: Boost vmd module diff --git a/ports/boost-wave/CONTROL b/ports/boost-wave/CONTROL index 32235abb3..279eb5700 100644 --- a/ports/boost-wave/CONTROL +++ b/ports/boost-wave/CONTROL @@ -2,4 +2,5 @@ Source: boost-wave Version: 1.70.0 Build-Depends: boost-assert, boost-build, boost-concept-check, boost-config, boost-core, boost-detail, boost-filesystem (!uwp), boost-integer, boost-iterator, boost-lexical-cast, boost-math, boost-modular-build-helper, boost-mpl, boost-multi-index, boost-pool, boost-preprocessor, boost-serialization, boost-smart-ptr, boost-spirit, boost-static-assert, boost-throw-exception, boost-type-traits, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/wave Description: Boost wave module diff --git a/ports/boost-winapi/CONTROL b/ports/boost-winapi/CONTROL index 64912f1e3..985612d10 100644 --- a/ports/boost-winapi/CONTROL +++ b/ports/boost-winapi/CONTROL @@ -2,4 +2,5 @@ Source: boost-winapi Version: 1.70.0 Build-Depends: boost-config, boost-predef, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/winapi Description: Boost winapi module diff --git a/ports/boost-xpressive/CONTROL b/ports/boost-xpressive/CONTROL index f0d61399f..d2960cf5b 100644 --- a/ports/boost-xpressive/CONTROL +++ b/ports/boost-xpressive/CONTROL @@ -2,4 +2,5 @@ Source: boost-xpressive Version: 1.70.0 Build-Depends: boost-assert, boost-compatibility, boost-config, boost-conversion, boost-core, boost-detail, boost-exception, boost-fusion, boost-integer, boost-iterator, boost-lexical-cast, boost-math, boost-mpl, boost-numeric-conversion, boost-optional, boost-preprocessor, boost-proto, boost-range, boost-smart-ptr, boost-spirit, boost-static-assert, boost-throw-exception, boost-typeof, boost-type-traits, boost-utility, boost-vcpkg-helpers +Homepage: https://github.com/boostorg/xpressive Description: Boost xpressive module diff --git a/ports/boost/CONTROL b/ports/boost/CONTROL index b97b99f9a..54dfc3c7a 100644 --- a/ports/boost/CONTROL +++ b/ports/boost/CONTROL @@ -1,6 +1,7 @@ # Automatically generated by boost-vcpkg-helpers/generate-ports.ps1 Source: boost Version: 1.70.0 +Homepage: https://boost.org Description: Peer-reviewed portable C++ source libraries Build-Depends: boost-accumulators, boost-algorithm, boost-align, boost-any, boost-array, boost-asio, boost-assert, boost-assign, boost-atomic, boost-beast, boost-bimap, boost-bind, boost-callable-traits, boost-chrono, boost-circular-buffer, boost-compatibility, boost-compute, boost-concept-check, boost-config, boost-container, boost-container-hash, boost-context (!uwp), boost-contract (!arm), boost-conversion, boost-convert, boost-core, boost-coroutine (!uwp), boost-coroutine2, boost-crc, boost-date-time, boost-detail, boost-disjoint-sets, boost-dll, boost-dynamic-bitset, boost-endian, boost-exception, boost-fiber (windows), boost-filesystem (!uwp), boost-flyweight, boost-foreach, boost-format, boost-function, boost-functional, boost-function-types, boost-fusion, boost-geometry, boost-gil, boost-graph, boost-graph-parallel, boost-hana, boost-heap, boost-histogram, boost-hof, boost-icl, boost-integer, boost-interprocess, boost-intrusive, boost-io, boost-iostreams (!uwp), boost-iterator, boost-lambda, boost-lexical-cast, boost-locale (!uwp), boost-local-function, boost-lockfree, boost-log (!uwp), boost-logic, boost-math, boost-metaparse, boost-move, boost-mp11, boost-mpl, boost-msm, boost-multiprecision, boost-multi-array, boost-multi-index, boost-numeric-conversion, boost-interval, boost-odeint, boost-ublas, boost-safe-numerics, boost-optional, boost-outcome, boost-parameter, boost-parameter-python (windows), boost-phoenix, boost-polygon, boost-poly-collection, boost-pool, boost-predef, boost-preprocessor, boost-process, boost-program-options, boost-property-map, boost-property-tree, boost-proto, boost-ptr-container, boost-python (windows), boost-qvm, boost-random, boost-range, boost-ratio, boost-rational, boost-regex, boost-numeric-conversion, boost-interval, boost-odeint, boost-ublas, boost-safe-numerics, boost-scope-exit, boost-serialization, boost-signals2, boost-smart-ptr, boost-sort, boost-spirit, boost-stacktrace (!uwp), boost-statechart, boost-static-assert, boost-system, boost-test (!uwp), boost-thread (!arm), boost-throw-exception, boost-timer, boost-tokenizer, boost-tti, boost-tuple, boost-typeof, boost-type-erasure (!arm), boost-type-index, boost-type-traits, boost-units, boost-unordered, boost-utility, boost-uuid, boost-variant, boost-vmd, boost-wave (!uwp), boost-winapi, boost-xpressive, boost-yap diff --git a/ports/botan/CONTROL b/ports/botan/CONTROL index 3961c2ccb..8ceb0118c 100644 --- a/ports/botan/CONTROL +++ b/ports/botan/CONTROL @@ -1,3 +1,4 @@ Source: botan Version: 2.9.0 -Description: A cryptography library written in C++11 +Homepage: https://botan.randombit.net +Description: A cryptography library written in C++11 \ No newline at end of file diff --git a/ports/box2d/CONTROL b/ports/box2d/CONTROL index e95eea2ba..98f6e2cbd 100644 --- a/ports/box2d/CONTROL +++ b/ports/box2d/CONTROL @@ -1,4 +1,4 @@ Source: box2d Version: 2.3.1-374664b-2 Description: An open source C++ engine for simulating rigid bodies in 2D. -Homepage: http://box2d.org +Homepage: https://box2d.org diff --git a/ports/breakpad/CONTROL b/ports/breakpad/CONTROL index b9efe8ee6..0f6ba1dcb 100644 --- a/ports/breakpad/CONTROL +++ b/ports/breakpad/CONTROL @@ -1,4 +1,5 @@ Source: breakpad Version: 2019-05-08 Build-Depends: libdisasm +Homepage: https://github.com/google/breakpad Description: a set of client and server components which implement a crash-reporting system. diff --git a/ports/brotli/CONTROL b/ports/brotli/CONTROL index d61b8b25e..aef306101 100644 --- a/ports/brotli/CONTROL +++ b/ports/brotli/CONTROL @@ -1,3 +1,4 @@ Source: brotli -Version: 1.0.7 +Version: 1.0.7 +Homepage: https://github.com/google/brotli Description: a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling. diff --git a/ports/brynet/CONTROL b/ports/brynet/CONTROL index 9133017a1..5566fad32 100644 --- a/ports/brynet/CONTROL +++ b/ports/brynet/CONTROL @@ -1,4 +1,5 @@ Source: brynet Version: 1.0.2 +Homepage: https://github.com/IronsDu/brynet Description: A C++ cross platform high performance tcp network library, and support SSL/HTTP/Websocket. Build-Depends: openssl diff --git a/ports/bullet3/CONTROL b/ports/bullet3/CONTROL index efcb927d2..437908356 100644 --- a/ports/bullet3/CONTROL +++ b/ports/bullet3/CONTROL @@ -1,3 +1,4 @@ Source: bullet3 -Version: 2.88 +Version: 2.88 +Homepage: https://github.com/bulletphysics/bullet3 Description: Bullet Physics is a professional collision detection, rigid body, and soft body dynamics library diff --git a/ports/butteraugli/CONTROL b/ports/butteraugli/CONTROL index 621e42a8a..d210263c3 100644 --- a/ports/butteraugli/CONTROL +++ b/ports/butteraugli/CONTROL @@ -1,4 +1,5 @@ Source: butteraugli -Version: 2019-05-08 +Version: 2019-05-08 +Homepage: https://github.com/google/butteraugli Description: butteraugli estimates the psychovisual difference between two images Build-Depends: libpng, libjpeg-turbo diff --git a/ports/bzip2/CONTROL b/ports/bzip2/CONTROL index 00995aed9..5f52faad4 100644 --- a/ports/bzip2/CONTROL +++ b/ports/bzip2/CONTROL @@ -1,3 +1,4 @@ Source: bzip2 Version: 1.0.6-4 +Homepage: http://www.bzip.org/ Description: High-quality data compressor. diff --git a/ports/c-ares/CONTROL b/ports/c-ares/CONTROL index 525bd8985..dda2acde0 100644 --- a/ports/c-ares/CONTROL +++ b/ports/c-ares/CONTROL @@ -1,4 +1,5 @@ Source: c-ares Version: 2019-5-2 +Homepage: https://github.com/c-ares/c-ares Description: A C library for asynchronous DNS requests Build-Depends: diff --git a/ports/caffe2/CONTROL b/ports/caffe2/CONTROL index 5cac9b00d..4d72fb764 100644 --- a/ports/caffe2/CONTROL +++ b/ports/caffe2/CONTROL @@ -1,4 +1,5 @@ Source: caffe2 Version: 0.8.1-3 Build-Depends: lmdb, gflags, glog, eigen3, protobuf +Homepage: https://github.com/caffe2/caffe2 Description: Caffe2 is a lightweight, modular, and scalable deep learning framework. diff --git a/ports/cairo/CONTROL b/ports/cairo/CONTROL index 3a82ccc97..d53d5003d 100644 --- a/ports/cairo/CONTROL +++ b/ports/cairo/CONTROL @@ -1,4 +1,5 @@ Source: cairo Version: 1.16.0-1 +Homepage: https://cairographics.org Description: Cairo is a 2D graphics library with support for multiple output devices. Currently supported output targets include the X Window System (via both Xlib and XCB), Quartz, Win32, image buffers, PostScript, PDF, and SVG file output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB. Build-Depends: zlib, libpng, pixman, glib, freetype, fontconfig diff --git a/ports/cairomm/CONTROL b/ports/cairomm/CONTROL index df07bd81d..4705065fc 100644 --- a/ports/cairomm/CONTROL +++ b/ports/cairomm/CONTROL @@ -1,4 +1,5 @@ Source: cairomm Version: 1.15.3-3 +Homepage: https://www.cairographics.org Description: A C++ wrapper for the cairo graphics library Build-Depends: cairo, libsigcpp diff --git a/ports/capstone/CONTROL b/ports/capstone/CONTROL index e7baa3d97..d7d422d25 100644 --- a/ports/capstone/CONTROL +++ b/ports/capstone/CONTROL @@ -1,5 +1,6 @@ Source: capstone Version: 4.0.1-120373dc +Homepage: https://github.com/aquynh/capstone Description: Multi-architecture disassembly framework Feature: arm diff --git a/ports/cartographer/CONTROL b/ports/cartographer/CONTROL index a1b0fb53c..b91c4a52e 100644 --- a/ports/cartographer/CONTROL +++ b/ports/cartographer/CONTROL @@ -1,4 +1,5 @@ Source: cartographer -Version: 1.0.0 +Version: 1.0.0 Build-Depends: ceres[suitesparse], gflags, glog, lua, cairo, boost-iostreams, gtest, protobuf -Description: Google 2D & 3D SLAM package \ No newline at end of file +Homepage: https://github.com/googlecartographer/cartographer +Description: Google 2D & 3D SLAM package diff --git a/ports/catch-classic/CONTROL b/ports/catch-classic/CONTROL index af4d6a737..bce6fc106 100644 --- a/ports/catch-classic/CONTROL +++ b/ports/catch-classic/CONTROL @@ -1,5 +1,6 @@ Source: catch-classic Version: 1.12.2 +Homepage: https://github.com/catchorg/Catch2 Description: A modern, header-only test framework for unit tests This is specifically the legacy 1.x branch provided for compatibility with older compilers. diff --git a/ports/cccapstone/CONTROL b/ports/cccapstone/CONTROL index 05403f434..8681f2328 100644 --- a/ports/cccapstone/CONTROL +++ b/ports/cccapstone/CONTROL @@ -1,4 +1,5 @@ Source: cccapstone Version: 9b4128ee1153e78288a1b5433e2c06a0d47a4c4e-1 +Homepage: https://github.com/zer0mem/cccapstone Description: c++ bindings for capstone disasembly framework Build-Depends: capstone diff --git a/ports/ccd/CONTROL b/ports/ccd/CONTROL index d621c107a..e2b4463ba 100644 --- a/ports/ccd/CONTROL +++ b/ports/ccd/CONTROL @@ -1,3 +1,4 @@ Source: ccd Version: 2.1 +Homepage: https://github.com/danfis/libccd Description: Library for collision detection between two convex shapes diff --git a/ports/ccfits/CONTROL b/ports/ccfits/CONTROL index 5cd10f63d..18937d5e7 100644 --- a/ports/ccfits/CONTROL +++ b/ports/ccfits/CONTROL @@ -1,4 +1,5 @@ Source: ccfits Version: 2.5-2 +Homepage: https://heasarc.gsfc.nasa.gov/fitsio/ccfits Description: CCfits is an object oriented interface to the cfitsio library. It is designed to make the capabilities of cfitsio available to programmers working in C++. Build-Depends: cfitsio diff --git a/ports/cctz/CONTROL b/ports/cctz/CONTROL index 2934951b4..a223586d6 100644 --- a/ports/cctz/CONTROL +++ b/ports/cctz/CONTROL @@ -1,4 +1,5 @@ Source: cctz Version: 2.3-2 +Homepage: https://github.com/google/cctz Build-Depends: benchmark Description: two libraries that cooperate with to give C++ programmers all the necessary tools for computing with dates, times, and time zones in a simple and correct manner. diff --git a/ports/celero/CONTROL b/ports/celero/CONTROL index 6b762e572..c9670b14f 100644 --- a/ports/celero/CONTROL +++ b/ports/celero/CONTROL @@ -1,3 +1,4 @@ Source: celero Version: 2.5.0-1 +Homepage: https://github.com/DigitalInBlue/Celero Description: Celero is a modern cross-platform (Windows, Linux, MacOS) Microbenchmarking library for C++. diff --git a/ports/cereal/CONTROL b/ports/cereal/CONTROL index fc3c7921a..ce879198f 100644 --- a/ports/cereal/CONTROL +++ b/ports/cereal/CONTROL @@ -1,3 +1,4 @@ Source: cereal Version: 1.2.2-1 +Homepage: https://github.com/USCiLab/cereal Description: a header-only C++11 serialization library (built in support for binary, XML and JSon) diff --git a/ports/ceres/CONTROL b/ports/ceres/CONTROL index 47ae7051e..8cd34102e 100644 --- a/ports/ceres/CONTROL +++ b/ports/ceres/CONTROL @@ -1,6 +1,7 @@ Source: ceres Version: 1.14.0-4 Build-Depends: glog, eigen3 +Homepage: https://github.com/ceres-solver/ceres-solver Description: non-linear optimization package Feature: lapack diff --git a/ports/cfitsio/CONTROL b/ports/cfitsio/CONTROL index 7c50b295d..316269f88 100644 --- a/ports/cfitsio/CONTROL +++ b/ports/cfitsio/CONTROL @@ -1,3 +1,4 @@ Source: cfitsio Version: 3.410-2 +Homepage: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c Description: Library of C and Fortran subroutines for reading and writing data files in FITS (Flexible Image Transport System) data format diff --git a/ports/cgal/CONTROL b/ports/cgal/CONTROL index d42389635..184d4f221 100644 --- a/ports/cgal/CONTROL +++ b/ports/cgal/CONTROL @@ -1,6 +1,7 @@ Source: cgal Version: 4.14-2 Build-Depends: mpfr, mpir, zlib, boost-format, boost-container, boost-iterator, boost-variant, boost-any, boost-unordered, boost-random, boost-foreach, boost-graph, boost-heap, boost-logic, boost-multiprecision +Homepage: https://github.com/CGAL/cgal Description: The Computational Geometry Algorithms Library (CGAL) is a C++ library that aims to provide easy access to efficient and reliable algorithms in computational geometry. Feature: qt diff --git a/ports/cgicc/CONTROL b/ports/cgicc/CONTROL index cf25b698d..9e18277a9 100644 --- a/ports/cgicc/CONTROL +++ b/ports/cgicc/CONTROL @@ -1,3 +1,4 @@ Source: cgicc Version: 3.2.19-1 +Homepage: https://www.gnu.org/software/cgicc/ Description: GNU Cgicc is an ANSI C++ compliant class library that greatly simplifies the creation of CGI applications for the World Wide Web diff --git a/ports/chaiscript/CONTROL b/ports/chaiscript/CONTROL index 8fbd830d9..fd55e973e 100644 --- a/ports/chaiscript/CONTROL +++ b/ports/chaiscript/CONTROL @@ -1,3 +1,4 @@ Source: chaiscript Version: 6.1.0 +Homepage: https://github.com/ChaiScript/ChaiScript Description: Embedded Scripting Language Designed for C++ diff --git a/ports/chakracore/CONTROL b/ports/chakracore/CONTROL index 6368fb5fb..919391eb6 100644 --- a/ports/chakracore/CONTROL +++ b/ports/chakracore/CONTROL @@ -1,3 +1,4 @@ Source: chakracore Version: 1.11.9 +Homepage: https://github.com/Microsoft/ChakraCore Description: Core part of the Chakra Javascript engine diff --git a/ports/charls/CONTROL b/ports/charls/CONTROL index 562a6f688..00f6777a4 100644 --- a/ports/charls/CONTROL +++ b/ports/charls/CONTROL @@ -1,3 +1,4 @@ Source: charls Version: 2.0.0-1 +Homepage: https://github.com/team-charls/charls Description: CharLS, a C++ JPEG-LS library implementation. diff --git a/ports/chipmunk/CONTROL b/ports/chipmunk/CONTROL index 64b66067b..0a4d6a62f 100644 --- a/ports/chipmunk/CONTROL +++ b/ports/chipmunk/CONTROL @@ -1,3 +1,4 @@ Source: chipmunk Version: 7.0.2 +Homepage: https://github.com/slembcke/Chipmunk2D Description: A fast and lightweight 2D game physics library. \ No newline at end of file diff --git a/ports/chmlib/CONTROL b/ports/chmlib/CONTROL index 32c86554e..cde69a41e 100644 --- a/ports/chmlib/CONTROL +++ b/ports/chmlib/CONTROL @@ -1,3 +1,4 @@ Source: chmlib Version: 0.40-3 +Homepage: https://www.jedrea.com/chmlib/ Description: CHMLIB is a library for dealing with Microsoft ITSS/CHM format files. Right now, it is a very simple library, but sufficient for dealing with all of the .chm files I've come across. Due to the fairly well-designed indexing built into this particular file format, even a small library is able to gain reasonably good performance indexing into ITSS archives. diff --git a/ports/cimg/CONTROL b/ports/cimg/CONTROL index af149556a..93a2e4ee7 100644 --- a/ports/cimg/CONTROL +++ b/ports/cimg/CONTROL @@ -1,3 +1,4 @@ Source: cimg Version: 2.6.2 +Homepage: https://github.com/dtschump/CImg Description: The CImg Library is a small, open-source, and modern C++ toolkit for image processing diff --git a/ports/clapack/CONTROL b/ports/clapack/CONTROL index 9cdebdf74..75755fe21 100644 --- a/ports/clapack/CONTROL +++ b/ports/clapack/CONTROL @@ -1,4 +1,5 @@ Source: clapack Version: 3.2.1-6 +Homepage: https://www.netlib.org/clapack Description: CLAPACK (f2c'ed version of LAPACK) Build-Depends: openblas (!osx) diff --git a/ports/clara/CONTROL b/ports/clara/CONTROL index b471db070..cb0c84df3 100644 --- a/ports/clara/CONTROL +++ b/ports/clara/CONTROL @@ -1,3 +1,4 @@ Source: clara Version: 2019-03-29 +Homepage: https://github.com/philsquared/Clara Description: A simple to use command line parser for C++ \ No newline at end of file diff --git a/ports/clfft/CONTROL b/ports/clfft/CONTROL index 0a109ac14..d65da1995 100644 --- a/ports/clfft/CONTROL +++ b/ports/clfft/CONTROL @@ -1,4 +1,5 @@ Source: clfft Version: 2.12.2 Build-Depends: opencl +Homepage: https://github.com/clMathLibraries/clFFT Description: clFFT is an OpenCL 1.2 accelerated Fast Fourier Transform library. diff --git a/ports/clockutils/CONTROL b/ports/clockutils/CONTROL index 37c5ec8ca..c555fd418 100644 --- a/ports/clockutils/CONTROL +++ b/ports/clockutils/CONTROL @@ -1,3 +1,4 @@ Source: clockutils Version: 1.1.1-3651f232c27074c4ceead169e223edf5f00247c5-3 +Homepage: https://github.com/ClockworkOrigins/clockUtils Description: A lightweight c++ library for commonly needed tasks. Optimized for simplicity and speed. diff --git a/ports/console-bridge/CONTROL b/ports/console-bridge/CONTROL index 533c63944..f9d10b7e0 100644 --- a/ports/console-bridge/CONTROL +++ b/ports/console-bridge/CONTROL @@ -1,3 +1,4 @@ Source: console-bridge Version: 0.3.2-3 +Homepage: https://github.com/ros/console_bridge Description: a ROS-independent package for logging that seamlessly pipes into rosconsole/rosout for ROS-dependent packages. diff --git a/ports/constexpr/CONTROL b/ports/constexpr/CONTROL index 85b3bc0c7..78dc70aa4 100644 --- a/ports/constexpr/CONTROL +++ b/ports/constexpr/CONTROL @@ -1,3 +1,4 @@ Source: constexpr Version: 1.0-1 +Homepage: https://github.com/elbeno/constexpr Description: Small MIT License Library of general stdlib functions written as C++11 constexpr functions. diff --git a/ports/coolprop/CONTROL b/ports/coolprop/CONTROL index 01e67e0df..4f5390ca1 100644 --- a/ports/coolprop/CONTROL +++ b/ports/coolprop/CONTROL @@ -1,4 +1,5 @@ Source: coolprop Version: 6.1.0-4 +Homepage: https://github.com/CoolProp/CoolProp Description: Thermophysical properties for the masses Build-Depends: catch, eigen3, pybind11, if97, fmt, rapidjson, msgpack, refprop-headers diff --git a/ports/corrade/CONTROL b/ports/corrade/CONTROL index fdce77033..3cf18ab10 100644 --- a/ports/corrade/CONTROL +++ b/ports/corrade/CONTROL @@ -1,7 +1,7 @@ Source: corrade Version: 2019.01-1 Description: C++11/C++14 multiplatform utility library -Homepage: http://magnum.graphics/corrade/ +Homepage: https://magnum.graphics/corrade/ Default-Features: interconnect, pluginmanager, testsuite, utility Feature: interconnect diff --git a/ports/cpp-redis/CONTROL b/ports/cpp-redis/CONTROL index 4030f9ce9..7d8823866 100644 --- a/ports/cpp-redis/CONTROL +++ b/ports/cpp-redis/CONTROL @@ -1,4 +1,5 @@ Source: cpp-redis Version: 4.3.1-1 Build-Depends: tacopie +Homepage: https://github.com/Cylix/cpp_redis Description: cpp-redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining. diff --git a/ports/cppcms/CONTROL b/ports/cppcms/CONTROL index b2db0ffa1..35296edc1 100644 --- a/ports/cppcms/CONTROL +++ b/ports/cppcms/CONTROL @@ -1,4 +1,5 @@ Source: cppcms -Version: 1.2.1 +Version: 1.2.1 +Homepage: https://github.com/artyom-beilis/cppcms Description: CppCMS is a Free High Performance Web Development Framework (not a CMS) aimed at Rapid Web Application Development Build-Depends: icu, pcre, openssl, zlib diff --git a/ports/cpprestsdk/CONTROL b/ports/cpprestsdk/CONTROL index e5331ab14..016bad454 100644 --- a/ports/cpprestsdk/CONTROL +++ b/ports/cpprestsdk/CONTROL @@ -1,6 +1,7 @@ Source: cpprestsdk Version: 2.10.13-1 Build-Depends: zlib, openssl (!uwp&!windows), boost-system (!uwp&!windows), boost-date-time (!uwp&!windows), boost-regex (!uwp&!windows), boost-thread (!uwp&!windows), boost-filesystem (!uwp&!windows), boost-random (!uwp&!windows), boost-chrono (!uwp&!windows), boost-asio (!uwp&!windows) +Homepage: https://github.com/Microsoft/cpprestsdk Description: C++11 JSON, REST, and OAuth library The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services. Default-Features: default-features diff --git a/ports/cppwinrt/CONTROL b/ports/cppwinrt/CONTROL index cd911b99e..df7cff03e 100644 --- a/ports/cppwinrt/CONTROL +++ b/ports/cppwinrt/CONTROL @@ -1,3 +1,4 @@ Source: cppwinrt Version: fall_2017_creators_update_for_vs_15.3-2 +Homepage: https://github.com/Microsoft/cppwinrt Description: C++/WinRT is a standard C++ language projection for the Windows Runtime. diff --git a/ports/cppzmq/CONTROL b/ports/cppzmq/CONTROL index d54de7494..f50dd4103 100644 --- a/ports/cppzmq/CONTROL +++ b/ports/cppzmq/CONTROL @@ -1,4 +1,5 @@ Source: cppzmq Version: 4.3.0-1 Build-Depends: zeromq +Homepage: https://github.com/zeromq/cppzmq Description: lightweight messaging kernel, C++ bindings diff --git a/ports/cpr/CONTROL b/ports/cpr/CONTROL index 89cc6b847..de5c3478f 100644 --- a/ports/cpr/CONTROL +++ b/ports/cpr/CONTROL @@ -1,4 +1,5 @@ Source: cpr Version: 1.3.0-7 +Homepage: https://github.com/whoshuu/cpr Description: C++ Requests is a simple wrapper around libcurl inspired by the excellent Python Requests project. Build-Depends: curl[core] diff --git a/ports/crc32c/CONTROL b/ports/crc32c/CONTROL index 013cc542e..329b5a3bf 100644 --- a/ports/crc32c/CONTROL +++ b/ports/crc32c/CONTROL @@ -1,3 +1,4 @@ Source: crc32c Version: 1.0.7 +Homepage: https://github.com/google/crc32c Description: CRC32C implementation with support for CPU-specific acceleration instructions. diff --git a/ports/crow/CONTROL b/ports/crow/CONTROL index e2200c813..96efb27bf 100644 --- a/ports/crow/CONTROL +++ b/ports/crow/CONTROL @@ -1,3 +1,4 @@ Source: crow Version: 0.1-1 +Homepage: https://github.com/ipkn/crow Description: Very fast and easy to use C++ micro web framework diff --git a/ports/cryptopp/CONTROL b/ports/cryptopp/CONTROL index c65a43c90..76c754565 100644 --- a/ports/cryptopp/CONTROL +++ b/ports/cryptopp/CONTROL @@ -1,3 +1,4 @@ Source: cryptopp Version: 8.1.0-1 +Homepage: https://github.com/weidai11/cryptopp Description: Crypto++ is a free C++ class library of cryptographic schemes. diff --git a/ports/ctemplate/CONTROL b/ports/ctemplate/CONTROL index 1125efc18..d5fadf3ea 100644 --- a/ports/ctemplate/CONTROL +++ b/ports/ctemplate/CONTROL @@ -1,3 +1,4 @@ Source: ctemplate Version: 2017-06-23-44b7c5-3 +Homepage: https://github.com/OlafvdSpek/ctemplate Description: C++ CTemplate system diff --git a/ports/cunit/CONTROL b/ports/cunit/CONTROL index 4b43a0159..930494992 100644 --- a/ports/cunit/CONTROL +++ b/ports/cunit/CONTROL @@ -1,3 +1,4 @@ Source: cunit Version: 2.1.3-2 +Homepage: https://sourceforge.net/projects/cunit/ Description: CUnit is a lightweight system for writing, administering, and running unit tests in C. It provides C programmers a basic testing functionality with a flexible variety of user interfaces diff --git a/ports/curl/CONTROL b/ports/curl/CONTROL index 3f5539de7..1c607bce3 100644 --- a/ports/curl/CONTROL +++ b/ports/curl/CONTROL @@ -1,6 +1,7 @@ Source: curl Version: 7.65.0-1 Build-Depends: zlib +Homepage: https://github.com/curl/curl Description: A library for transferring data with URLs Default-Features: ssl diff --git a/ports/cxxopts/CONTROL b/ports/cxxopts/CONTROL index a13aeb734..5d1a92d91 100644 --- a/ports/cxxopts/CONTROL +++ b/ports/cxxopts/CONTROL @@ -1,3 +1,4 @@ Source: cxxopts Version: 2.1.2 +Homepage: https://github.com/jarro2783/cxxopts Description: This is a lightweight C++ option parser library, supporting the standard GNU style syntax for options diff --git a/ports/date/CONTROL b/ports/date/CONTROL index 0a67f589b..93f4b37cd 100644 --- a/ports/date/CONTROL +++ b/ports/date/CONTROL @@ -1,5 +1,6 @@ Source: date Version: ed0368f +Homepage: https://github.com/HowardHinnant/date Description: A date and time library based on the C++11/14/17 header Feature: remote-api diff --git a/ports/devil/CONTROL b/ports/devil/CONTROL index 98c27363a..8c65b2ddf 100644 --- a/ports/devil/CONTROL +++ b/ports/devil/CONTROL @@ -1,6 +1,7 @@ Source: devil Version: 1.8.0-4 Build-Depends: +Homepage: https://github.com/DentonW/DevIL Description: A full featured cross-platform image library Default-Features: libpng, tiff, libjpeg, openexr, jasper, lcms diff --git a/ports/dimcli/CONTROL b/ports/dimcli/CONTROL index e9d17c122..e98f11565 100644 --- a/ports/dimcli/CONTROL +++ b/ports/dimcli/CONTROL @@ -1,3 +1,4 @@ Source: dimcli Version: 4.1.0 +Homepage: https://github.com/gknowles/dimcli Description: C++ command line parser toolkit diff --git a/ports/directxmesh/CONTROL b/ports/directxmesh/CONTROL index a9f4aa9b7..700756964 100644 --- a/ports/directxmesh/CONTROL +++ b/ports/directxmesh/CONTROL @@ -1,3 +1,4 @@ Source: directxmesh Version: apr2019 -Description: DirectXMesh geometry processing library +Homepage: https://github.com/Microsoft/DirectXMesh +Description: DirectXMesh geometry processing library \ No newline at end of file diff --git a/ports/directxtex/CONTROL b/ports/directxtex/CONTROL index 6ca6a224b..69b6d2ee2 100644 --- a/ports/directxtex/CONTROL +++ b/ports/directxtex/CONTROL @@ -1,3 +1,4 @@ Source: directxtex -Version: apr2019 -Description: DirectXTex texture processing library +Version: apr2019 +Homepage: https://github.com/Microsoft/DirectXTex +Description: DirectXTex texture processing library \ No newline at end of file diff --git a/ports/directxtk/CONTROL b/ports/directxtk/CONTROL index 035c5d3a4..469788934 100644 --- a/ports/directxtk/CONTROL +++ b/ports/directxtk/CONTROL @@ -1,3 +1,4 @@ Source: directxtk Version: apr2019 +Homepage: https://github.com/Microsoft/DirectXTK Description: A collection of helper classes for writing DirectX 11.x code in C++. diff --git a/ports/directxtk12/CONTROL b/ports/directxtk12/CONTROL index 41ffd54f7..466acece6 100644 --- a/ports/directxtk12/CONTROL +++ b/ports/directxtk12/CONTROL @@ -1,3 +1,4 @@ Source: directxtk12 Version: dec2016-1 +Homepage: https://github.com/Microsoft/DirectXTK12 Description: A collection of helper classes for writing DirectX 12 code in C++. diff --git a/ports/dirent/CONTROL b/ports/dirent/CONTROL index 8fb9b1fa8..b8444bc98 100644 --- a/ports/dirent/CONTROL +++ b/ports/dirent/CONTROL @@ -1,3 +1,4 @@ Source: dirent Version: 1.23.2 +Homepage: https://github.com/tronkko/dirent Description: Dirent is a C/C++ programming interface that allows programmers to retrieve information about files and directories under Linux/UNIX. This project provides Linux compatible Dirent interface for Microsoft Windows. diff --git a/ports/discord-rpc/CONTROL b/ports/discord-rpc/CONTROL index e4d98f524..094c4eaa3 100644 --- a/ports/discord-rpc/CONTROL +++ b/ports/discord-rpc/CONTROL @@ -1,4 +1,5 @@ Source: discord-rpc Version: 3.4.0 +Homepage: https://github.com/discordapp/discord-rpc Description: Rich Presence allows you to leverage the totally overhauled "Now Playing" section in a Discord user's profile to help people play your game together. Build-Depends: rapidjson diff --git a/ports/dlfcn-win32/CONTROL b/ports/dlfcn-win32/CONTROL index c8fd02dce..24af3631f 100644 --- a/ports/dlfcn-win32/CONTROL +++ b/ports/dlfcn-win32/CONTROL @@ -1,3 +1,4 @@ Source: dlfcn-win32 Version: 1.1.1-1 +Homepage: https://github.com/dlfcn-win32/dlfcn-win32 Description: dlfcn-win32 is an implementation of dlfcn for Windows. diff --git a/ports/dlib/CONTROL b/ports/dlib/CONTROL index 713de97bb..2342c5737 100644 --- a/ports/dlib/CONTROL +++ b/ports/dlib/CONTROL @@ -1,6 +1,7 @@ Source: dlib Version: 19.17-1 Build-Depends: libjpeg-turbo, libpng, sqlite3, fftw3, openblas (!osx), clapack (!osx) +Homepage: https://github.com/davisking/dlib Description: Modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ Feature: cuda diff --git a/ports/doctest/CONTROL b/ports/doctest/CONTROL index bf1253499..e623f8b85 100644 --- a/ports/doctest/CONTROL +++ b/ports/doctest/CONTROL @@ -1,3 +1,4 @@ Source: doctest Version: 2.3.2 +Homepage: https://github.com/onqtam/doctest Description: The fastest feature-rich C++ single-header testing framework for unit tests and TDD diff --git a/ports/double-conversion/CONTROL b/ports/double-conversion/CONTROL index 47c9e063c..c6860524d 100644 --- a/ports/double-conversion/CONTROL +++ b/ports/double-conversion/CONTROL @@ -1,3 +1,4 @@ Source: double-conversion -Version: 3.1.4 +Version: 3.1.4 +Homepage: https://github.com/google/double-conversion Description: Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles. diff --git a/ports/draco/CONTROL b/ports/draco/CONTROL index 555c66d0a..ace5fc650 100644 --- a/ports/draco/CONTROL +++ b/ports/draco/CONTROL @@ -1,4 +1,5 @@ Source: draco Version: 1.3.5 +Homepage: https://github.com/google/draco Description: A library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics. Build-Depends: diff --git a/ports/duktape/CONTROL b/ports/duktape/CONTROL index ea322ac05..007025398 100644 --- a/ports/duktape/CONTROL +++ b/ports/duktape/CONTROL @@ -1,4 +1,5 @@ Source: duktape -Version: 2.3.0 +Version: 2.3.0 +Homepage: https://github.com/svaarala/duktape Description: Embeddable Javascript engine with a focus on portability and compact footprint. Build-Depends: diff --git a/ports/dx/CONTROL b/ports/dx/CONTROL index 8f901cad3..d5ad97872 100644 --- a/ports/dx/CONTROL +++ b/ports/dx/CONTROL @@ -1,3 +1,4 @@ Source: dx Version: 1.0.1-1 -Description: A modern C++ library for DirectX programming +Homepage: https://github.com/sdcb/dx +Description: A modern C++ library for DirectX programming \ No newline at end of file diff --git a/ports/dxut/CONTROL b/ports/dxut/CONTROL index e36c9d6f1..600462882 100644 --- a/ports/dxut/CONTROL +++ b/ports/dxut/CONTROL @@ -1,3 +1,4 @@ Source: dxut Version: 11.14-3 -Description: A "GLUT"-like framework for Direct3D 11.x Win32 desktop applications +Homepage: https://github.com/Microsoft/DXUT +Description: A "GLUT"-like framework for Direct3D 11.x Win32 desktop applications \ No newline at end of file diff --git a/ports/eastl/CONTROL b/ports/eastl/CONTROL index 2b6f5984e..f7f9c89a3 100644 --- a/ports/eastl/CONTROL +++ b/ports/eastl/CONTROL @@ -1,4 +1,5 @@ Source: eastl -Version: 3.13.05-1 +Version: 3.13.05-1 +Homepage: https://github.com/electronicarts/EASTL Description: Electronic Arts Standard Template Library. It is a C++ template library of containers, algorithms, and iterators useful for runtime and tool development across multiple platforms. It is a fairly extensive and robust implementation of such a library and has an emphasis on high performance above all other considerations. diff --git a/ports/ebml/CONTROL b/ports/ebml/CONTROL index 0d1f5e97c..0b2aac432 100644 --- a/ports/ebml/CONTROL +++ b/ports/ebml/CONTROL @@ -1,3 +1,4 @@ Source: ebml Version: 1.3.9 +Homepage: https://github.com/Matroska-Org/libebml Description: a C++ libary to parse EBML files diff --git a/ports/ecm/CONTROL b/ports/ecm/CONTROL index 0e05e6f72..075cf894f 100644 --- a/ports/ecm/CONTROL +++ b/ports/ecm/CONTROL @@ -1,3 +1,4 @@ Source: ecm Version: 5.58.0 +Homepage: https://github.com/KDE/extra-cmake-modules Description: Extra CMake Modules (ECM), extra modules and scripts for CMake diff --git a/ports/eigen3/CONTROL b/ports/eigen3/CONTROL index 3993a35f0..b67376ced 100644 --- a/ports/eigen3/CONTROL +++ b/ports/eigen3/CONTROL @@ -1,3 +1,4 @@ Source: eigen3 Version: 3.3.7-1 +Homepage: https://bitbucket.org/eigen/eigen Description: C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms. diff --git a/ports/embree2/CONTROL b/ports/embree2/CONTROL index 1c749f8f6..0fe3df484 100644 --- a/ports/embree2/CONTROL +++ b/ports/embree2/CONTROL @@ -1,4 +1,5 @@ Source: embree2 Version: 2.17.7 +Homepage: https://github.com/embree/embree Description: High Performance Ray Tracing Kernels. Build-Depends: tbb diff --git a/ports/enet/CONTROL b/ports/enet/CONTROL index f75b49de9..7d2a87bf5 100644 --- a/ports/enet/CONTROL +++ b/ports/enet/CONTROL @@ -1,4 +1,5 @@ Source: enet Version: 1.3.13 +Homepage: https://github.com/lsalzman/enet Description: Reliable UDP networking library diff --git a/ports/epsilon/CONTROL b/ports/epsilon/CONTROL index 94f9e1db8..3b740a976 100644 --- a/ports/epsilon/CONTROL +++ b/ports/epsilon/CONTROL @@ -1,3 +1,4 @@ Source: epsilon Version: 0.9.2 +Homepage: https://sourceforge.net/projects/epsilon-project/ Description: EPSILON is an Open Source wavelet image compressor, that is aimed on parallel and robust image processing. \ No newline at end of file diff --git a/ports/evpp/CONTROL b/ports/evpp/CONTROL index 741a94a22..7c61e4ebd 100644 --- a/ports/evpp/CONTROL +++ b/ports/evpp/CONTROL @@ -1,4 +1,5 @@ Source: evpp Version: 0.7.0 +Homepage: https://github.com/Qihoo360/evpp Description: A modern C++ network library based on libevent for developing high performance network services in TCP/UDP/HTTP protocols. Build-Depends: glog, libevent, rapidjson diff --git a/ports/exiv2/CONTROL b/ports/exiv2/CONTROL index d51354d43..505d4003c 100644 --- a/ports/exiv2/CONTROL +++ b/ports/exiv2/CONTROL @@ -2,7 +2,7 @@ Source: exiv2 Version: 0.27 Build-Depends: zlib, expat, libiconv, gettext Description: Image metadata library and tools -Homepage: http://www.exiv2.org +Homepage: https://www.exiv2.org Feature: unicode Description: Compile with unicode support on windows \ No newline at end of file diff --git a/ports/expat/CONTROL b/ports/expat/CONTROL index 4cdb03f6e..f01b5b9e1 100644 --- a/ports/expat/CONTROL +++ b/ports/expat/CONTROL @@ -1,3 +1,4 @@ Source: expat Version: 2.2.6 +Homepage: https://github.com/libexpat/libexpat Description: XML parser library written in C diff --git a/ports/exprtk/CONTROL b/ports/exprtk/CONTROL index e2de3bdf3..d55d903ae 100644 --- a/ports/exprtk/CONTROL +++ b/ports/exprtk/CONTROL @@ -1,3 +1,4 @@ Source: exprtk Version: 2019-03-29 +Homepage: https://github.com/ArashPartow/exprtk Description: Simple to use, easy to integrate and extremely efficient run-time C++ mathematical expression parser and evaluation engine. diff --git a/ports/fadbad/CONTROL b/ports/fadbad/CONTROL index ebf987962..103890c0e 100644 --- a/ports/fadbad/CONTROL +++ b/ports/fadbad/CONTROL @@ -1,3 +1,4 @@ Source: fadbad Version: 2.1.0 +Homepage: https://www.fadbad.com/ Description: FADBAD++ Templates for Automatic Differentiation diff --git a/ports/fastlz/CONTROL b/ports/fastlz/CONTROL index 354b8d5b8..4154ea953 100644 --- a/ports/fastlz/CONTROL +++ b/ports/fastlz/CONTROL @@ -1,3 +1,4 @@ Source: fastlz Version: 1.0-2 +Homepage: https://github.com/ariya/FastLZ Description: A lightning-fast lossless compression library diff --git a/ports/fcl/CONTROL b/ports/fcl/CONTROL index 58b150645..bc1a27ccc 100644 --- a/ports/fcl/CONTROL +++ b/ports/fcl/CONTROL @@ -1,4 +1,5 @@ Source: fcl Version: 0.5.0-5 +Homepage: https://github.com/flexible-collision-library/fcl Description: a library for performing three types of proximity queries on a pair of geometric models composed of triangles Build-Depends: ccd, octomap diff --git a/ports/fdk-aac/CONTROL b/ports/fdk-aac/CONTROL index 5da063ee8..c7262f861 100644 --- a/ports/fdk-aac/CONTROL +++ b/ports/fdk-aac/CONTROL @@ -1,3 +1,4 @@ Source: fdk-aac Version: 2018-07-08-1 +Homepage: https://github.com/mstorsjo/fdk-aac Description: A standalone library of the Fraunhofer FDK AAC code diff --git a/ports/ffmpeg/CONTROL b/ports/ffmpeg/CONTROL index ca28e399e..209bb2306 100644 --- a/ports/ffmpeg/CONTROL +++ b/ports/ffmpeg/CONTROL @@ -1,5 +1,6 @@ Source: ffmpeg Version: 4.1-6 +Homepage: https://ffmpeg.org Description: a library to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation. It is also highly portable: FFmpeg compiles, runs, and passes our testing infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs, Solaris, etc. under a wide variety of build environments, machine architectures, and configurations. diff --git a/ports/fftw3/CONTROL b/ports/fftw3/CONTROL index e8c796e5b..4d378d8c3 100644 --- a/ports/fftw3/CONTROL +++ b/ports/fftw3/CONTROL @@ -1,5 +1,6 @@ Source: fftw3 Version: 3.3.8-6 +Homepage: https://www.fftw.org/ Description: FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST). Feature: openmp diff --git a/ports/flann/CONTROL b/ports/flann/CONTROL index 316ac10be..fd8ecebc1 100644 --- a/ports/flann/CONTROL +++ b/ports/flann/CONTROL @@ -1,4 +1,5 @@ Source: flann Version: jan2019 +Homepage: https://github.com/mariusmuja/flann Build-Depends: lz4 Description: Fast Library for Approximate Nearest Neighbors diff --git a/ports/flatbuffers/CONTROL b/ports/flatbuffers/CONTROL index 432a2f877..8d553c197 100644 --- a/ports/flatbuffers/CONTROL +++ b/ports/flatbuffers/CONTROL @@ -2,4 +2,4 @@ Source: flatbuffers Version: 1.11.0 Description: Memory Efficient Serialization Library FlatBuffers is an efficient cross platform serialization library for games and other memory constrained apps. It allows you to directly access serialized data without unpacking/parsing it first, while still having great forwards/backwards compatibility. -Homepage: http://google.github.io/flatbuffers/ +Homepage: https://google.github.io/flatbuffers/ diff --git a/ports/flint/CONTROL b/ports/flint/CONTROL index 0526b782a..9b45b6608 100644 --- a/ports/flint/CONTROL +++ b/ports/flint/CONTROL @@ -1,4 +1,5 @@ Source: flint Version: 2.5.2-3 +Homepage: https://www.flintlib.org/ Description: Fast Library for Number Theory Build-Depends: mpir, mpfr, pthreads, gettimeofday diff --git a/ports/fltk/CONTROL b/ports/fltk/CONTROL index 90f186ae2..da9d7223a 100644 --- a/ports/fltk/CONTROL +++ b/ports/fltk/CONTROL @@ -1,4 +1,5 @@ Source: fltk Version: 1.3.4-6 +Homepage: https://www.fltk.org/ Description: FLTK (pronounced fulltick) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL and its built-in GLUT emulation. Build-Depends: zlib, libpng, libjpeg-turbo diff --git a/ports/fmilib/CONTROL b/ports/fmilib/CONTROL index 8d0a51f74..4037af506 100644 --- a/ports/fmilib/CONTROL +++ b/ports/fmilib/CONTROL @@ -1,4 +1,4 @@ Source: fmilib Version: 2.0.3-1 Description: FMI library is intended as a foundation for applications interfacing FMUs (Functional Mockup Units) that follow FMI Standard. This version of the library supports FMI 1.0 and FMI2.0. -Homepage: http://www.fmi-standard.org/ +Homepage: https://www.fmi-standard.org/ diff --git a/ports/fmt/CONTROL b/ports/fmt/CONTROL index 7c2d5d930..c789e86f8 100644 --- a/ports/fmt/CONTROL +++ b/ports/fmt/CONTROL @@ -1,3 +1,4 @@ Source: fmt Version: 5.3.0-2 +Homepage: https://github.com/fmtlib/fmt Description: Formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams. diff --git a/ports/folly/CONTROL b/ports/folly/CONTROL index c466edebb..1709a4515 100644 --- a/ports/folly/CONTROL +++ b/ports/folly/CONTROL @@ -1,5 +1,6 @@ Source: folly Version: 2019.05.20.00 +Homepage: https://github.com/facebook/folly Description: An open-source C++ library developed and used at Facebook. The library is UNSTABLE on Windows Build-Depends: openssl, libevent, double-conversion, glog, gflags, boost-chrono, boost-context, boost-conversion, boost-crc, boost-date-time, boost-filesystem, boost-multi-index, boost-program-options, boost-regex, boost-system, boost-thread, boost-smart-ptr Default-Features: zlib diff --git a/ports/fontconfig/CONTROL b/ports/fontconfig/CONTROL index ec63c3a22..fbcc3f536 100644 --- a/ports/fontconfig/CONTROL +++ b/ports/fontconfig/CONTROL @@ -1,4 +1,5 @@ Source: fontconfig Version: 2.12.4-9 +Homepage: https://www.freedesktop.org/software/fontconfig/front.html Description: Library for configuring and customizing font access. Build-Depends: freetype, expat, libiconv, dirent diff --git a/ports/forest/CONTROL b/ports/forest/CONTROL index 32981a12f..2e3d50a6c 100644 --- a/ports/forest/CONTROL +++ b/ports/forest/CONTROL @@ -1,3 +1,4 @@ Source: forest Version: 11.0.1 +Homepage: https://github.com/xorz57/forest Description: Template library of tree data structures diff --git a/ports/freeglut/CONTROL b/ports/freeglut/CONTROL index 15b0ac2e3..1ee44b7f3 100644 --- a/ports/freeglut/CONTROL +++ b/ports/freeglut/CONTROL @@ -1,3 +1,4 @@ Source: freeglut Version: 3.0.0-6 +Homepage: https://sourceforge.net/projects/freeglut/ Description: Open source implementation of GLUT with source and binary backwards compatibility. diff --git a/ports/freeimage/CONTROL b/ports/freeimage/CONTROL index 51ebbbc69..2420b5a56 100644 --- a/ports/freeimage/CONTROL +++ b/ports/freeimage/CONTROL @@ -1,4 +1,5 @@ Source: freeimage Version: 3.18.0-5 Build-Depends: zlib, libpng, libjpeg-turbo, tiff, openjpeg, libwebp[all], libraw, jxrlib, openexr +Homepage: https://sourceforge.net/projects/freeimage/ Description: Support library for graphics image formats diff --git a/ports/freerdp/CONTROL b/ports/freerdp/CONTROL index c96bb051a..f880f30a3 100644 --- a/ports/freerdp/CONTROL +++ b/ports/freerdp/CONTROL @@ -1,4 +1,5 @@ Source: freerdp Version: 2.0.0-rc4-1 +Homepage: https://github.com/FreeRDP/FreeRDP Description: A free implementation of the Remote Desktop Protocol (RDP) Build-Depends: openssl diff --git a/ports/freetype-gl/CONTROL b/ports/freetype-gl/CONTROL index c76ba3681..57af93cbc 100644 --- a/ports/freetype-gl/CONTROL +++ b/ports/freetype-gl/CONTROL @@ -1,4 +1,5 @@ Source: freetype-gl Version: 2019-03-29-1 +Homepage: https://github.com/rougier/freetype-gl Description: OpenGL text using one vertex buffer, one texture and FreeType Build-Depends: glew, freetype diff --git a/ports/freetype/CONTROL b/ports/freetype/CONTROL index 15c9caffd..21b6c59f4 100644 --- a/ports/freetype/CONTROL +++ b/ports/freetype/CONTROL @@ -1,4 +1,5 @@ Source: freetype Version: 2.9.1-2 Build-Depends: zlib, bzip2, libpng +Homepage: https://www.freetype.org/ Description: A library to render fonts. diff --git a/ports/freexl/CONTROL b/ports/freexl/CONTROL index 128ef56a0..00f97f562 100644 --- a/ports/freexl/CONTROL +++ b/ports/freexl/CONTROL @@ -1,5 +1,6 @@ Source: freexl Version: 1.0.4-1 +Homepage: https://www.gaia-gis.it/gaia-sins/freexl-sources Description: FreeXL is an open source library to extract valid data from within an Excel (.xls) spreadsheet Build-Depends: libiconv diff --git a/ports/fuzzylite/CONTROL b/ports/fuzzylite/CONTROL index b6faaa30f..4749c1423 100644 --- a/ports/fuzzylite/CONTROL +++ b/ports/fuzzylite/CONTROL @@ -1,3 +1,4 @@ Source: fuzzylite Version: 6.0-2 +Homepage: https://github.com/fuzzylite/fuzzylite Description: A fuzzy logic control library in C++ diff --git a/ports/g2o/CONTROL b/ports/g2o/CONTROL index f27951611..483824107 100644 --- a/ports/g2o/CONTROL +++ b/ports/g2o/CONTROL @@ -2,4 +2,4 @@ Source: g2o Version: 20170730_git-4 Build-Depends: suitesparse, eigen3, clapack (!osx), ceres Description: g2o: A General Framework for Graph Optimization -Homepage: http://openslam.org/g2o.html +Homepage: https://openslam.org/g2o.html diff --git a/ports/gainput/CONTROL b/ports/gainput/CONTROL index 29ac472c5..65b347dee 100644 --- a/ports/gainput/CONTROL +++ b/ports/gainput/CONTROL @@ -1,3 +1,4 @@ Source: gainput Version: 1.0.0-1 +Homepage: https://github.com/jkuhlmann/gainput Description: Gainput is a multiplatform C++ input library, supporting mouse, keyboard and controllers diff --git a/ports/gdal/CONTROL b/ports/gdal/CONTROL index c0b8820b2..5df9a7fa2 100644 --- a/ports/gdal/CONTROL +++ b/ports/gdal/CONTROL @@ -1,5 +1,6 @@ Source: gdal Version: 2.4.1-5 +Homepage: https://gdal.org/ Description: The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data. Build-Depends: proj, libpng, geos, sqlite3, curl, expat, libpq, openjpeg, libwebp, libxml2, liblzma, netcdf-c, hdf5, zlib diff --git a/ports/gdcm2/CONTROL b/ports/gdcm2/CONTROL index 88d473b65..e7f43b160 100644 --- a/ports/gdcm2/CONTROL +++ b/ports/gdcm2/CONTROL @@ -1,4 +1,5 @@ Source: gdcm2 Version: deprecated +Homepage: https://github.com/malaterre/GDCM Description: This port was renamed to gdcm. The gdcm2 name is deprecated. Build-Depends: gdcm \ No newline at end of file diff --git a/ports/gdk-pixbuf/CONTROL b/ports/gdk-pixbuf/CONTROL index 759dd57b0..7fa34b21a 100644 --- a/ports/gdk-pixbuf/CONTROL +++ b/ports/gdk-pixbuf/CONTROL @@ -1,4 +1,5 @@ Source: gdk-pixbuf Version: 2.36.9-3 +Homepage: https://developer.gnome.org/gdk-pixbuf/ Description: Image loading library. Build-Depends: gettext, zlib, libpng, glib diff --git a/ports/geogram/CONTROL b/ports/geogram/CONTROL index 1a3daf4f9..6d449c882 100644 --- a/ports/geogram/CONTROL +++ b/ports/geogram/CONTROL @@ -1,5 +1,6 @@ Source: geogram Version: 1.6.9-3 +Homepage: https://gforge.inria.fr/projects/geogram/ Description: Geogram is a programming library of geometric algorithms. Build-Depends: openblas (!osx), clapack (!osx) diff --git a/ports/geographiclib/CONTROL b/ports/geographiclib/CONTROL index da326dc97..0d585a281 100644 --- a/ports/geographiclib/CONTROL +++ b/ports/geographiclib/CONTROL @@ -1,3 +1,4 @@ Source: geographiclib Version: 1.47-patch1-5 +Homepage: https://sourceforge.net/projects/geographiclib/ Description: a small set of C++ classes for performing conversions between geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates, for gravity (e.g., EGM2008), geoid height, and geomagnetic field (e.g., WMM2010) calculations, and for solving geodesic problems. diff --git a/ports/geos/CONTROL b/ports/geos/CONTROL index cb19bebd9..3366b6a5e 100644 --- a/ports/geos/CONTROL +++ b/ports/geos/CONTROL @@ -1,3 +1,4 @@ Source: geos Version: 3.6.3-3 +Homepage: https://www.osgeo.org/projects/geos/ Description: Geometry Engine Open Source diff --git a/ports/gettext/CONTROL b/ports/gettext/CONTROL index be85f1d66..a6adfefc6 100644 --- a/ports/gettext/CONTROL +++ b/ports/gettext/CONTROL @@ -1,4 +1,5 @@ Source: gettext Version: 0.19-10 +Homepage: https://www.gnu.org/software/gettext/ Description: The GNU gettext utilities are a set of tools that provides a framework to help other GNU packages produce multi-lingual messages. Provides libintl. Build-Depends: libiconv diff --git a/ports/gflags/CONTROL b/ports/gflags/CONTROL index b090f2ba5..4cd423293 100644 --- a/ports/gflags/CONTROL +++ b/ports/gflags/CONTROL @@ -1,3 +1,4 @@ Source: gflags Version: 2.2.2-1 +Homepage: https://github.com/gflags/gflags Description: A C++ library that implements commandline flags processing diff --git a/ports/giflib/CONTROL b/ports/giflib/CONTROL index 169ddbd92..4de8f8e22 100644 --- a/ports/giflib/CONTROL +++ b/ports/giflib/CONTROL @@ -1,3 +1,4 @@ Source: giflib Version: 5.1.4-3 +Homepage: https://sourceforge.net/projects/giflib/ Description: A library for reading and writing gif images. diff --git a/ports/gl2ps/CONTROL b/ports/gl2ps/CONTROL index 052835a34..ae8aab8fa 100644 --- a/ports/gl2ps/CONTROL +++ b/ports/gl2ps/CONTROL @@ -1,4 +1,5 @@ Source: gl2ps Version: 1.4.0-1 +Homepage: https://gitlab.onelab.info/gl2ps/gl2ps Description: OpenGL to PostScript Printing Library Build-Depends: freeglut, zlib, libpng diff --git a/ports/gl3w/CONTROL b/ports/gl3w/CONTROL index d2ce04972..ff4f51206 100644 --- a/ports/gl3w/CONTROL +++ b/ports/gl3w/CONTROL @@ -1,4 +1,5 @@ Source: gl3w Version: 99ed3211 +Homepage: https://github.com/skaslev/gl3w Description: Simple OpenGL core profile loading Build-Depends: opengl-registry diff --git a/ports/glbinding/CONTROL b/ports/glbinding/CONTROL index 5e2d8a638..016283ca9 100644 --- a/ports/glbinding/CONTROL +++ b/ports/glbinding/CONTROL @@ -1,4 +1,5 @@ Source: glbinding Version: 3.1.0-1 Description: glbinding is an MIT licensed, cross-platform C++ binding for the OpenGL API +Homepage: https://github.com/cginternals/glbinding Build-Depends: egl-registry diff --git a/ports/glew/CONTROL b/ports/glew/CONTROL index 13cc92230..8d336de5a 100644 --- a/ports/glew/CONTROL +++ b/ports/glew/CONTROL @@ -1,3 +1,4 @@ -Source: glew -Version: 2.1.0-4 -Description: The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library. +Source: glew +Version: 2.1.0-4 +Description: The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library. +Homepage: https://github.com/nigels-com/glew diff --git a/ports/glfw3/CONTROL b/ports/glfw3/CONTROL index 96a63e080..361820820 100644 --- a/ports/glfw3/CONTROL +++ b/ports/glfw3/CONTROL @@ -1,3 +1,4 @@ Source: glfw3 Version: 3.3 +Homepage: https://github.com/glfw/glfw Description: GLFW is a free, Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development. It provides a simple, platform-independent API for creating windows, contexts and surfaces, reading input, handling events, etc. diff --git a/ports/glib/CONTROL b/ports/glib/CONTROL index f2a619c9c..e589ba426 100644 --- a/ports/glib/CONTROL +++ b/ports/glib/CONTROL @@ -1,4 +1,5 @@ Source: glib Version: 2.52.3-14-2 +Homepage: https://developer.gnome.org/glib/ Description: Portable, general-purpose utility library. Build-Depends: zlib, pcre, libffi, gettext, libiconv diff --git a/ports/glibmm/CONTROL b/ports/glibmm/CONTROL index f17df43e1..4b2b8283f 100644 --- a/ports/glibmm/CONTROL +++ b/ports/glibmm/CONTROL @@ -1,5 +1,5 @@ Source: glibmm Version: 2.52.1-9 Description: This is glibmm, a C++ API for parts of glib that are useful for C++. -Homepage: http://www.gtkmm.org. +Homepage: https://www.gtkmm.org. Build-Depends: zlib, pcre, libffi, gettext, libiconv, glib, libsigcpp diff --git a/ports/glog/CONTROL b/ports/glog/CONTROL index 19b9a35be..21625e159 100644 --- a/ports/glog/CONTROL +++ b/ports/glog/CONTROL @@ -1,4 +1,5 @@ Source: glog Version: 0.4.0 +Homepage: https://github.com/google/glog Description: C++ implementation of the Google logging module Build-Depends: gflags diff --git a/ports/glslang/CONTROL b/ports/glslang/CONTROL index 8f6bb6de9..f3a25620c 100644 --- a/ports/glslang/CONTROL +++ b/ports/glslang/CONTROL @@ -1,3 +1,4 @@ Source: glslang Version: 2018-03-02-2 +Homepage: https://github.com/KhronosGroup/glslang Description: Khronos reference front-end for GLSL and ESSL, and sample SPIR-V generator diff --git a/ports/gmime/CONTROL b/ports/gmime/CONTROL index 4c11abf2a..2b1a9842f 100644 --- a/ports/gmime/CONTROL +++ b/ports/gmime/CONTROL @@ -1,4 +1,5 @@ Source: gmime Version: 3.2.3-1 Build-Depends: zlib, glib, libiconv, libidn2 +Homepage: https://developer.gnome.org/gmime/ Description: GMime is a C/C++ library which may be used for the creation and parsing of messages using the Multipurpose Internet Mail Extension (MIME). diff --git a/ports/graphicsmagick/CONTROL b/ports/graphicsmagick/CONTROL index 5b56e636c..b2ba96c95 100644 --- a/ports/graphicsmagick/CONTROL +++ b/ports/graphicsmagick/CONTROL @@ -2,4 +2,5 @@ Source: graphicsmagick Maintainer: josuegomes@gmail.com Version: 1.3.31-1 Build-Depends: zlib, bzip2, freetype, libjpeg-turbo, libpng, tiff +Homepage: https://sourceforge.net/projects/graphicsmagick/ Description: Image processing library diff --git a/ports/graphite2/CONTROL b/ports/graphite2/CONTROL index f73126c5a..e8af4d4a1 100644 --- a/ports/graphite2/CONTROL +++ b/ports/graphite2/CONTROL @@ -1,4 +1,5 @@ Source: graphite2 Version: 1.3.12 +Homepage: https://github.com/silnrsi/graphite Description: Graphite is a "smart font" system developed specifically to handle the complexities of lesser-known languages of the world. Graphite2 is a rework of the original Graphite engine that is faster, smaller, and uses an API that is better suited to the layout architecture of most text-processing applications. \ No newline at end of file diff --git a/ports/grpc/CONTROL b/ports/grpc/CONTROL index 4c73364c5..5edad1a16 100644 --- a/ports/grpc/CONTROL +++ b/ports/grpc/CONTROL @@ -1,4 +1,5 @@ Source: grpc Version: 1.21.1 Build-Depends: zlib, openssl, protobuf, c-ares (!uwp) +Homepage: https://github.com/grpc/grpc Description: An RPC library and framework diff --git a/ports/gsl-lite/CONTROL b/ports/gsl-lite/CONTROL index dcb7c182c..33149992d 100644 --- a/ports/gsl-lite/CONTROL +++ b/ports/gsl-lite/CONTROL @@ -1,3 +1,4 @@ Source: gsl-lite Version: 0.28.0 +Homepage: https://github.com/martinmoene/gsl-lite Description: A single-file header-only version of ISO C++ Guideline Support Library (GSL) for C++98, C++11 and later diff --git a/ports/gsl/CONTROL b/ports/gsl/CONTROL index f02ecc2ee..af68d6f02 100644 --- a/ports/gsl/CONTROL +++ b/ports/gsl/CONTROL @@ -1,3 +1,4 @@ Source: gsl Version: 2.4-3 +Homepage: https://www.gnu.org/software/gsl/ Description: The GNU Scientific Library is a numerical library for C and C++ programmers diff --git a/ports/gtest/CONTROL b/ports/gtest/CONTROL index 187287cc0..7c91eb253 100644 --- a/ports/gtest/CONTROL +++ b/ports/gtest/CONTROL @@ -1,3 +1,4 @@ Source: gtest Version: 2019-01-04-2 +Homepage: https://github.com/google/googletest Description: GoogleTest and GoogleMock testing frameworks. diff --git a/ports/gtk/CONTROL b/ports/gtk/CONTROL index ac0d4764f..56e660c5c 100644 --- a/ports/gtk/CONTROL +++ b/ports/gtk/CONTROL @@ -1,4 +1,5 @@ Source: gtk Version: 3.22.19-3 +Homepage: https://www.gtk.org/ Description: Portable library for creating graphical user interfaces. Build-Depends: glib, atk, gdk-pixbuf, pango, cairo, libepoxy, gettext diff --git a/ports/gtkmm/CONTROL b/ports/gtkmm/CONTROL index 36bcea3f7..6ac1eede2 100644 --- a/ports/gtkmm/CONTROL +++ b/ports/gtkmm/CONTROL @@ -1,4 +1,5 @@ Source: gtkmm Version: 3.22.2-1 +Homepage: https://www.gtkmm.org/ Description: gtkmm is the official C++ interface for the popular GUI library GTK+. Build-Depends: glib, atk, gtk, gdk-pixbuf, pango, cairo, libepoxy, gettext, glibmm, atkmm, cairomm, pangomm diff --git a/ports/gts/CONTROL b/ports/gts/CONTROL index 0aa1251e4..917d66bf8 100644 --- a/ports/gts/CONTROL +++ b/ports/gts/CONTROL @@ -1,4 +1,5 @@ Source: gts Version: 0.7.6-1 +Homepage: https://github.com/finetjul/gts Description: A Library intended to provide a set of useful functions to deal with 3D surfaces meshed with interconnected triangles Build-Depends: glib diff --git a/ports/guetzli/CONTROL b/ports/guetzli/CONTROL index dd8e76575..8fe11f58d 100644 --- a/ports/guetzli/CONTROL +++ b/ports/guetzli/CONTROL @@ -1,4 +1,5 @@ Source: guetzli Version: 2018-07-30-2 +Homepage: https://github.com/google/guetzli Description: Perceptual JPEG encoder Build-Depends: libpng, butteraugli diff --git a/ports/gumbo/CONTROL b/ports/gumbo/CONTROL index 6889b526d..c6741b934 100644 --- a/ports/gumbo/CONTROL +++ b/ports/gumbo/CONTROL @@ -1,3 +1,4 @@ Source: gumbo Version: 0.10.1-3 +Homepage: https://github.com/google/gumbo-parser Description: An HTML5 parsing library in pure C99 diff --git a/ports/halide/CONTROL b/ports/halide/CONTROL index 4418e56de..cd7008837 100644 --- a/ports/halide/CONTROL +++ b/ports/halide/CONTROL @@ -1,3 +1,4 @@ Source: halide Version: release_2018_02_15-1 +Homepage: https://github.com/halide/Halide Description: Halide is a programming language designed to make it easier to write high-performance image processing code on modern machines. diff --git a/ports/harfbuzz/CONTROL b/ports/harfbuzz/CONTROL index d0e544d7a..39bce8010 100644 --- a/ports/harfbuzz/CONTROL +++ b/ports/harfbuzz/CONTROL @@ -1,6 +1,7 @@ Source: harfbuzz Version: 2.5.1-1 Description: HarfBuzz OpenType text shaping engine +Homepage: https://github.com/behdad/harfbuzz Build-Depends: freetype, ragel, gettext (osx) Default-Features: ucdn diff --git a/ports/hdf5/CONTROL b/ports/hdf5/CONTROL index 19939c95a..b22ee7b8e 100644 --- a/ports/hdf5/CONTROL +++ b/ports/hdf5/CONTROL @@ -1,5 +1,6 @@ Source: hdf5 Version: 1.10.5-6 +Homepage: https://www.hdfgroup.org/downloads/hdf5/ Description: HDF5 is a data model, library, and file format for storing and managing data Build-Depends: zlib, szip diff --git a/ports/highfive/CONTROL b/ports/highfive/CONTROL index af4df7993..6152bdf3d 100644 --- a/ports/highfive/CONTROL +++ b/ports/highfive/CONTROL @@ -1,4 +1,5 @@ Source: highfive Version: 2.0 +Homepage: https://github.com/BlueBrain/HighFive Description: HighFive is a modern C++/C++11 friendly interface for libhdf5 Build-Depends: hdf5 diff --git a/ports/hpx/CONTROL b/ports/hpx/CONTROL index cb25e174b..99cc84d6f 100644 --- a/ports/hpx/CONTROL +++ b/ports/hpx/CONTROL @@ -1,5 +1,6 @@ Source: hpx Version: 1.3.0-1 Build-Depends: hwloc, boost-accumulators, boost-algorithm, boost-asio, boost-assign, boost-bimap, boost-chrono, boost-config, boost-context, boost-dynamic-bitset, boost-exception, boost-filesystem, boost-iostreams, boost-lockfree, boost-program-options, boost-range, boost-spirit, boost-system, boost-throw-exception, boost-variant, boost-winapi +Homepage: https://github.com/STEllAR-GROUP/hpx Description: The C++ Standards Library for Concurrency and Parallelism HPX is a C++ Standards Library for Concurrency and Parallelism. It implements all of the corresponding facilities as defined by the C++ Standard. Additionally, in HPX we implement functionalities proposed as part of the ongoing C++ standardization process. We also extend the C++ Standard APIs to the distributed case. diff --git a/ports/http-parser/CONTROL b/ports/http-parser/CONTROL index 486b2a78c..76cf87859 100644 --- a/ports/http-parser/CONTROL +++ b/ports/http-parser/CONTROL @@ -1,3 +1,4 @@ Source: http-parser -Version: 2.9.2 +Version: 2.9.2 +Homepage: https://github.com/nodejs/http-parser Description: HTTP Parser. diff --git a/ports/hunspell/CONTROL b/ports/hunspell/CONTROL index 160bab7e6..d907a5536 100644 --- a/ports/hunspell/CONTROL +++ b/ports/hunspell/CONTROL @@ -1,3 +1,4 @@ Source: hunspell Version: 1.7.0 +Homepage: https://github.com/hunspell/hunspell Description: The most popular spellchecking library. diff --git a/ports/hwloc/CONTROL b/ports/hwloc/CONTROL index e2c820060..f754a0fd8 100644 --- a/ports/hwloc/CONTROL +++ b/ports/hwloc/CONTROL @@ -1,4 +1,5 @@ Source: hwloc Version: 1.11.7-3 +Homepage: https://github.com/open-mpi/hwloc Description: Portable Hardware Locality (hwloc) The Portable Hardware Locality (hwloc) software package provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various system attributes such as cache and memory information as well as the locality of I/O devices such as network interfaces, InfiniBand HCAs or GPUs. diff --git a/ports/hypre/CONTROL b/ports/hypre/CONTROL index c41f30930..907e64b87 100644 --- a/ports/hypre/CONTROL +++ b/ports/hypre/CONTROL @@ -1,4 +1,5 @@ Source: hypre Version: 2.11.2-1 +Homepage: https://computation.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods Description: SCALABLE LINEAR SOLVERS AND MULTIGRID METHODS Build-Depends: msmpi diff --git a/ports/icu/CONTROL b/ports/icu/CONTROL index 3fa81fd4d..238ac176e 100644 --- a/ports/icu/CONTROL +++ b/ports/icu/CONTROL @@ -1,3 +1,4 @@ Source: icu Version: 61.1-7 +Homepage: http://icu-project.org/apiref/icu4c/ Description: Mature and widely used Unicode and localization library. diff --git a/ports/if97/CONTROL b/ports/if97/CONTROL index 6279dea80..787bc1182 100644 --- a/ports/if97/CONTROL +++ b/ports/if97/CONTROL @@ -1,3 +1,4 @@ Source: if97 Version: 2.1.2 +Homepage: https://github.com/CoolProp/IF97 Description: This repository implements the IF97 formulation for the properties of pure water substance. diff --git a/ports/imgui/CONTROL b/ports/imgui/CONTROL index e0843acd7..87364545a 100644 --- a/ports/imgui/CONTROL +++ b/ports/imgui/CONTROL @@ -1,3 +1,4 @@ Source: imgui Version: 1.70 +Homepage: https://github.com/ocornut/imgui Description: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies. diff --git a/ports/itk/CONTROL b/ports/itk/CONTROL index 7f7a12251..b8ba70d0f 100644 --- a/ports/itk/CONTROL +++ b/ports/itk/CONTROL @@ -1,8 +1,9 @@ -Source: itk +Source: itk Version: 5.0.0-1 -Description: Insight Segmentation and Registration Toolkit (ITK) is used for image processing and analysis. -Build-Depends: double-conversion, libjpeg-turbo, zlib, libpng, tiff, expat, eigen3, hdf5[cpp], openjpeg - -Feature: vtk -Description: Build ITKVtkGlue module. -Build-Depends: vtk +Description: Insight Segmentation and Registration Toolkit (ITK) is used for image processing and analysis. +Homepage: https://github.com/InsightSoftwareConsortium/ITK +Build-Depends: double-conversion, libjpeg-turbo, zlib, libpng, tiff, expat, eigen3, hdf5[cpp], openjpeg + +Feature: vtk +Description: Build ITKVtkGlue module. +Build-Depends: vtk diff --git a/ports/jack2/CONTROL b/ports/jack2/CONTROL index e011b2711..d665dbe24 100644 --- a/ports/jack2/CONTROL +++ b/ports/jack2/CONTROL @@ -1,4 +1,5 @@ Source: jack2 Version: 1.9.12-1 +Homepage: https://github.com/jackaudio/jack2 Description: Cross-platform API that enables device sharing and inter-application audio routing diff --git a/ports/jansson/CONTROL b/ports/jansson/CONTROL index ec808a999..0ebcd2a5a 100644 --- a/ports/jansson/CONTROL +++ b/ports/jansson/CONTROL @@ -1,3 +1,4 @@ Source: jansson Version: 2.12 +Homepage: https://github.com/akheron/jansson Description: Jansson is a C library for encoding, decoding and manipulating JSON data diff --git a/ports/jasper/CONTROL b/ports/jasper/CONTROL index 6b8ee20c9..858264411 100644 --- a/ports/jasper/CONTROL +++ b/ports/jasper/CONTROL @@ -1,4 +1,5 @@ Source: jasper Version: 2.0.16-1 +Homepage: https://github.com/mdadams/jasper Description: Open source implementation of the JPEG-2000 Part-1 standard Build-Depends: libjpeg-turbo diff --git a/ports/jbig2dec/CONTROL b/ports/jbig2dec/CONTROL index 5045673b3..5e11aa037 100644 --- a/ports/jbig2dec/CONTROL +++ b/ports/jbig2dec/CONTROL @@ -1,3 +1,4 @@ Source: jbig2dec Version: 0.16-1 +Homepage: https://github.com/ArtifexSoftware/jbig2dec Description: a decoder library and example utility implementing the JBIG2 bi-level image compression spec. Also known as ITU T.88 and ISO IEC 14492, and included by reference in Adobe's PDF version 1.4 and later. diff --git a/ports/jbigkit/CONTROL b/ports/jbigkit/CONTROL index f21907db4..cc0a00aa2 100644 --- a/ports/jbigkit/CONTROL +++ b/ports/jbigkit/CONTROL @@ -1,3 +1,4 @@ Source: jbigkit Version: 2.1-3 +Homepage: https://www.cl.cam.ac.uk/~mgk25/jbigkit Description: A software implementation of the JBIG1 data compression standard (ITU-T T.82) diff --git a/ports/jemalloc/CONTROL b/ports/jemalloc/CONTROL index 19d4fbcc0..3f6be44a5 100644 --- a/ports/jemalloc/CONTROL +++ b/ports/jemalloc/CONTROL @@ -1,4 +1,5 @@ Source: jemalloc Version: 4.3.1-4 +Homepage: https://github.com/jemalloc/jemalloc-cmake Description: jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support Build-Depends: diff --git a/ports/jsoncpp/CONTROL b/ports/jsoncpp/CONTROL index 4c7084d8e..6bbe46c0e 100644 --- a/ports/jsoncpp/CONTROL +++ b/ports/jsoncpp/CONTROL @@ -1,3 +1,4 @@ Source: jsoncpp Version: 1.8.4-1 +Homepage: https://github.com/open-source-parsers/jsoncpp Description: jsoncpp is an implementation of a JSON reader and writer in C++. JSON (JavaScript Object Notation) is a lightweight data-interchange format that it is easy to parse and redeable for human. diff --git a/ports/jsonnet/CONTROL b/ports/jsonnet/CONTROL index c478c789c..35c870658 100644 --- a/ports/jsonnet/CONTROL +++ b/ports/jsonnet/CONTROL @@ -1,3 +1,4 @@ Source: jsonnet Version: 2019-05-08 +Homepage: https://github.com/google/jsonnet Description: Jsonnet - The data templating language diff --git a/ports/jxrlib/CONTROL b/ports/jxrlib/CONTROL index 2f8ba2aaf..908778681 100644 --- a/ports/jxrlib/CONTROL +++ b/ports/jxrlib/CONTROL @@ -1,3 +1,4 @@ Source: jxrlib Version: 1.1-6 +Homepage: https://github.com/4creators/jxrlib Description: Open source implementation of the jpegxr image format standard. diff --git a/ports/kd-soap/CONTROL b/ports/kd-soap/CONTROL index 8c534ca82..b399126c1 100644 --- a/ports/kd-soap/CONTROL +++ b/ports/kd-soap/CONTROL @@ -1,5 +1,5 @@ Source: kd-soap Version: 1.8.0 Description: A Qt-based client-side and server-side SOAP component -Homepage: http://www.kdab.com/products/kd-soap +Homepage: https://www.kdab.com/products/kd-soap Build-Depends: qt5-base diff --git a/ports/kealib/CONTROL b/ports/kealib/CONTROL index 6426fd5fa..9e2b6549c 100644 --- a/ports/kealib/CONTROL +++ b/ports/kealib/CONTROL @@ -1,6 +1,7 @@ Source: kealib Version: 1.4.11 Build-Depends: hdf5[cpp], zlib, szip +Homepage: https://bitbucket.org/chchrsc/kealib Description: kealib is gdal model using HDF5 standard. Feature: parallel diff --git a/ports/kf5plotting/CONTROL b/ports/kf5plotting/CONTROL index ac2b98d6f..0b75bd8c1 100644 --- a/ports/kf5plotting/CONTROL +++ b/ports/kf5plotting/CONTROL @@ -1,4 +1,5 @@ Source: kf5plotting Version: 5.58.0 +Homepage: https://api.kde.org/frameworks/kplotting/html/index.html Description: Lightweight plotting framework Build-Depends: ecm, qt5-base diff --git a/ports/lcm/CONTROL b/ports/lcm/CONTROL index 2621e23c5..1eb187ef7 100644 --- a/ports/lcm/CONTROL +++ b/ports/lcm/CONTROL @@ -1,5 +1,6 @@ Source: lcm Version: 1.4.0 Build-Depends: glib +Homepage: https://github.com/lcm-proj/lcm Description: Lightweight Communications and Marshalling (LCM) LCM is a set of libraries and tools for message passing and data marshalling, targeted at real-time systems where high-bandwidth and low latency are critical. It provides a publish/subscribe message passing model and automatic marshalling/unmarshalling code generation with bindings for applications in a variety of programming languages. diff --git a/ports/lcms/CONTROL b/ports/lcms/CONTROL index 96bb6e658..b42c827d4 100644 --- a/ports/lcms/CONTROL +++ b/ports/lcms/CONTROL @@ -1,4 +1,5 @@ Source: lcms Version: 2.9 Build-Depends: +Homepage: https://github.com/mm2/Little-CMS Description: Little CMS. diff --git a/ports/leptonica/CONTROL b/ports/leptonica/CONTROL index 5fd60614d..2f48aa0d2 100644 --- a/ports/leptonica/CONTROL +++ b/ports/leptonica/CONTROL @@ -1,4 +1,5 @@ Source: leptonica Version: 1.76.0 +Homepage: https://github.com/DanBloomberg/leptonica Description: An open source library containing software that is broadly useful for image processing and image analysis applications Build-Depends: libjpeg-turbo, zlib, libpng, tiff, giflib diff --git a/ports/leveldb/CONTROL b/ports/leveldb/CONTROL index 5f95fda4b..d1cc26aab 100644 --- a/ports/leveldb/CONTROL +++ b/ports/leveldb/CONTROL @@ -1,3 +1,4 @@ Source: leveldb Version: 2017-10-25-8b1cd3753b184341e837b30383832645135d3d73-3 +Homepage: https://github.com/bitcoin-core/leveldb Description: LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. diff --git a/ports/libaiff/CONTROL b/ports/libaiff/CONTROL index 0ed9a9cf2..6dbed3fcf 100644 --- a/ports/libaiff/CONTROL +++ b/ports/libaiff/CONTROL @@ -1,3 +1,4 @@ Source: libaiff Version: 5.0-1 +Homepage: https://sourceforge.net/projects/aifftools Description: LibAiff is an open-source library, providing C applications transparent read & write operations for Audio Interchange File Format (AIFF) files, with the goal of supporting all of its features diff --git a/ports/libarchive/CONTROL b/ports/libarchive/CONTROL index 7cb34cd94..b39593aa9 100644 --- a/ports/libarchive/CONTROL +++ b/ports/libarchive/CONTROL @@ -1,5 +1,6 @@ Source: libarchive Version: 3.3.3-3 +Homepage: https://github.com/libarchive/libarchive Description: Library for reading and writing streaming archives Build-Depends: zlib Default-Features: bzip2, libxml2, lz4, lzma, lzo, openssl diff --git a/ports/libbson/CONTROL b/ports/libbson/CONTROL index 21c9f9fdd..eaa533a61 100644 --- a/ports/libbson/CONTROL +++ b/ports/libbson/CONTROL @@ -1,3 +1,4 @@ Source: libbson Version: 1.14.0 Description: libbson is a library providing useful routines related to building, parsing, and iterating BSON documents. +Homepage: https://github.com/mongodb/libbson diff --git a/ports/libcds/CONTROL b/ports/libcds/CONTROL index 1707512fd..5c3062318 100644 --- a/ports/libcds/CONTROL +++ b/ports/libcds/CONTROL @@ -1,4 +1,5 @@ Source: libcds Version: 2.3.3 Build-Depends: boost-system, boost-thread +Homepage: https://github.com/khizmax/libcds Description: a collection of concurrent containers that don't require external (manual) synchronization for shared access, and safe memory reclamation (SMR) algorithms like Hazard Pointer and user-space RCU that is used as an epoch-based SMR. diff --git a/ports/libconfig/CONTROL b/ports/libconfig/CONTROL index fceb37bd3..8b64a280e 100644 --- a/ports/libconfig/CONTROL +++ b/ports/libconfig/CONTROL @@ -1,3 +1,4 @@ Source: libconfig Version: 1.7.2 +Homepage: https://github.com/hyperrealm/libconfig Description: C/C++ library for processing configuration files diff --git a/ports/libdatrie/CONTROL b/ports/libdatrie/CONTROL index 8b9747fd7..587063ec5 100644 --- a/ports/libdatrie/CONTROL +++ b/ports/libdatrie/CONTROL @@ -1,4 +1,5 @@ Source: libdatrie Version: 0.2.10-2 +Homepage: https://linux.thai.net/pub/ThaiLinux/software/libthai Description: implementation of double-array structure for representing trie Build-Depends: libiconv diff --git a/ports/libdisasm/CONTROL b/ports/libdisasm/CONTROL index e55dfab7d..dae49116d 100644 --- a/ports/libdisasm/CONTROL +++ b/ports/libdisasm/CONTROL @@ -1,3 +1,4 @@ Source: libdisasm Version: 0.23-2 +Homepage: https://sourceforge.net/projects/bastard Description: x86 Disassembler Library. diff --git a/ports/libepoxy/CONTROL b/ports/libepoxy/CONTROL index 876fa0ab9..acab175c5 100644 --- a/ports/libepoxy/CONTROL +++ b/ports/libepoxy/CONTROL @@ -1,3 +1,4 @@ Source: libepoxy -Version: 1.5.3 +Version: 1.5.3 +Homepage: https://github.com/anholt/libepoxy Description: Epoxy is a library for handling OpenGL function pointer management for you diff --git a/ports/libevent/CONTROL b/ports/libevent/CONTROL index e9577f803..2534bf1f6 100644 --- a/ports/libevent/CONTROL +++ b/ports/libevent/CONTROL @@ -1,4 +1,5 @@ Source: libevent Version: 2.1.8-5 Build-Depends: openssl +Homepage: https://github.com/libevent/libevent Description: An event notification library diff --git a/ports/libexif/CONTROL b/ports/libexif/CONTROL index 427d907f2..d99eb31b9 100644 --- a/ports/libexif/CONTROL +++ b/ports/libexif/CONTROL @@ -1,3 +1,4 @@ Source: libexif Version: 0.6.21-1 +Homepage: https://sourceforge.net/projects/libexif/ Description: a library for parsing, editing, and saving EXIF data diff --git a/ports/libffi/CONTROL b/ports/libffi/CONTROL index 882d7ca94..b393491e1 100644 --- a/ports/libffi/CONTROL +++ b/ports/libffi/CONTROL @@ -1,3 +1,4 @@ Source: libffi Version: 3.1-5 +Homepage: https://github.com/libffi/libffi Description: Portable, high level programming interface to various calling conventions diff --git a/ports/libflac/CONTROL b/ports/libflac/CONTROL index afdb70cbe..53ec5a95b 100644 --- a/ports/libflac/CONTROL +++ b/ports/libflac/CONTROL @@ -1,4 +1,5 @@ Source: libflac Version: 1.3.2-6 +Homepage: https://xiph.org/flac/ Description: Library for manipulating FLAC files Build-Depends: libogg diff --git a/ports/libfreenect2/CONTROL b/ports/libfreenect2/CONTROL index 7f6ba98df..82befaac0 100644 --- a/ports/libfreenect2/CONTROL +++ b/ports/libfreenect2/CONTROL @@ -1,4 +1,5 @@ Source: libfreenect2 Version: 0.2.0-1 Build-Depends: libusb, libjpeg-turbo +Homepage: https://github.com/OpenKinect/libfreenect2 Description: Open source drivers for the Kinect for Windows v2 device diff --git a/ports/libgd/CONTROL b/ports/libgd/CONTROL index 56f297798..1d16b2f27 100644 --- a/ports/libgd/CONTROL +++ b/ports/libgd/CONTROL @@ -1,5 +1,6 @@ Source: libgd Version: 2.2.5-3 +Homepage: https://github.com/libgd/libgd Description: Open source code library for the dynamic creation of images by programmers. Default-Features: fontconfig, freetype, jpeg, png, tiff, webp diff --git a/ports/libgeotiff/CONTROL b/ports/libgeotiff/CONTROL index 28cbee52d..2e8d4836c 100644 --- a/ports/libgeotiff/CONTROL +++ b/ports/libgeotiff/CONTROL @@ -1,4 +1,5 @@ Source: libgeotiff Version: 1.4.2-9 +Homepage: https://download.osgeo.org/geotiff/libgeotiff Description: Libgeotiff is an open source library normally hosted on top of libtiff for reading, and writing GeoTIFF information tags. Build-Depends: tiff, proj4, zlib, libjpeg-turbo diff --git a/ports/libgit2/CONTROL b/ports/libgit2/CONTROL index 71ba1a4c9..5c396d473 100644 --- a/ports/libgit2/CONTROL +++ b/ports/libgit2/CONTROL @@ -1,4 +1,5 @@ Source: libgit2 -Version: 0.28.2 +Version: 0.28.2 +Homepage: https://github.com/libgit2/libgit2 Build-Depends: openssl (!windows&&!uwp) Description: Git linkable library diff --git a/ports/libgta/CONTROL b/ports/libgta/CONTROL index 344c44c4d..d338243cf 100644 --- a/ports/libgta/CONTROL +++ b/ports/libgta/CONTROL @@ -1,4 +1,5 @@ Source: libgta Version: 1.0.8-1 +Homepage: https://download.savannah.nongnu.org/releases/gta Description: Libgta is a portable library that implements the Generic Tagged Array (GTA) file format. Build-Depends: bzip2, zlib, liblzma diff --git a/ports/libharu/CONTROL b/ports/libharu/CONTROL index 72778aa6b..33fa2e3cb 100644 --- a/ports/libharu/CONTROL +++ b/ports/libharu/CONTROL @@ -1,4 +1,5 @@ Source: libharu Version: 2017-08-15-d84867ebf9f-6 +Homepage: https://github.com/libharu/libharu Description: libharu - free PDF library Build-Depends: zlib, libpng diff --git a/ports/libiconv/CONTROL b/ports/libiconv/CONTROL index a5e4d0cc4..c24bac49d 100644 --- a/ports/libiconv/CONTROL +++ b/ports/libiconv/CONTROL @@ -1,3 +1,4 @@ Source: libiconv Version: 1.15-5 +Homepage: https://www.gnu.org/software/libiconv/ Description: GNU Unicode text conversion diff --git a/ports/libidn2/CONTROL b/ports/libidn2/CONTROL index 5fcac82b6..01d89d69b 100644 --- a/ports/libidn2/CONTROL +++ b/ports/libidn2/CONTROL @@ -1,4 +1,5 @@ Source: libidn2 Version: 2.1.1-1 Build-Depends: libiconv +Homepage: https://www.gnu.org/software/libidn/ Description: GNU Libidn is an implementation of the Stringprep, Punycode and IDNA 2003 specifications. Libidn's purpose is to encode and decode internationalized domain names. diff --git a/ports/libjpeg-turbo/CONTROL b/ports/libjpeg-turbo/CONTROL index fca490542..d64af9bb4 100644 --- a/ports/libjpeg-turbo/CONTROL +++ b/ports/libjpeg-turbo/CONTROL @@ -1,3 +1,4 @@ Source: libjpeg-turbo Version: 2.0.2 +Homepage: https://github.com/libjpeg-turbo/libjpeg-turbo Description: libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, ARM, and PowerPC systems. diff --git a/ports/libkml/CONTROL b/ports/libkml/CONTROL index b5ea568c7..7e54d2c1c 100644 --- a/ports/libkml/CONTROL +++ b/ports/libkml/CONTROL @@ -1,4 +1,5 @@ Source: libkml Version: 1.3.0-2 +Homepage: https://github.com/libkml/libkml Description: Reference implementation of OGC KML 2.2 Build-Depends: zlib, expat, minizip, uriparser, boost-smart-ptr diff --git a/ports/liblo/CONTROL b/ports/liblo/CONTROL index 5e05c95e3..b2fc4def7 100644 --- a/ports/liblo/CONTROL +++ b/ports/liblo/CONTROL @@ -1,3 +1,4 @@ Source: liblo Version: 0.30 +Homepage: https://github.com/radarsat1/liblo Description: liblo is an implementation of the Open Sound Control protocol for POSIX systems \ No newline at end of file diff --git a/ports/liblzma/CONTROL b/ports/liblzma/CONTROL index 1a2ee8147..967b3b16c 100644 --- a/ports/liblzma/CONTROL +++ b/ports/liblzma/CONTROL @@ -1,3 +1,4 @@ Source: liblzma Version: 5.2.4-2 +Homepage: https://github.com/xz-mirror/xz Description: Compression library with an API similar to that of zlib. diff --git a/ports/libmariadb/CONTROL b/ports/libmariadb/CONTROL index 147cf11a2..986eb5d23 100644 --- a/ports/libmariadb/CONTROL +++ b/ports/libmariadb/CONTROL @@ -1,3 +1,4 @@ Source: libmariadb -Version: 3.0.10-1 +Version: 3.0.10-1 +Homepage: https://github.com/MariaDB/mariadb-connector-c Description: MariaDB Connector/C is used to connect C/C++ applications to MariaDB and MySQL databases diff --git a/ports/libmicrohttpd/CONTROL b/ports/libmicrohttpd/CONTROL index 2c24d4497..8bc6ac229 100644 --- a/ports/libmicrohttpd/CONTROL +++ b/ports/libmicrohttpd/CONTROL @@ -1,3 +1,4 @@ Source: libmicrohttpd Version: 0.9.63 +Homepage: https://www.gnu.org/software/libmicrohttpd/ Description: GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application diff --git a/ports/libmikmod/CONTROL b/ports/libmikmod/CONTROL index 820a861c6..57d399a26 100644 --- a/ports/libmikmod/CONTROL +++ b/ports/libmikmod/CONTROL @@ -1,4 +1,5 @@ Source: libmikmod Version: 3.3.11.1-2 +Homepage: https://sourceforge.net/projects/mikmod/ Description: Mikmod is a module player and library supporting many formats, including mod, s3m, it, and xm. Build-Depends: openal-soft diff --git a/ports/libmodplug/CONTROL b/ports/libmodplug/CONTROL index 2a6cb4638..c486d4eb9 100644 --- a/ports/libmodplug/CONTROL +++ b/ports/libmodplug/CONTROL @@ -1,3 +1,4 @@ Source: libmodplug Version: 0.8.9.0-4 +Homepage: https://github.com/Konstanty/libmodplug Description: The ModPlug mod file playing library. diff --git a/ports/libmspack/CONTROL b/ports/libmspack/CONTROL index cf08e5acc..de476a430 100644 --- a/ports/libmspack/CONTROL +++ b/ports/libmspack/CONTROL @@ -1,4 +1,5 @@ Source: libmspack Version: 0.10.1 Build-Depends: +Homepage: https://www.cabextract.org.uk/libmspack Description: libmspack is a portable library for some loosely related Microsoft compression formats. diff --git a/ports/libmupdf/CONTROL b/ports/libmupdf/CONTROL index ea253427f..4de343cb3 100644 --- a/ports/libmupdf/CONTROL +++ b/ports/libmupdf/CONTROL @@ -1,4 +1,5 @@ Source: libmupdf Version: 1.12.0-2 Build-Depends: freetype, libjpeg-turbo, harfbuzz, zlib, curl, glfw3, openjpeg, jbig2dec +Homepage: https://github.com/ArtifexSoftware/mupdf Description: a lightweight PDF, XPS, and E-book library diff --git a/ports/libmysql/CONTROL b/ports/libmysql/CONTROL index a6f97e1fe..37c42943e 100644 --- a/ports/libmysql/CONTROL +++ b/ports/libmysql/CONTROL @@ -1,4 +1,5 @@ Source: libmysql Version: 8.0.4-4 +Homepage: https://github.com/mysql/mysql-server Build-Depends: boost-algorithm, boost-geometry, boost-optional, boost-functional, boost-graph, openssl, icu, libevent, liblzma, lz4, zlib Description: A MySQL client library for C development. diff --git a/ports/libnice/CONTROL b/ports/libnice/CONTROL index 7a33f1423..2d542c41d 100644 --- a/ports/libnice/CONTROL +++ b/ports/libnice/CONTROL @@ -1,4 +1,5 @@ Source: libnice Version: 0.1.15 +Homepage: https://nice.freedesktop.org Description: Libnice is an implementation of the IETF's Interactive Connectivity Establishment (ICE) standard (RFC 5245) and the Session Traversal Utilities for NAT (STUN) standard (RFC 5389). Build-Depends: glib, openssl diff --git a/ports/libodb-mysql/CONTROL b/ports/libodb-mysql/CONTROL index 3a728cb58..fe5a28e8a 100644 --- a/ports/libodb-mysql/CONTROL +++ b/ports/libodb-mysql/CONTROL @@ -1,4 +1,5 @@ Source: libodb-mysql Version: 2.4.0-2 +Homepage: https://www.codesynthesis.com/products/odb/ Description: MySQL support for the ODB ORM library Build-Depends: libodb, libmysql \ No newline at end of file diff --git a/ports/libodb-pgsql/CONTROL b/ports/libodb-pgsql/CONTROL index d6be72f08..d35291135 100644 --- a/ports/libodb-pgsql/CONTROL +++ b/ports/libodb-pgsql/CONTROL @@ -1,4 +1,5 @@ Source: libodb-pgsql Version: 2.4.0-2 +Homepage: https://www.codesynthesis.com/products/odb/ Description: Description: PostgreSQL support for the ODB ORM library Build-Depends: libodb, libpq diff --git a/ports/libodb-sqlite/CONTROL b/ports/libodb-sqlite/CONTROL index e523de989..a8d9ef41f 100644 --- a/ports/libodb-sqlite/CONTROL +++ b/ports/libodb-sqlite/CONTROL @@ -1,4 +1,5 @@ Source: libodb-sqlite Version: 2.4.0-3 +Homepage: https://www.codesynthesis.com/products/odb/ Description: Sqlite support for the ODB ORM library Build-Depends: libodb, sqlite3 diff --git a/ports/libodb/CONTROL b/ports/libodb/CONTROL index 9e963c89b..049a1bd12 100644 --- a/ports/libodb/CONTROL +++ b/ports/libodb/CONTROL @@ -1,3 +1,4 @@ Source: libodb Version: 2.4.0-4 +Homepage: https://www.codesynthesis.com/products/odb/ Description: ODB library, base runtime for the ODB ORM solution diff --git a/ports/libogg/CONTROL b/ports/libogg/CONTROL index 3d52a9dca..abce41839 100644 --- a/ports/libogg/CONTROL +++ b/ports/libogg/CONTROL @@ -1,3 +1,4 @@ -Source: libogg -Version: 1.3.3-3 -Description: Ogg is a multimedia container format, and the native file and stream format for the Xiph.org multimedia codecs. +Source: libogg +Version: 1.3.3-3 +Description: Ogg is a multimedia container format, and the native file and stream format for the Xiph.org multimedia codecs. +Homepage: https://github.com/xiph/ogg diff --git a/ports/libopenmpt/CONTROL b/ports/libopenmpt/CONTROL index b12a2ee64..32fa988d1 100644 --- a/ports/libopenmpt/CONTROL +++ b/ports/libopenmpt/CONTROL @@ -1,4 +1,5 @@ Source: libopenmpt Version: 2017-01-28-cf2390140 +Homepage: https://github.com/OpenMPT/openmpt Description: a library to render tracker music Build-Depends: zlib, mpg123, libogg, libvorbis, portaudio, libflac diff --git a/ports/libopusenc/CONTROL b/ports/libopusenc/CONTROL index 9ca75cde2..844b22d49 100644 --- a/ports/libopusenc/CONTROL +++ b/ports/libopusenc/CONTROL @@ -1,4 +1,5 @@ Source: libopusenc Version: 0.2.1 +Homepage: https://github.com/xiph/libopusenc Description: Library for encoding .opus audio files and live streams. Build-Depends: opus diff --git a/ports/libp7-baical/CONTROL b/ports/libp7-baical/CONTROL index 8369b65f4..698334f58 100644 --- a/ports/libp7-baical/CONTROL +++ b/ports/libp7-baical/CONTROL @@ -1,3 +1,4 @@ Source: libp7-baical Version: 4.4-4 +Homepage: https://baical.net/ Description: P7 is a library for high-speed sending telemetry & trace data from application diff --git a/ports/libpng-apng/CONTROL b/ports/libpng-apng/CONTROL index e6b75f486..cb199b9fe 100644 --- a/ports/libpng-apng/CONTROL +++ b/ports/libpng-apng/CONTROL @@ -1,4 +1,5 @@ Source: libpng-apng Version: 1.6.37 Build-Depends: zlib +Homepage: https://github.com/glennrp/libpng Description: libpng-apng is a library implementing an interface for reading and writing (A)PNG ((Animated) Portable Network Graphics) format files. This is backward compatible with the regular libpng, both in library usage and format. diff --git a/ports/libpng/CONTROL b/ports/libpng/CONTROL index 1baecccf3..1b07ce1e2 100644 --- a/ports/libpng/CONTROL +++ b/ports/libpng/CONTROL @@ -1,4 +1,5 @@ Source: libpng Version: 1.6.37-1 Build-Depends: zlib +Homepage: https://github.com/glennrp/libpng Description: libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files. diff --git a/ports/libpq/CONTROL b/ports/libpq/CONTROL index 54b2259e8..f6c0ce34e 100644 --- a/ports/libpq/CONTROL +++ b/ports/libpq/CONTROL @@ -1,4 +1,5 @@ Source: libpq Version: 9.6.1-7 +Homepage: https://www.postgresql.org/ Description: The official database access API of postgresql Build-Depends: openssl, zlib (linux) diff --git a/ports/libpqxx/CONTROL b/ports/libpqxx/CONTROL index 1b7bc7649..8653afe5a 100644 --- a/ports/libpqxx/CONTROL +++ b/ports/libpqxx/CONTROL @@ -1,4 +1,5 @@ Source: libpqxx Version: 6.4.4 +Homepage: https://github.com/jtv/libpqxx Description: The official C++ client API for PostgreSQL Build-Depends: libpq diff --git a/ports/libqrencode/CONTROL b/ports/libqrencode/CONTROL index c2c126cad..9bfd8fa85 100644 --- a/ports/libqrencode/CONTROL +++ b/ports/libqrencode/CONTROL @@ -1,4 +1,5 @@ Source: libqrencode Version: 4.0.2 Build-Depends: libpng, libiconv +Homepage: https://github.com/fukuchi/libqrencode Description: libqrencode - a fast and compact QR Code encoding library diff --git a/ports/librabbitmq/CONTROL b/ports/librabbitmq/CONTROL index afd552b9b..38287971d 100644 --- a/ports/librabbitmq/CONTROL +++ b/ports/librabbitmq/CONTROL @@ -1,4 +1,5 @@ Source: librabbitmq Version: 0.9.0 Build-Depends: openssl +Homepage: https://github.com/alanxz/rabbitmq-c Description: A C-language AMQP client library for use with v2.0+ of the RabbitMQ broker. diff --git a/ports/libraw/CONTROL b/ports/libraw/CONTROL index 1a13a37d9..1d0c17203 100644 --- a/ports/libraw/CONTROL +++ b/ports/libraw/CONTROL @@ -1,4 +1,5 @@ Source: libraw Version: 201903-1 Build-Depends: lcms, jasper +Homepage: https://www.libraw.org Description: raw image decoder library diff --git a/ports/librtmp/CONTROL b/ports/librtmp/CONTROL index 957f5ee16..f43270e5d 100644 --- a/ports/librtmp/CONTROL +++ b/ports/librtmp/CONTROL @@ -1,4 +1,5 @@ Source: librtmp Version: 2.4-1 Build-Depends: zlib, openssl +Homepage: https://rtmpdump.mplayerhq.hu Description: RTMPDump Real-Time Messaging Protocol API diff --git a/ports/libsamplerate/CONTROL b/ports/libsamplerate/CONTROL index d8a8f5f4e..dc0bf20dc 100644 --- a/ports/libsamplerate/CONTROL +++ b/ports/libsamplerate/CONTROL @@ -1,3 +1,4 @@ Source: libsamplerate Version: 0.1.9.0 +Homepage: https://www.mega-nerd.com/SRC Description: Sample Rate Converter for audio diff --git a/ports/libsndfile/CONTROL b/ports/libsndfile/CONTROL index 657a24424..91a28e6b3 100644 --- a/ports/libsndfile/CONTROL +++ b/ports/libsndfile/CONTROL @@ -1,6 +1,7 @@ Source: libsndfile Version: 1.0.29-6830c42-7 Description: Library to read, write and manipulate many soundfile types. Authored by Eric de Castro Lopo +Homepage: https://github.com/erikd/libsndfile Default-Features: external-libs Feature: external-libs diff --git a/ports/libsodium/CONTROL b/ports/libsodium/CONTROL index cff52a1b2..9a7a7e3ba 100644 --- a/ports/libsodium/CONTROL +++ b/ports/libsodium/CONTROL @@ -1,3 +1,4 @@ Source: libsodium Version: 1.0.17-3 Description: A modern and easy-to-use crypto library +Homepage: https://github.com/jedisct1/libsodium diff --git a/ports/libspatialite/CONTROL b/ports/libspatialite/CONTROL index c535d33e1..55d3f4577 100644 --- a/ports/libspatialite/CONTROL +++ b/ports/libspatialite/CONTROL @@ -1,5 +1,6 @@ Source: libspatialite Version: 4.3.0a-3 +Homepage: https://www.gaia-gis.it/gaia-sins/libspatialite-sources Description: SpatiaLite is an open source library intended to extend the SQLite core to support fully fledged Spatial SQL capabilities. Build-Depends: libxml2, sqlite3, geos, proj4, zlib, freexl, libiconv diff --git a/ports/libssh/CONTROL b/ports/libssh/CONTROL index 9f652f461..a819253d0 100644 --- a/ports/libssh/CONTROL +++ b/ports/libssh/CONTROL @@ -1,5 +1,6 @@ Source: libssh Version: 0.7.6-1 +Homepage: https://www.libssh.org/ Description: libssh is a multiplatform C library implementing the SSHv2 and SSHv1 protocol on client and server side Build-Depends: openssl diff --git a/ports/libssh2/CONTROL b/ports/libssh2/CONTROL index 79cca7867..b8579332e 100644 --- a/ports/libssh2/CONTROL +++ b/ports/libssh2/CONTROL @@ -1,4 +1,5 @@ Source: libssh2 Version: 1.8.2 Build-Depends: zlib, openssl +Homepage: https://www.libssh2.org Description: The SSH library diff --git a/ports/libstemmer/CONTROL b/ports/libstemmer/CONTROL index a5275ea71..a1949a2be 100644 --- a/ports/libstemmer/CONTROL +++ b/ports/libstemmer/CONTROL @@ -1,3 +1,4 @@ Source: libstemmer Version: 2017-9-4 +Homepage: https://snowball.tartarus.org/ Description: Snowball is a small string processing language designed for creating stemming algorithms for use in Information Retrieval diff --git a/ports/libtheora/CONTROL b/ports/libtheora/CONTROL index 114d42b05..6c5f93b2c 100644 --- a/ports/libtheora/CONTROL +++ b/ports/libtheora/CONTROL @@ -1,4 +1,5 @@ Source: libtheora Version: 1.2.0alpha1-20170719~vcpkg1-3 +Homepage: https://github.com/xiph/theora Description: Theora is a free and open video compression format from the Xiph.org Foundation. Build-Depends: libogg diff --git a/ports/libtorrent/CONTROL b/ports/libtorrent/CONTROL index 7712808c0..2fe8e85ed 100644 --- a/ports/libtorrent/CONTROL +++ b/ports/libtorrent/CONTROL @@ -1,4 +1,5 @@ Source: libtorrent Version: 2019-04-19 +Homepage: https://github.com/arvidn/libtorrent Description: An efficient feature complete C++ BitTorrent implementation Build-Depends: openssl, boost-system, boost-date-time, boost-chrono, boost-random, boost-asio, boost-crc, boost-config, boost-iterator, boost-scope-exit, boost-multiprecision diff --git a/ports/libudis86/CONTROL b/ports/libudis86/CONTROL index 661ad7859..8e67b89cc 100644 --- a/ports/libudis86/CONTROL +++ b/ports/libudis86/CONTROL @@ -1,3 +1,4 @@ Source: libudis86 Version: 2018-01-28-56ff6c87 +Homepage: https://github.com/vmt/udis86 Description: Disassembler Library for x86 and x86-64 diff --git a/ports/libunibreak/CONTROL b/ports/libunibreak/CONTROL index 76f9b3432..12e393322 100644 --- a/ports/libunibreak/CONTROL +++ b/ports/libunibreak/CONTROL @@ -1,3 +1,4 @@ Source: libunibreak -Version: 4.2 +Version: 4.2 +Homepage: https://github.com/adah1972/libunibreak Description: an implementation of the line breaking and word breaking algorithms as described in [Unicode Standard Annex 14] 1 and [Unicode Standard Annex 29] 2. Check the project's [home page] 3 for up-to-date information. diff --git a/ports/libusb-win32/CONTROL b/ports/libusb-win32/CONTROL index 17a571287..a85b6a11c 100644 --- a/ports/libusb-win32/CONTROL +++ b/ports/libusb-win32/CONTROL @@ -1,3 +1,4 @@ Source: libusb-win32 Version: 1.2.6.0-2 +Homepage: https://sourceforge.net/projects/libusb-win32 Description: Allows user space applications to access many USB device on Windows. diff --git a/ports/libusb/CONTROL b/ports/libusb/CONTROL index f7eabbc22..ecd230144 100644 --- a/ports/libusb/CONTROL +++ b/ports/libusb/CONTROL @@ -1,3 +1,4 @@ Source: libusb Version: 1.0.22-2 +Homepage: https://github.com/libusb/libusb Description: a cross-platform library to access USB devices diff --git a/ports/libuv/CONTROL b/ports/libuv/CONTROL index 79033b5a0..f50e6fbea 100644 --- a/ports/libuv/CONTROL +++ b/ports/libuv/CONTROL @@ -1,3 +1,4 @@ Source: libuv Version: 1.29.1 +Homepage: https://github.com/libuv/libuv Description: libuv is a multi-platform support library with a focus on asynchronous I/O. diff --git a/ports/libvorbis/CONTROL b/ports/libvorbis/CONTROL index 780d94a25..33a300957 100644 --- a/ports/libvorbis/CONTROL +++ b/ports/libvorbis/CONTROL @@ -1,4 +1,5 @@ Source: libvorbis Version: 1.3.6-9eadecc-3 +Homepage: https://github.com/xiph/vorbis Description: Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format. Build-Depends: libogg diff --git a/ports/libvpx/CONTROL b/ports/libvpx/CONTROL index fabd02095..5aa726c1e 100644 --- a/ports/libvpx/CONTROL +++ b/ports/libvpx/CONTROL @@ -1,3 +1,4 @@ Source: libvpx Version: 1.7.0-3 +Homepage: https://github.com/webmproject/libvpx Description: The reference software implementation for the video coding formats VP8 and VP9. diff --git a/ports/libwebm/CONTROL b/ports/libwebm/CONTROL index 9634893b3..c2d9d878f 100644 --- a/ports/libwebm/CONTROL +++ b/ports/libwebm/CONTROL @@ -1,3 +1,4 @@ Source: libwebm Version: 1.0.0.27-5 +Homepage: https://github.com/webmproject/libwebm Description: WebM File Parser diff --git a/ports/libwebp/CONTROL b/ports/libwebp/CONTROL index f4f01570a..a22b389b4 100644 --- a/ports/libwebp/CONTROL +++ b/ports/libwebp/CONTROL @@ -1,5 +1,6 @@ Source: libwebp Version: 1.0.2-4 +Homepage: https://github.com/webmproject/libwebp Description: Lossy compression of digital photographic images. Build-Depends: opengl diff --git a/ports/libwebsockets/CONTROL b/ports/libwebsockets/CONTROL index 449b34fc5..97a755677 100644 --- a/ports/libwebsockets/CONTROL +++ b/ports/libwebsockets/CONTROL @@ -1,4 +1,5 @@ Source: libwebsockets Version: 3.1.0 Build-Depends: zlib, openssl +Homepage: https://github.com/warmcat/libwebsockets Description: Libwebsockets is a lightweight pure C library built to use minimal CPU and memory resources, and provide fast throughput in both directions as client or server. diff --git a/ports/libxml2/CONTROL b/ports/libxml2/CONTROL index d4b6c6b1b..7a4b02cea 100644 --- a/ports/libxml2/CONTROL +++ b/ports/libxml2/CONTROL @@ -1,4 +1,5 @@ Source: libxml2 Version: 2.9.9-4 +Homepage: https://xmlsoft.org/ Description: Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform) Build-Depends: zlib, libiconv, liblzma diff --git a/ports/libxmp-lite/CONTROL b/ports/libxmp-lite/CONTROL index bc1b7ef36..cbc01c58f 100644 --- a/ports/libxmp-lite/CONTROL +++ b/ports/libxmp-lite/CONTROL @@ -1,3 +1,4 @@ Source: libxmp-lite Version: 4.4.1-1 +Homepage: https://sourceforge.net/projects/xmp/ Description: Lightweight version of libxmp that supports MOD, S3M, XM and IT modules. diff --git a/ports/libxslt/CONTROL b/ports/libxslt/CONTROL index c329b8705..965079523 100644 --- a/ports/libxslt/CONTROL +++ b/ports/libxslt/CONTROL @@ -1,4 +1,5 @@ Source: libxslt Version: 1.1.29 +Homepage: http://xmlsoft.org/XSLT/ Description: Libxslt is a XSLT library implemented in C for XSLT 1.0 and most of EXSLT Build-Depends: libxml2 diff --git a/ports/libzip/CONTROL b/ports/libzip/CONTROL index b3683b1a9..bac06fac9 100644 --- a/ports/libzip/CONTROL +++ b/ports/libzip/CONTROL @@ -1,5 +1,6 @@ Source: libzip Version: rel-1-5-2 +Homepage: https://github.com/nih-at/libzip Build-Depends: zlib Default-Features: openssl, bzip2 Description: A library for reading, creating, and modifying zip archives. diff --git a/ports/live555/CONTROL b/ports/live555/CONTROL index 39c8e4a65..e2f44db66 100644 --- a/ports/live555/CONTROL +++ b/ports/live555/CONTROL @@ -1,3 +1,4 @@ Source: live555 Version: latest +Homepage: https://www.live555.com/liveMedia Description: A complete RTSP server application diff --git a/ports/llvm/CONTROL b/ports/llvm/CONTROL index 1bc8335fc..f700235a6 100644 --- a/ports/llvm/CONTROL +++ b/ports/llvm/CONTROL @@ -1,4 +1,5 @@ Source: llvm Version: 7.0.0-3 +Homepage: https://llvm.org/ Description: The LLVM Compiler Infrastructure Build-Depends: atlmfc (windows) diff --git a/ports/lmdb/CONTROL b/ports/lmdb/CONTROL index 6072f7d8e..247d812d5 100644 --- a/ports/lmdb/CONTROL +++ b/ports/lmdb/CONTROL @@ -1,3 +1,4 @@ Source: lmdb Version: 0.9.23 +Homepage: https://github.com/LMDB/lmdb Description: LMDB is an extraordinarily fast, memory-efficient database diff --git a/ports/lodepng/CONTROL b/ports/lodepng/CONTROL index 2c881316c..16d0cb794 100644 --- a/ports/lodepng/CONTROL +++ b/ports/lodepng/CONTROL @@ -1,3 +1,4 @@ Source: lodepng Version: 2018-09-18-2 +Homepage: https://github.com/lvandeve/lodepng Description: PNG encoder and decoder in C and C++ diff --git a/ports/log4cplus/CONTROL b/ports/log4cplus/CONTROL index 278285dc5..bdcb159b7 100644 --- a/ports/log4cplus/CONTROL +++ b/ports/log4cplus/CONTROL @@ -1,4 +1,5 @@ Source: log4cplus Version: 2.0.4 +Homepage: https://github.com/log4cplus/log4cplus Description: A simple to use C++ logging API providing thread--safe, flexible, and arbitrarily granular control over log management and configuration Build-Depends: catch diff --git a/ports/lpeg/CONTROL b/ports/lpeg/CONTROL index 9896815b8..c779b2888 100644 --- a/ports/lpeg/CONTROL +++ b/ports/lpeg/CONTROL @@ -1,4 +1,5 @@ Source: lpeg Version: 1.0.1-3 +Homepage: https://www.inf.puc-rio.br/~roberto/lpeg Description: LPeg is a pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs). Build-Depends: lua diff --git a/ports/lua/CONTROL b/ports/lua/CONTROL index 23f31a1fd..738aabdfd 100644 --- a/ports/lua/CONTROL +++ b/ports/lua/CONTROL @@ -1,3 +1,4 @@ Source: lua Version: 5.3.5-1 +Homepage: https://www.lua.org Description: a powerful, fast, lightweight, embeddable scripting language diff --git a/ports/luafilesystem/CONTROL b/ports/luafilesystem/CONTROL index 4ff18cda4..d6d96910c 100644 --- a/ports/luafilesystem/CONTROL +++ b/ports/luafilesystem/CONTROL @@ -1,4 +1,5 @@ Source: luafilesystem Version: 1.7.0.2 +Homepage: https://github.com/keplerproject/luafilesystem Description: LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution. Build-Depends: lua diff --git a/ports/luajit/CONTROL b/ports/luajit/CONTROL index e81524ec7..fb9c9d646 100644 --- a/ports/luajit/CONTROL +++ b/ports/luajit/CONTROL @@ -1,3 +1,4 @@ Source: luajit Version: 2.0.5-1 +Homepage: https://github.com/LuaJIT/LuaJIT Description: LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language. diff --git a/ports/luasocket/CONTROL b/ports/luasocket/CONTROL index 609af7ae5..e50ca87fb 100644 --- a/ports/luasocket/CONTROL +++ b/ports/luasocket/CONTROL @@ -1,4 +1,5 @@ Source: luasocket Version: 2019-05-07 +Homepage: https://github.com/diegonehab/luasocket Description: LuaSocket is a Lua extension library that is composed by two parts: a C core that provides support for the TCP and UDP transport layers, and a set of Lua modules that add support for functionality commonly needed by applications that deal with the Internet. Build-Depends: lua diff --git a/ports/lz4/CONTROL b/ports/lz4/CONTROL index 2e69cbd25..e6e99dd6a 100644 --- a/ports/lz4/CONTROL +++ b/ports/lz4/CONTROL @@ -1,4 +1,5 @@ Source: lz4 Version: 1.9.1-2 +Homepage: https://github.com/lz4/lz4 Description: Lossless compression algorithm, providing compression speed at 400 MB/s per core. Build-Depends: xxhash \ No newline at end of file diff --git a/ports/lzfse/CONTROL b/ports/lzfse/CONTROL index 34276814f..98fdf6c0d 100644 --- a/ports/lzfse/CONTROL +++ b/ports/lzfse/CONTROL @@ -1,3 +1,4 @@ Source: lzfse Version: 1.0-1 +Homepage: https://github.com/lzfse/lzfse Description: Lempel-Ziv style data compressor using Finite State Entropy coding. diff --git a/ports/lzo/CONTROL b/ports/lzo/CONTROL index d124020b8..cd1149f61 100644 --- a/ports/lzo/CONTROL +++ b/ports/lzo/CONTROL @@ -1,3 +1,4 @@ Source: lzo Version: 2.10-2 +Homepage: https://www.oberhumer.com/opensource/lzo/ Description: Lossless data compression library diff --git a/ports/magnum-extras/CONTROL b/ports/magnum-extras/CONTROL index 36da8ed0c..7ff04cb63 100644 --- a/ports/magnum-extras/CONTROL +++ b/ports/magnum-extras/CONTROL @@ -2,7 +2,7 @@ Source: magnum-extras Version: 2019.01-1 Build-Depends: magnum[core] Description: Extras for magnum, C++11/C++14 graphics middleware for games and data visualization -Homepage: http://magnum.graphics/ +Homepage: https://magnum.graphics/ Default-Features: Feature: ui diff --git a/ports/magnum-integration/CONTROL b/ports/magnum-integration/CONTROL index 99fa4779b..538320497 100644 --- a/ports/magnum-integration/CONTROL +++ b/ports/magnum-integration/CONTROL @@ -2,7 +2,7 @@ Source: magnum-integration Version: 2019.01-1 Build-Depends: magnum[core] Description: Integrations for magnum, C++11/C++14 graphics middleware for games and data visualization -Homepage: http://magnum.graphics/ +Homepage: https://magnum.graphics/ Default-Features: Feature: bullet diff --git a/ports/magnum-plugins/CONTROL b/ports/magnum-plugins/CONTROL index ed3ec4510..ef4c4084c 100644 --- a/ports/magnum-plugins/CONTROL +++ b/ports/magnum-plugins/CONTROL @@ -2,7 +2,7 @@ Source: magnum-plugins Version: 2019.01-1 Build-Depends: magnum[core] Description: Plugins for magnum, C++11/C++14 graphics middleware for games and data visualization -Homepage: http://magnum.graphics/ +Homepage: https://magnum.graphics/ Default-Features: ddsimporter, miniexrimageconverter, opengeximporter, stanfordimporter, stbimageconverter, stbimageimporter Feature: assimpimporter diff --git a/ports/magnum/CONTROL b/ports/magnum/CONTROL index d1d527786..89bcff28e 100644 --- a/ports/magnum/CONTROL +++ b/ports/magnum/CONTROL @@ -2,7 +2,7 @@ Source: magnum Version: 2019.01-1 Build-Depends: corrade[utility] Description: C++11/C++14 graphics middleware for games and data visualization -Homepage: http://magnum.graphics/ +Homepage: https://magnum.graphics/ Default-Features: anyimageimporter, anyaudioimporter, anyimageconverter, anysceneimporter, debugtools, gl, meshtools, primitives, scenegraph, shaders, text, texturetools, trade, sdl2application Feature: al-info diff --git a/ports/matio/CONTROL b/ports/matio/CONTROL index a501977d6..6877c2972 100644 --- a/ports/matio/CONTROL +++ b/ports/matio/CONTROL @@ -1,4 +1,5 @@ Source: matio Version: 1.5.15 +Homepage: https://github.com/tbeu/matio Description: MATLAB MAT File I/O Library Build-Depends: zlib, hdf5 diff --git a/ports/matroska/CONTROL b/ports/matroska/CONTROL index eca20aca6..29cef7e80 100644 --- a/ports/matroska/CONTROL +++ b/ports/matroska/CONTROL @@ -1,4 +1,5 @@ Source: matroska Version: 1.5.2 +Homepage: https://github.com/Matroska-Org/libmatroska Description: a C++ libary to parse Matroska files (.mkv and .mka) Build-Depends: ebml diff --git a/ports/mbedtls/CONTROL b/ports/mbedtls/CONTROL index 0a4183cb7..ac4a4a131 100644 --- a/ports/mbedtls/CONTROL +++ b/ports/mbedtls/CONTROL @@ -1,3 +1,4 @@ Source: mbedtls Version: 2.15.1 +Homepage: https://github.com/ARMmbed/mbedtls Description: An open source, portable, easy to use, readable and flexible SSL library diff --git a/ports/mdnsresponder/CONTROL b/ports/mdnsresponder/CONTROL index f1ee35042..cfac2cca9 100644 --- a/ports/mdnsresponder/CONTROL +++ b/ports/mdnsresponder/CONTROL @@ -1,4 +1,4 @@ Source: mdnsresponder Version: 765.30.11 Description: The mDNSResponder project is a component of Bonjour, Apple's ease-of-use IP networking initiative. -Homepage: http://developer.apple.com/bonjour/ \ No newline at end of file +Homepage: https://developer.apple.com/bonjour/ \ No newline at end of file diff --git a/ports/meschach/CONTROL b/ports/meschach/CONTROL index 84a3bf0d4..d54e03952 100644 --- a/ports/meschach/CONTROL +++ b/ports/meschach/CONTROL @@ -1,3 +1,4 @@ Source: meschach Version: 1.2b-2 +Homepage: https://homepage.math.uiowa.edu/~dstewart/meschach Description: Matrix computations in C diff --git a/ports/metis/CONTROL b/ports/metis/CONTROL index 65571b0bd..6db70e599 100644 --- a/ports/metis/CONTROL +++ b/ports/metis/CONTROL @@ -1,3 +1,4 @@ Source: metis Version: 5.1.0-3 +Homepage: https://glaros.dtc.umn.edu/gkhome/metis/metis/overview Description: Serial Graph Partitioning and Fill-reducing Matrix Ordering diff --git a/ports/minizip/CONTROL b/ports/minizip/CONTROL index b0c606ded..93d453ca2 100644 --- a/ports/minizip/CONTROL +++ b/ports/minizip/CONTROL @@ -1,4 +1,5 @@ Source: minizip Version: 1.2.11-4 +Homepage: https://github.com/madler/zlib Description: Zip compression library Build-Depends: bzip2, zlib diff --git a/ports/mman/CONTROL b/ports/mman/CONTROL index dad1b19da..6ef51acb9 100644 --- a/ports/mman/CONTROL +++ b/ports/mman/CONTROL @@ -1,3 +1,4 @@ Source: mman Version: git-f5ff813-2 +Homepage: https://github.com/witwall/mman-win32 Description: A light implementation of the mmap functions for MinGW. diff --git a/ports/mongo-c-driver/CONTROL b/ports/mongo-c-driver/CONTROL index 577cea1aa..35f29143d 100644 --- a/ports/mongo-c-driver/CONTROL +++ b/ports/mongo-c-driver/CONTROL @@ -2,3 +2,4 @@ Source: mongo-c-driver Version: 1.14.0-1 Build-Depends: libbson, openssl (!windows), zlib Description: Client library written in C for MongoDB. +Homepage: https://github.com/mongodb/mongo-c-driver diff --git a/ports/mongo-cxx-driver/CONTROL b/ports/mongo-cxx-driver/CONTROL index 8d98763dd..50a2a6efd 100644 --- a/ports/mongo-cxx-driver/CONTROL +++ b/ports/mongo-cxx-driver/CONTROL @@ -1,6 +1,7 @@ Source: mongo-cxx-driver Version: 3.4.0-1 Build-Depends: libbson, mongo-c-driver, boost-smart-ptr, boost-optional, boost-utility +Homepage: https://github.com/mongodb/mongo-cxx-driver Description: MongoDB C++ Driver. Feature: mnmlstc diff --git a/ports/monkeys-audio/CONTROL b/ports/monkeys-audio/CONTROL index e81e943bf..2b6447dbe 100644 --- a/ports/monkeys-audio/CONTROL +++ b/ports/monkeys-audio/CONTROL @@ -1,4 +1,5 @@ Source: monkeys-audio Version: 4.3.3-1 +Homepage: https://monkeysaudio.com Description: Monkey's Audio is an excellent audio compression tool which has multiple advantages over traditional methods. Audio files compressed with it ends with .ape extension. diff --git a/ports/mozjpeg/CONTROL b/ports/mozjpeg/CONTROL index 2fa0f2d02..c5180d140 100644 --- a/ports/mozjpeg/CONTROL +++ b/ports/mozjpeg/CONTROL @@ -1,3 +1,4 @@ Source: mozjpeg Version: 3.2-2 +Homepage: https://github.com/mozilla/mozjpeg Description: MozJPEG reduces file sizes of JPEG images while retaining quality and compatibility with the vast majority of the world's deployed decoders. It's compatible with libjpeg API and ABI, and can be used as a drop-in replacement for libjpeg. diff --git a/ports/mpfr/CONTROL b/ports/mpfr/CONTROL index e9f4451be..6b64b7651 100644 --- a/ports/mpfr/CONTROL +++ b/ports/mpfr/CONTROL @@ -1,4 +1,5 @@ Source: mpfr Version: 4.0.1 +Homepage: https://www.mpfr.org Description: The MPFR library is a C library for multiple-precision floating-point computations with correct rounding Build-Depends: mpir diff --git a/ports/mpg123/CONTROL b/ports/mpg123/CONTROL index ca4f01835..ad360039c 100644 --- a/ports/mpg123/CONTROL +++ b/ports/mpg123/CONTROL @@ -1,3 +1,4 @@ Source: mpg123 Version: 1.25.8-5 -Description: mpg123 is a real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3 (MPEG 1.0 layer 3 also known as MP3). +Homepage: https://sourceforge.net/projects/mpg123/ +Description: mpg123 is a real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3 (MPEG 1.0 layer 3 also known as MP3). \ No newline at end of file diff --git a/ports/mpir/CONTROL b/ports/mpir/CONTROL index 5a944e6bd..12f9d38ea 100644 --- a/ports/mpir/CONTROL +++ b/ports/mpir/CONTROL @@ -1,3 +1,4 @@ Source: mpir Version: 3.0.0-7 +Homepage: https://github.com/wbhart/mpir Description: Multiple Precision Integers and Rationals. diff --git a/ports/ms-gsl/CONTROL b/ports/ms-gsl/CONTROL index 4d32f7770..75741b4d4 100644 --- a/ports/ms-gsl/CONTROL +++ b/ports/ms-gsl/CONTROL @@ -1,3 +1,4 @@ Source: ms-gsl Version: 2019-04-19 -Description: Microsoft implementation of the Guidelines Support Library +Homepage: https://github.com/Microsoft/GSL +Description: Microsoft implementation of the Guidelines Support Library \ No newline at end of file diff --git a/ports/msgpack/CONTROL b/ports/msgpack/CONTROL index e75f0743f..0b22d5c69 100644 --- a/ports/msgpack/CONTROL +++ b/ports/msgpack/CONTROL @@ -1,3 +1,4 @@ Source: msgpack Version: 3.1.1 +Homepage: https://github.com/msgpack/msgpack-c Description: MessagePack is an efficient binary serialization format, which lets you exchange data among multiple languages like JSON, except that it's faster and smaller. diff --git a/ports/msinttypes/CONTROL b/ports/msinttypes/CONTROL index 8b9840e0b..51939d075 100644 --- a/ports/msinttypes/CONTROL +++ b/ports/msinttypes/CONTROL @@ -1,3 +1,4 @@ Source: msinttypes Version: 2018-02-25 +Homepage: https://github.com/chemeris/msinttypes Description: msinttypes is a package to provide missing ISO C9x compliant headers for Microsoft Visual Studio diff --git a/ports/mujs/CONTROL b/ports/mujs/CONTROL index a15fdf7bb..1444af126 100644 --- a/ports/mujs/CONTROL +++ b/ports/mujs/CONTROL @@ -1,3 +1,4 @@ Source: mujs Version: 2018-07-30-1 +Homepage: https://github.com/ccxvii/mujs Description: An embeddable Javascript interpreter in C diff --git a/ports/muparser/CONTROL b/ports/muparser/CONTROL index 5a62e603c..734214a49 100644 --- a/ports/muparser/CONTROL +++ b/ports/muparser/CONTROL @@ -1,3 +1,4 @@ Source: muparser Version: 2.2.6.1 +Homepage: https://github.com/beltoforion/muparser Description: Fast math parser library diff --git a/ports/nana/CONTROL b/ports/nana/CONTROL index fdf241afb..0e832f7e8 100644 --- a/ports/nana/CONTROL +++ b/ports/nana/CONTROL @@ -1,4 +1,5 @@ Source: nana -Version: 1.7.1 +Version: 1.7.1 +Homepage: https://github.com/cnjinhao/nana Description: Cross-platform library for GUI programming in modern C++ style. Build-Depends: libpng, libjpeg-turbo, freetype (!uwp&&!windows), fontconfig (!uwp&&!windows) diff --git a/ports/nanodbc/CONTROL b/ports/nanodbc/CONTROL index 075bd4d82..bf1aaa69e 100644 --- a/ports/nanodbc/CONTROL +++ b/ports/nanodbc/CONTROL @@ -1,3 +1,4 @@ Source: nanodbc Version: 2.12.4-3 +Homepage: https://github.com/lexicalunit/nanodbc Description: A small C++ wrapper for the native C ODBC API. diff --git a/ports/netcdf-c/CONTROL b/ports/netcdf-c/CONTROL index 91d73cacb..c82acf055 100644 --- a/ports/netcdf-c/CONTROL +++ b/ports/netcdf-c/CONTROL @@ -1,4 +1,5 @@ Source: netcdf-c Version: 4.7.0-2 Build-Depends: hdf5, curl +Homepage: https://github.com/Unidata/netcdf-c Description: a set of self-describing, machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data. diff --git a/ports/netcdf-cxx4/CONTROL b/ports/netcdf-cxx4/CONTROL index b926a2522..8ef872966 100644 --- a/ports/netcdf-cxx4/CONTROL +++ b/ports/netcdf-cxx4/CONTROL @@ -1,4 +1,5 @@ Source: netcdf-cxx4 Version: 4.3.0-4 Build-Depends: netcdf-c +Homepage: https://github.com/Unidata/netcdf-cxx4 Description: a set of machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data. diff --git a/ports/nghttp2/CONTROL b/ports/nghttp2/CONTROL index d68720137..176a1c30a 100644 --- a/ports/nghttp2/CONTROL +++ b/ports/nghttp2/CONTROL @@ -1,3 +1,4 @@ Source: nghttp2 Version: 1.35.0 +Homepage: https://github.com/nghttp2/nghttp2 Description: Implementation of the Hypertext Transfer Protocol version 2 in C diff --git a/ports/nlohmann-json/CONTROL b/ports/nlohmann-json/CONTROL index 5d25a4eaa..275914a94 100644 --- a/ports/nlohmann-json/CONTROL +++ b/ports/nlohmann-json/CONTROL @@ -1,3 +1,4 @@ Source: nlohmann-json Version: 3.6.1 +Homepage: https://github.com/nlohmann/json Description: JSON for Modern C++ diff --git a/ports/nlopt/CONTROL b/ports/nlopt/CONTROL index f6d91c785..81a24bef7 100644 --- a/ports/nlopt/CONTROL +++ b/ports/nlopt/CONTROL @@ -1,3 +1,4 @@ Source: nlopt Version: 2.6.1 +Homepage: https://github.com/stevengj/nlopt Description: a library for nonlinear local and global optimization, for functions with and without gradient information. diff --git a/ports/nmslib/CONTROL b/ports/nmslib/CONTROL index 111bcc858..262c40682 100644 --- a/ports/nmslib/CONTROL +++ b/ports/nmslib/CONTROL @@ -1,5 +1,6 @@ Source: nmslib -Version: 1.7.3.6 +Version: 1.7.3.6 +Homepage: https://github.com/searchivarius/nmslib Description: Non-Metric Space Library (NMSLIB) is an efficient similarity search library and a toolkit for evaluation of k-NN methods for generic non-metric spaces. # # ## Extras are currently unsupported for Windows, waiting for fixes. diff --git a/ports/nuklear/CONTROL b/ports/nuklear/CONTROL index cefb1656c..1a923c857 100644 --- a/ports/nuklear/CONTROL +++ b/ports/nuklear/CONTROL @@ -1,3 +1,4 @@ Source: nuklear Version: 2019-03-29 +Homepage: https://github.com/vurtun/nuklear Description: This is a minimal state immediate mode graphical user interface toolkit written in ANSI C and licensed under public domain diff --git a/ports/ode/CONTROL b/ports/ode/CONTROL index 6f88319e6..605db9d18 100644 --- a/ports/ode/CONTROL +++ b/ports/ode/CONTROL @@ -1,3 +1,4 @@ Source: ode Version: 0.15.1-1 +Homepage: https://bitbucket.org/odedevs/ode/src/default/ Description: Open Dynamics Engine diff --git a/ports/ogre/CONTROL b/ports/ogre/CONTROL index 828f2165e..a454a69f1 100644 --- a/ports/ogre/CONTROL +++ b/ports/ogre/CONTROL @@ -1,6 +1,7 @@ Source: ogre Version: 1.12.0 Build-Depends: freeimage, freetype, zlib, zziplib +Homepage: https://github.com/OGRECave/ogre Description: 3D Object-Oriented Graphics Rendering Engine Feature: d3d9 diff --git a/ports/openal-soft/CONTROL b/ports/openal-soft/CONTROL index 3591a3f70..ccea6a482 100644 --- a/ports/openal-soft/CONTROL +++ b/ports/openal-soft/CONTROL @@ -1,3 +1,4 @@ Source: openal-soft Version: 1.19.1-2 +Homepage: https://github.com/kcat/openal-soft Description: OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of the OpenAL 3D audio API. diff --git a/ports/openblas/CONTROL b/ports/openblas/CONTROL index 40249c332..dd4e01732 100644 --- a/ports/openblas/CONTROL +++ b/ports/openblas/CONTROL @@ -1,3 +1,4 @@ Source: openblas Version: 0.3.6-2 +Homepage: https://github.com/xianyi/OpenBLAS Description: OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. diff --git a/ports/opencl/CONTROL b/ports/opencl/CONTROL index 633c95e51..32308ad5d 100644 --- a/ports/opencl/CONTROL +++ b/ports/opencl/CONTROL @@ -1,3 +1,4 @@ Source: opencl Version: 2.2 (2017.07.18)-1 +Homepage: https://github.com/KhronosGroup/OpenCL-Headers Description: C/C++ headers and ICD loader (Installable Client Driver) for OpenCL diff --git a/ports/opencv/CONTROL b/ports/opencv/CONTROL index 3b5145535..90d81258e 100644 --- a/ports/opencv/CONTROL +++ b/ports/opencv/CONTROL @@ -1,6 +1,7 @@ Source: opencv Version: 3.4.3-8 Build-Depends: zlib +Homepage: https://github.com/opencv/opencv Description: computer vision library Default-Features: opengl, jpeg, png, tiff, eigen, flann diff --git a/ports/openexr/CONTROL b/ports/openexr/CONTROL index 5fd21f6da..8795b9dce 100644 --- a/ports/openexr/CONTROL +++ b/ports/openexr/CONTROL @@ -1,4 +1,5 @@ Source: openexr Version: 2.3.0-3 +Homepage: https://www.openexr.com/ Description: OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications Build-Depends: zlib diff --git a/ports/openimageio/CONTROL b/ports/openimageio/CONTROL index 86ae5bd55..be2dab3c9 100644 --- a/ports/openimageio/CONTROL +++ b/ports/openimageio/CONTROL @@ -1,5 +1,6 @@ Source: openimageio Version: 1.8.16 +Homepage: https://github.com/OpenImageIO/oiio Description: A library for reading and writing images, and a bunch of related classes, utilities, and application Build-Depends: libjpeg-turbo, tiff, libpng, openexr, boost-thread, boost-smart-ptr, boost-foreach, boost-regex, boost-type-traits, boost-static-assert, boost-unordered, boost-config, boost-algorithm, boost-filesystem, boost-system, boost-thread, boost-asio, boost-random, robin-map diff --git a/ports/openjpeg/CONTROL b/ports/openjpeg/CONTROL index 110bae11a..0fd7d64a6 100644 --- a/ports/openjpeg/CONTROL +++ b/ports/openjpeg/CONTROL @@ -1,3 +1,4 @@ Source: openjpeg Version: 2.3.1-1 +Homepage: https://github.com/uclouvain/openjpeg Description: JPEG 2000 image library diff --git a/ports/openmama/CONTROL b/ports/openmama/CONTROL index 3b281e8c7..899f47b93 100644 --- a/ports/openmama/CONTROL +++ b/ports/openmama/CONTROL @@ -1,4 +1,5 @@ Source: openmama Version: 6.2.3 Build-Depends: libevent, apr, qpid-proton +Homepage: https://github.com/OpenMAMA/OpenMAMA Description: OpenMAMA is a high performance vendor neutral lightweight wrapper that provides a common API interface to different middleware and messaging solutions across a variety of platforms and languages. diff --git a/ports/openni2/CONTROL b/ports/openni2/CONTROL index d7e75fb7d..3d13ea26b 100644 --- a/ports/openni2/CONTROL +++ b/ports/openni2/CONTROL @@ -1,4 +1,5 @@ Source: openni2 Version: 2.2.0.33-8 Build-Depends: kinectsdk1 +Homepage: https://github.com/OpenNI/OpenNI2 Description: OpenNI is open source library for access to Natural Interaction (NI) devices such as RGB-D camera. diff --git a/ports/openssl/CONTROL b/ports/openssl/CONTROL index 4d81a1962..a398b409d 100644 --- a/ports/openssl/CONTROL +++ b/ports/openssl/CONTROL @@ -1,4 +1,5 @@ Source: openssl Version: 0 +Homepage: https://www.openssl.org Description: OpenSSL is an open source project that provides a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library. Build-Depends: openssl-windows (windows), openssl-uwp (uwp), openssl-unix (!uwp&!windows) diff --git a/ports/opentracing/CONTROL b/ports/opentracing/CONTROL index ac0cbf6f2..c533de1f8 100644 --- a/ports/opentracing/CONTROL +++ b/ports/opentracing/CONTROL @@ -1,4 +1,4 @@ Source: opentracing Version: 1.5.1 Description: C++ implementation of the OpenTracing API -Homepage: http://opentracing.io +Homepage: https://opentracing.io diff --git a/ports/openvdb/CONTROL b/ports/openvdb/CONTROL index 663e290b2..77a06c78c 100644 --- a/ports/openvdb/CONTROL +++ b/ports/openvdb/CONTROL @@ -1,6 +1,7 @@ Source: openvdb Version: 6.0.0-2 Build-Depends: boost-ptr-container, openexr, tbb, blosc, boost-iostreams, boost-system, boost-thread, boost-date-time, boost-any, boost-uuid, boost-interprocess +Homepage: https://github.com/dreamworksanimation/openvdb Description: Sparse volume data structure and tools Feature: tools diff --git a/ports/openvr/CONTROL b/ports/openvr/CONTROL index dfaf95c1e..6e43972bf 100644 --- a/ports/openvr/CONTROL +++ b/ports/openvr/CONTROL @@ -1,3 +1,4 @@ Source: openvr Version: 1.4.18 +Homepage: https://github.com/ValveSoftware/openvr Description: an API and runtime that allows access to VR hardware from multiple vendors without requiring that applications have specific knowledge of the hardware they are targeting. diff --git a/ports/opus/CONTROL b/ports/opus/CONTROL index 4314774ab..c7b8d246f 100644 --- a/ports/opus/CONTROL +++ b/ports/opus/CONTROL @@ -1,3 +1,4 @@ Source: opus Version: 1.3.1 +Homepage: https://github.com/xiph/opus Description: Totally open, royalty-free, highly versatile audio codec diff --git a/ports/opusfile/CONTROL b/ports/opusfile/CONTROL index 65f6bada7..3e80d4777 100644 --- a/ports/opusfile/CONTROL +++ b/ports/opusfile/CONTROL @@ -1,5 +1,6 @@ Source: opusfile Version: 0.11-2 +Homepage: https://github.com/xiph/opusfile Description: Stand-alone decoder library for .opus streams Build-Depends: libogg, opus diff --git a/ports/osg/CONTROL b/ports/osg/CONTROL index f5690f9bc..9b981af9d 100644 --- a/ports/osg/CONTROL +++ b/ports/osg/CONTROL @@ -1,5 +1,6 @@ Source: osg Version: 3.6.3-1 +Homepage: https://github.com/openscenegraph/OpenSceneGraph Description: The OpenSceneGraph is an open source high performance 3D graphics toolkit. Build-Depends: freetype, jasper, openexr, zlib, gdal, giflib, libjpeg-turbo, libpng, tiff diff --git a/ports/paho-mqtt/CONTROL b/ports/paho-mqtt/CONTROL index 590968f0a..bd0781fad 100644 --- a/ports/paho-mqtt/CONTROL +++ b/ports/paho-mqtt/CONTROL @@ -1,4 +1,5 @@ Source: paho-mqtt Version: 1.3.0 +Homepage: https://github.com/eclipse/paho.mqtt.c Description: Paho project provides open-source client implementations of MQTT and MQTT-SN messaging protocols aimed at new, existing, and emerging applications for the Internet of Things Build-Depends: openssl diff --git a/ports/pango/CONTROL b/ports/pango/CONTROL index f58bf18ec..192c5c048 100644 --- a/ports/pango/CONTROL +++ b/ports/pango/CONTROL @@ -1,4 +1,5 @@ Source: pango Version: 1.40.11-4 +Homepage: https://ftp.gnome.org/pub/GNOME/sources/pango/ Description: Text and font handling library. Build-Depends: glib, gettext, cairo, fontconfig, freetype, harfbuzz[glib] (!windows-static) diff --git a/ports/pangolin/CONTROL b/ports/pangolin/CONTROL index 593c753b2..77e836cb3 100644 --- a/ports/pangolin/CONTROL +++ b/ports/pangolin/CONTROL @@ -1,4 +1,5 @@ Source: pangolin Version: 0.5-6 Build-Depends: eigen3, glew, libpng, libjpeg-turbo, ffmpeg +Homepage: https://github.com/stevenlovegrove/Pangolin Description: Lightweight GUI Library diff --git a/ports/pangomm/CONTROL b/ports/pangomm/CONTROL index 68860b305..8109a5889 100644 --- a/ports/pangomm/CONTROL +++ b/ports/pangomm/CONTROL @@ -1,4 +1,5 @@ Source: pangomm Version: 2.40.1 +Homepage: https://ftp.gnome.org/pub/GNOME/sources/pangomm Description: pangomm is the official C++ interface for the Pango font layout library. See, for instance, the Pango::Layout class. Build-Depends: glib, gettext, cairo, fontconfig, freetype, harfbuzz, pango, cairomm, glibmm diff --git a/ports/parmetis/CONTROL b/ports/parmetis/CONTROL index bdc95557a..7e5e3b21b 100644 --- a/ports/parmetis/CONTROL +++ b/ports/parmetis/CONTROL @@ -1,4 +1,5 @@ Source: parmetis Version: 4.0.3-2 +Homepage: https://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview Description: Parallel Graph Partitioning and Fill-reducing Matrix Ordering Build-Depends: metis, msmpi diff --git a/ports/pcl/CONTROL b/ports/pcl/CONTROL index 3e3884c48..dcd8c7aad 100644 --- a/ports/pcl/CONTROL +++ b/ports/pcl/CONTROL @@ -1,5 +1,6 @@ Source: pcl Version: 1.9.1-3 +Homepage: https://github.com/PointCloudLibrary/pcl Description: Point Cloud Library (PCL) is open source library for 2D/3D image and point cloud processing. Build-Depends: eigen3, flann, qhull, vtk, libpng, boost-system, boost-filesystem, boost-thread, boost-date-time, boost-iostreams, boost-random, boost-foreach, boost-dynamic-bitset, boost-property-map, boost-graph, boost-multi-array, boost-signals2, boost-ptr-container, boost-uuid, boost-interprocess, boost-asio diff --git a/ports/pcre2/CONTROL b/ports/pcre2/CONTROL index c9b3438a6..3d7824a27 100644 --- a/ports/pcre2/CONTROL +++ b/ports/pcre2/CONTROL @@ -1,3 +1,4 @@ Source: pcre2 Version: 10.30-4 +Homepage: https://pcre.org/ Description: PCRE2 is a re-working of the original Perl Compatible Regular Expressions library diff --git a/ports/pdcurses/CONTROL b/ports/pdcurses/CONTROL index 75bce7928..3ea97de0b 100644 --- a/ports/pdcurses/CONTROL +++ b/ports/pdcurses/CONTROL @@ -1,3 +1,4 @@ Source: pdcurses Version: 3.8 +Homepage: https://sourceforge.net/projects/pdcurses/ Description: Public Domain Curses - a curses library for environments that don't fit the termcap/terminfo model. diff --git a/ports/physfs/CONTROL b/ports/physfs/CONTROL index 3900d77a8..07b90bcdf 100644 --- a/ports/physfs/CONTROL +++ b/ports/physfs/CONTROL @@ -1,4 +1,5 @@ Source: physfs Version: 3.0.2 +Homepage: https://icculus.org/physfs/ Description: a library to provide abstract access to various archives Build-Depends: zlib diff --git a/ports/picojson/CONTROL b/ports/picojson/CONTROL index a871ae3d4..4a3614202 100644 --- a/ports/picojson/CONTROL +++ b/ports/picojson/CONTROL @@ -1,4 +1,5 @@ Source: picojson Version: 1.3.0 +Homepage: https://github.com/kazuho/picojson Description: A header-file-only, JSON parser serializer in C++. diff --git a/ports/picosha2/CONTROL b/ports/picosha2/CONTROL index 7203b8aee..a388045a2 100644 --- a/ports/picosha2/CONTROL +++ b/ports/picosha2/CONTROL @@ -1,3 +1,4 @@ Source: picosha2 Version: 2018-07-30 +Homepage: https://github.com/okdshin/PicoSHA2 Description: PicoSHA2 - a C++ SHA256 hash generator diff --git a/ports/piex/CONTROL b/ports/piex/CONTROL index 3fb98201f..3f257fa20 100644 --- a/ports/piex/CONTROL +++ b/ports/piex/CONTROL @@ -1,3 +1,4 @@ Source: piex Version: 2018-03-13-1 +Homepage: https://github.com/google/piex Description: The Preview Image Extractor (PIEX) is designed to find and extract the largest diff --git a/ports/pixman/CONTROL b/ports/pixman/CONTROL index 066d81076..129ba37fe 100644 --- a/ports/pixman/CONTROL +++ b/ports/pixman/CONTROL @@ -1,3 +1,4 @@ Source: pixman Version: 0.38.0-3 +Homepage: https://www.cairographics.org/releases Description: Pixman is a low-level software library for pixel manipulation, providing features such as image compositing and trapezoid rasterization. diff --git a/ports/plibsys/CONTROL b/ports/plibsys/CONTROL index 3bb95f45b..2c71346bb 100644 --- a/ports/plibsys/CONTROL +++ b/ports/plibsys/CONTROL @@ -1,3 +1,4 @@ Source: plibsys Version: 0.0.4-1 +Homepage: https://github.com/saprykin/plibsys Description: Highly portable C system library: threads and synchronization, sockets, IPC, data structures and more. diff --git a/ports/plog/CONTROL b/ports/plog/CONTROL index d1abd52a6..0d6adaa08 100644 --- a/ports/plog/CONTROL +++ b/ports/plog/CONTROL @@ -1,3 +1,4 @@ Source: plog Version: 1.1.4 +Homepage: https://github.com/SergiusTheBest/plog Description: Portable, simple and extensible C++ logging library. diff --git a/ports/podofo/CONTROL b/ports/podofo/CONTROL index 083248c3c..630b9efcf 100644 --- a/ports/podofo/CONTROL +++ b/ports/podofo/CONTROL @@ -1,5 +1,6 @@ Source: podofo Version: 0.9.6-7 +Homepage: https://sourceforge.net/projects/podofo/ Description: PoDoFo is a library to work with the PDF file format Build-Depends: zlib, libpng, libjpeg-turbo, tiff, openssl, freetype diff --git a/ports/portaudio/CONTROL b/ports/portaudio/CONTROL index d72ff808c..a60d59859 100644 --- a/ports/portaudio/CONTROL +++ b/ports/portaudio/CONTROL @@ -1,3 +1,4 @@ Source: portaudio Version: 19.0.6.00-5 +Homepage: https://www.portaudio.com/ Description: PortAudio Portable Cross-platform Audio I/O API PortAudio is a free, cross-platform, open-source, audio I/O library. It lets you write simple audio programs in 'C' or C++ that will compile and run on many platforms including Windows, Macintosh OS X, and Unix (OSS/ALSA). It is intended to promote the exchange of audio software between developers on different platforms. Many applications use PortAudio for Audio I/O. diff --git a/ports/portmidi/CONTROL b/ports/portmidi/CONTROL index 3534c1856..57550e485 100644 --- a/ports/portmidi/CONTROL +++ b/ports/portmidi/CONTROL @@ -1,3 +1,4 @@ Source: portmidi Version: 0.217.1 +Homepage: https://sourceforge.net/projects/portmedia/ Description: Free, cross-platform, open-source I/O library for MIDI diff --git a/ports/pqp/CONTROL b/ports/pqp/CONTROL index 5eb701bc6..35986cf9f 100644 --- a/ports/pqp/CONTROL +++ b/ports/pqp/CONTROL @@ -1,3 +1,4 @@ Source: pqp Version: 1.3-3 +Homepage: https://gamma.cs.unc.edu/SSV/ Description: a proximity query package diff --git a/ports/proj4/CONTROL b/ports/proj4/CONTROL index cf2519b12..d1aecc21f 100644 --- a/ports/proj4/CONTROL +++ b/ports/proj4/CONTROL @@ -1,3 +1,4 @@ Source: proj4 Version: 4.9.3-1 +Homepage: https://download.osgeo.org/proj Description: PROJ.4 library for cartographic projections diff --git a/ports/protobuf/CONTROL b/ports/protobuf/CONTROL index 6cd33935c..caca65297 100644 --- a/ports/protobuf/CONTROL +++ b/ports/protobuf/CONTROL @@ -1,5 +1,6 @@ Source: protobuf Version: 3.7.1 +Homepage: https://github.com/google/protobuf Description: Protocol Buffers - Google's data interchange format Feature: zlib diff --git a/ports/ptex/CONTROL b/ports/ptex/CONTROL index e41db7678..17e2bbe5e 100644 --- a/ports/ptex/CONTROL +++ b/ports/ptex/CONTROL @@ -1,4 +1,5 @@ Source: ptex Version: 2.1.28-1 +Homepage: https://github.com/wdas/ptex Description: Per-Face Texture Mapping for Production Rendering. Build-Depends: zlib diff --git a/ports/pthreads/CONTROL b/ports/pthreads/CONTROL index 70f3af246..e1b96a438 100644 --- a/ports/pthreads/CONTROL +++ b/ports/pthreads/CONTROL @@ -1,3 +1,4 @@ Source: pthreads Version: 3.0.0-1 +Homepage: https://sourceware.org/pub/pthreads-win32/ Description: pthreads for windows diff --git a/ports/pugixml/CONTROL b/ports/pugixml/CONTROL index 5e2dad599..96adad3fb 100644 --- a/ports/pugixml/CONTROL +++ b/ports/pugixml/CONTROL @@ -1,3 +1,4 @@ Source: pugixml Version: 1.9-1 +Homepage: https://github.com/zeux/pugixml Description: C++ XML processing library diff --git a/ports/pybind11/CONTROL b/ports/pybind11/CONTROL index 880d6c3b7..634afca38 100644 --- a/ports/pybind11/CONTROL +++ b/ports/pybind11/CONTROL @@ -1,4 +1,5 @@ Source: pybind11 Version: 2.2.4 +Homepage: https://github.com/pybind/pybind11 Description: pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code. Build-Depends: python3 (windows) \ No newline at end of file diff --git a/ports/pystring/CONTROL b/ports/pystring/CONTROL index 9bdd7daf2..698e0466d 100644 --- a/ports/pystring/CONTROL +++ b/ports/pystring/CONTROL @@ -1,3 +1,4 @@ Source: pystring Version: 1.1.3-2 +Homepage: https://github.com/imageworks/pystring Description: Pystring is a collection of C++ functions which match the interface and behavior of python's string class methods using std::string diff --git a/ports/python3/CONTROL b/ports/python3/CONTROL index db8f63766..1b9a01988 100644 --- a/ports/python3/CONTROL +++ b/ports/python3/CONTROL @@ -1,3 +1,4 @@ Source: python3 Version: 3.7.3 +Homepage: https://github.com/python/cpython Description: The Python programming language as an embeddable library \ No newline at end of file diff --git a/ports/qhull/CONTROL b/ports/qhull/CONTROL index f14eb4344..d8a402049 100644 --- a/ports/qhull/CONTROL +++ b/ports/qhull/CONTROL @@ -1,3 +1,4 @@ Source: qhull Version: 7.2.1-3 +Homepage: https://github.com/qhull/qhull Description: computes the convex hull, Delaunay triangulation, Voronoi diagram diff --git a/ports/qpid-proton/CONTROL b/ports/qpid-proton/CONTROL index 88fa09d74..8544cb959 100644 --- a/ports/qpid-proton/CONTROL +++ b/ports/qpid-proton/CONTROL @@ -1,4 +1,5 @@ Source: qpid-proton Version: 0.28.0 Build-Depends: openssl (!windows&!uwp), libuv (osx), jsoncpp -Description: Qpid Proton is a high-performance, lightweight messaging library. +Homepage: https://github.com/apache/qpid-proton +Description: Qpid Proton is a high-performance, lightweight messaging library. \ No newline at end of file diff --git a/ports/qscintilla/CONTROL b/ports/qscintilla/CONTROL index 41b86bba9..ee8a7be2f 100644 --- a/ports/qscintilla/CONTROL +++ b/ports/qscintilla/CONTROL @@ -1,4 +1,5 @@ Source: qscintilla Version: 2.10-8 +Homepage: https://sourceforge.net/projects/pyqt Description: QScintilla is a port to Qt of the Scintilla editing component. Features syntax highlighting, code-completion and much more (Barebone build without python bindings (missing dependeny PyQt) and without QtDesigner plugin) Build-Depends: qt5-base, qt5-macextras (osx), qt5-winextras (windows) diff --git a/ports/qt5-base/CONTROL b/ports/qt5-base/CONTROL index 8ad87a0ae..0082dc46c 100644 --- a/ports/qt5-base/CONTROL +++ b/ports/qt5-base/CONTROL @@ -1,4 +1,5 @@ Source: qt5-base Version: 5.12.3-1 +Homepage: https://www.qt.io/ Description: Qt5 Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components. Build-Depends: zlib, libjpeg-turbo, libpng, freetype, pcre2, harfbuzz, sqlite3, libpq, double-conversion, openssl diff --git a/ports/qt5/CONTROL b/ports/qt5/CONTROL index e22f4609b..74b69467a 100644 --- a/ports/qt5/CONTROL +++ b/ports/qt5/CONTROL @@ -1,4 +1,5 @@ Source: qt5 Version: 5.12.3 +Homepage: https://www.qt.io/ Description: Qt5 Application Framework Build-Depends: qt5-3d, qt5-activeqt, qt5-base, qt5-charts, qt5-datavis3d, qt5-declarative, qt5-gamepad, qt5-graphicaleffects, qt5-imageformats, qt5-location, qt5-multimedia, qt5-mqtt, qt5-networkauth, qt5-purchasing, qt5-quickcontrols, qt5-quickcontrols2, qt5-script, qt5-scxml, qt5-sensors, qt5-serialport, qt5-speech, qt5-svg, qt5-tools, qt5-virtualkeyboard, qt5-webchannel, qt5-websockets, qt5-winextras (windows), qt5-macextras (osx), qt5-xmlpatterns diff --git a/ports/qwt/CONTROL b/ports/qwt/CONTROL index fad52600f..230203b34 100644 --- a/ports/qwt/CONTROL +++ b/ports/qwt/CONTROL @@ -1,4 +1,5 @@ Source: qwt Version: 6.1.3-6 +Homepage: https://sourceforge.net/projects/qwt Description: Qt widgets library for technical applications Build-Depends: qt5-base, qt5-svg, qt5-tools diff --git a/ports/ragel/CONTROL b/ports/ragel/CONTROL index bb6595ac5..112128a52 100644 --- a/ports/ragel/CONTROL +++ b/ports/ragel/CONTROL @@ -1,3 +1,4 @@ Source: ragel Version: 6.10-1 +Homepage: https://www.colm.net/files/ragel Description: Ragel State Machine Compiler diff --git a/ports/range-v3/CONTROL b/ports/range-v3/CONTROL index ec7d32cf8..fb534ac29 100644 --- a/ports/range-v3/CONTROL +++ b/ports/range-v3/CONTROL @@ -1,3 +1,4 @@ Source: range-v3 Version: 0.5.0 +Homepage: https://github.com/Microsoft/Range-V3-VS2015 Description: Range library for C++11/14/17. diff --git a/ports/rapidxml/CONTROL b/ports/rapidxml/CONTROL index cfd7e0cd5..bfc1eb77b 100644 --- a/ports/rapidxml/CONTROL +++ b/ports/rapidxml/CONTROL @@ -1,3 +1,4 @@ Source: rapidxml Version: 1.13 +Homepage: https://sourceforge.net/projects/rapidxml Description: RapidXml is an attempt to create the fastest XML parser possible, while retaining useability, portability and reasonable W3C compatibility. diff --git a/ports/re2/CONTROL b/ports/re2/CONTROL index bcfa9c724..32a1726ab 100644 --- a/ports/re2/CONTROL +++ b/ports/re2/CONTROL @@ -1,3 +1,4 @@ Source: re2 Version: 2019-05-07 +Homepage: https://github.com/google/re2 Description: RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. \ No newline at end of file diff --git a/ports/readosm/CONTROL b/ports/readosm/CONTROL index 08e696e6d..caf32bf4b 100644 --- a/ports/readosm/CONTROL +++ b/ports/readosm/CONTROL @@ -1,4 +1,5 @@ Source: readosm Version: 1.1.0-1 +Homepage: https://www.gaia-gis.it/gaia-sins/readosm-sources Description: ReadOSM is an open source library to extract valid data from within an Open Street Map input file (.osm or .osm.pbf) Build-Depends: expat, zlib diff --git a/ports/realsense2/CONTROL b/ports/realsense2/CONTROL index 2802c0f9d..5147c77cf 100644 --- a/ports/realsense2/CONTROL +++ b/ports/realsense2/CONTROL @@ -1,5 +1,6 @@ Source: realsense2 Version: 2.16.1-2 +Homepage: https://github.com/IntelRealSense/librealsense Description: Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300). Feature: tools diff --git a/ports/recast/CONTROL b/ports/recast/CONTROL index 969b9d172..e19df38c8 100644 --- a/ports/recast/CONTROL +++ b/ports/recast/CONTROL @@ -1,3 +1,4 @@ Source: recast Version: 1.5.1-2 +Homepage: https://github.com/recastnavigation/recastnavigation Description: Navigation-mesh Toolset for Games diff --git a/ports/refprop-headers/CONTROL b/ports/refprop-headers/CONTROL index 00b78cc55..c9356556e 100644 --- a/ports/refprop-headers/CONTROL +++ b/ports/refprop-headers/CONTROL @@ -1,3 +1,4 @@ Source: refprop-headers Version: 2017-11-7-882aec454b2bc3d5323b8691736ff09c288f4ed6 +Homepage: https://github.com/CoolProp/REFPROP-headers Description: The REFPROP Headers diff --git a/ports/rhash/CONTROL b/ports/rhash/CONTROL index a25c1190b..a2bb52c2f 100644 --- a/ports/rhash/CONTROL +++ b/ports/rhash/CONTROL @@ -1,3 +1,4 @@ Source: rhash Version: 1.3.8 +Homepage: https://github.com/rhash/RHash Description: C library for computing a wide variety of hash sums diff --git a/ports/rocksdb/CONTROL b/ports/rocksdb/CONTROL index 10562f779..6e35d8a9b 100644 --- a/ports/rocksdb/CONTROL +++ b/ports/rocksdb/CONTROL @@ -1,5 +1,6 @@ Source: rocksdb Version: 6.0.2 +Homepage: https://github.com/facebook/rocksdb Description: A library that provides an embeddable, persistent key-value store for fast storage Default-Features: zlib diff --git a/ports/rpclib/CONTROL b/ports/rpclib/CONTROL index d3531e9b5..15e6abd3e 100644 --- a/ports/rpclib/CONTROL +++ b/ports/rpclib/CONTROL @@ -1,3 +1,4 @@ Source: rpclib Version: 2.2.1-1 +Homepage: https://github.com/rpclib/rpclib Description: a RPC library for C++, providing both a client and server implementation. It is built using modern C++14. diff --git a/ports/rs-core-lib/CONTROL b/ports/rs-core-lib/CONTROL index 0350e206f..1a766286b 100644 --- a/ports/rs-core-lib/CONTROL +++ b/ports/rs-core-lib/CONTROL @@ -1,4 +1,5 @@ Source: rs-core-lib Version: 2019-05-07 +Homepage: https://github.com/CaptainCrowbar/rs-core-lib Description: Minimal common utilities by Ross Smith diff --git a/ports/rtmidi/CONTROL b/ports/rtmidi/CONTROL index 2c3d38dd4..3742ec9b1 100644 --- a/ports/rtmidi/CONTROL +++ b/ports/rtmidi/CONTROL @@ -1,3 +1,4 @@ Source: rtmidi Version: 4.0.0 +Homepage: https://github.com/thestk/rtmidi Description: A set of C++ classes that provide a common API for realtime MIDI input/output across Linux (ALSA & JACK), Macintosh OS X (CoreMidi & JACK) and Windows (Multimedia) diff --git a/ports/rttr/CONTROL b/ports/rttr/CONTROL index 55e6e6b67..739492784 100644 --- a/ports/rttr/CONTROL +++ b/ports/rttr/CONTROL @@ -1,3 +1,4 @@ Source: rttr Version: 0.9.6-1 +Homepage: https://github.com/rttrorg/rttr Description: an easy and intuitive way to use reflection in C++ diff --git a/ports/rxcpp/CONTROL b/ports/rxcpp/CONTROL index c94e71b76..2ada65d3b 100644 --- a/ports/rxcpp/CONTROL +++ b/ports/rxcpp/CONTROL @@ -1,3 +1,4 @@ Source: rxcpp Version: 4.1.0 +Homepage: https://github.com/Reactive-Extensions/RxCpp Description: Reactive Extensions for C++ \ No newline at end of file diff --git a/ports/scintilla/CONTROL b/ports/scintilla/CONTROL index 8f1b2f38c..6b7aa54f6 100644 --- a/ports/scintilla/CONTROL +++ b/ports/scintilla/CONTROL @@ -1,3 +1,4 @@ Source: scintilla Version: 4.1.2 +Homepage: https://www.scintilla.org/ Description: A free source code editing component for Win32, GTK+, and OS X diff --git a/ports/sciter/CONTROL b/ports/sciter/CONTROL index 69f2d68a0..0cd3bb219 100644 --- a/ports/sciter/CONTROL +++ b/ports/sciter/CONTROL @@ -1,4 +1,5 @@ Source: sciter Version: 4.2.6.9-1 +Homepage: https://github.com/c-smile/sciter-sdk Description: Sciter is an embeddable HTML/CSS/scripting engine. Maintainer: andrew.fedoniouk@gmail.com, ehysta@gmail.com diff --git a/ports/scylla-wrapper/CONTROL b/ports/scylla-wrapper/CONTROL index e320224b0..bbe37c117 100644 --- a/ports/scylla-wrapper/CONTROL +++ b/ports/scylla-wrapper/CONTROL @@ -1,4 +1,4 @@ Source: scylla-wrapper Version: 2018-08-26-16e6f435 Build-Depends: distorm -Description: This is a wrapper around Scylla. It exports functions for IAT fixing, dumping and PE rebuilding. based on http://github.com/NtQuery/Scylla commit 0f6b7198be (v0.9.6b). \ No newline at end of file +Description: This is a wrapper around Scylla. It exports functions for IAT fixing, dumping and PE rebuilding. based on https://github.com/NtQuery/Scylla commit 0f6b7198be (v0.9.6b). \ No newline at end of file diff --git a/ports/sdl2-image/CONTROL b/ports/sdl2-image/CONTROL index 2788f032a..388e08d5a 100644 --- a/ports/sdl2-image/CONTROL +++ b/ports/sdl2-image/CONTROL @@ -1,6 +1,7 @@ Source: sdl2-image Version: 2.0.4-2 Build-Depends: sdl2, libpng +Homepage: https://www.libsdl.org/projects/SDL_image Description: SDL_image is an image file loading library. It loads images as SDL surfaces and textures, and supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, WEBP, XCF, XPM, XV Feature: libjpeg-turbo diff --git a/ports/sdl2-mixer/CONTROL b/ports/sdl2-mixer/CONTROL index 4c55575f4..57827c0e6 100644 --- a/ports/sdl2-mixer/CONTROL +++ b/ports/sdl2-mixer/CONTROL @@ -1,5 +1,6 @@ Source: sdl2-mixer Version: 2.0.4-2 +Homepage: https://www.libsdl.org/projects/SDL_mixer Description: Multi-channel audio mixer library for SDL. Build-Depends: sdl2 diff --git a/ports/sdl2-net/CONTROL b/ports/sdl2-net/CONTROL index e855e2656..848691145 100644 --- a/ports/sdl2-net/CONTROL +++ b/ports/sdl2-net/CONTROL @@ -1,4 +1,5 @@ Source: sdl2-net Version: 2.0.1-6 +Homepage: https://www.libsdl.org/projects/SDL_net Description: Networking library for SDL Build-Depends: sdl2 diff --git a/ports/sdl2-ttf/CONTROL b/ports/sdl2-ttf/CONTROL index 22598164e..9154c52da 100644 --- a/ports/sdl2-ttf/CONTROL +++ b/ports/sdl2-ttf/CONTROL @@ -1,4 +1,5 @@ Source: sdl2-ttf Version: 2.0.15-2 +Homepage: https://www.libsdl.org/projects/SDL_ttf/ Description: A library for rendering TrueType fonts with SDL Build-Depends: sdl2, freetype diff --git a/ports/sdl2/CONTROL b/ports/sdl2/CONTROL index b03d96e81..bfda1f10b 100644 --- a/ports/sdl2/CONTROL +++ b/ports/sdl2/CONTROL @@ -1,5 +1,6 @@ Source: sdl2 Version: 2.0.9-3 +Homepage: https://github.com/SDL-Mirror/SDL Description: Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. Feature: vulkan diff --git a/ports/secp256k1/CONTROL b/ports/secp256k1/CONTROL index 16761cc4d..a0414b60c 100644 --- a/ports/secp256k1/CONTROL +++ b/ports/secp256k1/CONTROL @@ -1,3 +1,4 @@ Source: secp256k1 Version: 2017-19-10-0b7024185045a49a1a6a4c5615bf31c94f63d9c4-2 +Homepage: https://github.com/bitcoin-core/secp256k1 Description: Optimized C library for EC operations on curve diff --git a/ports/sfgui/CONTROL b/ports/sfgui/CONTROL index da3ee41a9..cd9f17ab9 100644 --- a/ports/sfgui/CONTROL +++ b/ports/sfgui/CONTROL @@ -1,4 +1,5 @@ Source: sfgui Version: 0.4.0 +Homepage: https://github.com/TankOs/SFGUI Description: simple and fast graphical user interface library Build-Depends: sfml diff --git a/ports/sfml/CONTROL b/ports/sfml/CONTROL index 8fcda5bc1..d23645a30 100644 --- a/ports/sfml/CONTROL +++ b/ports/sfml/CONTROL @@ -1,4 +1,5 @@ Source: sfml Version: 2.5.1-1 +Homepage: https://github.com/sfml/sfml Description: Simple and fast multimedia library Build-Depends: freetype, libflac, libogg, libvorbis, openal-soft, stb diff --git a/ports/shaderc/CONTROL b/ports/shaderc/CONTROL index c428c0ea9..36f82852a 100644 --- a/ports/shaderc/CONTROL +++ b/ports/shaderc/CONTROL @@ -1,4 +1,5 @@ Source: shaderc Version: 12fb656ab20ea9aa06e7084a74e5ff832b7ce2da-2 +Homepage: https://github.com/google/shaderc Description: A collection of tools, libraries and tests for shader compilation. Build-Depends: glslang, spirv-tools diff --git a/ports/shapelib/CONTROL b/ports/shapelib/CONTROL index 57fbecb53..338be3ebe 100644 --- a/ports/shapelib/CONTROL +++ b/ports/shapelib/CONTROL @@ -1,3 +1,4 @@ Source: shapelib Version: 1.4.1-1 +Homepage: https://download.osgeo.org/shapelib Description: Shapefile C Library is simple C API for reading and writing ESRI Shapefiles diff --git a/ports/signalrclient/CONTROL b/ports/signalrclient/CONTROL index 12f9dcfe2..e64b920ba 100644 --- a/ports/signalrclient/CONTROL +++ b/ports/signalrclient/CONTROL @@ -1,4 +1,5 @@ Source: signalrclient Version: 1.0.0-beta1-6 Build-Depends: cpprestsdk, openssl +Homepage: https://github.com/aspnet/SignalR-Client-Cpp Description: C++ client for SignalR. diff --git a/ports/smpeg2/CONTROL b/ports/smpeg2/CONTROL index fc1e1604c..3a761287e 100644 --- a/ports/smpeg2/CONTROL +++ b/ports/smpeg2/CONTROL @@ -1,4 +1,5 @@ Source: smpeg2 Version: 2.0.0-6 +Homepage: https://www.libsdl.org/projects/smpeg/ Description: SDL MPEG Player Library Build-Depends: sdl2 diff --git a/ports/snappy/CONTROL b/ports/snappy/CONTROL index d90f5039c..a0a0cae03 100644 --- a/ports/snappy/CONTROL +++ b/ports/snappy/CONTROL @@ -1,3 +1,4 @@ Source: snappy Version: 1.1.7-2 +Homepage: https://github.com/google/snappy Description: A fast compressor/decompressor. diff --git a/ports/sobjectizer/CONTROL b/ports/sobjectizer/CONTROL index 27cb2971f..12b0968d9 100644 --- a/ports/sobjectizer/CONTROL +++ b/ports/sobjectizer/CONTROL @@ -1,3 +1,4 @@ Source: sobjectizer Version: 5.5.24.4 +Homepage: https://sourceforge.net/projects/sobjectizer Description: SObjectizer is a C++ in-process message dispatching framework with implementation of Actor Model, Publish-Subscribe Model and CSP-like channels. diff --git a/ports/soci/CONTROL b/ports/soci/CONTROL index 33de13eb7..224e3de64 100644 --- a/ports/soci/CONTROL +++ b/ports/soci/CONTROL @@ -1,5 +1,6 @@ Source: soci Version: 3.2.3-4 +Homepage: https://github.com/SOCI/soci Description: SOCI database access library Feature: boost diff --git a/ports/sol2/CONTROL b/ports/sol2/CONTROL index 5d702333c..a43b1c7b4 100644 --- a/ports/sol2/CONTROL +++ b/ports/sol2/CONTROL @@ -1,4 +1,5 @@ Source: sol2 Version: 3.0.2 +Homepage: https://github.com/ThePhD/sol2 Description: Sol v2.0 - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great Build-Depends: lua (windows) \ No newline at end of file diff --git a/ports/sophus/CONTROL b/ports/sophus/CONTROL index e6cf512f2..91e97c90b 100644 --- a/ports/sophus/CONTROL +++ b/ports/sophus/CONTROL @@ -1,4 +1,5 @@ Source: sophus Version: 1.0.0-3 Build-Depends: eigen3, ceres, suitesparse +Homepage: https://github.com/strasdat/Sophus Description: Lie group library for C++ diff --git a/ports/soundtouch/CONTROL b/ports/soundtouch/CONTROL index 012b7c9df..2e358f55e 100644 --- a/ports/soundtouch/CONTROL +++ b/ports/soundtouch/CONTROL @@ -1,4 +1,5 @@ Source: soundtouch Version: 2.0.0-2 +Homepage: https://www.surina.net/soundtouch Description: SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or audio files. Build-Depends: atlmfc diff --git a/ports/spatialite-tools/CONTROL b/ports/spatialite-tools/CONTROL index 19b2aafbb..3ba32121c 100644 --- a/ports/spatialite-tools/CONTROL +++ b/ports/spatialite-tools/CONTROL @@ -1,4 +1,5 @@ Source: spatialite-tools Version: 4.3.0-1 +Homepage: https://www.gaia-gis.it/fossil/spatialite-tools/index Description: Contains spatialite.exe and other command line tools to work with SpatiaLite databases (import, export, SQL queries) Build-Depends: sqlite3, libspatialite, geos, readosm, proj4, zlib, libiconv, expat diff --git a/ports/spdlog/CONTROL b/ports/spdlog/CONTROL index 801cd3697..38149a55c 100644 --- a/ports/spdlog/CONTROL +++ b/ports/spdlog/CONTROL @@ -1,4 +1,5 @@ Source: spdlog Version: 1.3.1 +Homepage: https://github.com/gabime/spdlog Description: Very fast, header only, C++ logging library Build-Depends: fmt diff --git a/ports/speex/CONTROL b/ports/speex/CONTROL index 6fcda84be..3291927c2 100644 --- a/ports/speex/CONTROL +++ b/ports/speex/CONTROL @@ -1,3 +1,4 @@ Source: speex Version: 1.2.0-4 +Homepage: https://github.com/xiph/speex Description: Speex is an Open Source/Free Software patent-free audio compression format designed for speech. diff --git a/ports/speexdsp/CONTROL b/ports/speexdsp/CONTROL index d7e8bac98..d96eb11c1 100644 --- a/ports/speexdsp/CONTROL +++ b/ports/speexdsp/CONTROL @@ -1,4 +1,5 @@ Source: speexdsp Version: 1.2rc3-2 +Homepage: https://ftp.osuosl.org/pub/xiph/releases/speex/ Description: A patent-free, Open Source/Free Software DSP library. Build-Depends: diff --git a/ports/spirit-po/CONTROL b/ports/spirit-po/CONTROL index eb3b319b7..e31bdcb2e 100644 --- a/ports/spirit-po/CONTROL +++ b/ports/spirit-po/CONTROL @@ -1,4 +1,5 @@ Source: spirit-po Version: 1.1.2-1 +Homepage: https://github.com/cbeck88/spirit-po Description: A header-only C++ library for localization using GNU gettext po files, based on Boost.Spirit. Build-Depends: boost diff --git a/ports/spirv-tools/CONTROL b/ports/spirv-tools/CONTROL index 38995e356..b5f0c536a 100644 --- a/ports/spirv-tools/CONTROL +++ b/ports/spirv-tools/CONTROL @@ -1,4 +1,5 @@ Source: spirv-tools Version: 2018.1-2 +Homepage: https://github.com/KhronosGroup/SPIRV-Tools Description: API and commands for processing SPIR-V modules Build-Depends: spirv-headers diff --git a/ports/sqlite-modern-cpp/CONTROL b/ports/sqlite-modern-cpp/CONTROL index c3e3b38be..c8e3ccb64 100644 --- a/ports/sqlite-modern-cpp/CONTROL +++ b/ports/sqlite-modern-cpp/CONTROL @@ -1,4 +1,5 @@ Source: sqlite-modern-cpp Version: 3.2-936cd0c8 Build-Depends: sqlite3 +Homepage: https://github.com/aminroosta/sqlite_modern_cpp Description: The C++14 wrapper around sqlite library diff --git a/ports/sqlite3/CONTROL b/ports/sqlite3/CONTROL index ab5f103fd..c829193a2 100644 --- a/ports/sqlite3/CONTROL +++ b/ports/sqlite3/CONTROL @@ -1,5 +1,6 @@ Source: sqlite3 Version: 3.27.2 +Homepage: https://sqlite.org/ Description: SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. Feature: tool diff --git a/ports/sqlitecpp/CONTROL b/ports/sqlitecpp/CONTROL index ecb0f16e5..8d0fb047e 100644 --- a/ports/sqlitecpp/CONTROL +++ b/ports/sqlitecpp/CONTROL @@ -1,4 +1,5 @@ Source: sqlitecpp Version: 2.3.0 Build-Depends: sqlite3 +Homepage: https://github.com/SRombauts/SQLiteCpp Description: SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper. diff --git a/ports/stb/CONTROL b/ports/stb/CONTROL index 7ffc04be0..ff7778020 100644 --- a/ports/stb/CONTROL +++ b/ports/stb/CONTROL @@ -1,3 +1,4 @@ Source: stb Version: 2019-05-07 +Homepage: https://github.com/nothings/stb Description: stb single-file public domain libraries for C/C++ diff --git a/ports/string-theory/CONTROL b/ports/string-theory/CONTROL index 841f6abef..e1c0c8af0 100644 --- a/ports/string-theory/CONTROL +++ b/ports/string-theory/CONTROL @@ -1,3 +1,4 @@ Source: string-theory Version: 2.1 +Homepage: https://github.com/zrax/string_theory Description: Flexible C++11 string library with type-safe formatting. diff --git a/ports/strtk/CONTROL b/ports/strtk/CONTROL index 861e148a7..0effa1bb0 100644 --- a/ports/strtk/CONTROL +++ b/ports/strtk/CONTROL @@ -1,4 +1,5 @@ Source: strtk Version: 2019-01-09 +Homepage: https://github.com/ArashPartow/strtk Description: robust, optimized and portable string processing algorithms for the C++ language Build-Depends: boost diff --git a/ports/suitesparse/CONTROL b/ports/suitesparse/CONTROL index 5182a90cd..352a28a6d 100644 --- a/ports/suitesparse/CONTROL +++ b/ports/suitesparse/CONTROL @@ -1,6 +1,7 @@ Source: suitesparse Version: 5.4.0-1 Build-Depends: clapack (!osx) +Homepage: http://faculty.cse.tamu.edu/davis/SuiteSparse Description: algebra library Feature: metis diff --git a/ports/sundials/CONTROL b/ports/sundials/CONTROL index 7651993bf..dc6955d40 100644 --- a/ports/sundials/CONTROL +++ b/ports/sundials/CONTROL @@ -1,3 +1,4 @@ Source: sundials Version: 3.1.1 +Homepage: https://computation.llnl.gov/projects/sundials Description: SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers) diff --git a/ports/szip/CONTROL b/ports/szip/CONTROL index 79a99911d..a2ea5f275 100644 --- a/ports/szip/CONTROL +++ b/ports/szip/CONTROL @@ -1,3 +1,4 @@ Source: szip Version: 2.1.1-3 +Homepage: https://support.hdfgroup.org/ftp/lib-external/szip Description: Szip compression software, providing lossless compression of scientific data diff --git a/ports/tacopie/CONTROL b/ports/tacopie/CONTROL index 47493a022..a800a26be 100644 --- a/ports/tacopie/CONTROL +++ b/ports/tacopie/CONTROL @@ -1,3 +1,4 @@ Source: tacopie Version: 3.2.0-1 +Homepage: https://github.com/Cylix/tacopie Description: Tacopie is a TCP Client & Server C++11 library diff --git a/ports/taglib/CONTROL b/ports/taglib/CONTROL index fe0567998..9756e8e8c 100644 --- a/ports/taglib/CONTROL +++ b/ports/taglib/CONTROL @@ -1,4 +1,5 @@ Source: taglib Version: 1.11.1-20190531 Description: TagLib Audio Meta-Data Library +Homepage: https://github.com/taglib/taglib Build-Depends: zlib diff --git a/ports/tbb/CONTROL b/ports/tbb/CONTROL index 70e21589a..e3ae78936 100644 --- a/ports/tbb/CONTROL +++ b/ports/tbb/CONTROL @@ -1,3 +1,4 @@ Source: tbb Version: 2019_U7 +Homepage: https://github.com/01org/tbb Description: Intel's Threading Building Blocks. diff --git a/ports/tclap/CONTROL b/ports/tclap/CONTROL index e4276ca03..652593d40 100644 --- a/ports/tclap/CONTROL +++ b/ports/tclap/CONTROL @@ -1,3 +1,4 @@ Source: tclap Version: 1.2.2 +Homepage: https://sourceforge.net/projects/tclap/ Description: Templatized command-line argument parser for C++ diff --git a/ports/telnetpp/CONTROL b/ports/telnetpp/CONTROL index 27ebdb31b..563a12f56 100644 --- a/ports/telnetpp/CONTROL +++ b/ports/telnetpp/CONTROL @@ -1,4 +1,5 @@ Source: telnetpp Version: 1.2.4-1 +Homepage: https://github.com/KazDragon/telnetpp Description: Telnet++ is an implementation of the Telnet Session Layer protocol using C++14 Build-Depends: boost, gtest, zlib diff --git a/ports/tesseract/CONTROL b/ports/tesseract/CONTROL index 11ff55640..85e76cc03 100644 --- a/ports/tesseract/CONTROL +++ b/ports/tesseract/CONTROL @@ -1,4 +1,5 @@ Source: tesseract Version: 4.0.0-2 +Homepage: https://github.com/tesseract-ocr/tesseract Description: An OCR Engine that was developed at HP Labs between 1985 and 1995... and now at Google. Build-Depends: leptonica, icu diff --git a/ports/theia/CONTROL b/ports/theia/CONTROL index d29e6b3fe..2d527adcd 100644 --- a/ports/theia/CONTROL +++ b/ports/theia/CONTROL @@ -1,4 +1,5 @@ Source: theia Version: 0.8-2 Build-Depends: flann, cereal, ceres[suitesparse], openimageio, glew, freeglut (!osx) +Homepage: https://github.com/sweeneychris/TheiaSfM Description: An open source library for multiview geometry and structure from motion diff --git a/ports/thor/CONTROL b/ports/thor/CONTROL index 4ff531d14..afdc2aafb 100644 --- a/ports/thor/CONTROL +++ b/ports/thor/CONTROL @@ -1,4 +1,5 @@ Source: thor Version: 2.0-2 +Homepage: https://github.com/Bromeon/Thor Description: Extends the multimedia library SFML with higher-level features Build-Depends: sfml, aurora diff --git a/ports/thrift/CONTROL b/ports/thrift/CONTROL index e1afc6ccf..47a85dfa5 100644 --- a/ports/thrift/CONTROL +++ b/ports/thrift/CONTROL @@ -1,4 +1,5 @@ Source: thrift Version: 2019-05-07-1 Build-Depends: zlib, libevent, openssl, boost-range, boost-smart-ptr, boost-date-time, boost-locale, boost-scope-exit +Homepage: https://github.com/apache/thrift Description: Apache Thrift is a software project spanning a variety of programming languages and use cases. Our goal is to make reliable, performant communication and data serialization across languages as efficient and seamless as possible. Originally developed at Facebook, Thrift was open sourced in April 2007 and entered the Apache Incubator in May, 2008. Thrift became an Apache TLP in October, 2010. diff --git a/ports/tidy-html5/CONTROL b/ports/tidy-html5/CONTROL index ff74c1973..0f608ea2d 100644 --- a/ports/tidy-html5/CONTROL +++ b/ports/tidy-html5/CONTROL @@ -1,3 +1,4 @@ Source: tidy-html5 Version: 5.6.0 +Homepage: https://github.com/htacg/tidy-html5 Description: Tidy tidies HTML and XML. It can tidy your documents by itself, and developers can easily integrate its features into even more powerful tools. diff --git a/ports/tiff/CONTROL b/ports/tiff/CONTROL index d4ad07dc6..9c88261a6 100644 --- a/ports/tiff/CONTROL +++ b/ports/tiff/CONTROL @@ -1,4 +1,5 @@ Source: tiff Version: 4.0.10-6 Build-Depends: zlib, libjpeg-turbo, liblzma +Homepage: https://download.osgeo.org/libtiff Description: A library that supports the manipulation of TIFF image files diff --git a/ports/tiny-dnn/CONTROL b/ports/tiny-dnn/CONTROL index 9198ef7fd..2a31c833a 100644 --- a/ports/tiny-dnn/CONTROL +++ b/ports/tiny-dnn/CONTROL @@ -1,3 +1,4 @@ Source: tiny-dnn Version: 2018-10-25 +Homepage: https://github.com/tiny-dnn/tiny-dnn Description: A C++14 implementation of deep learning. It is suitable for deep learning on limited computational resource. diff --git a/ports/tinydir/CONTROL b/ports/tinydir/CONTROL index 8ee419763..04a6b7b60 100644 --- a/ports/tinydir/CONTROL +++ b/ports/tinydir/CONTROL @@ -1,3 +1,4 @@ Source: tinydir Version: 1.2.4 +Homepage: https://github.com/cxong/tinydir Description: Lightweight, portable and easy to integrate C directory and file reader diff --git a/ports/tinyexif/CONTROL b/ports/tinyexif/CONTROL index 8302333d5..861520321 100644 --- a/ports/tinyexif/CONTROL +++ b/ports/tinyexif/CONTROL @@ -1,4 +1,5 @@ Source: tinyexif Version: 1.0.2-4 Build-Depends: tinyxml2 +Homepage: https://github.com/cdcseacave/TinyEXIF Description: tiny ISO-compliant C++ EXIF and XMP parsing library for JPEG images diff --git a/ports/tinyexr/CONTROL b/ports/tinyexr/CONTROL index 3dbc26101..076322a0f 100644 --- a/ports/tinyexr/CONTROL +++ b/ports/tinyexr/CONTROL @@ -1,3 +1,4 @@ Source: tinyexr Version: 0.9.5-d16ea6-1 +Homepage: https://github.com/syoyo/tinyexr Description: Library to load and save OpenEXR(.exr) images diff --git a/ports/tinythread/CONTROL b/ports/tinythread/CONTROL index 6b5de12e1..c837708ce 100644 --- a/ports/tinythread/CONTROL +++ b/ports/tinythread/CONTROL @@ -1,3 +1,4 @@ Source: tinythread Version: 1.1-2 +Homepage: https://tinythreadpp.bitsnbites.eu/ Description: Implements a fairly compatible subset of the C++11 thread management classes diff --git a/ports/tinytoml/CONTROL b/ports/tinytoml/CONTROL index b656fccc4..ba262920f 100644 --- a/ports/tinytoml/CONTROL +++ b/ports/tinytoml/CONTROL @@ -1,3 +1,4 @@ Source: tinytoml Version: 20180219-1 +Homepage: https://github.com/mayah/tinytoml Description: A header only C++11 library for parsing TOML. diff --git a/ports/tinyxml/CONTROL b/ports/tinyxml/CONTROL index 4eacee3b2..749dc2e7e 100644 --- a/ports/tinyxml/CONTROL +++ b/ports/tinyxml/CONTROL @@ -1,3 +1,4 @@ Source: tinyxml Version: 2.6.2-4 +Homepage: https://sourceforge.net/projects/tinyxml Description: A simple, small, minimal, C++ XML parser that can be easily integrating into other programs. diff --git a/ports/tinyxml2/CONTROL b/ports/tinyxml2/CONTROL index 5c4fb87a2..f3b7655e9 100644 --- a/ports/tinyxml2/CONTROL +++ b/ports/tinyxml2/CONTROL @@ -1,3 +1,4 @@ Source: tinyxml2 Version: 7.0.1 +Homepage: https://github.com/leethomason/tinyxml2 Description: A simple, small, efficient, C++ XML parser diff --git a/ports/torch-th/CONTROL b/ports/torch-th/CONTROL index edaaef3d4..1ffe36b0a 100644 --- a/ports/torch-th/CONTROL +++ b/ports/torch-th/CONTROL @@ -1,3 +1,4 @@ Source: torch-th Version: 2019-04-19-1 +Homepage: https://github.com/torch/torch7 Description: Torch's TH library diff --git a/ports/tre/CONTROL b/ports/tre/CONTROL index a5df8cd11..70a5ce003 100644 --- a/ports/tre/CONTROL +++ b/ports/tre/CONTROL @@ -1,3 +1,4 @@ Source: tre Version: 0.8.0-1 +Homepage: https://github.com/laurikari/tre Description: TRE is a lightweight, robust, and efficient POSIX compliant regexp matching library with some exciting features such as approximate (fuzzy) matching. diff --git a/ports/unicorn-lib/CONTROL b/ports/unicorn-lib/CONTROL index 655dd26d7..9da8c56e9 100644 --- a/ports/unicorn-lib/CONTROL +++ b/ports/unicorn-lib/CONTROL @@ -1,4 +1,5 @@ Source: unicorn-lib Version: 2019-05-07-1 +Homepage: https://github.com/CaptainCrowbar/unicorn-lib Description: Unicode library for C++ by Ross Smith Build-Depends: rs-core-lib, pcre2, zlib, libiconv diff --git a/ports/unicorn/CONTROL b/ports/unicorn/CONTROL index 0753670c2..71a3bd18c 100644 --- a/ports/unicorn/CONTROL +++ b/ports/unicorn/CONTROL @@ -1,3 +1,4 @@ Source: unicorn Version: 2019-04-19 +Homepage: https://github.com/unicorn-engine/unicorn Description: Unicorn is a lightweight multi-platform, multi-architecture CPU emulator framework diff --git a/ports/units/CONTROL b/ports/units/CONTROL index b66a3b828..21c7f44b1 100644 --- a/ports/units/CONTROL +++ b/ports/units/CONTROL @@ -1,3 +1,4 @@ Source: units Version: 2.3.0 +Homepage: https://github.com/nholthaus/units Description: A compile-time, header-only, dimensional analysis and unit conversion library built on c++14 with no dependencies. diff --git a/ports/unittest-cpp/CONTROL b/ports/unittest-cpp/CONTROL index 9279cd127..195b41fe4 100644 --- a/ports/unittest-cpp/CONTROL +++ b/ports/unittest-cpp/CONTROL @@ -1,3 +1,4 @@ Source: unittest-cpp Version: 2.0.0-1 +Homepage: https://github.com/unittest-cpp/unittest-cpp Description: A lightweight unit testing framework for C++ diff --git a/ports/unrar/CONTROL b/ports/unrar/CONTROL index 5e54ed37f..f105d84bc 100644 --- a/ports/unrar/CONTROL +++ b/ports/unrar/CONTROL @@ -1,3 +1,4 @@ Source: unrar Version: 5.5.8-2 +Homepage: https://www.rarlab.com Description: rarlab's unrar libary diff --git a/ports/urdfdom-headers/CONTROL b/ports/urdfdom-headers/CONTROL index 4eb0a976b..3d005dd60 100644 --- a/ports/urdfdom-headers/CONTROL +++ b/ports/urdfdom-headers/CONTROL @@ -1,3 +1,4 @@ Source: urdfdom-headers Version: 1.0.4 +Homepage: https://github.com/ros/urdfdom_headers Description: The URDF (U-Robot Description Format) headers provides core data structure headers for URDF. diff --git a/ports/urdfdom/CONTROL b/ports/urdfdom/CONTROL index c2a76b5c8..0d81ec662 100644 --- a/ports/urdfdom/CONTROL +++ b/ports/urdfdom/CONTROL @@ -1,4 +1,5 @@ Source: urdfdom -Version: 1.0.3 +Version: 1.0.3 +Homepage: https://github.com/ros/urdfdom Description: Provides core data structures and a simple XML parsers for populating the class data structures from an URDF file. Build-Depends: console-bridge, tinyxml, urdfdom-headers diff --git a/ports/uriparser/CONTROL b/ports/uriparser/CONTROL index a0e37aeba..af57f871a 100644 --- a/ports/uriparser/CONTROL +++ b/ports/uriparser/CONTROL @@ -1,5 +1,6 @@ Source: uriparser Version: 0.9.3-4 +Homepage: https://github.com/uriparser/uriparser Description: uriparser is a strictly RFC 3986 compliant URI parsing and handling library written in C89 ("ANSI C"). uriparser is cross-platform, fast, supports Unicode, and is licensed under the New BSD license. Feature: tool diff --git a/ports/utf8proc/CONTROL b/ports/utf8proc/CONTROL index 183f1bb39..4afe2da7c 100644 --- a/ports/utf8proc/CONTROL +++ b/ports/utf8proc/CONTROL @@ -1,3 +1,4 @@ Source: utf8proc Version: 2.4.0 +Homepage: https://github.com/JuliaLang/utf8proc Description: Clean C library for processing UTF-8 Unicode data. diff --git a/ports/utfcpp/CONTROL b/ports/utfcpp/CONTROL index f3800dd21..fd1872241 100644 --- a/ports/utfcpp/CONTROL +++ b/ports/utfcpp/CONTROL @@ -1,3 +1,4 @@ Source: utfcpp -Version: 3.1 +Version: 3.1 +Homepage: https://github.com/nemtrif/utfcpp Description: UTF-8 with C++ in a Portable Way diff --git a/ports/utfz/CONTROL b/ports/utfz/CONTROL index fd1854467..1212c4d6d 100644 --- a/ports/utfz/CONTROL +++ b/ports/utfz/CONTROL @@ -1,3 +1,4 @@ Source: utfz Version: 1.2-1 +Homepage: https://github.com/IMQS/utfz Description: A tiny C++ library for parsing and encoding utf-8 diff --git a/ports/uvatlas/CONTROL b/ports/uvatlas/CONTROL index c028ad14e..972c6741b 100644 --- a/ports/uvatlas/CONTROL +++ b/ports/uvatlas/CONTROL @@ -1,3 +1,4 @@ Source: uvatlas -Version: apr2019 +Version: apr2019 +Homepage: https://github.com/Microsoft/UVAtlas Description: UVAtlas isochart texture atlas \ No newline at end of file diff --git a/ports/uwebsockets/CONTROL b/ports/uwebsockets/CONTROL index daf53b28b..663538f96 100644 --- a/ports/uwebsockets/CONTROL +++ b/ports/uwebsockets/CONTROL @@ -1,4 +1,5 @@ Source: uwebsockets Version: 0.15.6 Build-Depends: zlib, usockets +Homepage: https://github.com/uWebSockets/uWebSockets Description: Simple, secure & standards compliant web I/O for the most demanding of applications diff --git a/ports/vlpp/CONTROL b/ports/vlpp/CONTROL index 13a64dfc8..bd453ffc2 100644 --- a/ports/vlpp/CONTROL +++ b/ports/vlpp/CONTROL @@ -1,3 +1,4 @@ Source: vlpp Version: 0.10.0.0 +Homepage: https://github.com/vczh-libraries/Release Description: Common C++ construction, including string operation / generic container / linq / General-LR parser generator / multithreading / reflection for C++ / etc diff --git a/ports/vtk/CONTROL b/ports/vtk/CONTROL index 5917bbf68..7b07132d2 100644 --- a/ports/vtk/CONTROL +++ b/ports/vtk/CONTROL @@ -1,6 +1,7 @@ Source: vtk Version: 8.2.0-4 Description: Software system for 3D computer graphics, image processing, and visualization +Homepage: https://github.com/Kitware/VTK Build-Depends: zlib, libpng, tiff, libxml2, jsoncpp, glew, freetype, expat, hdf5, libjpeg-turbo, proj4, lz4, libtheora, atlmfc (windows), eigen3, double-conversion, pugixml, libharu, sqlite3, netcdf-c Feature: openvr diff --git a/ports/websocketpp/CONTROL b/ports/websocketpp/CONTROL index 206b0d4dd..4a284f09e 100644 --- a/ports/websocketpp/CONTROL +++ b/ports/websocketpp/CONTROL @@ -1,4 +1,5 @@ Source: websocketpp Version: 0.8.1-1 Build-Depends: zlib, openssl, boost-asio +Homepage: https://github.com/zaphoyd/websocketpp Description: Library that implements RFC6455 The WebSocket Protocol \ No newline at end of file diff --git a/ports/wildmidi/CONTROL b/ports/wildmidi/CONTROL index 33e9cde1f..35e0bfffc 100644 --- a/ports/wildmidi/CONTROL +++ b/ports/wildmidi/CONTROL @@ -1,3 +1,4 @@ Source: wildmidi -Version: 0.4.3 +Version: 0.4.3 +Homepage: https://github.com/Mindwerks/wildmidi Description: MIDI software synthesizer library. diff --git a/ports/winpcap/CONTROL b/ports/winpcap/CONTROL index 1454948d2..ddddcab1c 100644 --- a/ports/winpcap/CONTROL +++ b/ports/winpcap/CONTROL @@ -1,3 +1,4 @@ Source: winpcap Version: 4.1.3-2 +Homepage: https://www.winpcap.org Description: WinPcap is the industry-standard tool for link-layer network access in Windows environments. diff --git a/ports/wt/CONTROL b/ports/wt/CONTROL index 5db330a5c..3379d8ff0 100644 --- a/ports/wt/CONTROL +++ b/ports/wt/CONTROL @@ -1,4 +1,5 @@ Source: wt Version: 4.0.5 +Homepage: https://github.com/emweb/wt Description: Wt is a C++ library for developing web applications Build-Depends: openssl, sqlite3, libpq, pango, glew, boost-date-time, boost-regex, boost-program-options, boost-signals, boost-system, boost-filesystem, boost-thread, boost-random, boost-multi-index, boost-signals2, boost-asio, boost-ublas, boost-conversion, boost-array, boost-smart-ptr, boost-tuple, boost-algorithm, boost-logic, boost-interprocess diff --git a/ports/wtl/CONTROL b/ports/wtl/CONTROL index 0eb3cf372..126b4d768 100644 --- a/ports/wtl/CONTROL +++ b/ports/wtl/CONTROL @@ -1,5 +1,6 @@ Source: wtl Maintainer: jfrederich@gmail.com Version: 10.0-2 +Homepage: https://sourceforge.net/projects/wtl/ Description: Windows Template Library (WTL) is a C++ library for developing Windows applications and UI components. Build-Depends: diff --git a/ports/wxwidgets/CONTROL b/ports/wxwidgets/CONTROL index b922c1a24..542fdf327 100644 --- a/ports/wxwidgets/CONTROL +++ b/ports/wxwidgets/CONTROL @@ -1,4 +1,5 @@ Source: wxwidgets Version: 3.1.2-1 +Homepage: https://github.com/wxWidgets/wxWidgets Description: wxWidgets is a widget toolkit and tools library for creating graphical user interfaces (GUIs) for cross-platform applications. Build-Depends: zlib, libpng, tiff, expat diff --git a/ports/x264/CONTROL b/ports/x264/CONTROL index 0d6d6a56d..ef3e80bcb 100644 --- a/ports/x264/CONTROL +++ b/ports/x264/CONTROL @@ -1,3 +1,4 @@ Source: x264 Version: 157-303c484ec828ed0-2 +Homepage: https://github.com/mirror/x264 Description: x264 is a free software library and application for encoding video streams into the H.264/MPEG-4 AVC compression format diff --git a/ports/x265/CONTROL b/ports/x265/CONTROL index ae598d613..fcfb78170 100644 --- a/ports/x265/CONTROL +++ b/ports/x265/CONTROL @@ -1,3 +1,4 @@ Source: x265 Version: 3.0-1 +Homepage: https://bitbucket.org/multicoreware/x265 Description: x265 is a H.265 / HEVC video encoder application library, designed to encode video or images into an H.265 / HEVC encoded bitstream. diff --git a/ports/xalan-c/CONTROL b/ports/xalan-c/CONTROL index eb882eb38..06ab8967d 100644 --- a/ports/xalan-c/CONTROL +++ b/ports/xalan-c/CONTROL @@ -1,4 +1,5 @@ Source: xalan-c Version: 1.11-5 +Homepage: https://www-us.apache.org/dist/xalan/xalan-c/ Description: Xalan is an XSLT processor for transforming XML documents into HTML, text, or other XML document types Build-Depends: xerces-c diff --git a/ports/xerces-c/CONTROL b/ports/xerces-c/CONTROL index 7d0881a81..2fde766e1 100644 --- a/ports/xerces-c/CONTROL +++ b/ports/xerces-c/CONTROL @@ -1,5 +1,6 @@ Source: xerces-c Version: 3.2.2-9 +Homepage: https://github.com/apache/xerces-c Description: Xerces-C++ is a XML parser, for parsing, generating, manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs. Feature: icu diff --git a/ports/xlnt/CONTROL b/ports/xlnt/CONTROL index 80606821b..6433b748e 100644 --- a/ports/xlnt/CONTROL +++ b/ports/xlnt/CONTROL @@ -1,3 +1,4 @@ Source: xlnt Version: 1.3.0-1 +Homepage: https://github.com/tfussell/xlnt Description: Cross-platform user-friendly xlsx library for C++14 diff --git a/ports/xxhash/CONTROL b/ports/xxhash/CONTROL index 4b4f46172..be4cc2900 100644 --- a/ports/xxhash/CONTROL +++ b/ports/xxhash/CONTROL @@ -1,3 +1,4 @@ Source: xxhash Version: 0.7.0 +Homepage: https://github.com/Cyan4973/xxHash Description: Extremely fast hash algorithm diff --git a/ports/yaml-cpp/CONTROL b/ports/yaml-cpp/CONTROL index 0689f8d4e..93988ece9 100644 --- a/ports/yaml-cpp/CONTROL +++ b/ports/yaml-cpp/CONTROL @@ -1,3 +1,4 @@ Source: yaml-cpp Version: 0.6.2-2 +Homepage: https://github.com/jbeder/yaml-cpp Description: yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec. diff --git a/ports/yara/CONTROL b/ports/yara/CONTROL index 5e2832bb5..b1d90b471 100644 --- a/ports/yara/CONTROL +++ b/ports/yara/CONTROL @@ -1,4 +1,5 @@ Source: yara Version: e3439e4ead4ed5d3b75a0b46eaf15ddda2110bb9-2 +Homepage: https://github.com/VirusTotal/yara Description: The pattern matching swiss knife Build-Depends: openssl, jansson diff --git a/ports/yoga/CONTROL b/ports/yoga/CONTROL index 650808140..14ed48f16 100644 --- a/ports/yoga/CONTROL +++ b/ports/yoga/CONTROL @@ -1,3 +1,4 @@ Source: yoga Version: 1.14.0 +Homepage: https://github.com/facebook/yoga Description: Yoga is a cross-platform layout engine which implements Flexbox diff --git a/ports/zeromq/CONTROL b/ports/zeromq/CONTROL index a73b94fc3..24796e155 100644 --- a/ports/zeromq/CONTROL +++ b/ports/zeromq/CONTROL @@ -1,5 +1,6 @@ Source: zeromq Version: 2019-05-07 +Homepage: https://github.com/zeromq/libzmq Description: The ZeroMQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products Feature: sodium diff --git a/ports/zlib/CONTROL b/ports/zlib/CONTROL index 2138e31af..aa7c7b6e9 100644 --- a/ports/zlib/CONTROL +++ b/ports/zlib/CONTROL @@ -1,3 +1,4 @@ Source: zlib Version: 1.2.11-5 +Homepage: https://www.zlib.net/ Description: A compression library diff --git a/ports/zstd/CONTROL b/ports/zstd/CONTROL index 507c23f3a..bab75367d 100644 --- a/ports/zstd/CONTROL +++ b/ports/zstd/CONTROL @@ -1,4 +1,4 @@ Source: zstd Version: 1.4.0 Description: Zstandard - Fast real-time compression algorithm -Homepage: http://www.zstd.net +Homepage: https://facebook.github.io/zstd/ diff --git a/ports/zziplib/CONTROL b/ports/zziplib/CONTROL index 362fdee03..f756d19ae 100644 --- a/ports/zziplib/CONTROL +++ b/ports/zziplib/CONTROL @@ -1,4 +1,5 @@ Source: zziplib Version: 0.13.69-3 Build-Depends: zlib -Description: library providing read access on ZIP-archives \ No newline at end of file +Homepage: https://github.com/gdraheim/zziplib +Description: library providing read access on ZIP-archives