pkgsrc/filesystems/Makefile
scole 7acb15864d PR pkg/51058
Add filesystem/squashfs 4.3

Squashfs is a highly compressed read-only filesystem for Linux.
It uses either gzip/xz/lzo/lz4 compression to compress both files, inodes
and directories.  Inodes in the system are very small and all blocks are
packed to minimise data overhead. Block sizes greater than 4K are supported
up to a maximum of 1Mbytes (default block size 128K).

Squashfs is intended for general read-only filesystem use, for archival
use (i.e. in cases where a .tar.gz file may be used), and in constrained
block device/memory systems (e.g. embedded systems) where low overhead is
needed.

This package contains tools to manipulate squashfs archive files.
2016-09-09 15:40:17 +00:00

50 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.41 2016/09/09 15:40:17 scole Exp $
#
COMMENT= File systems, and file system related packages
SUBDIR+= cloudfuse
SUBDIR+= fs-utils
SUBDIR+= fuse
SUBDIR+= fuse-afpfs-ng
SUBDIR+= fuse-archivemount
SUBDIR+= fuse-bindfs
SUBDIR+= fuse-cddfs
SUBDIR+= fuse-chironfs
SUBDIR+= fuse-cryptofs
SUBDIR+= fuse-curlftpfs
SUBDIR+= fuse-djmount
SUBDIR+= fuse-encfs
SUBDIR+= fuse-ext2
SUBDIR+= fuse-gmailfs
SUBDIR+= fuse-gphotofs
SUBDIR+= fuse-gstfs
SUBDIR+= fuse-httpfs
SUBDIR+= fuse-loggedfs
SUBDIR+= fuse-lzofs
SUBDIR+= fuse-mp3fs
SUBDIR+= fuse-ntfs-3g
SUBDIR+= fuse-obexfs
SUBDIR+= fuse-pcachefs
SUBDIR+= fuse-pod
SUBDIR+= fuse-sshfs
SUBDIR+= fuse-svnfs
SUBDIR+= fuse-unionfs
SUBDIR+= fuse-wdfs
SUBDIR+= fuse-wikipediafs
SUBDIR+= glusterfs
SUBDIR+= libntfs
SUBDIR+= openafs
SUBDIR+= openafs-devel
SUBDIR+= ori
SUBDIR+= p5-Module-Path
SUBDIR+= p5-MooseX-Types-Path-Tiny
SUBDIR+= p5-Path-Tiny
SUBDIR+= perfuse
SUBDIR+= py-filesystem
SUBDIR+= py-fuse-bindings
SUBDIR+= squashfs
SUBDIR+= tahoe-lafs
SUBDIR+= u9fs
.include "../mk/misc/category.mk"