From owner-svn-ports-all@FreeBSD.ORG Mon Dec 22 01:02:58 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 872B546C; Mon, 22 Dec 2014 01:02:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59AA52162; Mon, 22 Dec 2014 01:02:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBM12wDY089644; Mon, 22 Dec 2014 01:02:58 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBM12vHV089635; Mon, 22 Dec 2014 01:02:57 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201412220102.sBM12vHV089635@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 22 Dec 2014 01:02:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375205 - in head/net: . ntimed X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Dec 2014 01:02:58 -0000 Author: feld Date: Mon Dec 22 01:02:56 2014 New Revision: 375205 URL: https://svnweb.freebsd.org/changeset/ports/375205 QAT: https://qat.redports.org/buildarchive/r375205/ Log: Welcome ntimed to the ports tree. This is a new NTP client authored by phk. Anyone is welcome to steal or update this port. I'm just bringing it to the tree so the masses can start playing with it and providing phk feedback. Added: head/net/ntimed/ head/net/ntimed/Makefile (contents, props changed) head/net/ntimed/distinfo (contents, props changed) head/net/ntimed/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Dec 22 00:18:43 2014 (r375204) +++ head/net/Makefile Mon Dec 22 01:02:56 2014 (r375205) @@ -420,6 +420,7 @@ SUBDIR += nss-pam-ldapd-sasl SUBDIR += nss_ldap SUBDIR += nstxd + SUBDIR += ntimed SUBDIR += ntlmaps SUBDIR += ntop SUBDIR += ntopng Added: head/net/ntimed/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ntimed/Makefile Mon Dec 22 01:02:56 2014 (r375205) @@ -0,0 +1,32 @@ +# Created by: Mark Felder +# $FreeBSD$ + +PORTNAME= ntimed +PORTVERSION= 0.0.2014.12.21 +CATEGORIES= net + +MAINTAINER= feld@FreeBSD.org +COMMENT= Network time synchronization client + +LICENSE= BSD2CLAUSE + +USE_GITHUB= yes +GH_ACCOUNT= bsdphk +GH_PROJECT= ntimed +GH_COMMIT= f3810d7 +GH_TAGNAME= ${GH_COMMIT} + +WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-Ntimed-${GH_COMMIT} + +PLIST_FILES= sbin/ntimed-client + +.include + +do-configure: + cd ${WRKSRC} && ${SH} configure + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ntimed-client ${STAGEDIR}/${LOCALBASE}/sbin/ + +.include + Added: head/net/ntimed/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ntimed/distinfo Mon Dec 22 01:02:56 2014 (r375205) @@ -0,0 +1,2 @@ +SHA256 (ntimed-0.0.2014.12.21.tar.gz) = a589a01b7df4dedf7f97beb47e54c6ceebed5de583eee422949a07a0c6477ed5 +SIZE (ntimed-0.0.2014.12.21.tar.gz) = 31041 Added: head/net/ntimed/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ntimed/pkg-descr Mon Dec 22 01:02:56 2014 (r375205) @@ -0,0 +1,5 @@ +This is a preview/early-acces/alpha/buzzword-of-the-times release of a +new FOSS project written to gradually take over the world of networked +timekeeping. + +WWW: https://github.com/bsdphk/Ntimed