aboutsummaryrefslogtreecommitdiff
path: root/net/nph
Commit message (Collapse)AuthorAgeFilesLines
* - Use canonical format for FreeBSD.org MAINTAINER addressesSunpoet Po-Chuan Hsieh2010-12-252-2/+1
| | | | | | | | | | | - Remove obsolete MD5 checksum while I'm here PR: ports/152844 Submitted by: sunpoet (myself) Approved by: miwi (with portmgr hat) Notes: svn path=/head/; revision=266895
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-7/+1
| | | | Notes: svn path=/head/; revision=200777
* - small fix to fix to pkg-install scriptIon-Mihai Tetcu2006-08-152-4/+4
| | | | | | | | | | - bump PORTREVISION PR: ports/102013 Submitted by: pirzyk (maintianer) Notes: svn path=/head/; revision=170732
* New PH Client and API LibraryIon-Mihai Tetcu2006-06-255-0/+161
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> Notes: svn path=/head/; revision=166293