From 36989c4b4f0abf0399430ad1fe9679e70b27df72 Mon Sep 17 00:00:00 2001 From: David Howland Date: Sat, 29 Oct 2005 04:18:26 +0000 Subject: [PATCH] '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. --- di/DESCR | 4 ++++ di/Makefile | 26 ++++++++++++++++++++++++++ di/PLIST | 5 +++++ di/distinfo | 5 +++++ 4 files changed, 40 insertions(+) create mode 100644 di/DESCR create mode 100644 di/Makefile create mode 100644 di/PLIST create mode 100644 di/distinfo diff --git a/di/DESCR b/di/DESCR new file mode 100644 index 0000000000..cd97e6194e --- /dev/null +++ b/di/DESCR @@ -0,0 +1,4 @@ +'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. diff --git a/di/Makefile b/di/Makefile new file mode 100644 index 0000000000..ea01344029 --- /dev/null +++ b/di/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/10/29 04:18:26 dhowland Exp $ + +DISTNAME= di-4.3f +CATEGORIES= sysutils +MASTER_SITES= http://www.gentoo.com/di/ + +MAINTAINER= dhowland@users.sourceforge.net +HOMEPAGE= http://www.gentoo.com/di/ +COMMENT= Command-line disk information utility + +MAKE_ENV+= prefix=${PREFIX} + +USE_PKGLOCALEDIR= yes + +do-install: + ${INSTALL_DATA_DIR} ${PREFIX}/${PKGLOCALEDIR}/locale/de_DE/LC_MESSAGES + ${INSTALL_DATA_DIR} ${PREFIX}/${PKGLOCALEDIR}/locale/en_US/LC_MESSAGES + ${INSTALL_MAN_DIR} ${PREFIX}/man/man1 + ${INSTALL_DATA} ${WRKSRC}/po/de_DE.po \ + ${PREFIX}/${PKGLOCALEDIR}/locale/de_DE/LC_MESSAGES/di.po + ${INSTALL_DATA} ${WRKSRC}/po/en_US.po \ + ${PREFIX}/${PKGLOCALEDIR}/locale/en_US/LC_MESSAGES/di.po + ${INSTALL_MAN} ${WRKSRC}/di.1 ${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/di ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/di/PLIST b/di/PLIST new file mode 100644 index 0000000000..ff9d23fff3 --- /dev/null +++ b/di/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/29 04:18:26 dhowland Exp $ +bin/di +man/man1/di.1 +${PKGLOCALEDIR}/locale/de_DE/LC_MESSAGES/di.po +${PKGLOCALEDIR}/locale/en_US/LC_MESSAGES/di.po diff --git a/di/distinfo b/di/distinfo new file mode 100644 index 0000000000..95c77f932c --- /dev/null +++ b/di/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/10/29 04:18:26 dhowland Exp $ + +SHA1 (di-4.3f.tar.gz) = fa501f7728481c4df1a2d8b1101f41568d473f6c +RMD160 (di-4.3f.tar.gz) = ad35affd7bae0ea2fbcae969b8abda02d22fb36b +Size (di-4.3f.tar.gz) = 65470 bytes