Port details |
- ada-util Utility library for Ada 2005 applications
- 1.8.0_5 devel
=0 1.8.0_5Version of this port present on the latest quarterly branch.
- IGNORE: is marked as broken on FreeBSD 12.2: 'struct stat' has no member named 'st_lspare'
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2015-11-22 23:47:21
- Last Update: 2022-02-28 21:34:25
- Commit Hash: 8e2a89b
- License: APACHE20
- WWW:
- https://github.com/stcarrez/ada-util/wiki
- Description:
- Ada Utility Library
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.
WWW: https://github.com/stcarrez/ada-util/wiki
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ada-util>0:devel/ada-util
- No installation instructions:
- This port has been deleted.
- PKGNAME: ada-util
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (stcarrez-ada-util-1.8.0-b6612400_GH0.tar.gz) = e49fc4da1726726bfea27e03c05b9161bc65d86d5a6509bff611adff3a8a21f4
SIZE (stcarrez-ada-util-1.8.0-b6612400_GH0.tar.gz) = 345837
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gprbuild : devel/gprbuild
- ahven.gpr : devel/ahven
- ada : lang/gcc6-aux
- gmake>=4.3 : devel/gmake
- Library dependencies:
-
- libcurl.so : ftp/curl
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_ada-util
- USES:
- ada gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.0_5 28 Feb 2022 21:34:25 |
Rene Ladan (rene) |
cleanup: Remove ports depending on expired lang/gcc6-aux
Keep ports-mgmt/synth and dependencies (including lang/gcc6-aux itself)
for now as synth is the only Ada port still maintained and might be
somewhat high-profile.
Removed ports:
archivers/zip-ada
cad/ghdl
databases/adabase
databases/apq
databases/apq-mysql
databases/apq-odbc
databases/apq-pgsql
devel/ada-util (Only the first 15 lines of the commit message are shown above ) |
1.8.0_5 27 Apr 2021 14:21:18 |
Dmitry Marakasov (amdmi3) |
devel/ada-util: extend BROKENness to FreeBSD 14 |
1.8.0_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.8.0_5 22 Apr 2019 15:04:14 |
antoine |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2 |
1.8.0_5 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
1.8.0_4 29 Aug 2017 11:13:45 |
amdmi3 |
- Fix plist |
1.8.0_3 21 Apr 2017 20:25:01 |
rene |
Return ports maintained by John Marino to the pool, he is no longer interested.
Submitted by: Mark Millard via private e-mail |
1.8.0_3 15 Feb 2017 21:33:11 |
rene |
Return the ports mistakenly reset to ports@ in r433856 to John Marino.
The mistake was completely on my part, I somehow connected the dots the
wrong way in my head.
The only exceptions (for now) are archivers/zstd and ports-mgmt/synth
which were already picked up by new volunteers in the mean time. |
1.8.0_3 11 Feb 2017 12:42:30 |
rene |
Return ports maintained by John Marino to the pool, see r433827 for details |
1.8.0_3 30 Apr 2016 06:44:28 |
marino |
Change Ada Framework foundation from gcc5-aux to gcc6-aux
GCC 6.1 was released this week. The Ada Framework in FreeBSD ports has
been based on GCC 5.3 GNAT although GCC 6.x has been supported for awhile
via the ADA_DEFAULT option in make.conf.
Now that GCC 6 has been officially released, switch to it by default.
People can maintain the old foundation by putting "ADA_DEFAULT=5" in
/etc/make.conf.
Libraries built by one GNAT are unusable by another, so almost every Ada
port has been bumped as a result. Noticable exceptions are dns/ironsides
which fails to build on gcc6 (thus USES=ada:5 is set) and cad/ghdl which
needs additional testing as it may require gcc5 on FreeBSD (DragonFly
uses the LLVM backend only). |
1.8.0_2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.8.0_2 29 Dec 2015 20:35:43 |
marino |
devel/ada-util: Add many missing source files, remove xmlada support
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. |
1.8.0_1 23 Nov 2015 22:30:10 |
marino |
devel/ada-util: Quiet down hardcoded loggers
Loggers are hardcoded for several packages at the INFO level which is
quite useless for things like spawning commands. It is too chatty!
Set the loggers to filter out everything up less than ERROR messages. |
1.8.0 22 Nov 2015 23:46:51 |
marino |
Add new port: devel/ada-util (Ada Utility Library)
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. |