summaryrefslogtreecommitdiff
path: root/filesystems/Makefile
diff options
context:
space:
mode:
authorscole <scole>2016-09-09 15:40:17 +0000
committerscole <scole>2016-09-09 15:40:17 +0000
commit96104de0069397d53072d18149e8de1f2fbba2d9 (patch)
tree675fc933442afe339333083d22302ba278465466 /filesystems/Makefile
parent25f75944f9ced91bcc83abf2ad5852ee8b8bbef3 (diff)
downloadpkgsrc-96104de0069397d53072d18149e8de1f2fbba2d9.tar.gz
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.
Diffstat (limited to 'filesystems/Makefile')
-rw-r--r--filesystems/Makefile3
1 files changed, 2 insertions, 1 deletions
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