Bug 263398 - [NEW PORT] sysutils/fusefs-nbt: Editing Named Binary Tag (NBT) as using a file system
Summary: [NEW PORT] sysutils/fusefs-nbt: Editing Named Binary Tag (NBT) as using a fil...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Li-Wen Hsu
URL: https://sourceforge.net/projects/nbtf...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-18 16:54 UTC by WHR
Modified: 2022-10-22 19:45 UTC (History)
1 user (show)

See Also:


Attachments
sysutils.fusefs-nbt-20220412.diff (3.53 KB, patch)
2022-04-18 16:54 UTC, WHR
no flags Details | Diff
sysutils.fusefs-nbt-20220412.diff (3.63 KB, patch)
2022-04-19 14:12 UTC, WHR
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(+)