Bye, bye.

This commit is contained in:
espie 2001-03-16 16:32:42 +00:00
parent 9b0a15ebb1
commit c6fea3a0f7
12 changed files with 1 additions and 324 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.41 2001/03/14 21:56:06 wilfried Exp $
# $OpenBSD: Makefile,v 1.42 2001/03/16 16:32:42 espie Exp $
# $FreeBSD: Makefile,v 1.121 1997/11/17 10:14:33 tg Exp $
#
@ -28,7 +28,6 @@
SUBDIR += findutils
SUBDIR += gacc
# SUBDIR += git
SUBDIR += gnuls
# SUBDIR += ical
SUBDIR += impress
SUBDIR += jive

View File

@ -1,42 +0,0 @@
# original taken from FreeBSD
# $OpenBSD: Makefile,v 1.10 2000/10/22 15:42:46 espie Exp $
#
DISTNAME= fileutils-4.0
CATEGORIES= misc
NEED_VERSION= 1.305
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= fileutils
SEPARATE_BUILD=concurrent
#WANT_NLS=yes
.if defined(WANT_NLS)
NLS_CHOICE=--enable-nls
RUN_DEPENDS= gettext::devel/gettext
LIB_DEPENDS= intl::devel/gettext
PLIST=${PKGDIR}/PLIST.nls
PKGNAME=gnuls-4.0-nls
.else
NLS_CHOICE=--disable-nls
PKGNAME= gnuls-4.0
.endif
MAINTAINER= ports@openbsd.org
LICENSE_TYPE= GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS=--program-transform-name=s,ls,gnuls, ${NLS_CHOICE}
post-install:
@for i in linuxls vdir dir; \
do cd ${PREFIX}/man/man1 && ln -fs gnuls.1 $$i.1; \
cd ${PREFIX}/bin && ln -f gnuls $$i; \
done
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
MD5 (fileutils-4.0.tar.gz) = 082ab37b7f37c00e768b04e37bc736be
RMD160 (fileutils-4.0.tar.gz) = 2045fecb6e97079d18f001d665441e8ba201d4cd
SHA1 (fileutils-4.0.tar.gz) = 7fe286ff074e37dc573d5f8a23512d6693a66385

View File

@ -1,12 +0,0 @@
--- Makefile.in.orig Thu Apr 22 14:06:03 1999
+++ Makefile.in Thu Apr 22 14:06:26 1999
@@ -92,7 +92,8 @@
AUTOMAKE_OPTIONS = gnits 1.2h
-SUBDIRS = lib intl src doc man m4 po tests
+#SUBDIRS = lib intl src doc man m4 po tests
+SUBDIRS = lib intl src man po
# Remove this file here (it is created via configure), not from within intl.
DISTCLEANFILES = intl/libintl.h

View File

@ -1,16 +0,0 @@
--- src/Makefile.in.orig Thu Apr 22 13:55:15 1999
+++ src/Makefile.in Thu Apr 22 13:56:00 1999
@@ -95,9 +95,10 @@
EXTRAdir = $(bindir)
EXTRA_PROGRAMS = df mvdir
-bin_PROGRAMS = chgrp chown chmod cp dd dircolors du \
-ginstall ln dir vdir ls mkdir \
-mkfifo mknod mv rm rmdir sync touch @DF_PROG@
+#bin_PROGRAMS = chgrp chown chmod cp dd dircolors du \
+#ginstall ln dir vdir ls mkdir \
+#mkfifo mknod mv rm rmdir sync touch @DF_PROG@
+bin_PROGRAMS= dircolors ls
libexec_PROGRAMS = @MVDIR_PROG@
datadir = $(prefix)/@DATADIRNAME@

View File

@ -1,144 +0,0 @@
*** src/dircolors.c.orig Sun Jan 26 00:54:17 1997
--- src/dircolors.c Sat Oct 25 16:00:40 1997
***************
*** 72,84 ****
"NORMAL", "NORM", "FILE", "DIR", "LNK", "LINK",
"SYMLINK", "ORPHAN", "MISSING", "FIFO", "PIPE", "SOCK", "BLK", "BLOCK",
"CHR", "CHAR", "EXEC", "LEFT", "LEFTCODE", "RIGHT", "RIGHTCODE", "END",
! "ENDCODE", NULL
};
static const char *const ls_codes[] =
{
"no", "no", "fi", "di", "ln", "ln", "ln", "or", "mi", "pi", "pi",
"so", "bd", "bd", "cd", "cd", "ex", "lc", "lc", "rc", "rc", "ec", "ec"
};
static struct option const long_options[] =
--- 72,86 ----
"NORMAL", "NORM", "FILE", "DIR", "LNK", "LINK",
"SYMLINK", "ORPHAN", "MISSING", "FIFO", "PIPE", "SOCK", "BLK", "BLOCK",
"CHR", "CHAR", "EXEC", "LEFT", "LEFTCODE", "RIGHT", "RIGHTCODE", "END",
! "ENDCODE", "SUID", "SETUID", "SGID", "SETGID", "WRO", "WRITEOTHERS",
! "WT", "WROT", "WRITEOTHERSSTICKY", NULL
};
static const char *const ls_codes[] =
{
"no", "no", "fi", "di", "ln", "ln", "ln", "or", "mi", "pi", "pi",
"so", "bd", "bd", "cd", "cd", "ex", "lc", "lc", "rc", "rc", "ec", "ec"
+ "su", "su", "sg", "sg", "wo", "wo", "wo", "wt", "wt", "wt", NULL
};
static struct option const long_options[] =
*** src/ls.c.orig Sun Jan 26 00:56:10 1997
--- src/ls.c Sat Oct 25 16:00:30 1997
***************
*** 359,371 ****
enum indicator_no
{
C_LEFT, C_RIGHT, C_END, C_NORM, C_FILE, C_DIR, C_LINK, C_FIFO, C_SOCK,
! C_BLK, C_CHR, C_MISSING, C_ORPHAN, C_EXEC
};
static const char *const indicator_name[]=
{
"lc", "rc", "ec", "no", "fi", "di", "ln", "pi", "so",
! "bd", "cd", "mi", "or", "ex", NULL
};
struct col_ext_type
--- 359,371 ----
enum indicator_no
{
C_LEFT, C_RIGHT, C_END, C_NORM, C_FILE, C_DIR, C_LINK, C_FIFO, C_SOCK,
! C_BLK, C_CHR, C_MISSING, C_ORPHAN, C_EXEC, C_UID, C_GID, C_WRO, C_WT
};
static const char *const indicator_name[]=
{
"lc", "rc", "ec", "no", "fi", "di", "ln", "pi", "so",
! "bd", "cd", "mi", "or", "ex", "su", "sg", "wo", "wt", NULL
};
struct col_ext_type
***************
*** 390,396 ****
{ LEN_STR_PAIR ("01;33") }, /* cd: Char device: bright yellow */
{ 0, NULL }, /* mi: Missing file: undefined */
{ 0, NULL }, /* or: Orphanned symlink: undefined */
! { LEN_STR_PAIR ("01;32") } /* ex: Executable: bright green */
};
/* FIXME: comment */
--- 390,400 ----
{ LEN_STR_PAIR ("01;33") }, /* cd: Char device: bright yellow */
{ 0, NULL }, /* mi: Missing file: undefined */
{ 0, NULL }, /* or: Orphanned symlink: undefined */
! { LEN_STR_PAIR ("01;32") }, /* ex: Executable: bright green */
! { LEN_STR_PAIR ("37;41") }, /* su: setuid: white on red */
! { LEN_STR_PAIR ("30;43") }, /* sg: setgid: black on yellow */
! { LEN_STR_PAIR ("37;44") }, /* wo: writeable-other:white on blue */
! { LEN_STR_PAIR ("37;42") }, /* wt: wo w/ sticky: white on green */
};
/* FIXME: comment */
***************
*** 2407,2413 ****
else
{
if (S_ISDIR (mode))
! type = C_DIR;
#ifdef S_ISLNK
else if (S_ISLNK (mode))
--- 2411,2424 ----
else
{
if (S_ISDIR (mode))
! {
! if ((mode && MODE_WT) == MODE_WT)
! type = C_WT;
! else if ((mode && MODE_WRO) == MODE_WRO)
! type = C_WRO;
! else
! type = C_DIR;
! }
#ifdef S_ISLNK
else if (S_ISLNK (mode))
***************
*** 2435,2441 ****
type = C_CHR;
#endif
! if (type == C_FILE && (mode & S_IXUGO) != 0)
type = C_EXEC;
/* Check the file's suffix only if still classified as C_FILE. */
--- 2446,2458 ----
type = C_CHR;
#endif
! if ((type == C_FILE) && ((mode & S_ISUID) != 0))
! type = C_UID;
!
! else if ((type == C_FILE) && ((mode & S_ISGID) != 0))
! type = C_GID;
!
! else if (type == C_FILE && (mode & S_IXUGO) != 0)
type = C_EXEC;
/* Check the file's suffix only if still classified as C_FILE. */
*** src/ls.h.orig Wed Jun 16 11:24:58 1993
--- src/ls.h Sat Oct 25 16:00:35 1997
***************
*** 7,10 ****
--- 7,13 ----
/* This is for the `vdir' program. */
#define LS_LONG_FORMAT 3
+ #define MODE_WT 01002
+ #define MODE_WRO 02
+
extern int ls_mode;

View File

@ -1,16 +0,0 @@
--- man/Makefile.in.orig Thu Apr 22 13:57:47 1999
+++ man/Makefile.in Thu Apr 22 13:58:39 1999
@@ -88,9 +88,10 @@
YACC = @YACC@
l = @l@
-man_MANS = chgrp.1 chmod.1 chown.1 cp.1 dir.1 dd.1 df.1 dircolors.1 \
- du.1 ginstall.1 ln.1 ls.1 mkdir.1 mkfifo.1 mknod.1 mv.1 rm.1 rmdir.1 \
- sync.1 touch.1 vdir.1
+#man_MANS = chgrp.1 chmod.1 chown.1 cp.1 dir.1 dd.1 df.1 dircolors.1 \
+# du.1 ginstall.1 ln.1 ls.1 mkdir.1 mkfifo.1 mknod.1 mv.1 rm.1 rmdir.1 \
+# sync.1 touch.1 vdir.1
+man_MANS = dircolors.1 ls.1
man_aux = $(man_MANS:.1=.x)
EXTRA_DIST = $(man_MANS) $(HELP2MAN) $(man_aux) \

View File

@ -1,29 +0,0 @@
--- man/ls.1.orig Wed Nov 11 05:53:31 1998
+++ man/ls.1 Thu Apr 22 13:46:08 1999
@@ -1,9 +1,9 @@
." DO NOT MODIFY THIS FILE! It was generated by help2man 1.5.1.2.
-.TH LS 1 "November 1998" "GNU fileutils 4.0" "FSF"
+.TH GNULS 1 "November 1998" "GNU fileutils 4.0" "FSF"
.SH NAME
-ls \- list directory contents
+gnuls \- list directory contents
.SH SYNOPSIS
-.B ls
+.B gnuls
[\fIOPTION\fR]... [\fIFILE\fR]...
.SH DESCRIPTION
.PP
@@ -171,11 +171,11 @@
Report bugs to <bug-fileutils@gnu.org>.
.SH "SEE ALSO"
The full documentation for
-.B ls
+.B gnuls
is maintained as a Texinfo manual. If the
.B info
and
-.B ls
+.B gnuls
programs are properly installed at your site, the command
.IP
.B info ls

View File

@ -1 +0,0 @@
colorized GNU `ls'

View File

@ -1,25 +0,0 @@
`gnuls' is a port of the GNU colorized `ls' program--the one most Linux
users are familiar with. The port was formerly called `linuxls', since it
had been adapted from the colorized Linux version of `ls' -- which, in
turn, was a patched version of GNU's stock `ls' program. The folks at GNU
have since rolled the colorization mods into their official version of
`ls'; this port's name now reflects that change.
The port installs five programs in `/usr/local/bin': `gnuls', `linuxls'
(for backward compatibility), `dir', `vdir' and `dircolors'. It also
installs man pages for `gnuls' (but *not* `linuxls') and `dircolors'.
NOTES:
1. This port modifies the GNU `fileutils' make procedure so that it
installs only programs and man pages listed above.
2. This port installs GNU's `ls' as `gnuls' and `linuxls' so it won't
conflict with the normal BSD `ls' program or the BSD `colorls' program
(the latter available from the ports collection).
3. This colorized `ls' program is not the same as the `colorls' program
available from the FreeBSD ports collection.
Brian Clapper <bmc@WillsCreek.COM>
10 August 1997

View File

@ -1,10 +0,0 @@
bin/dir
bin/dircolors
bin/gnuls
bin/linuxls
bin/vdir
man/man1/dircolors.1
man/man1/gnuls.1
man/man1/linuxls.1
man/man1/vdir.1
man/man1/dir.1

View File

@ -1,24 +0,0 @@
bin/dir
bin/dircolors
bin/gnuls
bin/linuxls
bin/vdir
man/man1/dircolors.1
man/man1/gnuls.1
man/man1/linuxls.1
man/man1/vdir.1
man/man1/dir.1
share/locale/de/LC_MESSAGES/fileutils.mo
share/locale/es/LC_MESSAGES/fileutils.mo
share/locale/fr/LC_MESSAGES/fileutils.mo
share/locale/ko/LC_MESSAGES/fileutils.mo
share/locale/nl/LC_MESSAGES/fileutils.mo
share/locale/no/LC_MESSAGES/fileutils.mo
share/locale/pl/LC_MESSAGES/fileutils.mo
share/locale/pt/LC_MESSAGES/fileutils.mo
share/locale/sl/LC_MESSAGES/fileutils.mo
share/locale/sv/LC_MESSAGES/fileutils.mo
share/locale/ru/LC_MESSAGES/fileutils.mo
share/locale/cs/LC_MESSAGES/fileutils.mo
share/locale/el/LC_MESSAGES/fileutils.mo
share/locale/sk/LC_MESSAGES/fileutils.mo