From owner-cvs-ports@FreeBSD.ORG Tue Jan 24 19:36:52 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65AE216A41F; Tue, 24 Jan 2006 19:36:52 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31CFE43D4C; Tue, 24 Jan 2006 19:36:52 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0OJaq7j047415; Tue, 24 Jan 2006 19:36:52 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0OJapuK047414; Tue, 24 Jan 2006 19:36:51 GMT (envelope-from anray) Message-Id: <200601241936.k0OJapuK047414@repoman.freebsd.org> From: Andrey Slusar Date: Tue, 24 Jan 2006 19:36:51 +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/textproc Makefile ports/textproc/libtext-charwidth-perl Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jan 2006 19:36:52 -0000 anray 2006-01-24 19:36:51 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/libtext-charwidth-perl Makefile distinfo pkg-descr pkg-plist Log: This is a part of fakeroot project. Fakeroot runs a command in an environment were it appears to have root privileges for file manipulation, by setting LD_PRELOAD to a library with alternative versions of getuid(), stat(), etc. This is useful for allowing users to create archives (tar, ar, .deb .rpm etc.) with files in them with root permissions/ownership. Without fakeroot one would have to have root privileges to create the constituent files of the archives with the correct permissions and ownership, and then pack them up, or one would have to construct the archives directly, without using the archiver. WWW: http://freshmeat.net/projects/fakeroot PR: ports/91532 Submitted by: Meno Abels Revision Changes Path 1.918 +1 -0 ports/textproc/Makefile 1.1 +34 -0 ports/textproc/libtext-charwidth-perl/Makefile (new) 1.1 +3 -0 ports/textproc/libtext-charwidth-perl/distinfo (new) 1.1 +12 -0 ports/textproc/libtext-charwidth-perl/pkg-descr (new) 1.1 +7 -0 ports/textproc/libtext-charwidth-perl/pkg-plist (new)