diff options
author | vanilla <vanilla@FreeBSD.org> | 1997-12-02 01:16:25 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1997-12-02 01:16:25 +0800 |
commit | be5681eab21018e276ef0b0c7287f0ecb395cb08 (patch) | |
tree | 5b17898ea700283f869c2e829478d59466dfae13 | |
parent | 8b57b2818640839727b94f14b1e01d8d90225c8c (diff) | |
download | freebsd-ports-gnome-be5681eab21018e276ef0b0c7287f0ecb395cb08.tar.gz freebsd-ports-gnome-be5681eab21018e276ef0b0c7287f0ecb395cb08.tar.zst freebsd-ports-gnome-be5681eab21018e276ef0b0c7287f0ecb395cb08.zip |
X File System Monitor, it provide some infomation of your filesystem.
-rw-r--r-- | sysutils/xfsm/Makefile | 19 | ||||
-rw-r--r-- | sysutils/xfsm/distinfo | 1 | ||||
-rw-r--r-- | sysutils/xfsm/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/xfsm/pkg-descr | 9 | ||||
-rw-r--r-- | sysutils/xfsm/pkg-plist | 2 |
5 files changed, 32 insertions, 0 deletions
diff --git a/sysutils/xfsm/Makefile b/sysutils/xfsm/Makefile new file mode 100644 index 000000000000..065ed6bf2f9a --- /dev/null +++ b/sysutils/xfsm/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: xfsm +# Version required: 1.95 +# Date Created: 24 Nov 1997 +# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= xfsm-1.95 +CATEGORIES= sysutils x11 +MASTER_SITES= http://www.peoplesoft.com/peoplepages/g/robert_gasch/src/ +EXTRACT_SUFX= .tgz + +MAINTAINER= vanilla@FreeBSD.ORG + +WRKSRC= ${WRKDIR}/xfsm +USE_IMAKE= yes + +.include <bsd.port.mk> diff --git a/sysutils/xfsm/distinfo b/sysutils/xfsm/distinfo new file mode 100644 index 000000000000..9a6b78262a93 --- /dev/null +++ b/sysutils/xfsm/distinfo @@ -0,0 +1 @@ +MD5 (xfsm-1.95.tgz) = f4ac00ed603677765b465791a3758716 diff --git a/sysutils/xfsm/pkg-comment b/sysutils/xfsm/pkg-comment new file mode 100644 index 000000000000..1c9e174319ca --- /dev/null +++ b/sysutils/xfsm/pkg-comment @@ -0,0 +1 @@ +X File System Monitor diff --git a/sysutils/xfsm/pkg-descr b/sysutils/xfsm/pkg-descr new file mode 100644 index 000000000000..6e4ac7ef7b5d --- /dev/null +++ b/sysutils/xfsm/pkg-descr @@ -0,0 +1,9 @@ +xfsm stands for X File System Monitor and runs under MIT's X11 +window system on several flavors of UNIX. It is a tool designed +to make monitoring your file systems' status easy by displaying +a simple bar graph for each file system greater than size 0. It +updates the file systems' statistics at regular, user definable +intervals. + +- Vanilla +vanilla@MinJe.com.TW diff --git a/sysutils/xfsm/pkg-plist b/sysutils/xfsm/pkg-plist new file mode 100644 index 000000000000..46df1fda995a --- /dev/null +++ b/sysutils/xfsm/pkg-plist @@ -0,0 +1,2 @@ +bin/xfsm +man/man1/xfsm.1.gz |