1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Removed MACHINES.

This commit is contained in:
hniksic 2005-04-18 13:21:04 -07:00
parent 56efd9ca25
commit d4b7d4b1a4
5 changed files with 25 additions and 52 deletions

View File

@ -1,3 +1,7 @@
2005-04-18 Hrvoje Niksic <hniksic@xemacs.org>
* MACHINES: Removed.
2005-04-08 Hrvoje Niksic <hniksic@xemacs.org> 2005-04-08 Hrvoje Niksic <hniksic@xemacs.org>
* configure.in: When checking for OpenSSL headers, check for all * configure.in: When checking for OpenSSL headers, check for all

View File

@ -1,31 +0,0 @@
This file lists the OSes and architectures on which GNU Wget has been
successfully compiled and used in the past. If you compile Wget on a
new OS or architecture, please send a note to bug-wget@gnu.org with
the output of the ./config.guess script so this file can be updated.
Amiga NetBSD (m68k-cbm-netbsd1.2)
DEC Ultrix, Digital Unix (mips-dec-ultrix*, alpha-dec-osf*)
FreeBSD (i386-unknown-freebsd*)
GNU/Linux (armv4l-unknown-linux-gnu, i[3456]86-*-linux*)
HP BSD (m68k-hp-bsd)
HP HP-UX (hppa1.0-hp-hpux7.00, hppa1.1-hp-hpux9.01 and others)
IBM AIX (powerpc-ibm-aix4.1*, rs6000-ibm-aix4.3.3.0)
Microsoft Windows 95/NT (i[3456]86)
NeXT NeXTStep 3.3 Intel (i386-next-nextstep3)
SCO Unix (i586-pc-sco3.2v5.0.4)
SGI IRIX (mips-sgi-irix4.0.5, mips-sgi-irix5.3, mips-sgi-irix6.5)
Sun SunOS, Solaris (sparc-sun-solaris*, sparc-sun-sunos*)
Mac OS X (powerpc-apple-darwin5.2)

View File

@ -2955,24 +2955,22 @@ uses GNU Autoconf for building and configuring, and mostly avoids using
``special'' features of any particular Unix, it should compile (and ``special'' features of any particular Unix, it should compile (and
work) on all common Unix flavors. work) on all common Unix flavors.
Various Wget versions have been compiled and tested under many kinds of Various Wget versions have been compiled and tested under many kinds
Unix systems, including Solaris, GNU/Linux, SunOS, OSF (aka Digital Unix of Unix systems, including GNU/Linux, Solaris, SunOS 4.x, OSF (aka
or Tru64), Ultrix, *BSD, IRIX, AIX, and others; refer to the file Digital Unix or Tru64), Ultrix, *BSD, IRIX, AIX, and others. Some of
@file{MACHINES} in the distribution directory for a comprehensive list. those systems are no longer in widespread use and may not be able to
If you compile it on an architecture not listed there, please let me support recent versions of Wget. If Wget fails to compile on your
know so I can update it. system, we would like to know about it.
Wget should also compile on the other Unix systems, not listed in Thanks to kind contributors, this version of Wget compiles and works
@file{MACHINES}. If it doesn't, please let me know. on 32-bit Microsoft Windows platforms. It has been compiled
successfully using MS Visual C++ 6.0, Watcom, Borland C, and GCC
Thanks to kind contributors, this version of Wget compiles and works on compilers. Naturally, it is crippled of some features available on
Microsoft Windows 95 and Windows NT platforms. It has been compiled Unix, but it should work as a substitute for people stuck with
successfully using MS Visual C++ 6.0, Watcom, and Borland C compilers, Windows. Note that Windows-specific portions of Wget are not
with Winsock as networking software. Naturally, it is crippled of some guaranteed to be supported in the future, although this has been the
features available on Unix, but it should work as a substitute for case in practice for many years now. All questions and problems in
people stuck with Windows. Note that the Windows port is Windows usage should be reported to Wget mailing list at
@strong{neither tested nor maintained} by me---all questions and
problems in Windows usage should be reported to Wget mailing list at
@email{wget@@sunsite.dk} where the volunteers who maintain the @email{wget@@sunsite.dk} where the volunteers who maintain the
Windows-related features might look at them. Windows-related features might look at them.
@ -2988,8 +2986,10 @@ Otherwise, @code{SIGHUP} is ignored. This is convenient when you wish
to redirect the output of Wget after having started it. to redirect the output of Wget after having started it.
@example @example
$ wget http://www.ifi.uio.no/~larsi/gnus.tar.gz & $ wget http://www.gnus.org/dist/gnus.tar.gz &
$ kill -HUP %% # Redirect the output to wget-log ...
$ kill -HUP %%
SIGHUP received, redirecting output to `wget-log'.
@end example @end example
Other than that, Wget will not try to interfere with signals in any way. Other than that, Wget will not try to interfere with signals in any way.

View File

@ -72,6 +72,6 @@ bindist: wget.zip
wget.zip: $(SUBDIRS) wget.zip: $(SUBDIRS)
$(RM) wget.zip $(RM) wget.zip
zip -Djl9 wget.zip AUTHORS COPYING INSTALL MACHINES MAILING-LIST NEWS README doc/sample.wgetrc zip -Djl9 wget.zip AUTHORS COPYING INSTALL MAILING-LIST NEWS README doc/sample.wgetrc
zip -Dj9 wget.zip src/wget.exe doc/wget.hlp zip -Dj9 wget.zip src/wget.exe doc/wget.hlp

View File

@ -70,6 +70,6 @@ bindist: wget.zip
wget.zip: $(SUBDIRS) wget.zip: $(SUBDIRS)
$(RM) wget.zip $(RM) wget.zip
zip -Djl9 wget.zip AUTHORS COPYING INSTALL MACHINES MAILING-LIST NEWS README doc/sample.wgetrc zip -Djl9 wget.zip AUTHORS COPYING INSTALL MAILING-LIST NEWS README doc/sample.wgetrc
zip -Dj9 wget.zip src/wget.exe doc/wget.hlp zip -Dj9 wget.zip src/wget.exe doc/wget.hlp