mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
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:
parent
4a8dd097c8
commit
ca7462188d
4 changed files with 36 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
SUBDIR += archivemount
|
||||
SUBDIR += automount
|
||||
SUBDIR += avfs
|
||||
SUBDIR += befuse
|
||||
SUBDIR += bindfs
|
||||
SUBDIR += cfs
|
||||
SUBDIR += chironfs
|
||||
|
|
19
filesystems/befuse/Makefile
Normal file
19
filesystems/befuse/Makefile
Normal 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>
|
3
filesystems/befuse/distinfo
Normal file
3
filesystems/befuse/distinfo
Normal 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
|
13
filesystems/befuse/pkg-descr
Normal file
13
filesystems/befuse/pkg-descr
Normal 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.
|
Loading…
Add table
Reference in a new issue