diff options
author | rene <rene@FreeBSD.org> | 2010-05-06 02:19:43 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2010-05-06 02:19:43 +0800 |
commit | 277af81b5f9d456af238310305a51f4cf21c8b18 (patch) | |
tree | f4f42c83b537b3bda8a2de6a9da8ff8945822f4c /sysutils/Makefile | |
parent | c858c332f98d7c073b9679f73c19053821bfc4c9 (diff) | |
download | freebsd-ports-gnome-277af81b5f9d456af238310305a51f4cf21c8b18.tar.gz freebsd-ports-gnome-277af81b5f9d456af238310305a51f4cf21c8b18.tar.zst freebsd-ports-gnome-277af81b5f9d456af238310305a51f4cf21c8b18.zip |
Squashfs is a compressed read-only filesystem for Linux. 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. The filesystem is currently stable, and has been tested on
PowerPC, i586, Sparc and ARM architectures.
squashfs-tools are the set of tools to manipulate squashfs images.
WWW: http://squashfs.sourceforge.net/
PR: ports/145914
Submitted by: Ashish SHUKLA <wahjava at gmail.com>
Approved by: tabthorpe (mentor)
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index adc3c7fae867..0447e958414a 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -767,6 +767,7 @@ SUBDIR += spassgen SUBDIR += spindown SUBDIR += spinner + SUBDIR += squashfs-tools SUBDIR += ssync SUBDIR += stalepid SUBDIR += stmpclean |