diff options
Diffstat (limited to 'ports/log4cpp')
| -rw-r--r-- | ports/log4cpp/CONTROL | 6 | ||||
| -rw-r--r-- | ports/log4cpp/vcpkg.json | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/ports/log4cpp/CONTROL b/ports/log4cpp/CONTROL deleted file mode 100644 index 2b43a635c..000000000 --- a/ports/log4cpp/CONTROL +++ /dev/null @@ -1,6 +0,0 @@ -Source: log4cpp -Version: 2.9.1 -Port-Version: 4 -Homepage: https://github.com/orocos-toolchain/log4cpp -Description: Log4cpp is library of C++ classes for flexible logging to files, syslog, IDSA and other destinations. It is modeled after the Log4j Java library, staying as close to their API as is reasonable. -Supports: !uwp diff --git a/ports/log4cpp/vcpkg.json b/ports/log4cpp/vcpkg.json new file mode 100644 index 000000000..18c56ff49 --- /dev/null +++ b/ports/log4cpp/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "log4cpp", + "version-string": "2.9.1", + "port-version": 5, + "description": "Log4cpp is library of C++ classes for flexible logging to files, syslog, IDSA and other destinations. It is modeled after the Log4j Java library, staying as close to their API as is reasonable.", + "homepage": "https://github.com/orocos-toolchain/log4cpp", + "supports": "!uwp" +} |
