aboutsummaryrefslogtreecommitdiffstats
path: root/net/enet
Commit message (Collapse)AuthorAgeFilesLines
* - Remove comment [1]nemysis2015-05-202-21/+0
| | | | | | | - Remove forgotten files/patch-unix.c https://github.com/lsalzman/enet/issues/42 Reported by: mat [1]
* - Update to 1.3.13, announce message:nemysis2015-05-203-5/+5
| | | | | | * miscellaneous bug fixes * added premake and cmake support * miscellaneous documentation cleanups
* - Add patch, fix build on DragonFly [1]nemysis2015-02-141-0/+20
| | | | | | | https://github.com/lsalzman/enet/issues/42 PR: 197610 Submitted by: jbeich [1]
* - Change USES, remove autoreconf [1]nemysis2014-12-081-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | - 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
* - Remove not needed ACLOCAL_ARGS and AUTOMAKE_ARGSnemysis2014-12-081-2/+0
| | | | | | without USE_AUTOTOOLS not build Reported by: tijl
* - Bump PORTREVISION for dependencies changesnemysis2014-12-071-2/+2
| | | | - Change USES, add autoreconf
* Cleanup plistantoine2014-11-221-1/+0
|
* - Switch to USES=libtool, drop .la filesamdmi32014-06-192-3/+4
| | | | Approved by: portmgr blanket
* - Update to 1.3.12nemysis2014-04-263-4/+5
| | | | - Strip library
* - Update to 1.3.11nemysis2014-01-162-3/+3
|
* - Update to 1.3.10nemysis2013-10-242-3/+3
| | | | Approved by: pawel / wg (mentors, implicit)
* - Update to 1.3.9nemysis2013-10-053-147/+11
| | | | | | | | | - 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)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Unbreak build after autotool updatemiwi2013-07-161-0/+1
|
* - Update to 1.3.7,1beech2013-03-083-8/+136
| | | | | PR: ports/176738 Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
* - Update to version 1.3.6 [1]pawel2012-12-174-6/+5
| | | | | | | - Remove Author: from pkg-descr, tab -> space WWW: line PR: ports/174417 [1] Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
* - Update to 1.3.5culot2012-12-092-11/+6
| | | | | | | | - Update LICENSE (from BSD to MIT) - Pass maintainership to submitter PR: ports/174241 Submitted by: nemysis <nemysis@gmx.ch>
* - Update to version 1.3.4sylvio2012-06-064-27/+18
| | | | | PR: ports/168604 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Update autoconf to 2.69 and automake to 1.12ade2012-05-121-1/+9
| | | | | PR: 166836 Tested by: Multiple -exp runs (pav)
* Update to version 1.3.3pawel2011-11-054-3/+18
| | | | | PR: ports/158909 Submitted by: Jin-Sih Lin <linpct@gmail.com>
* - Return my ports back to the pool. I was unable to make any fixes tostas2011-10-241-1/+1
| | | | | | | | 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).
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Update to 1.2.1.stas2009-12-152-4/+4
|
* - Update to 1.2.stas2008-06-152-4/+4
|
* - Update to 1.1.stas2007-07-123-24/+4
| | | | | PR: ports/113759 Submitted by: Vogels <nivo+kw+ports.bfa274@is-root.com>
* - Update to 1.0stas2007-02-064-12/+9
| | | | | | - The project has moved. Submitted by: Marcus von Appen <mva@sysfault.org>
* - Add port for net/enetstas2006-09-245-0/+78
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)