forked from Lainports/freebsd-ports
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>
7 lines
223 B
Text
7 lines
223 B
Text
@unexec cmp %D/etc/nphrc.sample %D/etc/nphrc && rm %D/etc/nphrc
|
|
@unexec cmp %D/etc/ph_server.sample %D/etc/ph_server && rm %D/etc/ph_server
|
|
bin/nph
|
|
etc/nphrc.sample
|
|
etc/ph_server.sample
|
|
include/phclient.h
|
|
lib/libphclient.a
|