Index: head/security/Makefile =================================================================== --- head/security/Makefile +++ head/security/Makefile @@ -292,6 +292,7 @@ SUBDIR += jbrofuzz SUBDIR += john SUBDIR += kbfs + SUBDIR += kbfsd SUBDIR += kc SUBDIR += kc24 SUBDIR += kdbx-viewer Index: head/security/kbfsd/Makefile =================================================================== --- head/security/kbfsd/Makefile +++ head/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 Index: head/security/kbfsd/distinfo =================================================================== --- head/security/kbfsd/distinfo +++ head/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 Index: head/security/kbfsd/pkg-descr =================================================================== --- head/security/kbfsd/pkg-descr +++ head/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