svn commit: r375205 - in head/net: . ntimed

Mark Felder feld at FreeBSD.org
Mon Dec 22 01:02:58 UTC 2014


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 <feld at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	ntimed
+PORTVERSION=	0.0.2014.12.21
+CATEGORIES=	net
+
+MAINTAINER=	feld at 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 <bsd.port.pre.mk>
+
+do-configure:
+	cd ${WRKSRC} && ${SH} configure
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/ntimed-client ${STAGEDIR}/${LOCALBASE}/sbin/
+
+.include <bsd.port.post.mk>
+

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


More information about the svn-ports-head mailing list