remove sysutils/stat, since we have this in base.

ok sturm@
This commit is contained in:
steven 2006-07-15 11:11:06 +00:00
parent 36c229c9c3
commit 66f0360faf
4 changed files with 0 additions and 43 deletions

View File

@ -1,23 +0,0 @@
# $OpenBSD: Makefile,v 1.15 2005/11/27 15:09:00 sturm Exp $
# Original from: Ejovi Nuwere <ejovi@ejovi.net>
IGNORE= "-- a stat utility is included in ${OPSYS} as of release 3.8"
COMMENT= "print inode contents"
DISTNAME= stat-1.3
PKGNAME= ${DISTNAME}p0
CATEGORIES= sysutils
MASTER_SITES= http://people.freebsd.org/~wosch/src/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/stat ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/stat.cat1 ${PREFIX}/man/cat1/stat.0
.include <bsd.port.mk>

View File

@ -1,4 +0,0 @@
MD5 (stat-1.3.tar.gz) = a0943f459a0326f0596b304d486a5510
RMD160 (stat-1.3.tar.gz) = c92aca91078964ee18448cb75625a6d4c7346647
SHA1 (stat-1.3.tar.gz) = 394915cbef327197d0e288c1efb8bfba6f0a9c34
SIZE (stat-1.3.tar.gz) = 7521

View File

@ -1,13 +0,0 @@
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

View File

@ -1,3 +0,0 @@
@comment $OpenBSD: PLIST,v 1.5 2005/09/05 13:25:55 espie Exp $
bin/stat
@man man/cat1/stat.0