From owner-cvs-all@FreeBSD.ORG Wed May 5 18:19:44 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 09D73106564A; Wed, 5 May 2010 18:19:44 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id ECD958FC08; Wed, 5 May 2010 18:19:43 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o45IJhmx052445; Wed, 5 May 2010 18:19:43 GMT (envelope-from rene@repoman.freebsd.org) Received: (from rene@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o45IJhgt052444; Wed, 5 May 2010 18:19:43 GMT (envelope-from rene) Message-Id: <201005051819.o45IJhgt052444@repoman.freebsd.org> From: Rene Ladan Date: Wed, 5 May 2010 18:19:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/squashfs-tools Makefile distinfo pkg-descr ports/sysutils/squashfs-tools/files patch-squashfs-tools_Makefile patch-squashfs-tools_pseudo.c patch-squashfs-tools_unsquashfs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 May 2010 18:19:44 -0000 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 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)