1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Stat prints out the contents of an inode as they appear to

stat(2) in a human-readable format.
This commit is contained in:
Wolfram Schneider 1997-02-16 15:16:58 +00:00
parent 08fe32bd31
commit a0f0cc120e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5651
5 changed files with 31 additions and 0 deletions

14
sysutils/stat/Makefile Normal file
View File

@ -0,0 +1,14 @@
# New ports collection makefile for: stat
# Version required: 1.3
# Date created: 16 Februar 1996
# Whom: wosch
#
# $Id: Makefile,v 1.6 1996/11/17 08:06:15 obrien Exp $
DISTNAME= stat-1.3
CATEGORIES= sysutils
MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/
MAINTAINER= wosch@FreeBSD.org
.include <bsd.port.mk>

1
sysutils/stat/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (stat-1.3.tar.gz) = a0943f459a0326f0596b304d486a5510

View File

@ -0,0 +1 @@
Print inode contents.

13
sysutils/stat/pkg-descr Normal file
View File

@ -0,0 +1,13 @@
Stat prints out the contents of an inode as they appear to
stat(2) in a human-readable format.
Here is a sample output from stat:
$ stat /
File: "/"
Size: 512 Allocated Blocks: 4 Filetype: Directory
Mode: (0755/drwxr-xr-x) Uid: (0/root) Gid: (0/wheel)
Device: 1024 Inode: 2 Links: 17
Access: Sun Feb 16 14:50:39 1997
Modify: Tue Feb 4 16:59:09 1997
Change: Tue Feb 4 16:59:09 1997

2
sysutils/stat/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/stat
man/man1/stat.1.gz