ports/filesystems/Makefile
Robert Clausecker 6e2da9672f 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
2024-11-06 16:17:35 +01:00

144 lines
3.4 KiB
Makefile

COMMENT = File systems and related utilities
SUBDIR += acfgfs
SUBDIR += afuse
SUBDIR += archivemount
SUBDIR += automount
SUBDIR += avfs
SUBDIR += bindfs
SUBDIR += cfs
SUBDIR += chironfs
SUBDIR += clamfs
SUBDIR += cramfs
SUBDIR += cryptofs
SUBDIR += curlftpfs
SUBDIR += darling-dmg
SUBDIR += dsbmc
SUBDIR += dsbmc-cli
SUBDIR += dsbmd
SUBDIR += e2fsprogs
SUBDIR += e2fsprogs-core
SUBDIR += e2fsprogs-libblkid
SUBDIR += e2tools
SUBDIR += encfs
SUBDIR += exfat
SUBDIR += exfat-utils
SUBDIR += ext2
SUBDIR += fstyp
SUBDIR += fswatch-mon
SUBDIR += fusefs-libs
SUBDIR += fusefs-libs3
SUBDIR += genromfs
SUBDIR += gitfs
SUBDIR += gphotofs
SUBDIR += gvfs
SUBDIR += hfsexplorer
SUBDIR += hfsfuse
SUBDIR += hfsutils
SUBDIR += httpdirfs
SUBDIR += httpfs
SUBDIR += ifuse
SUBDIR += jmtpfs
SUBDIR += kio-fuse
SUBDIR += libbde
SUBDIR += libfsapfs
SUBDIR += libfsext
SUBDIR += libfsfat
SUBDIR += libfshfs
SUBDIR += libfsntfs
SUBDIR += libfsxfs
SUBDIR += libmodi
SUBDIR += linux-c7-dosfstools
SUBDIR += lizardfs
SUBDIR += lkl
SUBDIR += ltfs
SUBDIR += mergerfs
SUBDIR += mhddfs
SUBDIR += moosefs2-cgi
SUBDIR += moosefs2-cgiserv
SUBDIR += moosefs2-chunkserver
SUBDIR += moosefs2-cli
SUBDIR += moosefs2-client
SUBDIR += moosefs2-master
SUBDIR += moosefs2-metalogger
SUBDIR += moosefs2-netdump
SUBDIR += moosefs3-cgi
SUBDIR += moosefs3-cgiserv
SUBDIR += moosefs3-chunkserver
SUBDIR += moosefs3-cli
SUBDIR += moosefs3-client
SUBDIR += moosefs3-master
SUBDIR += moosefs3-metalogger
SUBDIR += moosefs3-netdump
SUBDIR += mp3fs
SUBDIR += mtools
SUBDIR += mtpfs
SUBDIR += nbt
SUBDIR += ntfs
SUBDIR += ntfs-compression
SUBDIR += ntfs2btrfs
SUBDIR += openzfs
SUBDIR += openzfs-kmod
SUBDIR += p5-Filesys-Statvfs
SUBDIR += p5-Fuse
SUBDIR += pear-Horde_Vfs
SUBDIR += pod
SUBDIR += progsreiserfs
SUBDIR += py-dfvfs
SUBDIR += py-fs
SUBDIR += py-fs2
SUBDIR += py-fsspec
SUBDIR += py-fsspec-xrootd
SUBDIR += py-fusepy
SUBDIR += py-gcsfs
SUBDIR += py-libzfs
SUBDIR += py-llfuse
SUBDIR += py-prometheus-zfs
SUBDIR += py-pyfakefs
SUBDIR += py-s3fs
SUBDIR += py-zfs-autobackup
SUBDIR += R-cran-fs
SUBDIR += rar2fs
SUBDIR += rubygem-aws-sdk-efs
SUBDIR += rubygem-winrm-fs
SUBDIR += s3backer
SUBDIR += s3fs
SUBDIR += sandboxfs
SUBDIR += scan_ffs
SUBDIR += securefs
SUBDIR += simple-mtpfs
SUBDIR += smbnetfs
SUBDIR += sqlfs
SUBDIR += squashfs-tools
SUBDIR += squashfs-tools-ng
SUBDIR += squashfuse
SUBDIR += sshfs
SUBDIR += tclvfs
SUBDIR += ufs
SUBDIR += ufs_copy
SUBDIR += unionfs
SUBDIR += unreliablefs
SUBDIR += vzvol
SUBDIR += webdavfs
SUBDIR += wimlib
SUBDIR += xfsm
SUBDIR += xfsprogs
SUBDIR += xfuse
SUBDIR += zap
SUBDIR += zfs-periodic
SUBDIR += zfs-replicate
SUBDIR += zfs-snap-diff
SUBDIR += zfs-snapshot-clean
SUBDIR += zfs-snapshot-mgmt
SUBDIR += zfs-stats
SUBDIR += zfs-stats-lite
SUBDIR += zfsnap
SUBDIR += zfsnap2
SUBDIR += zfstools
SUBDIR += zip
SUBDIR += zisofs-tools
SUBDIR += zrepl
SUBDIR += zrepl-dsh2dsh
SUBDIR += zxfer
.include <bsd.port.subdir.mk>