Bug 263398

Summary: [NEW PORT] sysutils/fusefs-nbt: Editing Named Binary Tag (NBT) as using a file system
Product: Ports & Packages Reporter: WHR <msl0000023508>
Component: Individual Port(s)Assignee: Li-Wen Hsu <lwhsu>
Status: Closed FIXED    
Severity: Affects Only Me CC: lwhsu
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://sourceforge.net/projects/nbtfsutils/
Attachments:
Description Flags
sysutils.fusefs-nbt-20220412.diff
none
sysutils.fusefs-nbt-20220412.diff none

Description WHR 2022-04-18 16:54:03 UTC
Named Binary Tag (NBT) is a binary format designed for and used by the game
Minecraft to store various data including worlds, player data and many other
things. This project provides a way to access those data by simply mounting
the corresponding data file as a file system, then reading and writing any
value as usual file system nodes.

NBT parser and writer are originally written by Lukas Niederbremer as cNBT
project which this project is based on.

This package provides the FUSE-based file system implementation and NBT
maintenance command-line tools and library (cNBT).

WWW: https://sourceforge.net/projects/nbtfsutils/
Comment 1 WHR 2022-04-18 16:54:41 UTC
Created attachment 233307 [details]
sysutils.fusefs-nbt-20220412.diff
Comment 2 WHR 2022-04-19 14:12:43 UTC
Created attachment 233332 [details]
sysutils.fusefs-nbt-20220412.diff

Fix CPPFLAGS-related issues.
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-10-22 19:45:38 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d5c6e741d8a1bc9b571876fa4d1426167e27e8e8

commit d5c6e741d8a1bc9b571876fa4d1426167e27e8e8
Author:     WHR <msl0000023508@gmail.com>
AuthorDate: 2022-10-22 19:43:23 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-10-22 19:44:26 +0000

    Add sysutils/fusefs-nbt: Editing Named Binary Tag (NBT) as using a file system

    PR:             263398

 sysutils/Makefile                   |  1 +
 sysutils/fusefs-nbt/Makefile (new)  | 35 +++++++++++++++++++++++++++++++++++
 sysutils/fusefs-nbt/distinfo (new)  |  3 +++
 sysutils/fusefs-nbt/pkg-descr (new) | 11 +++++++++++
 sysutils/fusefs-nbt/pkg-plist (new) | 15 +++++++++++++++
 5 files changed, 65 insertions(+)