From owner-freebsd-ports Thu Sep 5 14:50:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 688A737B400 for ; Thu, 5 Sep 2002 14:50:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C264F43E6E for ; Thu, 5 Sep 2002 14:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85Lo2JU099061 for ; Thu, 5 Sep 2002 14:50:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85Lo2lR099060; Thu, 5 Sep 2002 14:50:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1F1F37B400 for ; Thu, 5 Sep 2002 14:45:26 -0700 (PDT) Received: from seer.gentoo.com (adsl-64-169-54-66.dsl.snfc21.pacbell.net [64.169.54.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 176FC43E42 for ; Thu, 5 Sep 2002 14:45:26 -0700 (PDT) (envelope-from bll@gentoo.com) Received: from seer.gentoo.com (localhost [127.0.0.1]) by seer.gentoo.com (8.12.5/8.12.5) with ESMTP id g85LjPTW019756 for ; Thu, 5 Sep 2002 14:45:25 -0700 (PDT) Received: (from bll@localhost) by seer.gentoo.com (8.12.5/8.12.5/Submit) id g85LjPrO019755 for FreeBSD-gnats-submit@freebsd.org; Thu, 5 Sep 2002 14:45:25 -0700 (PDT) Message-Id: <20020905214525.GA19730@seer.gentoo.com> Date: Thu, 5 Sep 2002 14:45:25 -0700 From: Brad Lanam Reply-To: bll@gentoo.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/42460: New port: di-3.7 - disk information utility Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 42460 >Category: ports >Synopsis: New port: di-3.7 - disk information utility >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 05 14:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Brad Lanam >Release: FreeBSD 4.6-RELEASE i386 >Organization: Brad Lanam Walnut Creek, CA >Environment: >Description: New port: di-3.7 - disk information utility >How-To-Repeat: >Fix: #! /bin/sh # This is a shell archive. Remove anything before this line, then unpack # it by saving it into a file and typing "sh file". To overwrite existing # files, type "sh file -c". You can also feed this as standard input via # unshar, or by typing "sh 'Makefile' <<'END_OF_FILE' X# New ports collection makefile for: di X# Date created: 31 August 2002 X# Whom: bll X# X# $FreeBSD$ X# X XPORTNAME= di XPORTVERSION= 3.7 XCATEGORIES= sysutils XMASTER_SITES= http://www.gentoo.com/di/ X XMAINTAINER= bll@gentoo.com X XMAN1= di.1 X Xdo-configure: X cd $(WRKDIR)/$(DISTNAME); \ X CC="$(CC)" CFLAGS="$(CFLAGS)" \ X LDFLAGS="$(LDFLAGS)" prefix="$(PREFIX)" ./Build config.h X Xdo-build: X cd $(WRKDIR)/$(DISTNAME); \ X CC="$(CC)" CFLAGS="$(CFLAGS)" \ X LDFLAGS="$(LDFLAGS)" prefix="$(PREFIX)" ./Build X Xdo-install: X $(INSTALL_PROGRAM) $(WRKDIR)/$(DISTNAME)/di $(PREFIX)/bin X -rm -f $(PREFIX)/bin/mi X -ln -f $(PREFIX)/bin/di $(PREFIX)/bin/mi X $(INSTALL_MAN) $(WRKDIR)/$(DISTNAME)/di.1 $(PREFIX)/man/man1 X Xpost-install: X strip $(PREFIX)/bin/di X X.include END_OF_FILE if test 803 -ne `wc -c <'Makefile'`; then echo shar: \"'Makefile'\" unpacked with wrong size! fi # end of 'Makefile' fi if test -f 'pkg-comment' -a "${1}" != "-c" ; then echo shar: Will not clobber existing file \"'pkg-comment'\" else echo shar: Extracting \"'pkg-comment'\" \(25 characters\) sed "s/^X//" >'pkg-comment' <<'END_OF_FILE' XDisk information utility END_OF_FILE if test 25 -ne `wc -c <'pkg-comment'`; then echo shar: \"'pkg-comment'\" unpacked with wrong size! fi # end of 'pkg-comment' fi if test -f 'pkg-descr' -a "${1}" != "-c" ; then echo shar: Will not clobber existing file \"'pkg-descr'\" else echo shar: Extracting \"'pkg-descr'\" \(327 characters\) sed "s/^X//" >'pkg-descr' <<'END_OF_FILE' X'di' is a disk information utility, displaying everything X(and more) that your 'df' command does. It features the Xability to display your disk usage in whatever format you Xdesire/prefer/are used to. It is designed to be portable Xacross many platforms. X XWWW: http://www.gentoo.com/di/ Xdi-bugs@gentoo.com X X-- Brad Xbll@gentoo.com END_OF_FILE if test 327 -ne `wc -c <'pkg-descr'`; then echo shar: \"'pkg-descr'\" unpacked with wrong size! fi # end of 'pkg-descr' fi if test -f 'pkg-plist' -a "${1}" != "-c" ; then echo shar: Will not clobber existing file \"'pkg-plist'\" else echo shar: Extracting \"'pkg-plist'\" \(14 characters\) sed "s/^X//" >'pkg-plist' <<'END_OF_FILE' Xbin/di Xbin/mi END_OF_FILE if test 14 -ne `wc -c <'pkg-plist'`; then echo shar: \"'pkg-plist'\" unpacked with wrong size! fi # end of 'pkg-plist' fi echo shar: End of shell archive. exit 0 >Release-Note: >Audit-Trail: >Unformatted: >System: FreeBSD freebsd.gentoo.com 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Tue Jun 11 06:14:12 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message