From cfc95c2866c57cef582659599e015b5fb4e0312a Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Wed, 22 Aug 2018 13:42:36 +0000 Subject: New port: security/kbfsd: Service daemon for the Keybase filesystem (KBFS) Its aim is to ease the process of using KBFS on FreeBSD. It takes care of the configuration the Keybase user would have to do manually otherwise. Reviewed by: mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D16821 --- security/Makefile | 1 + security/kbfsd/Makefile | 25 +++++++++++++++++++++++++ security/kbfsd/distinfo | 3 +++ security/kbfsd/pkg-descr | 6 ++++++ 4 files changed, 35 insertions(+) create mode 100644 security/kbfsd/Makefile create mode 100644 security/kbfsd/distinfo create mode 100644 security/kbfsd/pkg-descr diff --git a/security/Makefile b/security/Makefile index aaff18131c22..f9639ac8e3dd 100644 --- a/security/Makefile +++ b/security/Makefile @@ -292,6 +292,7 @@ SUBDIR += jbrofuzz SUBDIR += john SUBDIR += kbfs + SUBDIR += kbfsd SUBDIR += kc SUBDIR += kc24 SUBDIR += kdbx-viewer diff --git a/security/kbfsd/Makefile b/security/kbfsd/Makefile new file mode 100644 index 000000000000..4c3c66b141dc --- /dev/null +++ b/security/kbfsd/Makefile @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= kbfsd +DISTVERSIONPREFIX= v +DISTVERSION= 1.2.0 +CATEGORIES= security + +MAINTAINER= 0mp@FreeBSD.org +COMMENT= Service daemon for the Keybase filesystem (KBFS) + +# There is no license file in v1.2.0. +LICENSE= BSD2CLAUSE + +RUN_DEPENDS= kbfsfuse:security/kbfs \ + keybase:security/keybase + +USE_GITHUB= yes +GH_ACCOUNT= 0mp + +NO_ARCH= yes + +PLIST_FILES= etc/rc.d/kbfsd \ + man/man5/kbfsd.5.gz + +.include diff --git a/security/kbfsd/distinfo b/security/kbfsd/distinfo new file mode 100644 index 000000000000..d20460598c75 --- /dev/null +++ b/security/kbfsd/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534931324 +SHA256 (0mp-kbfsd-v1.2.0_GH0.tar.gz) = af56863917a4c6a6b1c4647b33744c9875e0415f4f1898637f29ec13e8f50d9b +SIZE (0mp-kbfsd-v1.2.0_GH0.tar.gz) = 3760 diff --git a/security/kbfsd/pkg-descr b/security/kbfsd/pkg-descr new file mode 100644 index 000000000000..134459788ca5 --- /dev/null +++ b/security/kbfsd/pkg-descr @@ -0,0 +1,6 @@ +kbfsd is a service daemon to launch the Keybase filesystem called KBFS. + +Its aim is to ease the process of using KBFS on FreeBSD. It takes care of +the configuration the Keybase user would have to do manually otherwise. + +WWW: https://github.com/0mp/kbfsd -- cgit v1.2.3