aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2018-08-22 13:42:36 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2018-08-22 13:42:36 +0000
commitcfc95c2866c57cef582659599e015b5fb4e0312a (patch)
treeba095b579916a8cc19e97aabc575bc2f16a5bb7d /security
parent61588e3ceaf38b9e7eb522edfebcb04679a4b1f2 (diff)
downloadports-cfc95c2866c57cef582659599e015b5fb4e0312a.tar.gz
ports-cfc95c2866c57cef582659599e015b5fb4e0312a.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/kbfsd/Makefile25
-rw-r--r--security/kbfsd/distinfo3
-rw-r--r--security/kbfsd/pkg-descr6
4 files changed, 35 insertions, 0 deletions
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 <bsd.port.mk>
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