Port details |
- ntfs2btrfs NTFS to Btrfs in-place conversion utility
- 20230501 filesystems =0 20230501Version of this port present on the latest quarterly branch.
- Maintainer: danfe@FreeBSD.org
- Port Added: 2024-11-07 19:52:55
- Last Update: 2024-12-22 04:24:22
- Commit Hash: ded5036
- Also Listed In: sysutils
- License: GPLv2+
- WWW:
- https://github.com/maharmstone/ntfs2btrfs
- Description:
- Ntfs2btrfs is a tool which does in-place conversion of Microsoft's NTFS
file system to the open-source file system Btrfs, much as btrfs-convert
does for ext2. The original file system image is saved as a reflink copy
at `image/ntfs.img', and can be deleted to free up space if you want to
keep the conversion.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ntfs2btrfs>0:filesystems/ntfs2btrfs
- To install the port:
- cd /usr/ports/filesystems/ntfs2btrfs/ && make install clean
- To add the package, run one of these commands:
- pkg install filesystems/ntfs2btrfs
- pkg install ntfs2btrfs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ntfs2btrfs
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1682974776
SHA256 (maharmstone-ntfs2btrfs-20230501_GH0.tar.gz) = 15924a22e9d80e4ca28bf5524708dd8f69d840df1e781a659ce953fee7d90730
SIZE (maharmstone-ntfs2btrfs-20230501_GH0.tar.gz) = 98816
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- format.h : devel/libfmt
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- liblzo2.so : archivers/lzo2
- libzstd.so : archivers/zstd
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- filesystems_ntfs2btrfs
- USES:
- cmake pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Port Moves |
- port moved here from sysutils/ntfs2btrfs on 2024-11-06
REASON: Moved to new category filesystems
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20230501 22 Dec 2024 04:24:22 |
Alexey Dokuchaev (danfe) |
filesystems/ntfs2btrfs: unbreak the port's build on recent -CURRENT
The base template for std::char_traits<> has been removed in LLVM 19;
specializations are only provided for char, wchar_t, char8_t, char16_t,
and char32_t. Use appropriate type and constify the first argument
as requested by the compiler (char8_t is from C++20, but this matches
already requested CMAKE_CXX_STANDARD).
Nagged by: pkg-fallout |
20230501 06 Nov 2024 15:17:35 |
Robert Clausecker (fuz) |
filesystems: add new category for file systems and related utilities
The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.
Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.
Approved by: portmgr (rene)
Reviewed by: mat
Pull Request: https://github.com/freebsd/freebsd-ports/pull/302
PR: 281988 |
Number of commits found: 2
|