aboutsummaryrefslogtreecommitdiff
path: root/filesystems/hfsfuse/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* filesystems/hfsfuse: upgrade to 0.289Pedro F. Giffuni2025-10-021-5/+8
| | | | | | | | | | | | | | | | | | Most notable enhancements: Adds a new tool hfstar to convert HFS+ volumes directly to tar and other archive file formats. Adds an hfsfuse mount option to treat symlinks as regular files, in order to view their extended attributes on systems that don't support xattrs on symlinks. Fixes a memory leak when listing xattrs. Substantially improved performance for directory listing. Improved compatibility with upstream NetBSD kernel builds. Adds an AUTHORS file to release builds and improves the top-level COPYING notice. Other minor improvements and bug fixes. PR: 286150 Approved by: maintainer’s time-out
* filesystems/hfsfuse: Update to 0.242Daniel Engberg2024-11-161-11/+10
| | | | | | | Changelog: https://github.com/0x09/hfsfuse/releases/tag/0.242 PR: 282359 Approved by: portmgr (maintainer timeout, 2+ weeks)
* filesystems: add new category for file systems and related utilitiesRobert Clausecker2024-11-061-0/+42
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