Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl2/gmake/dist import latest gpl2 make
details: https://anonhg.NetBSD.org/src/rev/5e24fe027ab5
branches: trunk
changeset: 801793:5e24fe027ab5
user: christos <christos%NetBSD.org@localhost>
date: Mon Aug 18 06:46:46 2014 +0000
description:
import latest gpl2 make
diffstat:
external/gpl2/gmake/dist/ABOUT-NLS | 768 +
external/gpl2/gmake/dist/AUTHORS | 82 +
external/gpl2/gmake/dist/COPYING | 340 +
external/gpl2/gmake/dist/ChangeLog | 2754 +
external/gpl2/gmake/dist/INSTALL | 231 +
external/gpl2/gmake/dist/Makefile.DOS | 701 +
external/gpl2/gmake/dist/Makefile.am | 198 +
external/gpl2/gmake/dist/Makefile.ami | 306 +
external/gpl2/gmake/dist/Makefile.in | 1069 +
external/gpl2/gmake/dist/NEWS | 1008 +
external/gpl2/gmake/dist/NMakefile | 279 +
external/gpl2/gmake/dist/README | 189 +
external/gpl2/gmake/dist/README.Amiga | 78 +
external/gpl2/gmake/dist/README.DOS | 341 +
external/gpl2/gmake/dist/README.OS2 | 176 +
external/gpl2/gmake/dist/README.W32 | 288 +
external/gpl2/gmake/dist/README.customs | 113 +
external/gpl2/gmake/dist/SCOPTIONS | 13 +
external/gpl2/gmake/dist/SMakefile | 370 +
external/gpl2/gmake/dist/acinclude.m4 | 135 +
external/gpl2/gmake/dist/aclocal.m4 | 941 +
external/gpl2/gmake/dist/alloca.c | 503 +
external/gpl2/gmake/dist/amiga.c | 119 +
external/gpl2/gmake/dist/amiga.h | 20 +
external/gpl2/gmake/dist/ansi2knr.1 | 36 +
external/gpl2/gmake/dist/ansi2knr.c | 739 +
external/gpl2/gmake/dist/ar.c | 309 +
external/gpl2/gmake/dist/arscan.c | 842 +
external/gpl2/gmake/dist/build.sh.in | 81 +
external/gpl2/gmake/dist/build_w32.bat | 197 +
external/gpl2/gmake/dist/commands.c | 623 +
external/gpl2/gmake/dist/commands.h | 42 +
external/gpl2/gmake/dist/config.ami | 338 +
external/gpl2/gmake/dist/config.h-vms | 428 +
external/gpl2/gmake/dist/config.h.W32 | 489 +
external/gpl2/gmake/dist/config.h.in | 439 +
external/gpl2/gmake/dist/config/ChangeLog | 44 +
external/gpl2/gmake/dist/config/Makefile.am | 22 +
external/gpl2/gmake/dist/config/Makefile.in | 343 +
external/gpl2/gmake/dist/config/codeset.m4 | 23 +
external/gpl2/gmake/dist/config/compile | 142 +
external/gpl2/gmake/dist/config/config.guess | 1495 +
external/gpl2/gmake/dist/config/config.rpath | 548 +
external/gpl2/gmake/dist/config/config.sub | 1609 +
external/gpl2/gmake/dist/config/depcomp | 530 +
external/gpl2/gmake/dist/config/dospaths.m4 | 37 +
external/gpl2/gmake/dist/config/gettext.m4 | 487 +
external/gpl2/gmake/dist/config/glibc21.m4 | 32 +
external/gpl2/gmake/dist/config/iconv.m4 | 103 +
external/gpl2/gmake/dist/config/install-sh | 323 +
external/gpl2/gmake/dist/config/intdiv0.m4 | 72 +
external/gpl2/gmake/dist/config/intmax.m4 | 32 +
external/gpl2/gmake/dist/config/inttypes-pri.m4 | 32 +
external/gpl2/gmake/dist/config/inttypes.m4 | 27 +
external/gpl2/gmake/dist/config/inttypes_h.m4 | 28 +
external/gpl2/gmake/dist/config/isc-posix.m4 | 26 +
external/gpl2/gmake/dist/config/lcmessage.m4 | 32 +
external/gpl2/gmake/dist/config/lib-ld.m4 | 112 +
external/gpl2/gmake/dist/config/lib-link.m4 | 551 +
external/gpl2/gmake/dist/config/lib-prefix.m4 | 155 +
external/gpl2/gmake/dist/config/longdouble.m4 | 30 +
external/gpl2/gmake/dist/config/longlong.m4 | 25 +
external/gpl2/gmake/dist/config/mdate-sh | 201 +
external/gpl2/gmake/dist/config/missing | 360 +
external/gpl2/gmake/dist/config/mkinstalldirs | 111 +
external/gpl2/gmake/dist/config/nls.m4 | 49 +
external/gpl2/gmake/dist/config/po.m4 | 426 +
external/gpl2/gmake/dist/config/printf-posix.m4 | 46 +
external/gpl2/gmake/dist/config/progtest.m4 | 91 +
external/gpl2/gmake/dist/config/signed.m4 | 19 +
external/gpl2/gmake/dist/config/size_max.m4 | 61 +
external/gpl2/gmake/dist/config/stdint_h.m4 | 28 +
external/gpl2/gmake/dist/config/texinfo.tex | 7225 ++++
external/gpl2/gmake/dist/config/uintmax_t.m4 | 32 +
external/gpl2/gmake/dist/config/ulonglong.m4 | 25 +
external/gpl2/gmake/dist/config/wchar_t.m4 | 22 +
external/gpl2/gmake/dist/config/wint_t.m4 | 22 +
external/gpl2/gmake/dist/config/xsize.m4 | 14 +
external/gpl2/gmake/dist/configh.dos | 117 +
external/gpl2/gmake/dist/configure | 15388 ++++++++++
external/gpl2/gmake/dist/configure.bat | 62 +
external/gpl2/gmake/dist/configure.in | 463 +
external/gpl2/gmake/dist/debug.h | 38 +
external/gpl2/gmake/dist/default.c | 594 +
external/gpl2/gmake/dist/dep.h | 85 +
external/gpl2/gmake/dist/dir.c | 1216 +
external/gpl2/gmake/dist/doc/Makefile.am | 35 +
external/gpl2/gmake/dist/doc/Makefile.in | 523 +
external/gpl2/gmake/dist/doc/fdl.texi | 452 +
external/gpl2/gmake/dist/doc/make-stds.texi | 1067 +
external/gpl2/gmake/dist/doc/make.info | 184 +
external/gpl2/gmake/dist/doc/make.info-1 | 7261 ++++
external/gpl2/gmake/dist/doc/make.info-2 | Bin
external/gpl2/gmake/dist/doc/make.texi | 11104 +++++++
external/gpl2/gmake/dist/doc/stamp-vti | 4 +
external/gpl2/gmake/dist/doc/version.texi | 4 +
external/gpl2/gmake/dist/dosbuild.bat | 62 +
external/gpl2/gmake/dist/expand.c | 584 +
external/gpl2/gmake/dist/file.c | 1051 +
external/gpl2/gmake/dist/filedef.h | 202 +
external/gpl2/gmake/dist/function.c | 2340 +
external/gpl2/gmake/dist/getloadavg.c | 1030 +
external/gpl2/gmake/dist/getopt.c | 1030 +
external/gpl2/gmake/dist/getopt.h | 133 +
external/gpl2/gmake/dist/getopt1.c | 180 +
external/gpl2/gmake/dist/gettext.h | 58 +
external/gpl2/gmake/dist/glob/COPYING.LIB | 481 +
external/gpl2/gmake/dist/glob/ChangeLog | 174 +
external/gpl2/gmake/dist/glob/Makefile.am | 29 +
external/gpl2/gmake/dist/glob/Makefile.ami | 66 +
external/gpl2/gmake/dist/glob/Makefile.in | 438 +
external/gpl2/gmake/dist/glob/SCOPTIONS | 13 +
external/gpl2/gmake/dist/glob/SMakefile | 66 +
external/gpl2/gmake/dist/glob/configure.bat | 44 +
external/gpl2/gmake/dist/glob/fnmatch.c | 488 +
external/gpl2/gmake/dist/glob/fnmatch.h | 84 +
external/gpl2/gmake/dist/glob/glob.c | 1426 +
external/gpl2/gmake/dist/glob/glob.h | 209 +
external/gpl2/gmake/dist/hash.c | 332 +
external/gpl2/gmake/dist/hash.h | 233 +
external/gpl2/gmake/dist/implicit.c | 982 +
external/gpl2/gmake/dist/job.c | 3070 +
external/gpl2/gmake/dist/job.h | 105 +
external/gpl2/gmake/dist/main.c | 3129 ++
external/gpl2/gmake/dist/make.1 | 365 +
external/gpl2/gmake/dist/make.h | 611 +
external/gpl2/gmake/dist/make.lnk | 5 +
external/gpl2/gmake/dist/make_msvc_net2003.sln | 21 +
external/gpl2/gmake/dist/make_msvc_net2003.vcproj | 317 +
external/gpl2/gmake/dist/makefile.com | 155 +
external/gpl2/gmake/dist/makefile.vms | 148 +
external/gpl2/gmake/dist/misc.c | 897 +
external/gpl2/gmake/dist/po/ChangeLog | 68 +
external/gpl2/gmake/dist/po/LINGUAS | 5 +
external/gpl2/gmake/dist/po/Makefile.in.in | 366 +
external/gpl2/gmake/dist/po/Makevars | 58 +
external/gpl2/gmake/dist/po/POTFILES.in | 41 +
external/gpl2/gmake/dist/po/Rules-quot | 47 +
external/gpl2/gmake/dist/po/be.gmo | Bin
external/gpl2/gmake/dist/po/be.po | 1939 +
external/gpl2/gmake/dist/po/boldquot.sed | 10 +
external/gpl2/gmake/dist/po/da.gmo | Bin
external/gpl2/gmake/dist/po/da.po | 2035 +
external/gpl2/gmake/dist/po/de.gmo | Bin
external/gpl2/gmake/dist/po/de.po | 2134 +
external/gpl2/gmake/dist/po/en@boldquot.header | 25 +
external/gpl2/gmake/dist/po/en@quot.header | 22 +
external/gpl2/gmake/dist/po/es.gmo | Bin
external/gpl2/gmake/dist/po/es.po | 2818 +
external/gpl2/gmake/dist/po/fi.gmo | Bin
external/gpl2/gmake/dist/po/fi.po | 2005 +
external/gpl2/gmake/dist/po/fr.gmo | Bin
external/gpl2/gmake/dist/po/fr.po | 2264 +
external/gpl2/gmake/dist/po/ga.gmo | Bin
external/gpl2/gmake/dist/po/ga.po | 2023 +
external/gpl2/gmake/dist/po/gl.gmo | Bin
external/gpl2/gmake/dist/po/gl.po | 2300 +
external/gpl2/gmake/dist/po/he.gmo | Bin
external/gpl2/gmake/dist/po/he.po | 2067 +
external/gpl2/gmake/dist/po/hr.gmo | Bin
external/gpl2/gmake/dist/po/hr.po | 2089 +
external/gpl2/gmake/dist/po/id.gmo | Bin
external/gpl2/gmake/dist/po/id.po | 2079 +
external/gpl2/gmake/dist/po/insert-header.sin | 23 +
external/gpl2/gmake/dist/po/ja.gmo | Bin
external/gpl2/gmake/dist/po/ja.po | 2023 +
external/gpl2/gmake/dist/po/ko.gmo | Bin
external/gpl2/gmake/dist/po/ko.po | 2070 +
external/gpl2/gmake/dist/po/make.pot | 1887 +
external/gpl2/gmake/dist/po/nl.gmo | Bin
external/gpl2/gmake/dist/po/nl.po | 2006 +
external/gpl2/gmake/dist/po/pl.gmo | Bin
external/gpl2/gmake/dist/po/pl.po | 1996 +
external/gpl2/gmake/dist/po/pt_BR.gmo | Bin
external/gpl2/gmake/dist/po/pt_BR.po | 2086 +
external/gpl2/gmake/dist/po/quot.sed | 6 +
external/gpl2/gmake/dist/po/remove-potcdate.sin | 19 +
external/gpl2/gmake/dist/po/ru.gmo | Bin
external/gpl2/gmake/dist/po/ru.po | 2086 +
external/gpl2/gmake/dist/po/rw.gmo | Bin
external/gpl2/gmake/dist/po/rw.po | 2067 +
external/gpl2/gmake/dist/po/stamp-po | 1 +
external/gpl2/gmake/dist/po/sv.gmo | Bin
external/gpl2/gmake/dist/po/sv.po | 2066 +
external/gpl2/gmake/dist/po/tr.gmo | Bin
external/gpl2/gmake/dist/po/tr.po | 2083 +
external/gpl2/gmake/dist/po/uk.gmo | Bin
external/gpl2/gmake/dist/po/uk.po | 2124 +
external/gpl2/gmake/dist/po/vi.gmo | Bin
external/gpl2/gmake/dist/po/vi.po | 2049 +
external/gpl2/gmake/dist/po/zh_CN.gmo | Bin
external/gpl2/gmake/dist/po/zh_CN.po | 2027 +
external/gpl2/gmake/dist/read.c | 3138 ++
external/gpl2/gmake/dist/readme.vms | 313 +
external/gpl2/gmake/dist/remake.c | 1576 +
external/gpl2/gmake/dist/remote-cstms.c | 301 +
external/gpl2/gmake/dist/remote-stub.c | 101 +
external/gpl2/gmake/dist/rule.c | 586 +
external/gpl2/gmake/dist/rule.h | 60 +
external/gpl2/gmake/dist/signame.c | 255 +
external/gpl2/gmake/dist/strcache.c | 216 +
external/gpl2/gmake/dist/subproc.bat | 25 +
external/gpl2/gmake/dist/tests/COPYING | 339 +
external/gpl2/gmake/dist/tests/ChangeLog | 838 +
external/gpl2/gmake/dist/tests/NEWS | 179 +
external/gpl2/gmake/dist/tests/README | 103 +
external/gpl2/gmake/dist/tests/mkshadow | 57 +
external/gpl2/gmake/dist/tests/run_make_tests | 2 +
external/gpl2/gmake/dist/tests/run_make_tests.pl | 359 +
external/gpl2/gmake/dist/tests/scripts/features/comments | 35 +
external/gpl2/gmake/dist/tests/scripts/features/conditionals | 146 +
external/gpl2/gmake/dist/tests/scripts/features/default_names | 41 +
external/gpl2/gmake/dist/tests/scripts/features/double_colon | 155 +
external/gpl2/gmake/dist/tests/scripts/features/echoing | 87 +
external/gpl2/gmake/dist/tests/scripts/features/errors | 92 +
external/gpl2/gmake/dist/tests/scripts/features/escape | 58 +
external/gpl2/gmake/dist/tests/scripts/features/export | 246 +
external/gpl2/gmake/dist/tests/scripts/features/include | 120 +
external/gpl2/gmake/dist/tests/scripts/features/mult_rules | 78 +
external/gpl2/gmake/dist/tests/scripts/features/mult_targets | 46 +
external/gpl2/gmake/dist/tests/scripts/features/order_only | 118 +
external/gpl2/gmake/dist/tests/scripts/features/override | 34 +
external/gpl2/gmake/dist/tests/scripts/features/parallelism | 164 +
external/gpl2/gmake/dist/tests/scripts/features/patspecific_vars | 124 +
external/gpl2/gmake/dist/tests/scripts/features/patternrules | 149 +
external/gpl2/gmake/dist/tests/scripts/features/quoting | 32 +
external/gpl2/gmake/dist/tests/scripts/features/recursion | 55 +
external/gpl2/gmake/dist/tests/scripts/features/reinvoke | 65 +
external/gpl2/gmake/dist/tests/scripts/features/se_explicit | 127 +
external/gpl2/gmake/dist/tests/scripts/features/se_implicit | 232 +
external/gpl2/gmake/dist/tests/scripts/features/se_statpat | 128 +
external/gpl2/gmake/dist/tests/scripts/features/statipattrules | 111 +
external/gpl2/gmake/dist/tests/scripts/features/targetvars | 307 +
external/gpl2/gmake/dist/tests/scripts/features/varnesting | 34 +
external/gpl2/gmake/dist/tests/scripts/features/vpath | 62 +
external/gpl2/gmake/dist/tests/scripts/features/vpath2 | 45 +
external/gpl2/gmake/dist/tests/scripts/features/vpathgpath | 66 +
external/gpl2/gmake/dist/tests/scripts/features/vpathplus | 128 +
external/gpl2/gmake/dist/tests/scripts/functions/abspath | 81 +
external/gpl2/gmake/dist/tests/scripts/functions/addprefix | 44 +
external/gpl2/gmake/dist/tests/scripts/functions/addsuffix | 36 +
external/gpl2/gmake/dist/tests/scripts/functions/andor | 50 +
external/gpl2/gmake/dist/tests/scripts/functions/basename | 44 +
external/gpl2/gmake/dist/tests/scripts/functions/call | 99 +
external/gpl2/gmake/dist/tests/scripts/functions/dir | 44 +
external/gpl2/gmake/dist/tests/scripts/functions/error | 73 +
external/gpl2/gmake/dist/tests/scripts/functions/eval | 169 +
external/gpl2/gmake/dist/tests/scripts/functions/filter-out | 28 +
external/gpl2/gmake/dist/tests/scripts/functions/findstring | 47 +
external/gpl2/gmake/dist/tests/scripts/functions/flavor | 44 +
external/gpl2/gmake/dist/tests/scripts/functions/foreach | 77 +
external/gpl2/gmake/dist/tests/scripts/functions/if | 33 +
external/gpl2/gmake/dist/tests/scripts/functions/join | 44 +
external/gpl2/gmake/dist/tests/scripts/functions/notdir | 44 +
external/gpl2/gmake/dist/tests/scripts/functions/origin | 51 +
external/gpl2/gmake/dist/tests/scripts/functions/realpath | 82 +
external/gpl2/gmake/dist/tests/scripts/functions/shell | 23 +
external/gpl2/gmake/dist/tests/scripts/functions/sort | 55 +
external/gpl2/gmake/dist/tests/scripts/functions/strip | 57 +
external/gpl2/gmake/dist/tests/scripts/functions/substitution | 38 +
external/gpl2/gmake/dist/tests/scripts/functions/suffix | 57 +
external/gpl2/gmake/dist/tests/scripts/functions/value | 30 +
external/gpl2/gmake/dist/tests/scripts/functions/warning | 65 +
external/gpl2/gmake/dist/tests/scripts/functions/wildcard | 94 +
external/gpl2/gmake/dist/tests/scripts/functions/word | 167 +
external/gpl2/gmake/dist/tests/scripts/misc/close_stdout | 9 +
external/gpl2/gmake/dist/tests/scripts/misc/general1 | 51 +
external/gpl2/gmake/dist/tests/scripts/misc/general2 | 50 +
external/gpl2/gmake/dist/tests/scripts/misc/general3 | 313 +
external/gpl2/gmake/dist/tests/scripts/misc/general4 | 83 +
external/gpl2/gmake/dist/tests/scripts/options/dash-B | 73 +
external/gpl2/gmake/dist/tests/scripts/options/dash-C | 71 +
external/gpl2/gmake/dist/tests/scripts/options/dash-I | 59 +
external/gpl2/gmake/dist/tests/scripts/options/dash-W | 88 +
external/gpl2/gmake/dist/tests/scripts/options/dash-e | 24 +
external/gpl2/gmake/dist/tests/scripts/options/dash-f | 85 +
external/gpl2/gmake/dist/tests/scripts/options/dash-k | 114 +
external/gpl2/gmake/dist/tests/scripts/options/dash-l | 55 +
external/gpl2/gmake/dist/tests/scripts/options/dash-n | 70 +
external/gpl2/gmake/dist/tests/scripts/options/dash-q | 57 +
external/gpl2/gmake/dist/tests/scripts/options/dash-t | 58 +
external/gpl2/gmake/dist/tests/scripts/options/general | 35 +
external/gpl2/gmake/dist/tests/scripts/options/symlinks | 68 +
external/gpl2/gmake/dist/tests/scripts/options/warn-undefined-variables | 25 +
external/gpl2/gmake/dist/tests/scripts/targets/DEFAULT | 53 +
external/gpl2/gmake/dist/tests/scripts/targets/FORCE | 40 +
external/gpl2/gmake/dist/tests/scripts/targets/INTERMEDIATE | 108 +
external/gpl2/gmake/dist/tests/scripts/targets/PHONY | 54 +
external/gpl2/gmake/dist/tests/scripts/targets/SECONDARY | 125 +
external/gpl2/gmake/dist/tests/scripts/targets/SILENT | 42 +
external/gpl2/gmake/dist/tests/scripts/targets/clean | 50 +
external/gpl2/gmake/dist/tests/scripts/test_template | 29 +
external/gpl2/gmake/dist/tests/scripts/variables/CURDIR | 20 +
external/gpl2/gmake/dist/tests/scripts/variables/DEFAULT_GOAL | 78 +
external/gpl2/gmake/dist/tests/scripts/variables/INCLUDE_DIRS | 46 +
external/gpl2/gmake/dist/tests/scripts/variables/MAKE | 35 +
external/gpl2/gmake/dist/tests/scripts/variables/MAKECMDGOALS | 52 +
external/gpl2/gmake/dist/tests/scripts/variables/MAKEFILES | 34 +
external/gpl2/gmake/dist/tests/scripts/variables/MAKELEVEL | 33 +
external/gpl2/gmake/dist/tests/scripts/variables/MAKE_RESTARTS | 62 +
external/gpl2/gmake/dist/tests/scripts/variables/MFILE_LIST | 30 +
external/gpl2/gmake/dist/tests/scripts/variables/SHELL | 56 +
external/gpl2/gmake/dist/tests/scripts/variables/automatic | 111 +
external/gpl2/gmake/dist/tests/scripts/variables/flavors | 183 +
external/gpl2/gmake/dist/tests/scripts/variables/negative | 46 +
external/gpl2/gmake/dist/tests/scripts/variables/special | 54 +
external/gpl2/gmake/dist/tests/test_driver.pl | 1186 +
external/gpl2/gmake/dist/variable.c | 1508 +
external/gpl2/gmake/dist/variable.h | 200 +
external/gpl2/gmake/dist/version.c | 35 +
external/gpl2/gmake/dist/vmsdir.h | 76 +
external/gpl2/gmake/dist/vmsfunctions.c | 271 +
external/gpl2/gmake/dist/vmsify.c | 992 +
external/gpl2/gmake/dist/vmsjobs.c | 684 +
external/gpl2/gmake/dist/vpath.c | 605 +
external/gpl2/gmake/dist/w32/.deps/libw32_a-misc.Po | 1 +
external/gpl2/gmake/dist/w32/.deps/libw32_a-pathstuff.Po | 1 +
external/gpl2/gmake/dist/w32/.deps/libw32_a-sub_proc.Po | 1 +
external/gpl2/gmake/dist/w32/.deps/libw32_a-w32err.Po | 1 +
external/gpl2/gmake/dist/w32/Makefile | 494 +
external/gpl2/gmake/dist/w32/Makefile.am | 23 +
external/gpl2/gmake/dist/w32/Makefile.in | 494 +
external/gpl2/gmake/dist/w32/compat/dirent.c | 206 +
external/gpl2/gmake/dist/w32/include/dirent.h | 60 +
external/gpl2/gmake/dist/w32/include/pathstuff.h | 26 +
external/gpl2/gmake/dist/w32/include/sub_proc.h | 60 +
external/gpl2/gmake/dist/w32/include/w32err.h | 27 +
external/gpl2/gmake/dist/w32/pathstuff.c | 255 +
external/gpl2/gmake/dist/w32/subproc/NMakefile | 60 +
external/gpl2/gmake/dist/w32/subproc/build.bat | 34 +
external/gpl2/gmake/dist/w32/subproc/misc.c | 82 +
external/gpl2/gmake/dist/w32/subproc/proc.h | 30 +
external/gpl2/gmake/dist/w32/subproc/sub_proc.c | 1256 +
external/gpl2/gmake/dist/w32/subproc/w32err.c | 71 +
334 files changed, 166023 insertions(+), 0 deletions(-)
diffs (truncated from 167311 to 300 lines):
diff -r 2d1c5c7dc92f -r 5e24fe027ab5 external/gpl2/gmake/dist/ABOUT-NLS
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/external/gpl2/gmake/dist/ABOUT-NLS Mon Aug 18 06:46:46 2014 +0000
@@ -0,0 +1,768 @@
+Notes on the Free Translation Project
+*************************************
+
+Free software is going international! The Free Translation Project is
+a way to get maintainers of free software, translators, and users all
+together, so that will gradually become able to speak many languages.
+A few packages already provide translations for their messages.
+
+ If you found this `ABOUT-NLS' file inside a distribution, you may
+assume that the distributed package does use GNU `gettext' internally,
+itself available at your nearest GNU archive site. But you do _not_
+need to install GNU `gettext' prior to configuring, installing or using
+this package with messages translated.
+
+ Installers will find here some useful hints. These notes also
+explain how users should proceed for getting the programs to use the
+available translations. They tell how people wanting to contribute and
+work at translations should contact the appropriate team.
+
+ When reporting bugs in the `intl/' directory or bugs which may be
+related to internationalization, you should tell about the version of
+`gettext' which is used. The information can be found in the
+`intl/VERSION' file, in internationalized packages.
+
+Quick configuration advice
+==========================
+
+If you want to exploit the full power of internationalization, you
+should configure it using
+
+ ./configure --with-included-gettext
+
+to force usage of internationalizing routines provided within this
+package, despite the existence of internationalizing capabilities in the
+operating system where this package is being installed. So far, only
+the `gettext' implementation in the GNU C library version 2 provides as
+many features (such as locale alias, message inheritance, automatic
+charset conversion or plural form handling) as the implementation here.
+It is also not possible to offer this additional functionality on top
+of a `catgets' implementation. Future versions of GNU `gettext' will
+very likely convey even more functionality. So it might be a good idea
+to change to GNU `gettext' as soon as possible.
+
+ So you need _not_ provide this option if you are using GNU libc 2 or
+you have installed a recent copy of the GNU gettext package with the
+included `libintl'.
+
+INSTALL Matters
+===============
+
+Some packages are "localizable" when properly installed; the programs
+they contain can be made to speak your own native language. Most such
+packages use GNU `gettext'. Other packages have their own ways to
+internationalization, predating GNU `gettext'.
+
+ By default, this package will be installed to allow translation of
+messages. It will automatically detect whether the system already
+provides the GNU `gettext' functions. If not, the GNU `gettext' own
+library will be used. This library is wholly contained within this
+package, usually in the `intl/' subdirectory, so prior installation of
+the GNU `gettext' package is _not_ required. Installers may use
+special options at configuration time for changing the default
+behaviour. The commands:
+
+ ./configure --with-included-gettext
+ ./configure --disable-nls
+
+will respectively bypass any pre-existing `gettext' to use the
+internationalizing routines provided within this package, or else,
+_totally_ disable translation of messages.
+
+ When you already have GNU `gettext' installed on your system and run
+configure without an option for your new package, `configure' will
+probably detect the previously built and installed `libintl.a' file and
+will decide to use this. This might be not what is desirable. You
+should use the more recent version of the GNU `gettext' library. I.e.
+if the file `intl/VERSION' shows that the library which comes with this
+package is more recent, you should use
+
+ ./configure --with-included-gettext
+
+to prevent auto-detection.
+
+ The configuration process will not test for the `catgets' function
+and therefore it will not be used. The reason is that even an
+emulation of `gettext' on top of `catgets' could not provide all the
+extensions of the GNU `gettext' library.
+
+ Internationalized packages have usually many `po/LL.po' files, where
+LL gives an ISO 639 two-letter code identifying the language. Unless
+translations have been forbidden at `configure' time by using the
+`--disable-nls' switch, all available translations are installed
+together with the package. However, the environment variable `LINGUAS'
+may be set, prior to configuration, to limit the installed set.
+`LINGUAS' should then contain a space separated list of two-letter
+codes, stating which languages are allowed.
+
+Using This Package
+==================
+
+As a user, if your language has been installed for this package, you
+only have to set the `LANG' environment variable to the appropriate
+`LL_CC' combination. Here `LL' is an ISO 639 two-letter language code,
+and `CC' is an ISO 3166 two-letter country code. For example, let's
+suppose that you speak German and live in Germany. At the shell
+prompt, merely execute `setenv LANG de_DE' (in `csh'),
+`export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash').
+This can be done from your `.login' or `.profile' file, once and for
+all.
+
+ You might think that the country code specification is redundant.
+But in fact, some languages have dialects in different countries. For
+example, `de_AT' is used for Austria, and `pt_BR' for Brazil. The
+country code serves to distinguish the dialects.
+
+ The locale naming convention of `LL_CC', with `LL' denoting the
+language and `CC' denoting the country, is the one use on systems based
+on GNU libc. On other systems, some variations of this scheme are
+used, such as `LL' or `LL_CC.ENCODING'. You can get the list of
+locales supported by your system for your country by running the command
+`locale -a | grep '^LL''.
+
+ Not all programs have translations for all languages. By default, an
+English message is shown in place of a nonexistent translation. If you
+understand other languages, you can set up a priority list of languages.
+This is done through a different environment variable, called
+`LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG'
+for the purpose of message handling, but you still need to have `LANG'
+set to the primary language; this is required by other parts of the
+system libraries. For example, some Swedish users who would rather
+read translations in German than English for when Swedish is not
+available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'.
+
+ Special advice for Norwegian users: The language code for Norwegian
+bokma*l changed from `no' to `nb' recently (in 2003). During the
+transition period, while some message catalogs for this language are
+installed under `nb' and some older ones under `no', it's recommended
+for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and
+older translations are used.
+
+ In the `LANGUAGE' environment variable, but not in the `LANG'
+environment variable, `LL_CC' combinations can be abbreviated as `LL'
+to denote the language's main dialect. For example, `de' is equivalent
+to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT'
+(Portuguese as spoken in Portugal) in this context.
+
+Translating Teams
+=================
+
+For the Free Translation Project to be a success, we need interested
+people who like their own language and write it well, and who are also
+able to synergize with other translators speaking the same language.
+Each translation team has its own mailing list. The up-to-date list of
+teams can be found at the Free Translation Project's homepage,
+`http://www.iro.umontreal.ca/contrib/po/HTML/', in the "National teams"
+area.
+
+ If you'd like to volunteer to _work_ at translating messages, you
+should become a member of the translating team for your own language.
+The subscribing address is _not_ the same as the list itself, it has
+`-request' appended. For example, speakers of Swedish can send a
+message to `sv-request%li.org@localhost', having this message body:
+
+ subscribe
+
+ Keep in mind that team members are expected to participate
+_actively_ in translations, or at solving translational difficulties,
+rather than merely lurking around. If your team does not exist yet and
+you want to start one, or if you are unsure about what to do or how to
+get started, please write to `translation%iro.umontreal.ca@localhost' to reach the
+coordinator for all translator teams.
+
+ The English team is special. It works at improving and uniformizing
+the terminology in use. Proven linguistic skill are praised more than
+programming skill, here.
+
+Available Packages
+==================
+
+Languages are not equally supported in all packages. The following
+matrix shows the current state of internationalization, as of January
+2004. The matrix shows, in regard of each package, for which languages
+PO files have been submitted to translation coordination, with a
+translation percentage of at least 50%.
+
+ Ready PO files af am ar az be bg bs ca cs da de el en en_GB eo es
+ +----------------------------------------------------+
+ a2ps | [] [] [] [] |
+ aegis | () |
+ ant-phone | () |
+ anubis | |
+ ap-utils | |
+ aspell | [] |
+ bash | [] [] [] [] |
+ batchelor | |
+ bfd | [] [] |
+ binutils | [] [] |
+ bison | [] [] [] |
+ bluez-pin | [] [] [] |
+ clisp | |
+ clisp | [] [] [] |
+ console-tools | [] [] |
+ coreutils | [] [] [] [] |
+ cpio | [] [] [] |
+ darkstat | [] () [] |
+ diffutils | [] [] [] [] [] [] [] |
+ e2fsprogs | [] [] [] |
+ enscript | [] [] [] [] |
+ error | [] [] [] [] [] |
+ fetchmail | [] () [] [] [] [] |
+ fileutils | [] [] [] |
+ findutils | [] [] [] [] [] [] [] |
+ flex | [] [] [] [] |
+ fslint | |
+ gas | [] |
+ gawk | [] [] [] [] |
+ gbiff | [] |
+ gcal | [] |
+ gcc | [] [] |
+ gettext | [] [] [] [] [] |
+ gettext-examples | [] [] [] [] |
+ gettext-runtime | [] [] [] [] [] |
+ gettext-tools | [] [] [] |
+ gimp-print | [] [] [] [] [] |
+ gliv | |
+ glunarclock | [] [] |
+ gnubiff | [] |
+ gnucash | [] () [] [] |
+ gnucash-glossary | [] () [] |
+ gnupg | [] () [] [] [] [] |
+ gpe-aerial | [] |
+ gpe-beam | [] [] |
+ gpe-calendar | [] [] |
+ gpe-clock | [] [] |
+ gpe-conf | [] [] |
+ gpe-contacts | [] [] |
+ gpe-edit | [] |
+ gpe-go | [] |
+ gpe-login | [] [] |
+ gpe-ownerinfo | [] [] |
+ gpe-sketchbook | [] [] |
+ gpe-su | [] [] |
+ gpe-taskmanager | [] [] |
+ gpe-timesheet | [] |
+ gpe-today | [] [] |
+ gpe-todo | [] [] |
+ gphoto2 | [] [] [] [] |
+ gprof | [] [] [] |
+ gpsdrive | () () () |
+ gramadoir | [] |
+ grep | [] [] [] [] [] [] |
+ gretl | [] |
+ gtick | [] () |
+ hello | [] [] [] [] [] [] |
+ id-utils | [] [] |
+ indent | [] [] [] [] |
+ iso_3166 | [] [] [] [] [] [] [] [] [] [] |
+ iso_3166_1 | [] [] [] [] [] [] |
+ iso_3166_2 | |
+ iso_3166_3 | [] |
+ iso_4217 | [] [] [] [] |
+ iso_639 | |
+ jpilot | [] [] [] |
+ jtag | |
+ jwhois | [] |
+ kbd | [] [] [] [] [] |
+ latrine | () |
+ ld | [] [] |
+ libc | [] [] [] [] [] [] |
+ libgpewidget | [] [] |
+ libiconv | [] [] [] [] [] |
+ lifelines | [] () |
+ lilypond | [] |
+ lingoteach | |
+ lingoteach_lessons | () () |
+ lynx | [] [] [] [] |
+ m4 | [] [] [] [] |
+ mailutils | [] [] |
+ make | [] [] [] |
+ man-db | [] () [] [] () |
+ minicom | [] [] [] |
+ mysecretdiary | [] [] [] |
+ nano | [] () [] [] [] |
+ nano_1_0 | [] () [] [] [] |
+ opcodes | [] |
+ parted | [] [] [] [] [] |
+ ptx | [] [] [] [] [] |
+ python | |
+ radius | [] |
+ recode | [] [] [] [] [] [] [] |
+ rpm | [] [] |
+ screem | |
+ scrollkeeper | [] [] [] [] [] [] |
+ sed | [] [] [] [] [] [] |
+ sh-utils | [] [] [] |
+ shared-mime-info | |
Home |
Main Index |
Thread Index |
Old Index