filesystems/encfs: undeprecate and adopt

While this port is unmaintained up stream, it is useful to people
accessing directories encrypted with encfs.  The recommended
alternative, gocryptfs, currently does not build on FreeBSD due to
missing platform-specific bits.  Keep the port around at least until
gocryptfs has FreeBSD support.

PR:		282351
Approved by:	dmgk (maintainer timeout)
This commit is contained in:
Robert Clausecker 2024-11-29 10:07:15 +01:00
parent ae4d160b5c
commit bad69aab4e

View file

@ -5,16 +5,13 @@ PORTREVISION= 9
CATEGORIES= filesystems
PKGNAMEPREFIX= fusefs-
MAINTAINER= dmgk@FreeBSD.org
MAINTAINER= fuz@FreeBSD.org
COMMENT= Encrypted pass-through FUSE filesystem
WWW= http://www.arg0.net/encfs
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Unmaintained upstream as of May 26 2024
EXPIRATION_DATE=2024-12-31
USES= cmake compiler:c++11-lib cpe fuse ssl
CPE_VENDOR= ${PORTNAME}_project
USE_GITHUB= yes