diff options
author | markp <markp@FreeBSD.org> | 2003-02-15 23:46:48 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2003-02-15 23:46:48 +0800 |
commit | 3679a06b117eb04f3f980f6c50340df998c88511 (patch) | |
tree | d2ccc90a2f06ab4a08a9d47d91ae1916f5dff055 /sysutils | |
parent | a0c8c096229b2d88962d936c7b195d2f9b2ed529 (diff) | |
download | freebsd-ports-gnome-3679a06b117eb04f3f980f6c50340df998c88511.tar.gz freebsd-ports-gnome-3679a06b117eb04f3f980f6c50340df998c88511.tar.zst freebsd-ports-gnome-3679a06b117eb04f3f980f6c50340df998c88511.zip |
Add di 3.7, a disk information utility.
PR: 42460
Submitted by: Brad Lanam <bll@gentoo.com>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/di/Makefile | 24 | ||||
-rw-r--r-- | sysutils/di/distinfo | 1 | ||||
-rw-r--r-- | sysutils/di/pkg-descr | 11 | ||||
-rw-r--r-- | sysutils/di/pkg-plist | 2 |
5 files changed, 39 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 7d6371025849..2315eb0ca6e5 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -53,6 +53,7 @@ SUBDIR += daemontools53 SUBDIR += deleted SUBDIR += detach + SUBDIR += di SUBDIR += dim SUBDIR += dirdiff SUBDIR += diskcheckd diff --git a/sysutils/di/Makefile b/sysutils/di/Makefile new file mode 100644 index 000000000000..bd590661ff4b --- /dev/null +++ b/sysutils/di/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: di +# Date created: 31 August 2002 +# Whom: Brad Lanam <bll@gentoo.com> +# +# $FreeBSD$ +# + +PORTNAME= di +PORTVERSION= 3.7 +CATEGORIES= sysutils +MASTER_SITES= http://www.gentoo.com/di/ + +MAINTAINER= bll@gentoo.com +COMMENT= A disk information utility + +HAS_CONFIGURE= yes +MAN1= di.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/di ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/mi ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/di.1 ${PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/sysutils/di/distinfo b/sysutils/di/distinfo new file mode 100644 index 000000000000..c8852fba926b --- /dev/null +++ b/sysutils/di/distinfo @@ -0,0 +1 @@ +MD5 (di-3.7.tar.gz) = 77a84373f2bf9376baf307a29197a21c diff --git a/sysutils/di/pkg-descr b/sysutils/di/pkg-descr new file mode 100644 index 000000000000..c55222ea7ca4 --- /dev/null +++ b/sysutils/di/pkg-descr @@ -0,0 +1,11 @@ +'di' is a disk information utility, displaying everything +(and more) that your 'df' command does. It features the +ability to display your disk usage in whatever format you +desire/prefer/are used to. It is designed to be portable +across many platforms. + +WWW: http://www.gentoo.com/di/ +di-bugs@gentoo.com + +-- Brad +bll@gentoo.com diff --git a/sysutils/di/pkg-plist b/sysutils/di/pkg-plist new file mode 100644 index 000000000000..6d9b314fda76 --- /dev/null +++ b/sysutils/di/pkg-plist @@ -0,0 +1,2 @@ +bin/di +bin/mi |