diff options
| author | alexander-smyslov <37107500+alexander-smyslov@users.noreply.github.com> | 2020-08-01 22:55:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-01 13:55:50 -0700 |
| commit | 021db935f6c5eed48e093e16e3bef1721cb3a156 (patch) | |
| tree | 08676e2e46008cef298b2677cf216eb083bb6399 /ports/avro-cpp/CONTROL | |
| parent | f7fe9e374fa85103e144972d0d9a2dc368d8f66f (diff) | |
| download | vcpkg-021db935f6c5eed48e093e16e3bef1721cb3a156.tar.gz vcpkg-021db935f6c5eed48e093e16e3bef1721cb3a156.zip | |
[avro-cpp] new port (#11376)
* Add files via upload
* [new port] avro-cpp
* add boost-format
* remove comments
* remove comments
* avro-cpp 1.9.2
* avro-cpp 1.9.2
* avro-cpp 1.9.2
* avro-cpp 1.9.2
* avro-cpp 1.9.2
* avro-cpp 1.9.2
* fix remarks
* fix remarks
* fix remarks
* Update ports/avro-cpp/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/avro-cpp/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* add linux support
* back osx restriction
* Update ports/avro-cpp/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* fix remarks
* Update ports/avro-cpp/CONTROL
* Update ports/avro-cpp/portfile.cmake
* add osx support
* Update portfile.cmake
* Update CONTROL
* Update scripts/ci.baseline.txt
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* fix
* disable all static build
* fix remarks
* fix remarks
* Update ports/avro-cpp/portfile.cmake
Remove whitespace
Co-authored-by: Alexander Smyslov <aleksandr.smyslov@libertexgroup.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Diffstat (limited to 'ports/avro-cpp/CONTROL')
| -rw-r--r-- | ports/avro-cpp/CONTROL | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ports/avro-cpp/CONTROL b/ports/avro-cpp/CONTROL new file mode 100644 index 000000000..0f75d7e24 --- /dev/null +++ b/ports/avro-cpp/CONTROL @@ -0,0 +1,9 @@ +Source: avro-cpp +Version: 1.9.2 +Homepage: https://github.com/apache/avro +Description: Apache Avro is a data serialization system +Build-Depends: boost-format, boost-thread, boost-filesystem, boost-iostreams, boost-program-options, boost-random, boost-crc, boost-test, libzip, bzip2, liblzma, zlib, zstd + +Feature: snappy +Build-Depends: snappy +Description: Support Snappy for compression |
