summaryrefslogtreecommitdiffstats
path: root/sysutils/stat
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1997-02-16 15:16:58 +0000
committerwosch <wosch@FreeBSD.org>1997-02-16 15:16:58 +0000
commitc0d9f5688d837f801d9168173ecfc298cce452cd (patch)
tree1ae24b92ec3ca01b59ae4c25f313216bfe5f5696 /sysutils/stat
parent60ea042b56d901cb9f66cb55ebf78343bf9d187a (diff)
downloadFreeBSD-ports-c0d9f5688d837f801d9168173ecfc298cce452cd.zip
FreeBSD-ports-c0d9f5688d837f801d9168173ecfc298cce452cd.tar.gz
Stat prints out the contents of an inode as they appear to
stat(2) in a human-readable format.
Diffstat (limited to 'sysutils/stat')
-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 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 <bsd.port.mk>
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
OpenPOWER on IntegriCloud