From c0d9f5688d837f801d9168173ecfc298cce452cd Mon Sep 17 00:00:00 2001 From: wosch Date: Sun, 16 Feb 1997 15:16:58 +0000 Subject: Stat prints out the contents of an inode as they appear to stat(2) in a human-readable format. --- sysutils/stat/Makefile | 14 ++++++++++++++ sysutils/stat/distinfo | 1 + sysutils/stat/pkg-comment | 1 + sysutils/stat/pkg-descr | 13 +++++++++++++ sysutils/stat/pkg-plist | 2 ++ 5 files changed, 31 insertions(+) create mode 100644 sysutils/stat/Makefile create mode 100644 sysutils/stat/distinfo create mode 100644 sysutils/stat/pkg-comment create mode 100644 sysutils/stat/pkg-descr create mode 100644 sysutils/stat/pkg-plist (limited to 'sysutils/stat') diff --git a/sysutils/stat/Makefile b/sysutils/stat/Makefile new file mode 100644 index 0000000..40d01cb --- /dev/null +++ b/sysutils/stat/Makefile @@ -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 diff --git a/sysutils/stat/distinfo b/sysutils/stat/distinfo new file mode 100644 index 0000000..9c64cc4 --- /dev/null +++ b/sysutils/stat/distinfo @@ -0,0 +1 @@ +MD5 (stat-1.3.tar.gz) = a0943f459a0326f0596b304d486a5510 diff --git a/sysutils/stat/pkg-comment b/sysutils/stat/pkg-comment new file mode 100644 index 0000000..9369017 --- /dev/null +++ b/sysutils/stat/pkg-comment @@ -0,0 +1 @@ +Print inode contents. diff --git a/sysutils/stat/pkg-descr b/sysutils/stat/pkg-descr new file mode 100644 index 0000000..d3478d4 --- /dev/null +++ b/sysutils/stat/pkg-descr @@ -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 diff --git a/sysutils/stat/pkg-plist b/sysutils/stat/pkg-plist new file mode 100644 index 0000000..54d7995 --- /dev/null +++ b/sysutils/stat/pkg-plist @@ -0,0 +1,2 @@ +bin/stat +man/man1/stat.1.gz -- cgit v1.1