diff options
| author | Mark Felder <feld@FreeBSD.org> | 2014-12-22 01:02:56 +0000 |
|---|---|---|
| committer | Mark Felder <feld@FreeBSD.org> | 2014-12-22 01:02:56 +0000 |
| commit | 72bdcb4cfbea826e221c27fbcde6f5b484a035a3 (patch) | |
| tree | 3eae337191a6ff2c848f62ad6a7a7fd3bddefffc /net/ntimed | |
| parent | 904c29d3c0e23e9e158a3970344b23d7f66da8ce (diff) | |
Notes
Diffstat (limited to 'net/ntimed')
| -rw-r--r-- | net/ntimed/Makefile | 32 | ||||
| -rw-r--r-- | net/ntimed/distinfo | 2 | ||||
| -rw-r--r-- | net/ntimed/pkg-descr | 5 |
3 files changed, 39 insertions, 0 deletions
diff --git a/net/ntimed/Makefile b/net/ntimed/Makefile new file mode 100644 index 000000000000..446ba922b5c4 --- /dev/null +++ b/net/ntimed/Makefile @@ -0,0 +1,32 @@ +# Created by: Mark Felder <feld@FreeBSD.org> +# $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 <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> + diff --git a/net/ntimed/distinfo b/net/ntimed/distinfo new file mode 100644 index 000000000000..4e86312e518c --- /dev/null +++ b/net/ntimed/distinfo @@ -0,0 +1,2 @@ +SHA256 (ntimed-0.0.2014.12.21.tar.gz) = a589a01b7df4dedf7f97beb47e54c6ceebed5de583eee422949a07a0c6477ed5 +SIZE (ntimed-0.0.2014.12.21.tar.gz) = 31041 diff --git a/net/ntimed/pkg-descr b/net/ntimed/pkg-descr new file mode 100644 index 000000000000..ed05ad33cf73 --- /dev/null +++ b/net/ntimed/pkg-descr @@ -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 |
