summaryrefslogtreecommitdiff
path: root/misc/gnuls
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-02-11 23:00:52 +0000
committerjmmv <jmmv@pkgsrc.org>2004-02-11 23:00:52 +0000
commit248982f3b2ac5c767664887535043d86a60082ca (patch)
treebcd65befdadf2a7cfbd3a843b06e3d832f506f48 /misc/gnuls
parent454b0ff6cd5262e94e0636af0fc3fc527f6e450a (diff)
downloadpkgsrc-248982f3b2ac5c767664887535043d86a60082ca.tar.gz
Initial import of gnuls, version 5.0:
This package provides the GNU ls utility, from the GNU coreutils package. It also includes the dircolors program, which is intended to be used together with it. This replaces the extremely outdated (and maybe broken) linuxls package.
Diffstat (limited to 'misc/gnuls')
-rw-r--r--misc/gnuls/DESCR3
-rw-r--r--misc/gnuls/PLIST5
-rw-r--r--misc/gnuls/distinfo6
-rw-r--r--misc/gnuls/patches/patch-ab24
4 files changed, 38 insertions, 0 deletions
diff --git a/misc/gnuls/DESCR b/misc/gnuls/DESCR
new file mode 100644
index 00000000000..2cc62bbe279
--- /dev/null
+++ b/misc/gnuls/DESCR
@@ -0,0 +1,3 @@
+This package provides the GNU ls utility, from the GNU coreutils package.
+It also includes the dircolors program, which is intended to be used together
+with it.
diff --git a/misc/gnuls/PLIST b/misc/gnuls/PLIST
new file mode 100644
index 00000000000..d86d7d6e662
--- /dev/null
+++ b/misc/gnuls/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/11 23:00:52 jmmv Exp $
+bin/${GNU_PROGRAM_PREFIX}dircolors
+bin/${GNU_PROGRAM_PREFIX}ls
+man/man1/${GNU_PROGRAM_PREFIX}dircolors.1
+man/man1/${GNU_PROGRAM_PREFIX}ls.1
diff --git a/misc/gnuls/distinfo b/misc/gnuls/distinfo
new file mode 100644
index 00000000000..cb12ada56c7
--- /dev/null
+++ b/misc/gnuls/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/11 23:00:52 jmmv Exp $
+
+SHA1 (coreutils-5.0.tar.bz2) = ce67aacedfc917a92b5be62dd32095393c2f220c
+Size (coreutils-5.0.tar.bz2) = 3952653 bytes
+SHA1 (patch-aa) = c3f6def9f66fc3b680529cbdf72b14d9b5d25499
+SHA1 (patch-ab) = efbd6a22ae20bec21d112f39ffeb7434a04c8a8d
diff --git a/misc/gnuls/patches/patch-ab b/misc/gnuls/patches/patch-ab
new file mode 100644
index 00000000000..c94dcf687d6
--- /dev/null
+++ b/misc/gnuls/patches/patch-ab
@@ -0,0 +1,24 @@
+$NetBSD: patch-ab,v 1.1.1.1 2004/02/11 23:00:52 jmmv Exp $
+
+--- src/Makefile.in.orig 2003-04-02 16:46:19.000000000 +0200
++++ src/Makefile.in
+@@ -267,7 +267,8 @@ BUILT_SOURCES = dircolors.h false.c whee
+ # Tell automake to exempt it from that installcheck test.
+ AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = false
+
+-all_programs = \
++all_programs = $(bin_PROGRAMS)
++no_all_programs = \
+ $(bin_PROGRAMS) \
+ $(bin_SCRIPTS) \
+ $(EXTRA_PROGRAMS) \
+@@ -291,7 +292,8 @@ CONFIG_CLEAN_FILES =
+ EXTRA_PROGRAMS = chroot$(EXEEXT) df$(EXEEXT) hostid$(EXEEXT) \
+ nice$(EXEEXT) pinky$(EXEEXT) stty$(EXEEXT) su$(EXEEXT) \
+ uname$(EXEEXT) uptime$(EXEEXT) users$(EXEEXT) who$(EXEEXT)
+-bin_PROGRAMS = chgrp$(EXEEXT) chown$(EXEEXT) chmod$(EXEEXT) cp$(EXEEXT) \
++bin_PROGRAMS = dircolors$(EXEEXT) ls$(EXEEXT)
++no_bin_PROGRAMS = chgrp$(EXEEXT) chown$(EXEEXT) chmod$(EXEEXT) cp$(EXEEXT) \
+ dd$(EXEEXT) dircolors$(EXEEXT) du$(EXEEXT) ginstall$(EXEEXT) \
+ link$(EXEEXT) ln$(EXEEXT) dir$(EXEEXT) vdir$(EXEEXT) \
+ ls$(EXEEXT) mkdir$(EXEEXT) mkfifo$(EXEEXT) mknod$(EXEEXT) \