From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 5 15:20:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D575C10656C7 for ; Mon, 5 Jan 2009 15:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B08688FC24 for ; Mon, 5 Jan 2009 15:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n05FK2uR093622 for ; Mon, 5 Jan 2009 15:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n05FK29p093620; Mon, 5 Jan 2009 15:20:02 GMT (envelope-from gnats) Resent-Date: Mon, 5 Jan 2009 15:20:02 GMT Resent-Message-Id: <200901051520.n05FK29p093620@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, Cristiano Rolim Pereira Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8275110656E2 for ; Mon, 5 Jan 2009 15:19:44 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 706C08FC27 for ; Mon, 5 Jan 2009 15:19:44 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n05FJipV036148 for ; Mon, 5 Jan 2009 15:19:44 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n05FJier036147; Mon, 5 Jan 2009 15:19:44 GMT (envelope-from nobody) Message-Id: <200901051519.n05FJier036147@www.freebsd.org> Date: Mon, 5 Jan 2009 15:19:44 GMT From: Cristiano Rolim Pereira To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/130193: [patch] - update misc/gnuls to version 6.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2009 15:20:03 -0000 >Number: 130193 >Category: ports >Synopsis: [patch] - update misc/gnuls to version 6.12 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jan 05 15:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Cristiano Rolim Pereira >Release: 7.1-RELEASE >Organization: >Environment: FreeBSD bsd71.local 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 14:37:25 UTC 2009 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: *Since April 2003, Fileutils, Shellutils, and Textutils have been combined into the GNU Coreutils package: http://www.gnu.org/software/fileutils/fileutils.html *The source code for fileutils is no more found on the MASTER_SITE_GNU sites. *The build mechanism was simplified: Now the the build runs completely and only the needed files and manpages are installed (No need to patch the Makefile). *The pkg-plist was substituted by PLIST_FILES,as there are only 4 files to list. Attached, there is a shell archive of the updated port. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gnuls # gnuls/Makefile # gnuls/distinfo # gnuls/pkg-descr # echo c - gnuls mkdir -p gnuls > /dev/null 2>&1 echo x - gnuls/Makefile sed 's/^X//' >gnuls/Makefile << '4226ccbcd2c93e0e1481ffae162efff4' XPORTNAME= gnuls XPORTVERSION= 6.12 XCATEGORIES= misc XMASTER_SITES= ${MASTER_SITE_GNU} XMASTER_SITE_SUBDIR= coreutils XDISTNAME= coreutils-${PORTVERSION} X XMAINTAINER= bmc@clapper.org XCOMMENT= GNU colorized 'ls' X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --disable-nls XMAN1= gnuls.1 dircolors.1 dir.1 vdir.1 X XPLIST_FILES= bin/dir \ X bin/dircolors \ X bin/gnuls \ X bin/vdir X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/src/dir ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/src/dircolors ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/src/ls ${PREFIX}/bin/gnuls X ${INSTALL_PROGRAM} ${WRKSRC}/src/vdir ${PREFIX}/bin X ${CP} ${WRKSRC}/man/ls.1 ${WRKSRC}/man/gnuls.1 X ${INSTALL_MAN} ${MAN1:S,^,${WRKSRC}/man/,} ${MAN1PREFIX}/man/man1 X X.include 4226ccbcd2c93e0e1481ffae162efff4 echo x - gnuls/distinfo sed 's/^X//' >gnuls/distinfo << 'd59b7c53bdbf5812a397265c4d4193ca' XMD5 (coreutils-6.12.tar.gz) = 2ca9ac69823dbd567b905a9e9f53c4f6 XSHA256 (coreutils-6.12.tar.gz) = 49d2f703e2310e6328cb6f9d9bae3612c42b3ee5175f449692c5b95e453cf18a XSIZE (coreutils-6.12.tar.gz) = 9001890 d59b7c53bdbf5812a397265c4d4193ca echo x - gnuls/pkg-descr sed 's/^X//' >gnuls/pkg-descr << '3614e75ed9a559ff73dbf64d2bcb0973' X`gnuls' is a port of the GNU colorized `ls' program--the one most Linux Xusers are familiar with. X XThe port installs four programs in `/usr/local/bin': `gnuls', `dir', `vdir' Xand `dircolors'. It also installs man pages for all four programs. See the Xindividual man pages for details on each program. X XNOTES: X X1. This port modifies the GNU `coreutils' make procedure so that it X installs only programs and man pages listed above. In particular, it X does not install the various GNU info files associated with the X programs. X X2. This port installs GNU's `ls' as `gnuls' so it won't conflict with the X normal BSD `ls' program or the BSD `colorls' program (the latter X available from the ports collection). X X3. This colorized `ls' program is not the same as the `colorls' program X available from the ports collection. 3614e75ed9a559ff73dbf64d2bcb0973 exit >Release-Note: >Audit-Trail: >Unformatted: