View | Details | Raw Unified | Return to bug 263398 | Differences between
and this patch

Collapse All | Expand All

(-)b/sysutils/fusefs-nbt/Makefile (+33 lines)
Added Link Here
1
PORTNAME=	nbt
2
PORTVERSION=	${REVISION_DATE}
3
CATEGORIES=	sysutils
4
PKGNAMEPREFIX=	fusefs-
5
MASTER_SITES=	SF/nbtfsutils
6
DISTNAME=	nbtfsutils-${REVISION_DATE}-${REVISION_HASH}-src
7
REVISION_DATE=	20220412
8
REVISION_HASH=	09b007a
9
10
MAINTAINER=	msl0000023508@gmail.com
11
COMMENT=	Editing Named Binary Tag (NBT) as using a file system
12
13
LICENSE=	MPL20 MIT BEERWARE
14
LICENSE_COMB=	multi
15
LICENSE_FILE_MPL20=	${WRKSRC}/MPL-2.0
16
LICENSE_NAME_BEERWARE=	"THE BEER-WARE LICENSE" (Revision 42)
17
LICENSE_TEXT_BEERWARE=	Lukas Niederbremer <webmaster@flippeh.de> and Clark Gaebel <cg.wowus.cg@gmail.com> \
18
			wrote this file. As long as you retain this notice you can do whatever you \
19
			want with this stuff. If we meet some day, and you think this stuff is worth \
20
			it, you can buy us a beer in return.
21
LICENSE_PERMS_BEERWARE=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
22
23
USES=		tar:bz2 fuse
24
25
NO_WRKSUBDIR=	yes
26
CPPFLAGS+=	-I ${LOCALBASE}/include
27
LDFLAGS+=	-L ${LOCALBASE}/lib
28
CFLAGS+=	${CPPFLAGS}
29
MAKE_ENV=	MANDIR=\${PREFIX}/man
30
ALL_TARGET=	libnbt.so all
31
INSTALL_TARGET=	install-commands install-dev
32
33
.include <bsd.port.mk>
(-)b/sysutils/fusefs-nbt/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1650298920
2
SHA256 (nbtfsutils-20220412-09b007a-src.tar.bz2) = f1c0155ba741357e90e83bd68f87ad4f501181b3a8cd02b461f9b60b361eb29c
3
SIZE (nbtfsutils-20220412-09b007a-src.tar.bz2) = 1459524
(-)b/sysutils/fusefs-nbt/pkg-descr (+13 lines)
Added Link Here
1
Named Binary Tag (NBT) is a binary format designed for and used by the game
2
Minecraft to store various data including worlds, player data and many other
3
things. This project provides a way to access those data by simply mounting
4
the corresponding data file as a file system, then reading and writing any
5
value as usual file system nodes.
6
7
NBT parser and writer are originally written by Lukas Niederbremer as cNBT
8
project which this project is based on.
9
10
This package provides the FUSE-based file system implementation, as well as
11
NBT maintenance command-line tools and library (cNBT).
12
13
WWW: https://sourceforge.net/projects/nbtfsutils/
(-)b/sysutils/fusefs-nbt/pkg-plist (-1 / +15 lines)
Added Link Here
0
- 
1
bin/nbtdump
2
bin/regiondump
3
sbin/mkfs.nbt
4
sbin/mount.nbt
5
man/man1/nbtdump.1.gz
6
man/man1/regiondump.1.gz
7
man/man8/mkfs.nbt.8.gz
8
man/man8/mount.nbt.8.gz
9
include/nbt/buffer.h
10
include/nbt/list.h
11
include/nbt/nbt.h
12
include/nbt/version.h
13
lib/libnbt.a
14
lib/libnbt.so
15
lib/libnbt.so.1

Return to bug 263398