diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-03-31 21:41:25 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-03-31 21:41:25 +0800 |
commit | ba88eed60ee07054bb426cdc67b1495670b72ae5 (patch) | |
tree | a75c62c8e5aadf22ba31354392ffadaed3c5da1b /security | |
parent | c83746ca8cf1ecd9a61716fd2ac49486aaf68f2c (diff) | |
download | freebsd-ports-gnome-ba88eed60ee07054bb426cdc67b1495670b72ae5.tar.gz freebsd-ports-gnome-ba88eed60ee07054bb426cdc67b1495670b72ae5.tar.zst freebsd-ports-gnome-ba88eed60ee07054bb426cdc67b1495670b72ae5.zip |
Remove expired security/kbfs
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/kbfs/Makefile | 30 | ||||
-rw-r--r-- | security/kbfs/distinfo | 3 | ||||
-rw-r--r-- | security/kbfs/pkg-descr | 10 | ||||
-rw-r--r-- | security/kbfs/pkg-message | 3 |
5 files changed, 0 insertions, 47 deletions
diff --git a/security/Makefile b/security/Makefile index 56158a49d2e1..e44a85f6d3db 100644 --- a/security/Makefile +++ b/security/Makefile @@ -289,7 +289,6 @@ PORTREVISION= 1 SUBDIR += isnprober SUBDIR += jbrofuzz SUBDIR += john - SUBDIR += kbfs SUBDIR += kbfsd SUBDIR += kc24 SUBDIR += kdbx-viewer diff --git a/security/kbfs/Makefile b/security/kbfs/Makefile deleted file mode 100644 index 33787900dc78..000000000000 --- a/security/kbfs/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# $FreeBSD$ - -PORTNAME= kbfs -PORTVERSION= 2.13.1 -DISTVERSIONPREFIX= v -CATEGORIES= security - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Keybase Filesystem (KBFS) - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Merged into security/keybase -EXPIRATION_DATE=2019-03-31 - -PORTSCOUT= skipv:initial-git-on-android - -USES= go - -GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} -GO_TARGET= -tags production ${GO_PKGNAME}/go/kbfs/kbfsfuse ${GO_PKGNAME}/go/kbfs/kbfsgit/git-remote-keybase ${GO_PKGNAME}/go/kbfs/kbfstool - -PLIST_FILES= bin/git-remote-keybase bin/kbfsfuse bin/kbfstool - -GH_ACCOUNT= keybase -GH_PROJECT= client -USE_GITHUB= yes - -.include <bsd.port.mk> diff --git a/security/kbfs/distinfo b/security/kbfs/distinfo deleted file mode 100644 index 134044b11673..000000000000 --- a/security/kbfs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1547717915 -SHA256 (keybase-client-v2.13.1_GH0.tar.gz) = 9b78ddee9c51f58ea7039a4220f4bccfcbd27ef85a1342e88d726876fc41782b -SIZE (keybase-client-v2.13.1_GH0.tar.gz) = 41319007 diff --git a/security/kbfs/pkg-descr b/security/kbfs/pkg-descr deleted file mode 100644 index 4bd88932a7ce..000000000000 --- a/security/kbfs/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -kbfs is the official Keybase implementation of the client-side code for the -Keybase filesystem (KBFS). - -This client allows you to mount KBFS as a proper filesystem at some mountpoint -on your local device (by default, /keybase/). It communicates locally with the -Keybase service, and remotely with three types of KBFS servers (block servers, -metadata servers, and key servers). - -WWW: https://keybase.io/docs/kbfs -WWW: https://github.com/keybase/client/tree/master/go/kbfs diff --git a/security/kbfs/pkg-message b/security/kbfs/pkg-message deleted file mode 100644 index e401851178da..000000000000 --- a/security/kbfs/pkg-message +++ /dev/null @@ -1,3 +0,0 @@ -Notes on how to configure and mount KBFS are available on the FreeBSD wiki: - -https://wiki.FreeBSD.org/Ports/security/kbfs |