diff options
author | Bruno Haible <bruno@clisp.org> | 2002-01-31 17:41:39 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-22 01:13:17 +0200 |
commit | 5a5bff9b68ed98cf49c198249f291f7b52c96fd8 (patch) | |
tree | 15bfac6c34276a448687b807ba5fb5d04ea997de /djgpp | |
parent | 0d46ec17869be3db170dd6a8717ee06a99133a36 (diff) | |
download | external_gettext-5a5bff9b68ed98cf49c198249f291f7b52c96fd8.zip external_gettext-5a5bff9b68ed98cf49c198249f291f7b52c96fd8.tar.gz external_gettext-5a5bff9b68ed98cf49c198249f291f7b52c96fd8.tar.bz2 |
Regenerated.
Diffstat (limited to 'djgpp')
-rw-r--r-- | djgpp/README | 46 | ||||
-rw-r--r-- | djgpp/fnchange.lst | 108 |
2 files changed, 77 insertions, 77 deletions
diff --git a/djgpp/README b/djgpp/README index 661a8a8..ad2310b 100644 --- a/djgpp/README +++ b/djgpp/README @@ -1,4 +1,4 @@ -This is a port of GNU Gettext 0.11-pre5 to MSDOS/DJGPP. +This is a port of GNU Gettext 0.11 to MSDOS/DJGPP. TO USE THE GNU GETTEXT LIBRARY YOU **MUST** MODIFY YOUR C-LIBRARY. @@ -34,7 +34,7 @@ This is a port of GNU Gettext 0.11-pre5 to MSDOS/DJGPP. file the gettext keyword makes **ALWAYS** reference to the GNU gettext function and **NEVER** to the BORLAND-compatibility gettext function. - 2) The binary package gtxt0.11-pre5b.zip contains all needed files to get NLS + 2) The binary package gtxt0.11b.zip contains all needed files to get NLS support for the following DJGPP ports: bison-1.28 (bsn128s.zip) enscript-1.5.0 (ens150s.zip) @@ -58,7 +58,7 @@ This is a port of GNU Gettext 0.11-pre5 to MSDOS/DJGPP. See section #4 for further information about this issue. To implement NLS support for one of those packages you will also need to download the following packages: - gtxt0.11-pre5b.zip (binaries of GNU Gettext 0.11-pre5) + gtxt0.11b.zip (binaries of GNU Gettext 0.11) licv17b.zip (binaries of GNU libiconv 1.7) fil40b.zip (binaries of GNU Fileutils 4.0) shl112b.zip (binaries of GNU Sh-utils 1.12 Date: 2000-08-11) @@ -94,14 +94,14 @@ This is a port of GNU Gettext 0.11-pre5 to MSDOS/DJGPP. 2.2.: Copy the binary distribution into the top DJGPP installation directory, just unzip it preserving the directory structure running *ONE* of the following commands: - unzip32 gtxt0.11-pre5b.zip or - djtarx gtxt0.11-pre5b.zip or - pkunzip -d gtxt0.11-pre5b.zip + unzip32 gtxt0.11b.zip or + djtarx gtxt0.11b.zip or + pkunzip -d gtxt0.11b.zip 2.3.: Changing libc.a and conio.h. Apart from the ussual directories, the binary package will create the following directory: - %DJDIR%/gnu/gtxt-011-pre5/djgpp/djdev-2.03 + %DJDIR%/gnu/gtxt-011/djgpp/djdev-2.03 where %DJDIR% stands for the root of your DJGPP installation tree. Cd into the djdev-2.03 directory. You will find the following files: conio.diffs @@ -114,7 +114,7 @@ This is a port of GNU Gettext 0.11-pre5 to MSDOS/DJGPP. conio.o contained in libc.a. For all commands that will follow now I will assume that you have - cd'ed into the %DJDIR%/gnu/gtxt-011-pre5/djgpp/djdev-2.03 directory, + cd'ed into the %DJDIR%/gnu/gtxt-011/djgpp/djdev-2.03 directory, where %DJDIR% represents the path to your DJGPP installation. First, you should backup your old header and library. For this task, run the following command sequence (cp is the copy program from fil40b.zip): @@ -234,9 +234,9 @@ This is a port of GNU Gettext 0.11-pre5 to MSDOS/DJGPP. directory. If you download the source distribution from one of the DJGPP archives, just unzip it preserving the directory structure running *ONE* of the following commands: - unzip32 gtxt0.11-pre5s.zip or - djtarx gtxt0.11-pre5s.zip or - pkunzip -d gtxt0.11-pre5s.zip + unzip32 gtxt0.11s.zip or + djtarx gtxt0.11s.zip or + pkunzip -d gtxt0.11s.zip Source distributions downloaded from one of the GNU FTP sites need some more work to unpack. First, you *MUST* use the `djtar' program @@ -248,11 +248,11 @@ This is a port of GNU Gettext 0.11-pre5 to MSDOS/DJGPP. to retrieve that file, and then invoke `djtar' to unpack the distribution. Here is how: - djtar -x -p -o gettext-0.11-pre5/djgpp/fnchange.lst gettext-0.11-pre5.tar.gz > lst - djtar -x -n lst gettext-0.11-pre5.tar.gz + djtar -x -p -o gettext-0.11/djgpp/fnchange.lst gettext-0.11.tar.gz > lst + djtar -x -n lst gettext-0.11.tar.gz (The name of the distribution archive and the top-level directory will - be different for versions other than 0.11-pre5.) + be different for versions other than 0.11.) It is always recommended to download the DJGPP packages from some Simtel.NET mirror and *NOT* the original GNU distribution because @@ -277,7 +277,7 @@ This is a port of GNU Gettext 0.11-pre5 to MSDOS/DJGPP. no-NLS If for some reason you want no NLS support you will have to reconfigure - the package. For this purpose cd into the top srcdir (gtxt-011-pre5) + the package. For this purpose cd into the top srcdir (gtxt-011) and run the following commands: make distclean djgpp\config no-NLS @@ -291,14 +291,14 @@ This is a port of GNU Gettext 0.11-pre5 to MSDOS/DJGPP. To build the programs in a directory other than where the sources are, you must add a parameter that specifies the source directory, e.g: - x:\src\gnu\gtxt-011-pre5\djgpp\config x:/src/gnu/gtxt-011-pre5 no-NLS + x:\src\gnu\gtxt-011\djgpp\config x:/src/gnu/gtxt-011 no-NLS Lets assume you want to build the binaries in a directory placed on a different drive (z:\build in this case) from where the sources are, then you will run the following commands: z: cd \build - x:\src\gnu\gtxt-011-pre5\djgpp\config x:/src/gnu/gtxt-011-pre5 no-NLS + x:\src\gnu\gtxt-011\djgpp\config x:/src/gnu/gtxt-011 no-NLS If you want NLS support you will omit "no-NLS" or replace it by "NLS" in the above examples. @@ -369,12 +369,12 @@ This is a port of GNU Gettext 0.11-pre5 to MSDOS/DJGPP. be replaced. 4.1.: To reconfigure and recompile a source package with NLS support you - *MUST* install the gtxt0.11-pre5b.zip and licv17b.zip packages + *MUST* install the gtxt0.11b.zip and licv17b.zip packages first. NLS support will **NOT** work with any prior version of the above - mentioned packages. Before installing gtxt0.11-pre5b.zip and licv17b.zip + mentioned packages. Before installing gtxt0.11b.zip and licv17b.zip you *MUST* deinstall the old packages if you ever have installed them. For this purpose use the provided manifest files from the old packages. - Old packages means previous beta releases of gtxt0.11-pre5b.zip and licv17b.zip + Old packages means previous beta releases of gtxt0.11b.zip and licv17b.zip *AND* also previous versions of gettext like gettext 0.10.32, etc. 4.2.: We will assume that the required sources will be unzipped into @@ -385,8 +385,8 @@ This is a port of GNU Gettext 0.11-pre5 to MSDOS/DJGPP. This will create the directory: /src/gnu/bison-1.28 - The binary package gtxt0.11-pre5b.zip will create the directory: - %DJDIR%/gnu/gtxt-011-pre5/djgpp/NLS_for_djgpp_packages/bison-1.28 + The binary package gtxt0.11b.zip will create the directory: + %DJDIR%/gnu/gtxt-011/djgpp/NLS_for_djgpp_packages/bison-1.28 This directory contains all needed files. The files are: bison-1.28/djconfig.bat (new .bat file that replaces the original one.) @@ -396,7 +396,7 @@ This is a port of GNU Gettext 0.11-pre5 to MSDOS/DJGPP. Now we will xcopy the needed files into the original bison-1.28 directory. First we will cd into the bison-1.28 directory and then we will run the following command: - xcopy %DJDIR%\gnu\gtxt-011-pre5\djgpp\NLS_for_djgpp_packages\bison-1.28 /v/s/e + xcopy %DJDIR%\gnu\gtxt-011\djgpp\NLS_for_djgpp_packages\bison-1.28 /v/s/e 4.3.: Before the package can be reconfigured, the old configuration must be cleared. Run the command: diff --git a/djgpp/fnchange.lst b/djgpp/fnchange.lst index 8bd1eac..1acedc5 100644 --- a/djgpp/fnchange.lst +++ b/djgpp/fnchange.lst @@ -1,54 +1,54 @@ -gettext-0.11-pre5/config.h.in gettext-0.11-pre5/config.h-in -gettext-0.11-pre5/doc/gettext_1.html gettext-0.11-pre5/doc/gettext.1-html -gettext-0.11-pre5/doc/gettext_10.html gettext-0.11-pre5/doc/gettext.10-html -gettext-0.11-pre5/doc/gettext_11.html gettext-0.11-pre5/doc/gettext.11-html -gettext-0.11-pre5/doc/gettext_12.html gettext-0.11-pre5/doc/gettext.12-html -gettext-0.11-pre5/doc/gettext_13.html gettext-0.11-pre5/doc/gettext.13-html -gettext-0.11-pre5/doc/gettext_14.html gettext-0.11-pre5/doc/gettext.14-html -gettext-0.11-pre5/doc/gettext_2.html gettext-0.11-pre5/doc/gettext.2-html -gettext-0.11-pre5/doc/gettext_3.html gettext-0.11-pre5/doc/gettext.3-html -gettext-0.11-pre5/doc/gettext_4.html gettext-0.11-pre5/doc/gettext.4-html -gettext-0.11-pre5/doc/gettext_5.html gettext-0.11-pre5/doc/gettext.5-html -gettext-0.11-pre5/doc/gettext_6.html gettext-0.11-pre5/doc/gettext.6-html -gettext-0.11-pre5/doc/gettext_7.html gettext-0.11-pre5/doc/gettext.7-html -gettext-0.11-pre5/doc/gettext_8.html gettext-0.11-pre5/doc/gettext.8-html -gettext-0.11-pre5/doc/gettext_9.html gettext-0.11-pre5/doc/gettext.9-html -gettext-0.11-pre5/doc/gettext_foot.html gettext-0.11-pre5/doc/gettext.foot-html -gettext-0.11-pre5/doc/gettext_toc.html gettext-0.11-pre5/doc/gettext.toc-html -gettext-0.11-pre5/man/gettext.3.html gettext-0.11-pre5/man/gettext.3-html -gettext-0.11-pre5/man/ngettext.3.html gettext-0.11-pre5/man/ngettext.3-html -gettext-0.11-pre5/man/textdomain.3.html gettext-0.11-pre5/man/textdomain.3-html -gettext-0.11-pre5/man/bindtextdomain.3.html gettext-0.11-pre5/man/bindtextdomain.3-html -gettext-0.11-pre5/man/bind_textdomain_codeset.3.html gettext-0.11-pre5/man/bind_textdomain_codeset.3-html -gettext-0.11-pre5/man/gettext.3.in gettext-0.11-pre5/man/gettext.3-in -gettext-0.11-pre5/man/ngettext.3.in gettext-0.11-pre5/man/ngettext.3-in -gettext-0.11-pre5/man/textdomain.3.in gettext-0.11-pre5/man/textdomain.3-in -gettext-0.11-pre5/man/bindtextdomain.3.in gettext-0.11-pre5/man/bindtextdomain.3-in -gettext-0.11-pre5/man/bind_textdomain_codeset.3.in gettext-0.11-pre5/man/bind_textdomain_codeset.3-in -gettext-0.11-pre5/po/Makefile.in.in gettext-0.11-pre5/po/Makefile.in-in -gettext-0.11-pre5/tests/gettext-1 gettext-0.11-pre5/tests/gettext.1 -gettext-0.11-pre5/tests/gettext-2 gettext-0.11-pre5/tests/gettext.2 -gettext-0.11-pre5/tests/msgcmp-1 gettext-0.11-pre5/tests/msgcmp.1 -gettext-0.11-pre5/tests/msgcmp-2 gettext-0.11-pre5/tests/msgcmp.2 -gettext-0.11-pre5/tests/msgfmt-1 gettext-0.11-pre5/tests/msgfmt.1 -gettext-0.11-pre5/tests/msgfmt-2 gettext-0.11-pre5/tests/msgfmt.2 -gettext-0.11-pre5/tests/msgfmt-3 gettext-0.11-pre5/tests/msgfmt.3 -gettext-0.11-pre5/tests/msgfmt-4 gettext-0.11-pre5/tests/msgfmt.4 -gettext-0.11-pre5/tests/msgmerge-1 gettext-0.11-pre5/tests/msgmerge.1 -gettext-0.11-pre5/tests/msgmerge-2 gettext-0.11-pre5/tests/msgmerge.2 -gettext-0.11-pre5/tests/msgmerge-3 gettext-0.11-pre5/tests/msgmerge.3 -gettext-0.11-pre5/tests/msgmerge-4 gettext-0.11-pre5/tests/msgmerge.4 -gettext-0.11-pre5/tests/msgmerge-5 gettext-0.11-pre5/tests/msgmerge.5 -gettext-0.11-pre5/tests/msgunfmt-1 gettext-0.11-pre5/tests/msgunfmt.1 -gettext-0.11-pre5/tests/xgettext-1 gettext-0.11-pre5/tests/xgettext.1 -gettext-0.11-pre5/tests/xgettext-2 gettext-0.11-pre5/tests/xgettext.2 -gettext-0.11-pre5/tests/xgettext-3 gettext-0.11-pre5/tests/xgettext.3 -gettext-0.11-pre5/tests/xgettext-4 gettext-0.11-pre5/tests/xgettext.4 -gettext-0.11-pre5/tests/xgettext-5 gettext-0.11-pre5/tests/xgettext.5 -gettext-0.11-pre5/tests/xgettext-6 gettext-0.11-pre5/tests/xgettext.6 -gettext-0.11-pre5/tests/xgettext-7 gettext-0.11-pre5/tests/xgettext.7 -gettext-0.11-pre5/tests/xgettext-8 gettext-0.11-pre5/tests/xgettext.8 -gettext-0.11-pre5/tests/xgettext-9 gettext-0.11-pre5/tests/xgettext.9 -gettext-0.11-pre5/tests/xg-test1.ok.po gettext-0.11-pre5/tests/xg-test1.ok-po -gettext-0.11-pre5/tests/plural-1 gettext-0.11-pre5/tests/plural.1 -gettext-0.11-pre5/tests/plural-2 gettext-0.11-pre5/tests/plural.2 +gettext-0.11/config.h.in gettext-0.11/config.h-in +gettext-0.11/doc/gettext_1.html gettext-0.11/doc/gettext.1-html +gettext-0.11/doc/gettext_10.html gettext-0.11/doc/gettext.10-html +gettext-0.11/doc/gettext_11.html gettext-0.11/doc/gettext.11-html +gettext-0.11/doc/gettext_12.html gettext-0.11/doc/gettext.12-html +gettext-0.11/doc/gettext_13.html gettext-0.11/doc/gettext.13-html +gettext-0.11/doc/gettext_14.html gettext-0.11/doc/gettext.14-html +gettext-0.11/doc/gettext_2.html gettext-0.11/doc/gettext.2-html +gettext-0.11/doc/gettext_3.html gettext-0.11/doc/gettext.3-html +gettext-0.11/doc/gettext_4.html gettext-0.11/doc/gettext.4-html +gettext-0.11/doc/gettext_5.html gettext-0.11/doc/gettext.5-html +gettext-0.11/doc/gettext_6.html gettext-0.11/doc/gettext.6-html +gettext-0.11/doc/gettext_7.html gettext-0.11/doc/gettext.7-html +gettext-0.11/doc/gettext_8.html gettext-0.11/doc/gettext.8-html +gettext-0.11/doc/gettext_9.html gettext-0.11/doc/gettext.9-html +gettext-0.11/doc/gettext_foot.html gettext-0.11/doc/gettext.foot-html +gettext-0.11/doc/gettext_toc.html gettext-0.11/doc/gettext.toc-html +gettext-0.11/man/gettext.3.html gettext-0.11/man/gettext.3-html +gettext-0.11/man/ngettext.3.html gettext-0.11/man/ngettext.3-html +gettext-0.11/man/textdomain.3.html gettext-0.11/man/textdomain.3-html +gettext-0.11/man/bindtextdomain.3.html gettext-0.11/man/bindtextdomain.3-html +gettext-0.11/man/bind_textdomain_codeset.3.html gettext-0.11/man/bind_textdomain_codeset.3-html +gettext-0.11/man/gettext.3.in gettext-0.11/man/gettext.3-in +gettext-0.11/man/ngettext.3.in gettext-0.11/man/ngettext.3-in +gettext-0.11/man/textdomain.3.in gettext-0.11/man/textdomain.3-in +gettext-0.11/man/bindtextdomain.3.in gettext-0.11/man/bindtextdomain.3-in +gettext-0.11/man/bind_textdomain_codeset.3.in gettext-0.11/man/bind_textdomain_codeset.3-in +gettext-0.11/po/Makefile.in.in gettext-0.11/po/Makefile.in-in +gettext-0.11/tests/gettext-1 gettext-0.11/tests/gettext.1 +gettext-0.11/tests/gettext-2 gettext-0.11/tests/gettext.2 +gettext-0.11/tests/msgcmp-1 gettext-0.11/tests/msgcmp.1 +gettext-0.11/tests/msgcmp-2 gettext-0.11/tests/msgcmp.2 +gettext-0.11/tests/msgfmt-1 gettext-0.11/tests/msgfmt.1 +gettext-0.11/tests/msgfmt-2 gettext-0.11/tests/msgfmt.2 +gettext-0.11/tests/msgfmt-3 gettext-0.11/tests/msgfmt.3 +gettext-0.11/tests/msgfmt-4 gettext-0.11/tests/msgfmt.4 +gettext-0.11/tests/msgmerge-1 gettext-0.11/tests/msgmerge.1 +gettext-0.11/tests/msgmerge-2 gettext-0.11/tests/msgmerge.2 +gettext-0.11/tests/msgmerge-3 gettext-0.11/tests/msgmerge.3 +gettext-0.11/tests/msgmerge-4 gettext-0.11/tests/msgmerge.4 +gettext-0.11/tests/msgmerge-5 gettext-0.11/tests/msgmerge.5 +gettext-0.11/tests/msgunfmt-1 gettext-0.11/tests/msgunfmt.1 +gettext-0.11/tests/xgettext-1 gettext-0.11/tests/xgettext.1 +gettext-0.11/tests/xgettext-2 gettext-0.11/tests/xgettext.2 +gettext-0.11/tests/xgettext-3 gettext-0.11/tests/xgettext.3 +gettext-0.11/tests/xgettext-4 gettext-0.11/tests/xgettext.4 +gettext-0.11/tests/xgettext-5 gettext-0.11/tests/xgettext.5 +gettext-0.11/tests/xgettext-6 gettext-0.11/tests/xgettext.6 +gettext-0.11/tests/xgettext-7 gettext-0.11/tests/xgettext.7 +gettext-0.11/tests/xgettext-8 gettext-0.11/tests/xgettext.8 +gettext-0.11/tests/xgettext-9 gettext-0.11/tests/xgettext.9 +gettext-0.11/tests/xg-test1.ok.po gettext-0.11/tests/xg-test1.ok-po +gettext-0.11/tests/plural-1 gettext-0.11/tests/plural.1 +gettext-0.11/tests/plural-2 gettext-0.11/tests/plural.2 |