cvs commit: ports/net Makefile ports/net/enet Makefile distinfo pkg-descr pkg-plist ports/net/enet/files patch-unix.c

Stanislav Sedov stas at FreeBSD.org
Sat Sep 23 13:03:12 PDT 2006


stas        2006-09-23 20:03:12 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/enet             Makefile distinfo pkg-descr pkg-plist 
    net/enet/files       patch-unix.c 
  Log:
  - 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)
  
  Revision  Changes    Path
  1.1739    +1 -0      ports/net/Makefile
  1.1       +27 -0     ports/net/enet/Makefile (new)
  1.1       +3 -0      ports/net/enet/distinfo (new)
  1.1       +20 -0     ports/net/enet/files/patch-unix.c (new)
  1.1       +10 -0     ports/net/enet/pkg-descr (new)
  1.1       +18 -0     ports/net/enet/pkg-plist (new)


More information about the cvs-ports mailing list