aboutsummaryrefslogtreecommitdiff
path: root/net/ptpd
Commit message (Collapse)AuthorAgeFilesLines
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* * Update to 1.1.0Steven Kreuzer2010-11-197-78/+12
| | | | | | | | | * Adopt port Approved by: George Neville-Neil <gnn@FreeBSD.org> Notes: svn path=/head/; revision=264805
* Add LATEST_LINK to fix conflict with net/ptpd2Steven Kreuzer2010-11-171-0/+2
| | | | Notes: svn path=/head/; revision=264706
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+0
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* - Install documentationSteven Kreuzer2009-05-271-1/+6
| | | | | | | | | - Honor NOPORTDOCS Approved by: wxs (mentor), gnn (maintainer) Notes: svn path=/head/; revision=234660
* * Fix out-of-bound string accesses.Christian Weisgerber2008-11-138-164/+86
| | | | | | | | | | | | * Fix %m GNUism in printf. * Don't create the man page, it is already included. * ptpd is not a user command, put it into sbin. * Overhaul the startup file and move it to "ptpd". Approved by: gnn (maintainer) Notes: svn path=/head/; revision=222812
* - Correct CFLAGS in MakefileThomas Abthorpe2008-10-282-2/+3
| | | | | | | | | | - Bump PORTREVISION - Reformat maintainers address, while I am here Submitted by: skreuzer via irc Notes: svn path=/head/; revision=222176
* Update to 1.0.0Erwin Lansing2008-10-274-11/+14
| | | | | | | | | PR: 128149 Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> Approved by: gnn (maintainer) Notes: svn path=/head/; revision=222145
* This is a port of ptpd, the Precision Time Protocol, which is anWesley Shields2008-06-057-0/+205
implementation of IEEE 1588. http://ptpd.sourceforge.net/ Submitted by: gnn (private mail/IRC) Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=214329