HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Ticket
  • Back to Query
  • Next Ticket →

Ticket #387 (closed task: fixed)

Opened 5 years ago

Last modified 4 years ago

[enet] add - files attached needs review

Reported by: michaelvoliveira Owned by: michaelvoliveira
Priority: normal Milestone: Unscheduled
Component: net-libs/enet Version: 1.0
Severity: normal Keywords: enet network speed dream
Cc:

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 omits certain higher level networking features such as authentication, lobbying, server discovery, encryption, or other similar tasks that are particularly application specific so that the library remains flexible, portable, and easily embeddable.

Dependency of speed-dream

Attachments

enet-1.3.0.patch​ (491 bytes) - added by michaelvoliveira 5 years ago.
patch to detect libnetwork
enet-1.3.0.bep​ (381 bytes) - added by michaelvoliveira 5 years ago.
Builds both GCC2 and GCC4. Tested with haikuporter
enet-1.2.2.bep​ (412 bytes) - added by michaelvoliveira 5 years ago.
Previous version. Tested with GCC2 and GCC4
enet-1.2.2.patch​ (491 bytes) - added by michaelvoliveira 4 years ago.
The same patch from 1.3.0, to avoid generate a broken lib (missing 'connect' command)

Download all attachments as: .zip

Change History

Changed 5 years ago by michaelvoliveira

  • attachment enet-1.3.0.patch​ added

patch to detect libnetwork

Changed 5 years ago by michaelvoliveira

  • attachment enet-1.3.0.bep​ added

Builds both GCC2 and GCC4. Tested with haikuporter

comment:1 Changed 5 years ago by scottmc

  • Resolution set to fixed
  • Status changed from new to closed

added in r1068.

comment:2 Changed 5 years ago by michaelvoliveira

  • Resolution fixed deleted
  • Status changed from closed to reopened

I'm reopening this ticket because there are several games that uses 1.2.2 version and 1.3.0 is not compatible with anything..

So, I providing a new .bep file, based on 1.3.0.

Changed 5 years ago by michaelvoliveira

  • attachment enet-1.2.2.bep​ added

Previous version. Tested with GCC2 and GCC4

comment:3 Changed 5 years ago by mbaluta

Enet-1.2.2 builds and installs perfectly, both gcc2 and gcc4, package is created too.

comment:4 Changed 5 years ago by scottmc

  • Resolution set to fixed
  • Status changed from reopened to closed

updated in r1284 and r1285.

comment:5 Changed 4 years ago by michaelvoliveira

  • Resolution fixed deleted
  • Status changed from closed to reopened

Changed 4 years ago by michaelvoliveira

  • attachment enet-1.2.2.patch​ added

The same patch from 1.3.0, to avoid generate a broken lib (missing 'connect' command)

comment:6 Changed 4 years ago by scottmc

  • Resolution set to fixed
  • Status changed from reopened to closed

applied in r1528.

Note: See TracTickets for help on using tickets.

Download in other formats:

  • Comma-delimited Text
  • Tab-delimited Text
  • RSS Feed

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/