From 96104de0069397d53072d18149e8de1f2fbba2d9 Mon Sep 17 00:00:00 2001 From: scole Date: Fri, 9 Sep 2016 15:40:17 +0000 Subject: 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. --- filesystems/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'filesystems/Makefile') diff --git a/filesystems/Makefile b/filesystems/Makefile index dc53758190a..4e093e52af6 100644 --- a/filesystems/Makefile +++ b/filesystems/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2016/03/01 11:30:43 jmmv Exp $ +# $NetBSD: Makefile,v 1.41 2016/09/09 15:40:17 scole Exp $ # COMMENT= File systems, and file system related packages @@ -43,6 +43,7 @@ SUBDIR+= p5-Path-Tiny SUBDIR+= perfuse SUBDIR+= py-filesystem SUBDIR+= py-fuse-bindings +SUBDIR+= squashfs SUBDIR+= tahoe-lafs SUBDIR+= u9fs -- cgit v1.2.3