Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2004 18:28:58 -0800
From:      bll@gentoo.com
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63426: Update port: sysutils/di: di-3.10 - disk information utility
Message-ID:  <20040227022858.GA21460@seer.gentoo.com>
Resent-Message-ID: <200402270230.i1R2UHm8070355@freefall.freebsd.org>

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

>Number:         63426
>Category:       ports
>Synopsis:       Update port: sysutils/di: di-3.10 - disk information utility
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 26 18:30:16 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Brad Lanam
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
Brad Lanam  Walnut Creek, CA
>Environment:
>Description:
Update port: sysutils/di: di-3.10 - disk information utility
>How-To-Repeat:
>Fix:
>
>     Updated to version 3.10.
>
>     Added de_DE.po file.
>     Updated makefile to install language files.
>     Added msgfmt dependency.
>     Fixed missing gettext() for sizes.
>
>     -- Brad
>     bll@gentoo.com

#! /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-descr pkg-plist
# Wrapped by bll@seer.gentoo.com on Thu Feb 26 18:25:28 2004
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'\" \(1428 characters\)
sed "s/^X//" >'Makefile' <<'END_OF_FILE'
X# New ports collection makefile for:   di
X# Date created:		31 August 2002
X# Whom:			Brad Lanam <bll@gentoo.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	di
XPORTVERSION=	3.10
XCATEGORIES=	sysutils
XMASTER_SITES=	http://www.gentoo.com/di/
XBUILD_DEPENDS=	msgfmt:${PORTSDIR}/devel/gettext
XCOMMENT=	Disk Information Utility
X
XMAINTAINER=	bll@gentoo.com
X
XHAS_CONFIGURE=	no
XMAN1=		di.1
X
X.include <bsd.port.pre.mk>
X
Xdo-configure:
X	(cd ${WRKSRC}; \
X		CC="$(CC)" CFLAGS="$(CFLAGS)" \
X		LDFLAGS="$(LDFLAGS)" prefix="$(PREFIX)" \
X		LOCALEDIR="$(PREFIX)/share/locale" \
X		./Build config.h)
X
Xdo-build:
X	(cd ${WRKSRC}; \
X		CC="$(CC)" CFLAGS="$(CFLAGS)" \
X		LDFLAGS="$(LDFLAGS)" prefix="$(PREFIX)" \
X		LOCALEDIR="$(PREFIX)/share/locale" \
X		./Build)
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/di ${PREFIX}/bin
X	${INSTALL_PROGRAM} ${WRKSRC}/mi ${PREFIX}/bin
X	${INSTALL_MAN} ${WRKSRC}/di.1 ${PREFIX}/man/man1
X	(cd ${WRKSRC}; \
X		CC="$(CC)" CFLAGS="$(CFLAGS)" \
X		LDFLAGS="$(LDFLAGS)" prefix="$(PREFIX)" \
X		LOCALEDIR="$(PREFIX)/share/locale" \
X		./Build build-po)
X	-(cd ${WRKSRC}/po;for i in *.po; do \
X	j=`echo $$i | $(SED) 's,\\.po$$,,'`; \
X	test -d ${PREFIX}/share/locale/$$j || \
X		mkdir ${PREFIX}/share/locale/$$j; \
X	test -d ${PREFIX}/share/locale/$$j/LC_MESSAGES || \
X		mkdir ${PREFIX}/share/locale/$$j/LC_MESSAGES; \
X	${INSTALL_DATA} $$j.mo \
X	${PREFIX}/share/locale/$$j/LC_MESSAGES/di.mo; \
X        $(RM) -f $$j.mo; \
X	done)
X
X.include <bsd.port.post.mk>
END_OF_FILE
if test 1428 -ne `wc -c <'Makefile'`; then
    echo shar: \"'Makefile'\" unpacked with wrong size!
fi
# end of 'Makefile'
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'\" \(216 characters\)
sed "s/^X//" >'pkg-plist' <<'END_OF_FILE'
Xbin/di
Xbin/mi
Xshare/locale/de_DE/LC_MESSAGES/di.mo
Xshare/locale/en_US/LC_MESSAGES/di.mo
X@dirrm share/locale/en_US/LC_MESSAGES
X@dirrm share/locale/de_DE/LC_MESSAGES
X@dirrm share/locale/en_US
X@dirrm share/locale/de_DE
END_OF_FILE
if test 216 -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 5.1-RELEASE FreeBSD 5.1-RELEASE



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