From owner-cvs-all Sat Apr 28 7:21:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FA0637B423; Sat, 28 Apr 2001 07:21:40 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3SELel10800; Sat, 28 Apr 2001 07:21:40 -0700 (PDT) (envelope-from joe) Message-Id: <200104281421.f3SELel10800@freefall.freebsd.org> From: Josef Karthauser Date: Sat, 28 Apr 2001 07:21:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/p5-Stat-lsMode Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2001/04/28 07:21:40 PDT Modified files: sysutils Makefile Added files: sysutils/p5-Stat-lsMode Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Stat::lsMode generates mode and permission strings that look like the ones generated by the Unix ls -l command. For example, a regular file that is readable by everyone and writable only by its owner has the mode string -rw-r--r--. Stat::lsMode will either examine the file and produce the right mode string for you, or you can pass it the mode that you get back from Perl's stat call. PR: ports/26847 Revision Changes Path 1.181 +2 -1 ports/sysutils/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message