Port details |
- anet Networking library for Ada
- 0.4.1 net
=0 0.4.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-02-25 14:57:24
- Last Update: 2022-02-28 21:34:25
- Commit Hash: 8e2a89b
- License: GPLv2 GMGPL
- WWW:
- https://www.codelabs.ch/anet/
- Description:
- Anet is a networking library for the Ada programming language featuring:
* BSD socket implementation
* High abstraction level
* Extendable socket type hierarchy
* Socket receiver tasks (Stream and Datagram)
* Ada type serialisation/deserialisation over sockets
* Supported socket families
- IPv4 (AF_INET)
- IPv6 (AF_INET6)
- UNIX domain (AF_UNIX)
- Linux only: Packet (AF_PACKET)
- Linux only: Netlink (AF_NETLINK)
* Supported socket modes
- Stream (TCP)
- Datagram (UDP)
- RAW
* Support for IPv4/IPv6 multicast
* UDP/IPv4 packet creation and validation
WWW: https://www.codelabs.ch/anet/
- ¦ ¦ ¦ ¦
- 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: anet
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1544602181
SHA256 (libanet-0.4.1.tar.bz2) = 8d53c3c922d1645c62cef34e39a633d4ed9c243c42d79e9cc9a0aac53e2b5871
SIZE (libanet-0.4.1.tar.bz2) = 53485
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
- asciidoc : textproc/asciidoc
- source-highlight : textproc/source-highlight
- 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 anet-0.4.1:
DOCS=on: Build and/or install documentation
TEST=off: Run unit test suite before installation
===> Use 'make config' to modify these settings
- Options name:
- net_anet
- 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.4.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.4.1 13 Feb 2022 20:57:14 |
VinÃcius Zavam (egypcio) |
net/anet: drop maintainership |
0.4.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.4.1 17 Dec 2018 09:57:50 |
egypcio |
net/anet: update 0.4.0 to 0.4.1
- adopt the port;
- silent portlint.
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D18523 |
0.4.0 02 Apr 2018 11:44:13 |
wen |
- Update to 0.4.0 |
0.3.4_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.3.4 10 May 2017 09:00:26 |
amdmi3 |
- Update WWW |
0.3.4 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.3.4 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.3.4 11 Feb 2017 12:42:30 |
rene |
Return ports maintained by John Marino to the pool, see r433827 for details |
0.3.3_1 24 Sep 2016 16:43:44 |
marino |
net/anet: Implement TCP_NODELAY socket option |
0.3.3 02 Jul 2016 22:14:22 |
marino |
net/anet: Upgrade version 0.3.1 => 0.3.3
There is one failure in the testsuite; the cause is not immediately
obvious. I'll try to follow up later.
Failed : 1
Tests for IP sockets:
Error callback handling - Receiver not restarted FAIL 0.027554000s |
0.3.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.3.1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.3.1 16 Oct 2014 10:56:38 |
marino |
Remove @dirrm from package list of 8 of my ports |
0.3.1 31 Aug 2014 12:55:48 |
marino |
net/anet: Upgrade version 0.3.0 => 0.3.1 |
0.3.0_1 12 Jul 2014 13:58:58 |
marino |
net/anet: Install missing files and relocate static library
Natacha noticed that some of the source files were not being installed.
I tested the fix using PREFIX/lib/gnat/anet.gpr and then discovered it
was expecting libanet.a to be installed at PREFIX/lib rather than
PREFIX/lib/anet, so I modified the pkg-plist for that as well.
PR: 191406
Submitted by: Natacha Porte
Patch by: maintainer (marino) |
0.3.0 14 May 2014 07:09:47 |
marino |
net/anet: Upgrade version 0.2.3 => 0.3.0
This version fixes all the stuff the removed patches addressed (this
version was released as a direct result of these patches which I provided
upstream). Multicast sending remains tricky, in part due to a known and
yet to be addressed bug in FreeBSD.
The pkg-message was deleted. I don't completely understand what needs
to be established in order for IPv6 multicast to work (e.g. don't use
the same machine for sending and receiving) so rather than mislead, I
just removed this information for now. |
0.2.3_2 29 Mar 2014 01:22:55 |
marino |
net/anet: Fix build for gcc 4.9 and fix documentation too
Reported by: pkg-fallout |
0.2.3_1 27 Feb 2014 13:47:48 |
marino |
net/anet: Fix properly
The problem with ahven was caused by a typo in the build targets.
The target "build_lib" was desired, but "build_all" was defined.
Fix target and return ahven to an optional dependency.
Tested in Reports, 8x pass |
0.2.3 26 Feb 2014 15:47:30 |
marino |
net/anet: ahven expected even if not needed
The Ahven test library was advertised as optional, but the internal
makefiles will fail if it is not present. In the short term, change
Ahven from an optional to a mandatory dependency.
Reported by: pkg-fallout |
0.2.3 25 Feb 2014 14:57:07 |
marino |
Add new port net/anet (Ada IPv4 and IPv6 sockets binding library)
The ANet library was created on Linux and the unfortunate result is that
it is highly Linux-specific. Luckily it has an implementation testsuite,
so patches to make it work on BSD can be reasonably tested. The current
status is annoted in pkg-message:
=========================================================================
Beware of the IPv6 multicast functions. Sending does work, but the
default interface effectively is invalid on *BSD. A specific interface
needs to be provided rather than leaving interface blank (zero).
Multicast receiving may not currently work. The test for IPv6 multicast
fails. The test chunk is sent (verified with separate monitoring tool)
but never detected. Hopefully the cause will be understood and fixed
soon.
AF_NETLINK and AF_PACKET protocols are not supported by *BSD, so the
associated tests have been removed. Every test other than IPv6 Multicast
passes. You may want to replace "em0" with this system's interface in
the test suite is to be run (see files/patch-tests_socket__tests.adb). |