Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jan 2009 15:19:44 GMT
From:      Cristiano Rolim Pereira <cristianorolim@hotmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/130193: [patch] - update misc/gnuls to version 6.12
Message-ID:  <200901051519.n05FJier036147@www.freebsd.org>
Resent-Message-ID: <200901051520.n05FK29p093620@freefall.freebsd.org>

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

>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 <bsd.port.mk>
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:



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