summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1997-02-16 15:16:58 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1997-02-16 15:16:58 +0000
commita0f0cc120efab5aa315f209e6e1e85db4ed2700a (patch)
treeab48b3335b525332cead3c3f683060034c71fa22 /sysutils
parentUpdated Lesstif port to 0.76. (diff)
Stat prints out the contents of an inode as they appear to
stat(2) in a human-readable format.
Notes
Notes: svn path=/head/; revision=5651
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/stat/Makefile14
-rw-r--r--sysutils/stat/distinfo1
-rw-r--r--sysutils/stat/pkg-comment1
-rw-r--r--sysutils/stat/pkg-descr13
-rw-r--r--sysutils/stat/pkg-plist2
5 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/stat/Makefile b/sysutils/stat/Makefile
new file mode 100644
index 000000000000..40d01cbf03b4
--- /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 <bsd.port.mk>
diff --git a/sysutils/stat/distinfo b/sysutils/stat/distinfo
new file mode 100644
index 000000000000..9c64cc472e69
--- /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 000000000000..93690177d25f
--- /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 000000000000..d3478d458cfd
--- /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 000000000000..54d7995ad085
--- /dev/null
+++ b/sysutils/stat/pkg-plist
@@ -0,0 +1,2 @@
+bin/stat
+man/man1/stat.1.gz