Port details |
- alog Stackable logging framework for Ada
- 0.6.1 devel
=0 0.6.1Version of this port present on the latest quarterly branch.
- 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: 2014-03-26 01:44:37
- Last Update: 2022-02-28 21:34:25
- Commit Hash: 8e2a89b
- License: LGPL21
- WWW:
- http://www.codelabs.ch/alog
- Description:
- Alog is a stackable logging framework for Ada. It aims to be straight
forward to use and is easily extendable. It provides support for various
logger types, log facilities, loglevel policies and message
transformations.
WWW: http://www.codelabs.ch/alog
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: alog
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1578322733
SHA256 (libalog-0.6.1.tar.bz2) = ae779c9052263e5106ca8f5254bd0f5b6fa584b500a77c4f903476e4bb59f819
SIZE (libalog-0.6.1.tar.bz2) = 269249
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
- asciidoctor : textproc/rubygem-asciidoctor
- ada : lang/gcc6-aux
- gmake>=4.3 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for alog-0.6.1:
TEST=off: Run unit test suite before installation
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_alog
- USES:
- ada tar:bzip2 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 |
0.6.1 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 ) |
0.6.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.1 08 Jan 2020 14:54:06 |
danfe |
Update to version 0.6.1.
Reported by: portscout |
0.5.3 22 Aug 2018 18:57:49 |
swills |
devel/alog: Update to 0.5.3
PR: 230724
Submitted by: Nathan <ndowens@yahoo.com> |
0.5.2_1 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). |
0.5.2 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 |
0.5.2 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. |
0.5.2 11 Feb 2017 12:42:30 |
rene |
Return ports maintained by John Marino to the pool, see r433827 for details |
0.5.2 25 Aug 2016 20:16:21 |
marino |
devel/alog; Upgrade version 0.5.1 => 0.5.2 |
0.5.1_1 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). |
0.5.1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.5.1 29 Feb 2016 11:20:25 |
marino |
devel/alog: Upgrade version 0.5.0 => 0.5.1 |
0.5.0 31 Oct 2014 21:37:24 |
marino |
devel/alog: not jobs safe |
0.5.0 17 Oct 2014 07:55:45 |
marino |
devel/alog: Remove reference to base/full flavors in pkg-descr
The "full" option was removed, along with pgsql, xmpp, and smtp
facilities, so this removes references that were in the description. |
0.5.0 16 Oct 2014 13:19:32 |
marino |
net/alog: Upgrade version 0.4.1 => 0.5.0
The upgrade removes:
* The version package
* The full option (pgsql, smtp, and xmpp facilities)
It switches to build with gprbuild
It fixes the policy database so that it's safe for concurrent access. |
0.4.1 16 Oct 2014 10:36:15 |
marino |
marino 12 devel ports: Remove @dirrm, tend install commands, plus
The main purpose of this commit is to remove @dirrm from the pkg-plist of
some of my ports in devel category. While here, also:
* Unmask some commands
* Use parenthesis on compound commands for multi-job support
* Add a license in one case
* USES=python conversion in one case
* Add WWW and reformat description in one case
* Respect 80-columns |
0.4.1 26 Mar 2014 01:44:30 |
marino |
Add new Ada port: devel/alog
Alog is a stackable logging framework for Ada. It aims to be straight
forward to use and is easily extendable. It provides support for various
logger types, log facilities, loglevel policies and message
transformations.
The Alog library comes in two flavors: base and full. The base build
includes facilities to log to files and syslog while the full version
provides more advanced log facilities like SMTP, Jabber/XMPP or PostgreSQL.
The full version requires AWS (Ada Web Server) and APQ (Ada95 database
binding) and are offered as a non-default option.
WWW: http://www.codelabs.ch/alog |