Port details |
- enet Simple and robust communication library based on UDP
- 1.3.18,1 net =2 1.3.18,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: 2006-09-23 20:03:57
- Last Update: 2024-04-20 17:25:32
- Commit Hash: ce8cae4
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- http://enet.bespin.org/
- Description:
- ENet's purpose is to provide a relatively thin, simple and robust network
communication layer on top of UDP (User Datagram Protocol). The primary feature
it provides is optional reliable, in-order delivery of packets.
ENet is NOT intended to be a general purpose high level networking library that
handles authentication, lobbying, server discovery, compression, encryption and
other high level, often application level or dependent tasks.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/enet/ && make install clean
- To add the package, run one of these commands:
- pkg install net/enet
- pkg install enet
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: enet
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1713248174
SHA256 (enet-1.3.18.tar.gz) = 2a8a0c5360d68bb4fcd11f2e4c47c69976e8d2c85b109dd7d60b1181a4f85d36
SIZE (enet-1.3.18.tar.gz) = 737164
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Libraries
-
- emulators/yuzu
- games/0ad
- games/7kaa
- games/cube
- games/egoboo
- games/enigma
- games/naev
Configuration Options:
- ===> The following configuration options are available for enet-1.3.18,1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- net_enet
- USES:
- libtool pathfix
- 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.3.18,1 20 Apr 2024 17:25:32 |
Fernando Apesteguía (fernape) |
net/enet: update to 1.3.18
https://github.com/lsalzman/enet/blob/master/ChangeLog
* Packet sending performance improvements
* MTU negotiation fixes
* Checksum alignment fix
* No more dynamic initialization of checksum table
* ENET_SOCKOPT_TTL
* Other miscellaneous small improvements
Reported by: portscout |
1.3.17,1 09 Oct 2022 20:45:41 |
Neel Chauhan (nc) |
net/enet: Release port |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3.17,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.3.17,1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
1.3.17,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.17,1 05 Jan 2021 15:33:40 |
nc |
Set MAINTAINER of my ports to my FreeBSD handle (nc@).
Reviewed by: 0mp (mentor)
Approved by: 0mp (mentor)
Differential Revision: https://reviews.freebsd.org/D27966 |
1.3.17,1 11 Dec 2020 11:05:46 |
mikael |
net/enet: Update to 1.3.17
also, pass maintainership.
PR: 251748
Submitted by: Neel Chauhan |
1.3.16,1 09 Sep 2020 08:08:48 |
fernape |
net/enet: update to 1.3.16
From ChangeLog: https://github.com/lsalzman/enet/blob/master/ChangeLog
* fix bug in unreliable fragment queuing
* use single output queue for reliable and unreliable packets for saner
ordering
* revert experimental throttle changes that were less stable than prior
algorithm
Reported by: portscout
MFH: 2020Q3 (runtime fixes) |
1.3.15,1 22 Jul 2020 15:05:44 |
fernape |
net/enet: Update to 1.3.15
From ChangeLog: https://github.com/lsalzman/enet/blob/master/ChangeLog
* quicker RTT initialization
* use fractional precision for RTT calculations
* fixes for packet throttle with low RTT variance
* miscellaneous socket bug fixes
While here, reorder USE_LDCONFIG.
PR: 248083
Submitted by: marcel@herrbischoff.com
MFH: 2020Q3 (runtime fix) |
1.3.14,1 25 Jun 2019 09:02:02 |
amdmi3 |
- Add LICENSE_FILE
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket |
1.3.14,1 30 Jan 2019 17:17:19 |
fernape |
net/enet: update to 1.3.14
No information provided about this new release.
Reported by: portscout |
1.3.13,1 26 Jun 2018 17:06:33 |
ehaupt |
Reset maintainer (3+ months of inactivity).
Discussed with: portmgr (adamw, mat) |
1.3.13,1 19 May 2015 21:59:29 |
nemysis |
- Remove comment [1]
- Remove forgotten files/patch-unix.c
https://github.com/lsalzman/enet/issues/42
Reported by: mat [1] |
1.3.13,1 19 May 2015 21:37:13 |
nemysis |
- Update to 1.3.13, announce message:
* miscellaneous bug fixes
* added premake and cmake support
* miscellaneous documentation cleanups |
1.3.12_2,1 14 Feb 2015 10:48:25 |
nemysis |
- Add patch, fix build on DragonFly [1]
https://github.com/lsalzman/enet/issues/42
PR: 197610
Submitted by: jbeich [1] |
1.3.12_2,1 08 Dec 2014 10:47:46 |
nemysis |
- Change USES, remove autoreconf [1]
- Remove PATHFIX_MAKEFILEIN and USE_AUTOTOOLS [1]
- Add GNU_CONFIGURE and INSTALL_TARGET=install-strip, remove STRIP_CMD [1]
Reported by: tijl [1]
>-This line, and those below, will be ignored--
> Description of fields to fill in above: 76 columns --|
> PR: If a GNATS PR is affected by the change.
> Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL
needed).
> Submitted by: If someone else sent in the change.
> Reviewed by: If someone else reviewed your modification.
> Approved by: If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after: N [day[s]|week[s]|month[s]]. Request a reminder
email.
> MFH: Ports tree branch name. Request approval for merge.
> Relnotes: Set to 'yes' for mention in release notes.
> Security: Vulnerability reference (one per line) or
description.
> Sponsored by: If the change was sponsored by an organization.
> Empty fields above will be automatically removed.
M Makefile |
1.3.12_2,1 07 Dec 2014 21:26:51 |
nemysis |
- Remove not needed ACLOCAL_ARGS and AUTOMAKE_ARGS
without USE_AUTOTOOLS not build
Reported by: tijl |
1.3.12_2,1 07 Dec 2014 09:53:31 |
nemysis |
- Bump PORTREVISION for dependencies changes
- Change USES, add autoreconf |
1.3.12_1,1 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
1.3.12_1,1 19 Jun 2014 14:07:47 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
1.3.12,1 25 Apr 2014 20:02:11 |
nemysis |
- Update to 1.3.12
- Strip library |
1.3.11,1 16 Jan 2014 00:38:10 |
nemysis |
- Update to 1.3.11 |
1.3.10,1 24 Oct 2013 13:17:02 |
nemysis |
- Update to 1.3.10
Approved by: pawel / wg (mentors, implicit) |
1.3.9,1 04 Oct 2013 22:07:05 |
nemysis |
- Update to 1.3.9
- Change maintainer email to @FreeBSD.org
- Add USES pathfix instead of REINPLACE_CMD
- Support STAGEDIR
- Remove PORTDOCS from pkg-plist
Approved by: wg/pawel (mentors) |
1.3.7,1 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.3.7 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.3.7,1 16 Jul 2013 14:56:11 |
miwi |
- Unbreak build after autotool update |
1.3.7,1 08 Mar 2013 05:35:50 |
beech |
- Update to 1.3.7,1
PR: ports/176738
Submitted by: nemysis <nemysis@gmx.ch> (maintainer) |
1.3.6,1 16 Dec 2012 23:59:55 |
pawel |
- Update to version 1.3.6 [1]
- Remove Author: from pkg-descr, tab -> space WWW: line
PR: ports/174417 [1]
Submitted by: nemysis <nemysis@gmx.ch> (maintainer) |
1.3.5,1 09 Dec 2012 13:58:09 |
culot |
- Update to 1.3.5
- Update LICENSE (from BSD to MIT)
- Pass maintainership to submitter
PR: ports/174241
Submitted by: nemysis <nemysis@gmx.ch> |
1.3.4,1 05 Jun 2012 21:00:23 |
sylvio |
- Update to version 1.3.4
PR: ports/168604
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.3.3,1 11 May 2012 20:38:09 |
ade |
Update autoconf to 2.69 and automake to 1.12
PR: 166836
Tested by: Multiple -exp runs (pav) |
1.3.3,1 05 Nov 2011 12:34:20 |
pawel |
Update to version 1.3.3
PR: ports/158909
Submitted by: Jin-Sih Lin <linpct@gmail.com> |
1.2.1,1 24 Oct 2011 03:33:20 |
stas |
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval). |
1.2.1,1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.2.1,1 15 Dec 2009 09:27:51 |
stas |
- Update to 1.2.1. |
1.2,1 14 Jun 2008 18:02:53 |
stas |
- Update to 1.2. |
1.1,1 11 Jul 2007 22:03:28 |
stas |
- Update to 1.1.
PR: ports/113759
Submitted by: Vogels <nivo+kw+ports.bfa274@is-root.com> |
1.0,1 05 Feb 2007 22:35:59 |
stas |
- Update to 1.0
- The project has moved.
Submitted by: Marcus von Appen <mva@sysfault.org> |
20040118 23 Sep 2006 20:03:12 |
stas |
- Add port for net/enet
ENet's purpose is to provide a relatively thin, simple and robust network
communication layer on top of UDP (User Datagram Protocol). The primary feature
it provides is optional reliable, in-order delivery of packets.
Author: Lee Salzman
WWW: http://enet.cubik.org
Approved by: sem (mentor) |