filesystems/befuse: Read/Write FUSE server for BeFS

befuse - Be File System (BeFS) FUSE module for userspace

A module that provides a userspace implementation of the BeFS.

Key Features:
- Mount BeFS partitions on FreeBSD.
- Supports reading and writing to BeFS-formatted partitions.
- Compatible with x86_64 systems.
- Easy installation and use via FUSE.

Dependencies:
- FUSE (Filesystem in Userspace) library.
- BeFS-formatted partition or disk image.

WWW: https://github.com/kuku929/befuse

PR:		285352
This commit is contained in:
Krutarth Patel 2025-03-13 02:56:45 +05:30 committed by Robert Clausecker
parent 4a8dd097c8
commit ca7462188d
4 changed files with 36 additions and 0 deletions

View file

@ -6,6 +6,7 @@
SUBDIR += archivemount SUBDIR += archivemount
SUBDIR += automount SUBDIR += automount
SUBDIR += avfs SUBDIR += avfs
SUBDIR += befuse
SUBDIR += bindfs SUBDIR += bindfs
SUBDIR += cfs SUBDIR += cfs
SUBDIR += chironfs SUBDIR += chironfs

View file

@ -0,0 +1,19 @@
PORTNAME= befuse
DISTVERSION= 1.2
CATEGORIES= filesystems
PKGNAMEPREFIX= fusefs-
MAINTAINER= krutarthpatel929@gmail.com
COMMENT= Read/Write FUSE server for BeFS
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= cmake fuse:3 pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= kuku929
PLIST_FILES= bin/befuse
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1744446495
SHA256 (kuku929-befuse-1.2_GH0.tar.gz) = 1bb68a6415f3ada09e4ab5efe175f9a78845fbda72ddcfee1a603ea5123fcf94
SIZE (kuku929-befuse-1.2_GH0.tar.gz) = 399334

View file

@ -0,0 +1,13 @@
befuse - Be File System (BeFS) FUSE module for userspace
A module that provides a userspace implementation of the BeFS.
Key Features:
- Mount BeFS partitions on FreeBSD.
- Supports reading and writing to BeFS-formatted partitions.
- Compatible with x86_64 systems.
- Easy installation and use via FUSE.
Dependencies:
- FUSE (Filesystem in Userspace) library.
- BeFS-formatted partition or disk image.