cvs commit: ports/net Makefile ports/net/nph Makefile distinfo pkg-descr pkg-install pkg-plist

Ion-Mihai Tetcu itetcu at FreeBSD.org
Sun Jun 25 14:04:27 UTC 2006


itetcu      2006-06-25 14:04:27 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/nph              Makefile distinfo pkg-descr pkg-install 
                         pkg-plist 
  Log:
  New PH Client and API Library
  
  nph offers the following features:
    Complete PH API
      - your applications will never need to talk directly to the PH server
    Solid API design
      - designed to prevent memory or file descriptor leaks for applications
        which use asynchronous event timers
    Interactively usable PH client
      - the nph client supports readline command editting, history, and completion
  
  The PH protocol is described in RFC 2378
  
  WWW: http://www.feep.net/nph/
  
  PR:             ports/97209
  Submitted by:   Jim Pirzyk <pirzyk at freebsd.org>
  
  Revision  Changes    Path
  1.1685    +1 -0      ports/net/Makefile
  1.1       +80 -0     ports/net/nph/Makefile (new)
  1.1       +3 -0      ports/net/nph/distinfo (new)
  1.1       +14 -0     ports/net/nph/pkg-descr (new)
  1.1       +57 -0     ports/net/nph/pkg-install (new)
  1.1       +7 -0      ports/net/nph/pkg-plist (new)


More information about the cvs-ports mailing list