From owner-cvs-ports@FreeBSD.ORG Mon Feb 18 05:39:47 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF73116A41A; Mon, 18 Feb 2008 05:39:47 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CD34413C459; Mon, 18 Feb 2008 05:39:47 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1I5dllq050929; Mon, 18 Feb 2008 05:39:47 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1I5dlGS050928; Mon, 18 Feb 2008 05:39:47 GMT (envelope-from beech) Message-Id: <200802180539.m1I5dlGS050928@repoman.freebsd.org> From: Beech Rintoul Date: Mon, 18 Feb 2008 05:39:47 +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/devel Makefile ports/devel/p5-File-chmod 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: Mon, 18 Feb 2008 05:39:48 -0000 beech 2008-02-18 05:39:47 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-File-chmod Makefile distinfo pkg-descr pkg-plist Log: File::chmod is a utility that allows you to bypass system calls or bit processing of a file's permissions. It overloads the chmod() function with its own that gets an octal mode, a symbolic mode, or an "ls" mode. If you wish not to overload chmod(), you can export symchmod() and lschmod(), which take, respectively, a symbolic mode and an "ls" mode. PR: ports/120782 Submitted by: Shinsuke Matsui Revision Changes Path 1.2999 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/p5-File-chmod/Makefile (new) 1.1 +3 -0 ports/devel/p5-File-chmod/distinfo (new) 1.1 +8 -0 ports/devel/p5-File-chmod/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-File-chmod/pkg-plist (new)