From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 26 18:30:17 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58BC316A4D4 for ; Thu, 26 Feb 2004 18:30:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5150043D2F for ; Thu, 26 Feb 2004 18:30:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i1R2UHbv070356 for ; Thu, 26 Feb 2004 18:30:17 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1R2UHm8070355; Thu, 26 Feb 2004 18:30:17 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 26 Feb 2004 18:30:17 -0800 (PST) Resent-Message-Id: <200402270230.i1R2UHm8070355@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bll@gentoo.com Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81A7816A4CE for ; Thu, 26 Feb 2004 18:28:59 -0800 (PST) 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 1DAAC43D2F for ; Thu, 26 Feb 2004 18:28:59 -0800 (PST) (envelope-from bll@gentoo.com) Received: from seer.gentoo.com (localhost [127.0.0.1]) by seer.gentoo.com (8.12.11/8.12.11) with ESMTP id i1R2SwLj021467 for ; Thu, 26 Feb 2004 18:28:58 -0800 (PST) Received: (from bll@localhost) by seer.gentoo.com (8.12.11/8.12.9/Submit) id i1R2SwF9021466 for FreeBSD-gnats-submit@freebsd.org; Thu, 26 Feb 2004 18:28:58 -0800 (PST) Message-Id: <20040227022858.GA21460@seer.gentoo.com> Date: Thu, 26 Feb 2004 18:28:58 -0800 From: bll@gentoo.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/63426: Update port: sysutils/di: di-3.10 - disk information utility X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: bll@gentoo.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 02:30:17 -0000 >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 'Makefile' <<'END_OF_FILE' X# New ports collection makefile for: di X# Date created: 31 August 2002 X# Whom: Brad Lanam 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 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 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