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/
Responsible Changed From-To: freebsd-ports-bugs->rene Grab
rene 2010-05-05 18:19:43 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/squashfs-tools Makefile distinfo pkg-descr sysutils/squashfs-tools/files patch-squashfs-tools_Makefile patch-squashfs-tools_pseudo.c patch-squashfs-tools_unsquashfs.c Log: 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) Revision Changes Path 1.1186 +1 -0 ports/sysutils/Makefile 1.1 +39 -0 ports/sysutils/squashfs-tools/Makefile (new) 1.1 +3 -0 ports/sysutils/squashfs-tools/distinfo (new) 1.1 +15 -0 ports/sysutils/squashfs-tools/files/patch-squashfs-tools_Makefile (new) 1.1 +15 -0 ports/sysutils/squashfs-tools/files/patch-squashfs-tools_pseudo.c (new) 1.1 +15 -0 ports/sysutils/squashfs-tools/files/patch-squashfs-tools_unsquashfs.c (new) 1.1 +10 -0 ports/sysutils/squashfs-tools/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks