Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | devel/ada-util: Add many missing source files, remove xmlada support | John Marino | 2015-12-29 | 1 | -0/+84 |
| | | | | | | | | | | | | | | | | | I have my doubts about gprinstall. It missed installing many source files. I can only assume it's buggy. Scoop them up in a crude fashion with post-install target. While here, turn off xmlada support. The configure script in this are is hopelessly broken (it doesn't want to accept no for an answer) so just rip out the configure script guts. XML/Ada is GPL and it will carry the license to any project that uses Ada-util. It also makes XML/Ada a run dependency for the same project. Probably in the future I will return support in form of a non-default option, but I'll want up to a more recent version. Notes: svn path=/head/; revision=404784 | ||||
* | Add new port: devel/ada-util (Ada Utility Library) | John Marino | 2015-11-22 | 1 | -0/+50 |
This Ada05 library contains various utility packages for building Ada05 applications. This includes: o A logging framework close to Java log4j framework o Support for properties o A serialization/deserialization framework for XML, JSON, CSV o Ada beans framework o Encoding/decoding framework (Base16, Base64, SHA, HMAC-SHA) o A composing stream framework (raw, files, buffers, pipes, sockets) o Several concurrency tools (reference counters, counters, pools, fifos, arrays) o Process creation and pipes o Support for loading shared libraries (on Windows or Unix) o HTTP client library on top of CURL or AWS Ada Util also provides a small test utility library on top of Ahven to help in writing unit tests. Notes: svn path=/head/; revision=402249 |