pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/linuxls Remove linuxls; replaced by a more up to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10df19d89732
branches:  trunk
changeset: 468263:10df19d89732
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Wed Feb 11 23:08:06 2004 +0000

description:
Remove linuxls; replaced by a more up to date gnuls.

diffstat:

 misc/linuxls/DESCR            |   22 --
 misc/linuxls/MESSAGE          |    8 -
 misc/linuxls/Makefile         |   29 --
 misc/linuxls/PLIST            |    7 -
 misc/linuxls/distinfo         |    8 -
 misc/linuxls/patches/patch-aa |  439 ------------------------------------------
 misc/linuxls/patches/patch-ab |   13 -
 7 files changed, 0 insertions(+), 526 deletions(-)

diffs (truncated from 554 to 300 lines):

diff -r 9184da499193 -r 10df19d89732 misc/linuxls/DESCR
--- a/misc/linuxls/DESCR        Wed Feb 11 23:06:42 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-This is a port of the Slackware Linux colorized `ls' program, which is, in
-turn, adapted from the `ls' program that comes with the GNU `fileutils'
-package.  It is based on GNU fileutils version 3.12.  The port installs
-four programs: `linuxls', `dir', `vdir' and `dircolors'.  It also
-installs man pages for `linuxls' and `dircolors'. The programs are 
-compatible with their counterparts in Slackware Linux releases.
-
-Standard xterm prior to XFree86 3.1.2B doesn't know about colors, so
-you should use color_xterm or kterm (available from the ports
-collection) if you are using older versions of XFree86.
-
-NOTES:
-1. This port modifies the GNU `fileutils' make procedure (as originally
-   patched for Linux) so that it installs only programs and man pages
-   listed above.
-
-2. Unlike the Slackware Linux version, this port installs `ls' as `linuxls'
-   so it won't conflict with the normal BSD `ls' program or the BSD
-   `colorls' program (the latter available from pkgsrc).
-
-3. This colorized `ls' program is not the same as the `colorls' program
-   available from pkgsrc.
diff -r 9184da499193 -r 10df19d89732 misc/linuxls/MESSAGE
--- a/misc/linuxls/MESSAGE      Wed Feb 11 23:06:42 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.2 2002/09/24 12:30:18 wiz Exp $
-
-linuxls has installed the programs linuxls and dircolors. In order
-to get the later working you need to configure the file:
-${PKG_SYSCONFDIR}/DIR_COLORS
-
-===========================================================================
diff -r 9184da499193 -r 10df19d89732 misc/linuxls/Makefile
--- a/misc/linuxls/Makefile     Wed Feb 11 23:06:42 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.13 2004/01/27 00:53:11 heinz Exp $
-#
-
-DISTNAME=      fileutils-3.12
-PKGNAME=       linuxls-3.12.0.2
-PKGREVISION=   2
-CATEGORIES=    misc
-MASTER_SITES=  ${MASTER_SITE_LOCAL}
-
-PATCH_SITES=   ${MASTER_SITE_LOCAL}
-PATCHFILES=    color-ls-3.12.0.2.patch.gz
-PATCH_DIST_STRIP=      -p1
-
-MAINTAINER=    bmc%WillsCreek.COM@localhost
-HOMEPAGE=      http://www.gnu.org/software/fileutils/fileutils.html
-COMMENT=       Linux Slackware colorized GNU `ls'
-
-NO_SRC_ON_FTP=         Already in MASTER_SITE_LOCAL
-
-GNU_CONFIGURE= yes
-
-post-patch:
-       @${FIND} ${WRKSRC} -name Makefile.in -print | \
-       while read f; do \
-               ${CP} $$f $${f}.orig; \
-               ${SED} -e 's|^\(etcdir = \).*$$|\1${PKG_SYSCONFDIR}|g' $${f}.orig >$$f; \
-       done
-
-.include "../../mk/bsd.pkg.mk"
diff -r 9184da499193 -r 10df19d89732 misc/linuxls/PLIST
--- a/misc/linuxls/PLIST        Wed Feb 11 23:06:42 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:28:46 zuntum Exp $
-bin/linuxls
-bin/dircolors
-bin/dir
-bin/vdir
-man/man1/linuxls.1.gz
-man/man1/dircolors.1.gz
diff -r 9184da499193 -r 10df19d89732 misc/linuxls/distinfo
--- a/misc/linuxls/distinfo     Wed Feb 11 23:06:42 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.3 2002/05/11 18:02:19 wiz Exp $
-
-SHA1 (fileutils-3.12.tar.gz) = cb5e7d61eec75c58a0978257183e090b495d9c52
-Size (fileutils-3.12.tar.gz) = 333928 bytes
-SHA1 (color-ls-3.12.0.2.patch.gz) = 37d30c5852e67781103730b291bdadc5c6c0e16d
-Size (color-ls-3.12.0.2.patch.gz) = 20884 bytes
-SHA1 (patch-aa) = bd2b88265b91c033f62da17c3cced3cf117b5318
-SHA1 (patch-ab) = 3d3f6bacccaf9a68359ad2fa125a88da7329f591
diff -r 9184da499193 -r 10df19d89732 misc/linuxls/patches/patch-aa
--- a/misc/linuxls/patches/patch-aa     Wed Feb 11 23:06:42 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,439 +0,0 @@
-$NetBSD: patch-aa,v 1.3 1998/08/14 19:58:41 tron Exp $
-
-*** Makefile.in.orig   Fri Nov  4 09:53:23 1994
---- Makefile.in        Sun Jan  7 10:14:02 1996
-***************
-*** 37,43 ****
-  mkdir mkfifo mknod mv rm rmdir sync touch vdir @PROGS@
-  
-  # Subdirectories to run make in for the primary targets.
-! SUBDIRS = lib src man doc
-  
-  .SUFFIXES:
-  
---- 37,43 ----
-  mkdir mkfifo mknod mv rm rmdir sync touch vdir @PROGS@
-  
-  # Subdirectories to run make in for the primary targets.
-! SUBDIRS = lib src man
-  
-  .SUFFIXES:
-  
-*** src/Makefile.in.orig       Sun Jan  7 10:13:58 1996
---- src/Makefile.in    Sun Jan  7 10:25:08 1996
-***************
-*** 1,4 ****
---- 1,7 ----
-  # Makefile for GNU file utilities.
-+ #
-+ # Modified by bmc%WillsCreek.COM@localhost to build only `ls' and `dircolors'
-+ #
-  # Copyright (C) 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
-  
-  # This program is free software; you can redistribute it and/or modify
-***************
-*** 37,50 ****
-  LN = @LN@
-  MV = @MV@
-  
-! SOURCES = chmod.c chgrp.c chown.c cp-aux.c cp-hash.c cp.c \
-! dd.c df.c du.c install.c ln.c ls.c mkdir.c mkfifo.c mknod.c mv.c mvdir.c \
-! rm.c rmdir.c sync.c touch.c version.c ls-ls.c ls-dir.c ls-vdir.c \
-  dircolors.c
-  
-! OBJECTS = chmod.o chgrp.o chown.o cp-aux.o cp-hash.o cp.o \
-! dd.o df.o du.o install.o ln.o ls.o mkdir.o mkfifo.o mknod.o mv.o mvdir.o \
-! rm.o rmdir.o sync.o touch.o version.o ls-ls.o ls-dir.o ls-vdir.o \
-  dircolors.o
-  
-  DISTFILES = Makefile.in cp.h ls.h version.h $(SOURCES) \
---- 40,49 ----
-  LN = @LN@
-  MV = @MV@
-  
-! SOURCES = ls.c ls-ls.c \
-  dircolors.c
-  
-! OBJECTS = ls.o ls-ls.o \
-  dircolors.o
-  
-  DISTFILES = Makefile.in cp.h ls.h version.h $(SOURCES) \
-***************
-*** 54,61 ****
-  # confusion with the `install' target.  The install rule transforms `ginstall'
-  # to install before applying any user-specified name transformations.
-  
-! PROGS = chgrp chown chmod cp dd du ginstall ln ls mkdir \
-! mkfifo mknod mv rm rmdir sync touch dircolors @PROGS@
-  
-  LIBPROGS = @LIBPROGS@
-  
---- 53,59 ----
-  # confusion with the `install' target.  The install rule transforms `ginstall'
-  # to install before applying any user-specified name transformations.
-  
-! PROGS = linuxls dircolors dir vdir
-  
-  LIBPROGS = @LIBPROGS@
-  
-***************
-*** 83,92 ****
-       done
-       if [ "x$(LIBPROGS)" = x ]; then : ; else \
-         $(INSTALL_PROGRAM) -o root -m 4755 $(LIBPROGS) $(libdir); fi
-!      cd $(bindir) && \
-!        $(RM) -f d v && \
-!        $(LN) `echo dir|sed '$(transform)'` d && \
-!        $(LN) `echo vdir|sed '$(transform)'` v
-  
-  uninstall:
-       for f in $(LIBPROGS); do \
---- 81,92 ----
-       done
-       if [ "x$(LIBPROGS)" = x ]; then : ; else \
-         $(INSTALL_PROGRAM) -o root -m 4755 $(LIBPROGS) $(libdir); fi
-! #
-! # NOTE: `dircolors' defines `d' and `v' aliases.  - bmc%WillsCreek.COM@localhost
-! #    cd $(bindir) && \
-! #      $(RM) -f d v && \
-! #      $(LN) `echo dir|sed '$(transform)'` d && \
-! #      $(LN) `echo vdir|sed '$(transform)'` v
-  
-  uninstall:
-       for f in $(LIBPROGS); do \
-***************
-*** 145,152 ****
-  #dir: ls.o ls-dir.o
-  #    $(link_command) ls.o ls-dir.o ../lib/libfu.a version.o $(LIBS)
-  
-! dir: ls ln
-!      ./ln ls dir
-  
-  dircolors: dircolors.o
-       $(link_command) dircolors.o ../lib/libfu.a version.o $(LIBS)
---- 145,152 ----
-  #dir: ls.o ls-dir.o
-  #    $(link_command) ls.o ls-dir.o ../lib/libfu.a version.o $(LIBS)
-  
-! dir: linuxls
-!      ln linuxls dir
-  
-  dircolors: dircolors.o
-       $(link_command) dircolors.o ../lib/libfu.a version.o $(LIBS)
-***************
-*** 160,166 ****
-  ln: ln.o
-       $(link_command) ln.o ../lib/libfu.a version.o $(LIBS)
-  
-! ls: ls.o ls-ls.o
-       $(link_command) ls.o ls-ls.o ../lib/libfu.a version.o $(LIBS)
-  
-  mkdir: mkdir.o
---- 160,166 ----
-  ln: ln.o
-       $(link_command) ln.o ../lib/libfu.a version.o $(LIBS)
-  
-! linuxls: ls.o ls-ls.o
-       $(link_command) ls.o ls-ls.o ../lib/libfu.a version.o $(LIBS)
-  
-  mkdir: mkdir.o
-***************
-*** 193,200 ****
-  #vdir: ls.o ls-vdir.o
-  #    $(link_command) ls.o ls-vdir.o ../lib/libfu.a version.o $(LIBS)
-  
-! vdir: ls ln
-!      ./ln vdir ls
-  
-  $(PROGS) $(LIBPROGS): ../lib/libfu.a version.o
-  $(OBJECTS): ../lib/pathmax.h
---- 193,200 ----
-  #vdir: ls.o ls-vdir.o
-  #    $(link_command) ls.o ls-vdir.o ../lib/libfu.a version.o $(LIBS)
-  
-! vdir: linuxls
-!      ln linuxls vdir
-  
-  $(PROGS) $(LIBPROGS): ../lib/libfu.a version.o
-  $(OBJECTS): ../lib/pathmax.h
-*** man/Makefile.in.orig       Sun Jan  7 10:13:57 1996
---- man/Makefile.in    Sun Jan  7 10:14:02 1996
-***************
-*** 1,4 ****
---- 1,7 ----
-  # Makefile for GNU file utilities documentation.
-+ #
-+ # Modified by bmc%WillsCreek.COM@localhost to build only `ls' and `dircolors' man pages
-+ #
-  # Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
-  
-  # This program is free software; you can redistribute it and/or modify
-***************
-*** 28,39 ****
-  INSTALL_DATA = @INSTALL_DATA@
-  RM = @RM@
-  
-! MANFILES = chgrp.1 chown.1 chmod.1 cp.1 dd.1 df.1 du.1 install.1 \
-! ln.1 ls.1 mkdir.1 mkfifo.1 mknod.1 mv.1 rm.1 rmdir.1 touch.1 dircolors.1
-  
-  DISTFILES = Makefile.in $(MANFILES)
-  
-! all: dircolors.1
-  
-  .SUFFIXES:
-  
---- 31,41 ----
-  INSTALL_DATA = @INSTALL_DATA@
-  RM = @RM@
-  
-! MANFILES = linuxls.1 dircolors.1
-  
-  DISTFILES = Makefile.in $(MANFILES)
-  
-! all: dircolors.1 linuxls.1 
-  
-  .SUFFIXES:
-  
-***************
-*** 85,90 ****
---- 87,95 ----
-  dircolors.1:  dircolors.1.in
-       sed -e "s:XXX_PREFIX_XXX:$(prefix):g" < dircolors.1.in | \
-         sed -e 's:///*:/:g' > dircolors.1



Home | Main Index | Thread Index | Old Index