Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2002 14:45:25 -0700
From:      Brad Lanam <bll@gentoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42460: New port: di-3.7 - disk information utility
Message-ID:  <20020905214525.GA19730@seer.gentoo.com>

next in thread | raw e-mail | index | archive | help

>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 <file", e.g..  If this archive is complete, you
# will see the following message at the end:
#		"End of shell archive."
# Contents:  Makefile pkg-comment pkg-descr pkg-plist
# Wrapped by bll@seer.gentoo.com on Thu Sep  5 14:40:53 2002
PATH=/bin:/usr/bin:/usr/ucb ; export PATH
if test -f 'Makefile' -a "${1}" != "-c" ; then
  echo shar: Will not clobber existing file \"'Makefile'\"
else
echo shar: Extracting \"'Makefile'\" \(803 characters\)
sed "s/^X//" >'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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020905214525.GA19730>