Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jun 2006 14:04:27 +0000 (UTC)
From:      Ion-Mihai Tetcu <itetcu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/net Makefile ports/net/nph Makefile distinfo pkg-descr pkg-install pkg-plist
Message-ID:  <200606251404.k5PE4RlA025818@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606251404.k5PE4RlA025818>