diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1997-09-18 17:41:30 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1997-09-18 17:41:30 +0000 |
commit | cfd8def0db457d1f23fc381b3f0f306675298c45 (patch) | |
tree | 0f40ab52ca1963ae790a7e8ee3d918d8861cc6f2 /misc | |
parent | 5eff8832eddc81a0833e0bf0efe276d01987c033 (diff) | |
download | ports-cfd8def0db457d1f23fc381b3f0f306675298c45.tar.gz ports-cfd8def0db457d1f23fc381b3f0f306675298c45.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnuls/files/patch-ab | 20 | ||||
-rw-r--r-- | misc/gnuls/files/patch-ac | 50 | ||||
-rw-r--r-- | misc/gnuls/files/patch-ad | 183 | ||||
-rw-r--r-- | misc/gnuls/files/patch-ae | 90 |
4 files changed, 343 insertions, 0 deletions
diff --git a/misc/gnuls/files/patch-ab b/misc/gnuls/files/patch-ab new file mode 100644 index 000000000000..726d9ce99415 --- /dev/null +++ b/misc/gnuls/files/patch-ab @@ -0,0 +1,20 @@ +*** intl/Makefile.in.orig Sun Aug 10 18:05:44 1997 +--- intl/Makefile.in Sun Aug 10 18:06:26 1997 +*************** +*** 97,103 **** + # where configure found a previously installed GNU gettext library. + # If you want to use the one which comes with this version of the + # package, you have to use `configure --with-included-gettext'. +! install: install-exec install-data + install-exec: all + if test "$(PACKAGE)" = "gettext" \ + && test '@INTLOBJS@' = '$(GETTOBJS)'; then \ +--- 97,104 ---- + # where configure found a previously installed GNU gettext library. + # If you want to use the one which comes with this version of the + # package, you have to use `configure --with-included-gettext'. +! install: +! @echo "Nothing to install in intl" + install-exec: all + if test "$(PACKAGE)" = "gettext" \ + && test '@INTLOBJS@' = '$(GETTOBJS)'; then \ diff --git a/misc/gnuls/files/patch-ac b/misc/gnuls/files/patch-ac new file mode 100644 index 000000000000..089a75bee57c --- /dev/null +++ b/misc/gnuls/files/patch-ac @@ -0,0 +1,50 @@ +*** src/Makefile.in.orig Sun Aug 10 17:14:46 1997 +--- src/Makefile.in Sun Aug 10 19:14:33 1997 +*************** +*** 49,57 **** + 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@ + + libexec_PROGRAMS = @MVDIR_PROG@ + datadir = $(prefix)/@DATADIRNAME@ +--- 49,55 ---- + EXTRAdir = $(bindir) + EXTRA_PROGRAMS = df mvdir + +! bin_PROGRAMS = dircolors gnuls + + libexec_PROGRAMS = @MVDIR_PROG@ + datadir = $(prefix)/@DATADIRNAME@ +*************** +*** 247,252 **** +--- 245,253 ---- + $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ + else :; fi; \ + done ++ ln -f $(bindir)/gnuls $(bindir)/linuxls ++ ln -f $(bindir)/gnuls $(bindir)/vdir ++ ln -f $(bindir)/gnuls $(bindir)/dir + + uninstall-binPROGRAMS: + list="$(bin_PROGRAMS)"; for p in $$list; do \ +*************** +*** 392,398 **** + $(LINK) $(vdir_LDFLAGS) $(vdir_OBJECTS) $(vdir_LDADD) $(LIBS) + $(ls_OBJECTS): ../config.h + +! ls: $(ls_OBJECTS) $(ls_DEPENDENCIES) + $(LINK) $(ls_LDFLAGS) $(ls_OBJECTS) $(ls_LDADD) $(LIBS) + $(mkdir_OBJECTS): ../config.h + +--- 393,399 ---- + $(LINK) $(vdir_LDFLAGS) $(vdir_OBJECTS) $(vdir_LDADD) $(LIBS) + $(ls_OBJECTS): ../config.h + +! gnuls: $(ls_OBJECTS) $(ls_DEPENDENCIES) + $(LINK) $(ls_LDFLAGS) $(ls_OBJECTS) $(ls_LDADD) $(LIBS) + $(mkdir_OBJECTS): ../config.h + diff --git a/misc/gnuls/files/patch-ad b/misc/gnuls/files/patch-ad new file mode 100644 index 000000000000..eec5bb958873 --- /dev/null +++ b/misc/gnuls/files/patch-ad @@ -0,0 +1,183 @@ +*** man/Makefile.in.orig Sun Jan 26 21:26:52 1997 +--- man/Makefile.in Sun Aug 10 19:50:02 1997 +*************** +*** 47,58 **** + LN = @LN@ + RM = @RM@ + +! man_MANS = chgrp.1 chmod.1 chown.1 cp.1 dd.1 df.1 dircolors.1 du.1 install.1 \ +! ln.1 ls.1 mkdir.1 mkfifo.1 mknod.1 mv.1 rm.1 rmdir.1 touch.1 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h + CONFIG_CLEAN_FILES = +! MANS = chgrp.1 chmod.1 chown.1 cp.1 dd.1 df.1 dircolors.1 du.1 install.1 ln.1 ls.1 mkdir.1 mkfifo.1 mknod.1 mv.1 rm.1 rmdir.1 touch.1 + + + NROFF = nroff +--- 47,57 ---- + LN = @LN@ + RM = @RM@ + +! man_MANS = dircolors.1 gnuls.1 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h + CONFIG_CLEAN_FILES = +! MANS = dircolors.1 ls.1 + + + NROFF = nroff +*************** +*** 80,211 **** + $(NORMAL_INSTALL) + $(mkinstalldirs) $(mandir)/man1 + sect=1; \ +! inst=`echo "ln" | sed '$(transform)'`.1; \ +! if test -f $(srcdir)/ln.1; then file=$(srcdir)/ln.1; \ +! else file=ln.1; fi; \ +! $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst +! sect=1; \ +! inst=`echo "chgrp" | sed '$(transform)'`.1; \ +! if test -f $(srcdir)/chgrp.1; then file=$(srcdir)/chgrp.1; \ +! else file=chgrp.1; fi; \ +! $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst +! sect=1; \ +! inst=`echo "ls" | sed '$(transform)'`.1; \ + if test -f $(srcdir)/ls.1; then file=$(srcdir)/ls.1; \ + else file=ls.1; fi; \ + $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst + sect=1; \ +- inst=`echo "chmod" | sed '$(transform)'`.1; \ +- if test -f $(srcdir)/chmod.1; then file=$(srcdir)/chmod.1; \ +- else file=chmod.1; fi; \ +- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst +- sect=1; \ +- inst=`echo "mkdir" | sed '$(transform)'`.1; \ +- if test -f $(srcdir)/mkdir.1; then file=$(srcdir)/mkdir.1; \ +- else file=mkdir.1; fi; \ +- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst +- sect=1; \ +- inst=`echo "chown" | sed '$(transform)'`.1; \ +- if test -f $(srcdir)/chown.1; then file=$(srcdir)/chown.1; \ +- else file=chown.1; fi; \ +- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst +- sect=1; \ +- inst=`echo "mkfifo" | sed '$(transform)'`.1; \ +- if test -f $(srcdir)/mkfifo.1; then file=$(srcdir)/mkfifo.1; \ +- else file=mkfifo.1; fi; \ +- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst +- sect=1; \ +- inst=`echo "cp" | sed '$(transform)'`.1; \ +- if test -f $(srcdir)/cp.1; then file=$(srcdir)/cp.1; \ +- else file=cp.1; fi; \ +- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst +- sect=1; \ +- inst=`echo "mknod" | sed '$(transform)'`.1; \ +- if test -f $(srcdir)/mknod.1; then file=$(srcdir)/mknod.1; \ +- else file=mknod.1; fi; \ +- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst +- sect=1; \ +- inst=`echo "dd" | sed '$(transform)'`.1; \ +- if test -f $(srcdir)/dd.1; then file=$(srcdir)/dd.1; \ +- else file=dd.1; fi; \ +- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst +- sect=1; \ +- inst=`echo "mv" | sed '$(transform)'`.1; \ +- if test -f $(srcdir)/mv.1; then file=$(srcdir)/mv.1; \ +- else file=mv.1; fi; \ +- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst +- sect=1; \ +- inst=`echo "df" | sed '$(transform)'`.1; \ +- if test -f $(srcdir)/df.1; then file=$(srcdir)/df.1; \ +- else file=df.1; fi; \ +- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst +- sect=1; \ +- inst=`echo "rm" | sed '$(transform)'`.1; \ +- if test -f $(srcdir)/rm.1; then file=$(srcdir)/rm.1; \ +- else file=rm.1; fi; \ +- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst +- sect=1; \ + inst=`echo "dircolors" | sed '$(transform)'`.1; \ + if test -f $(srcdir)/dircolors.1; then file=$(srcdir)/dircolors.1; \ + else file=dircolors.1; fi; \ + $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst +- sect=1; \ +- inst=`echo "rmdir" | sed '$(transform)'`.1; \ +- if test -f $(srcdir)/rmdir.1; then file=$(srcdir)/rmdir.1; \ +- else file=rmdir.1; fi; \ +- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst +- sect=1; \ +- inst=`echo "du" | sed '$(transform)'`.1; \ +- if test -f $(srcdir)/du.1; then file=$(srcdir)/du.1; \ +- else file=du.1; fi; \ +- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst +- sect=1; \ +- inst=`echo "touch" | sed '$(transform)'`.1; \ +- if test -f $(srcdir)/touch.1; then file=$(srcdir)/touch.1; \ +- else file=touch.1; fi; \ +- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst +- sect=1; \ +- inst=`echo "install" | sed '$(transform)'`.1; \ +- if test -f $(srcdir)/install.1; then file=$(srcdir)/install.1; \ +- else file=install.1; fi; \ +- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst + + uninstall-man: +- inst=`echo "ln" | sed '$(transform)'`.1; \ +- rm -f $(mandir)/man1/$$inst +- inst=`echo "chgrp" | sed '$(transform)'`.1; \ +- rm -f $(mandir)/man1/$$inst + inst=`echo "ls" | sed '$(transform)'`.1; \ + rm -f $(mandir)/man1/$$inst +- inst=`echo "chmod" | sed '$(transform)'`.1; \ +- rm -f $(mandir)/man1/$$inst +- inst=`echo "mkdir" | sed '$(transform)'`.1; \ +- rm -f $(mandir)/man1/$$inst +- inst=`echo "chown" | sed '$(transform)'`.1; \ +- rm -f $(mandir)/man1/$$inst +- inst=`echo "mkfifo" | sed '$(transform)'`.1; \ +- rm -f $(mandir)/man1/$$inst +- inst=`echo "cp" | sed '$(transform)'`.1; \ +- rm -f $(mandir)/man1/$$inst +- inst=`echo "mknod" | sed '$(transform)'`.1; \ +- rm -f $(mandir)/man1/$$inst +- inst=`echo "dd" | sed '$(transform)'`.1; \ +- rm -f $(mandir)/man1/$$inst +- inst=`echo "mv" | sed '$(transform)'`.1; \ +- rm -f $(mandir)/man1/$$inst +- inst=`echo "df" | sed '$(transform)'`.1; \ +- rm -f $(mandir)/man1/$$inst +- inst=`echo "rm" | sed '$(transform)'`.1; \ +- rm -f $(mandir)/man1/$$inst + inst=`echo "dircolors" | sed '$(transform)'`.1; \ +- rm -f $(mandir)/man1/$$inst +- inst=`echo "rmdir" | sed '$(transform)'`.1; \ +- rm -f $(mandir)/man1/$$inst +- inst=`echo "du" | sed '$(transform)'`.1; \ +- rm -f $(mandir)/man1/$$inst +- inst=`echo "touch" | sed '$(transform)'`.1; \ +- rm -f $(mandir)/man1/$$inst +- inst=`echo "install" | sed '$(transform)'`.1; \ + rm -f $(mandir)/man1/$$inst + + tags: TAGS +--- 79,98 ---- + $(NORMAL_INSTALL) + $(mkinstalldirs) $(mandir)/man1 + sect=1; \ +! inst=`echo "gnuls" | sed '$(transform)'`.1; \ + if test -f $(srcdir)/ls.1; then file=$(srcdir)/ls.1; \ + else file=ls.1; fi; \ + $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst + sect=1; \ + inst=`echo "dircolors" | sed '$(transform)'`.1; \ + if test -f $(srcdir)/dircolors.1; then file=$(srcdir)/dircolors.1; \ + else file=dircolors.1; fi; \ + $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst + + uninstall-man: + inst=`echo "ls" | sed '$(transform)'`.1; \ + rm -f $(mandir)/man1/$$inst + inst=`echo "dircolors" | sed '$(transform)'`.1; \ + rm -f $(mandir)/man1/$$inst + + tags: TAGS diff --git a/misc/gnuls/files/patch-ae b/misc/gnuls/files/patch-ae new file mode 100644 index 000000000000..9e6f6f337af5 --- /dev/null +++ b/misc/gnuls/files/patch-ae @@ -0,0 +1,90 @@ +*** man/ls.1.orig Sun Aug 10 17:54:52 1997 +--- man/ls.1 Sun Aug 10 17:55:42 1997 +*************** +*** 1,8 **** +! .TH LS 1 "GNU File Utilities" "FSF" \" -*- nroff -*- + .SH NAME +! ls, dir, vdir \- list contents of directories + .SH SYNOPSIS +! .B ls + [\-abcdfgiklmnpqrstuxABCFGLNQRSUX1] [\-w cols] [\-T cols] [\-I pattern] + [\-\-all] [\-\-escape] [\-\-directory] [\-\-inode] [\-\-kilobytes] + [\-\-numeric-uid-gid] [--no-group] [\-\-hide-control-chars] [\-\-reverse] +--- 1,8 ---- +! .TH GNULS 1 "GNU File Utilities" "FSF" \" -*- nroff -*- + .SH NAME +! gnuls, dir, vdir \- list contents of directories + .SH SYNOPSIS +! .B gnuls + [\-abcdfgiklmnpqrstuxABCFGLNQRSUX1] [\-w cols] [\-T cols] [\-I pattern] + [\-\-all] [\-\-escape] [\-\-directory] [\-\-inode] [\-\-kilobytes] + [\-\-numeric-uid-gid] [--no-group] [\-\-hide-control-chars] [\-\-reverse] +*************** +*** 19,34 **** + .PP + This manual page + documents the GNU version of +! .BR ls . + .B dir + and + .B vdir + are versions of +! .B ls + with different default output formats. + These programs list each given file or directory name. Directory contents are + sorted alphabetically. For +! .BR ls , + files are by default listed in columns, sorted + vertically, if the standard output is a terminal; otherwise they are + listed one per line. For +--- 19,34 ---- + .PP + This manual page + documents the GNU version of +! .BR gnuls . + .B dir + and + .B vdir + are versions of +! .B gnuls + with different default output formats. + These programs list each given file or directory name. Directory contents are + sorted alphabetically. For +! .BR gnuls , + files are by default listed in columns, sorted + vertically, if the standard output is a terminal; otherwise they are + listed one per line. For +*************** +*** 163,169 **** + stored on the disk. This option is not called + .I \-f + because the Unix +! .B ls + .I \-f + option also enables + .I \-a +--- 163,169 ---- + stored on the disk. This option is not called + .I \-f + because the Unix +! .B gnuls + .I \-f + option also enables + .I \-a +*************** +*** 229,235 **** + When using the + .I "\-\-color" + option, this version of +! .B ls + will colorize the file names printed according to the name and type of + file. By default, this colorization is by type only, and the codes + used are ISO 6429 (ANSI) compliant. +--- 229,235 ---- + When using the + .I "\-\-color" + option, this version of +! .B gnuls + will colorize the file names printed according to the name and type of + file. By default, this colorization is by type only, and the codes + used are ISO 6429 (ANSI) compliant. |