diff options
-rw-r--r-- | ABOUT-NLS | 1473 | ||||
-rwxr-xr-x | build-aux/mkinstalldirs | 158 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 1093 insertions, 540 deletions
@@ -1,10 +1,11 @@ | |||
1 | Notes on the Free Translation Project | 1 | 1 Notes on the Free Translation Project |
2 | ************************************* | 2 | *************************************** |
3 | 3 | ||
4 | Free software is going international! The Free Translation Project is | 4 | Free software is going international! The Free Translation Project is |
5 | a way to get maintainers of free software, translators, and users all | 5 | a way to get maintainers of free software, translators, and users all |
6 | together, so that will gradually become able to speak many languages. | 6 | together, so that free software will gradually become able to speak many |
7 | A few packages already provide translations for their messages. | 7 | languages. A few packages already provide translations for their |
8 | messages. | ||
8 | 9 | ||
9 | If you found this `ABOUT-NLS' file inside a distribution, you may | 10 | If you found this `ABOUT-NLS' file inside a distribution, you may |
10 | assume that the distributed package does use GNU `gettext' internally, | 11 | assume that the distributed package does use GNU `gettext' internally, |
@@ -15,15 +16,15 @@ this package with messages translated. | |||
15 | Installers will find here some useful hints. These notes also | 16 | Installers will find here some useful hints. These notes also |
16 | explain how users should proceed for getting the programs to use the | 17 | explain how users should proceed for getting the programs to use the |
17 | available translations. They tell how people wanting to contribute and | 18 | available translations. They tell how people wanting to contribute and |
18 | work at translations should contact the appropriate team. | 19 | work on translations can contact the appropriate team. |
19 | 20 | ||
20 | When reporting bugs in the `intl/' directory or bugs which may be | 21 | When reporting bugs in the `intl/' directory or bugs which may be |
21 | related to internationalization, you should tell about the version of | 22 | related to internationalization, you should tell about the version of |
22 | `gettext' which is used. The information can be found in the | 23 | `gettext' which is used. The information can be found in the |
23 | `intl/VERSION' file, in internationalized packages. | 24 | `intl/VERSION' file, in internationalized packages. |
24 | 25 | ||
25 | Quick configuration advice | 26 | 1.1 Quick configuration advice |
26 | ========================== | 27 | ============================== |
27 | 28 | ||
28 | If you want to exploit the full power of internationalization, you | 29 | If you want to exploit the full power of internationalization, you |
29 | should configure it using | 30 | should configure it using |
@@ -45,8 +46,8 @@ to change to GNU `gettext' as soon as possible. | |||
45 | you have installed a recent copy of the GNU gettext package with the | 46 | you have installed a recent copy of the GNU gettext package with the |
46 | included `libintl'. | 47 | included `libintl'. |
47 | 48 | ||
48 | INSTALL Matters | 49 | 1.2 INSTALL Matters |
49 | =============== | 50 | =================== |
50 | 51 | ||
51 | Some packages are "localizable" when properly installed; the programs | 52 | Some packages are "localizable" when properly installed; the programs |
52 | they contain can be made to speak your own native language. Most such | 53 | they contain can be made to speak your own native language. Most such |
@@ -55,27 +56,27 @@ internationalization, predating GNU `gettext'. | |||
55 | 56 | ||
56 | By default, this package will be installed to allow translation of | 57 | By default, this package will be installed to allow translation of |
57 | messages. It will automatically detect whether the system already | 58 | messages. It will automatically detect whether the system already |
58 | provides the GNU `gettext' functions. If not, the GNU `gettext' own | 59 | provides the GNU `gettext' functions. If not, the included GNU |
59 | library will be used. This library is wholly contained within this | 60 | `gettext' library will be used. This library is wholly contained |
60 | package, usually in the `intl/' subdirectory, so prior installation of | 61 | within this package, usually in the `intl/' subdirectory, so prior |
61 | the GNU `gettext' package is _not_ required. Installers may use | 62 | installation of the GNU `gettext' package is _not_ required. |
62 | special options at configuration time for changing the default | 63 | Installers may use special options at configuration time for changing |
63 | behaviour. The commands: | 64 | the default behaviour. The commands: |
64 | 65 | ||
65 | ./configure --with-included-gettext | 66 | ./configure --with-included-gettext |
66 | ./configure --disable-nls | 67 | ./configure --disable-nls |
67 | 68 | ||
68 | will respectively bypass any pre-existing `gettext' to use the | 69 | will, respectively, bypass any pre-existing `gettext' to use the |
69 | internationalizing routines provided within this package, or else, | 70 | internationalizing routines provided within this package, or else, |
70 | _totally_ disable translation of messages. | 71 | _totally_ disable translation of messages. |
71 | 72 | ||
72 | When you already have GNU `gettext' installed on your system and run | 73 | When you already have GNU `gettext' installed on your system and run |
73 | configure without an option for your new package, `configure' will | 74 | configure without an option for your new package, `configure' will |
74 | probably detect the previously built and installed `libintl.a' file and | 75 | probably detect the previously built and installed `libintl.a' file and |
75 | will decide to use this. This might be not what is desirable. You | 76 | will decide to use this. This might not be desirable. You should use |
76 | should use the more recent version of the GNU `gettext' library. I.e. | 77 | the more recent version of the GNU `gettext' library. I.e. if the file |
77 | if the file `intl/VERSION' shows that the library which comes with this | 78 | `intl/VERSION' shows that the library which comes with this package is |
78 | package is more recent, you should use | 79 | more recent, you should use |
79 | 80 | ||
80 | ./configure --with-included-gettext | 81 | ./configure --with-included-gettext |
81 | 82 | ||
@@ -86,7 +87,7 @@ and therefore it will not be used. The reason is that even an | |||
86 | emulation of `gettext' on top of `catgets' could not provide all the | 87 | emulation of `gettext' on top of `catgets' could not provide all the |
87 | extensions of the GNU `gettext' library. | 88 | extensions of the GNU `gettext' library. |
88 | 89 | ||
89 | Internationalized packages have usually many `po/LL.po' files, where | 90 | Internationalized packages usually have many `po/LL.po' files, where |
90 | LL gives an ISO 639 two-letter code identifying the language. Unless | 91 | LL gives an ISO 639 two-letter code identifying the language. Unless |
91 | translations have been forbidden at `configure' time by using the | 92 | translations have been forbidden at `configure' time by using the |
92 | `--disable-nls' switch, all available translations are installed | 93 | `--disable-nls' switch, all available translations are installed |
@@ -95,8 +96,8 @@ may be set, prior to configuration, to limit the installed set. | |||
95 | `LINGUAS' should then contain a space separated list of two-letter | 96 | `LINGUAS' should then contain a space separated list of two-letter |
96 | codes, stating which languages are allowed. | 97 | codes, stating which languages are allowed. |
97 | 98 | ||
98 | Using This Package | 99 | 1.3 Using This Package |
99 | ================== | 100 | ====================== |
100 | 101 | ||
101 | As a user, if your language has been installed for this package, you | 102 | As a user, if your language has been installed for this package, you |
102 | only have to set the `LANG' environment variable to the appropriate | 103 | only have to set the `LANG' environment variable to the appropriate |
@@ -117,8 +118,8 @@ country code serves to distinguish the dialects. | |||
117 | language and `CC' denoting the country, is the one use on systems based | 118 | language and `CC' denoting the country, is the one use on systems based |
118 | on GNU libc. On other systems, some variations of this scheme are | 119 | on GNU libc. On other systems, some variations of this scheme are |
119 | used, such as `LL' or `LL_CC.ENCODING'. You can get the list of | 120 | used, such as `LL' or `LL_CC.ENCODING'. You can get the list of |
120 | locales supported by your system for your country by running the command | 121 | locales supported by your system for your language by running the |
121 | `locale -a | grep '^LL''. | 122 | command `locale -a | grep '^LL''. |
122 | 123 | ||
123 | Not all programs have translations for all languages. By default, an | 124 | Not all programs have translations for all languages. By default, an |
124 | English message is shown in place of a nonexistent translation. If you | 125 | English message is shown in place of a nonexistent translation. If you |
@@ -131,14 +132,21 @@ system libraries. For example, some Swedish users who would rather | |||
131 | read translations in German than English for when Swedish is not | 132 | read translations in German than English for when Swedish is not |
132 | available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'. | 133 | available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'. |
133 | 134 | ||
135 | Special advice for Norwegian users: The language code for Norwegian | ||
136 | bokma*l changed from `no' to `nb' recently (in 2003). During the | ||
137 | transition period, while some message catalogs for this language are | ||
138 | installed under `nb' and some older ones under `no', it's recommended | ||
139 | for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and | ||
140 | older translations are used. | ||
141 | |||
134 | In the `LANGUAGE' environment variable, but not in the `LANG' | 142 | In the `LANGUAGE' environment variable, but not in the `LANG' |
135 | environment variable, `LL_CC' combinations can be abbreviated as `LL' | 143 | environment variable, `LL_CC' combinations can be abbreviated as `LL' |
136 | to denote the language's main dialect. For example, `de' is equivalent | 144 | to denote the language's main dialect. For example, `de' is equivalent |
137 | to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT' | 145 | to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT' |
138 | (Portuguese as spoken in Portugal) in this context. | 146 | (Portuguese as spoken in Portugal) in this context. |
139 | 147 | ||
140 | Translating Teams | 148 | 1.4 Translating Teams |
141 | ================= | 149 | ===================== |
142 | 150 | ||
143 | For the Free Translation Project to be a success, we need interested | 151 | For the Free Translation Project to be a success, we need interested |
144 | people who like their own language and write it well, and who are also | 152 | people who like their own language and write it well, and who are also |
@@ -167,518 +175,904 @@ coordinator for all translator teams. | |||
167 | the terminology in use. Proven linguistic skill are praised more than | 175 | the terminology in use. Proven linguistic skill are praised more than |
168 | programming skill, here. | 176 | programming skill, here. |
169 | 177 | ||
170 | Available Packages | 178 | 1.5 Available Packages |
171 | ================== | 179 | ====================== |
172 | 180 | ||
173 | Languages are not equally supported in all packages. The following | 181 | Languages are not equally supported in all packages. The following |
174 | matrix shows the current state of internationalization, as of December | 182 | matrix shows the current state of internationalization, as of July |
175 | 2003. The matrix shows, in regard of each package, for which languages | 183 | 2006. The matrix shows, in regard of each package, for which languages |
176 | PO files have been submitted to translation coordination, with a | 184 | PO files have been submitted to translation coordination, with a |
177 | translation percentage of at least 50%. | 185 | translation percentage of at least 50%. |
178 | 186 | ||
179 | Ready PO files am az be bg ca cs da de el en en_GB eo es | 187 | Ready PO files af am ar az be bg bs ca cs cy da de el en en_GB eo |
180 | +-------------------------------------------+ | 188 | +----------------------------------------------------+ |
181 | a2ps | [] [] [] [] | | 189 | GNUnet | [] | |
182 | aegis | () | | 190 | a2ps | [] [] [] [] [] | |
183 | ant-phone | () | | 191 | aegis | () | |
184 | anubis | | | 192 | ant-phone | () | |
185 | ap-utils | | | 193 | anubis | [] | |
186 | bash | [] [] [] [] | | 194 | ap-utils | | |
187 | batchelor | | | 195 | aspell | [] [] [] [] | |
188 | bfd | [] [] | | 196 | bash | [] [] [] | |
189 | binutils | [] [] | | 197 | batchelor | [] | |
190 | bison | [] [] [] | | 198 | bfd | | |
191 | bluez-pin | [] [] | | 199 | bibshelf | [] | |
192 | clisp | | | 200 | binutils | [] | |
193 | clisp | [] [] [] | | 201 | bison | [] [] | |
194 | coreutils | [] [] [] [] | | 202 | bison-runtime | [] | |
195 | cpio | [] [] [] | | 203 | bluez-pin | [] [] [] [] [] | |
196 | darkstat | [] () [] | | 204 | cflow | [] | |
197 | diffutils | [] [] [] [] [] [] [] | | 205 | clisp | [] [] | |
198 | e2fsprogs | [] [] | | 206 | console-tools | [] [] | |
199 | enscript | [] [] [] [] | | 207 | coreutils | [] [] [] [] | |
200 | error | [] [] [] [] [] | | 208 | cpio | | |
201 | fetchmail | [] () [] [] [] [] | | 209 | cpplib | [] [] [] | |
202 | fileutils | [] [] [] | | 210 | cryptonit | [] | |
203 | findutils | [] [] [] [] [] [] [] | | 211 | darkstat | [] () [] | |
204 | flex | [] [] [] [] | | 212 | dialog | [] [] [] [] [] [] | |
205 | fslint | | | 213 | diffutils | [] [] [] [] [] [] | |
206 | gas | [] | | 214 | doodle | [] | |
207 | gawk | [] [] [] [] | | 215 | e2fsprogs | [] [] | |
208 | gbiff | [] | | 216 | enscript | [] [] [] [] | |
209 | gcal | [] | | 217 | error | [] [] [] [] | |
210 | gcc | [] [] | | 218 | fetchmail | [] [] () [] | |
211 | gettext | [] [] [] [] [] | | 219 | fileutils | [] [] | |
212 | gettext-examples | [] [] [] | | 220 | findutils | [] [] [] | |
213 | gettext-runtime | [] [] [] [] [] | | 221 | flex | [] [] [] | |
214 | gettext-tools | [] [] [] | | 222 | fslint | [] | |
215 | gimp-print | [] [] [] [] [] | | 223 | gas | | |
216 | gliv | | | 224 | gawk | [] [] [] | |
217 | glunarclock | [] [] | | 225 | gbiff | [] | |
218 | gnubiff | [] | | 226 | gcal | [] | |
219 | gnucash | [] () [] [] | | 227 | gcc | [] | |
220 | gnucash-glossary | [] () [] | | 228 | gettext-examples | [] [] [] [] [] | |
221 | gnupg | [] () [] [] [] [] | | 229 | gettext-runtime | [] [] [] [] [] | |
222 | gpe-aerial | [] | | 230 | gettext-tools | [] [] | |
223 | gpe-beam | [] [] | | 231 | gimp-print | [] [] [] [] | |
224 | gpe-calendar | [] [] | | 232 | gip | [] | |
225 | gpe-clock | [] [] | | 233 | gliv | [] | |
226 | gpe-conf | [] [] | | 234 | glunarclock | [] | |
227 | gpe-contacts | [] [] | | 235 | gmult | [] [] | |
228 | gpe-edit | [] | | 236 | gnubiff | () | |
229 | gpe-go | [] | | 237 | gnucash | () () [] | |
230 | gpe-login | [] [] | | 238 | gnucash-glossary | [] () | |
231 | gpe-ownerinfo | [] [] | | 239 | gnuedu | | |
232 | gpe-sketchbook | [] [] | | 240 | gnulib | [] [] [] [] [] [] | |
233 | gpe-su | [] [] | | 241 | gnunet-gtk | | |
234 | gpe-taskmanager | [] [] | | 242 | gnutls | | |
235 | gpe-timesheet | [] | | 243 | gpe-aerial | [] [] | |
236 | gpe-today | [] [] | | 244 | gpe-beam | [] [] | |
237 | gpe-todo | [] [] | | 245 | gpe-calendar | [] [] | |
238 | gphoto2 | [] [] [] [] | | 246 | gpe-clock | [] [] | |
239 | gprof | [] [] [] | | 247 | gpe-conf | [] [] | |
240 | gpsdrive | () () () | | 248 | gpe-contacts | | |
241 | gramadoir | [] | | 249 | gpe-edit | [] | |
242 | grep | [] [] [] [] [] [] | | 250 | gpe-filemanager | | |
243 | gretl | [] | | 251 | gpe-go | [] | |
244 | gtick | () | | 252 | gpe-login | [] [] | |
245 | hello | [] [] [] [] [] [] | | 253 | gpe-ownerinfo | [] [] | |
246 | id-utils | [] [] | | 254 | gpe-package | | |
247 | indent | [] [] [] [] | | 255 | gpe-sketchbook | [] [] | |
248 | jpilot | [] [] [] | | 256 | gpe-su | [] [] | |
249 | jtag | | | 257 | gpe-taskmanager | [] [] | |
250 | jwhois | [] | | 258 | gpe-timesheet | [] | |
251 | kbd | [] [] [] [] [] | | 259 | gpe-today | [] [] | |
252 | latrine | () | | 260 | gpe-todo | | |
253 | ld | [] [] | | 261 | gphoto2 | [] [] [] [] | |
254 | libc | [] [] [] [] [] [] | | 262 | gprof | [] [] | |
255 | libgpewidget | [] [] | | 263 | gpsdrive | () () | |
256 | libiconv | [] [] [] [] [] | | 264 | gramadoir | [] [] | |
257 | lifelines | [] () | | 265 | grep | [] [] [] [] [] [] | |
258 | lilypond | [] | | 266 | gretl | | |
259 | lingoteach | | | 267 | gsasl | | |
260 | lingoteach_lessons | () () | | 268 | gss | | |
261 | lynx | [] [] [] [] | | 269 | gst-plugins | [] [] [] [] | |
262 | m4 | [] [] [] [] | | 270 | gst-plugins-base | [] [] [] | |
263 | mailutils | [] [] | | 271 | gst-plugins-good | [] [] [] [] [] [] [] | |
264 | make | [] [] [] | | 272 | gstreamer | [] [] [] [] [] [] [] | |
265 | man-db | [] () [] [] () | | 273 | gtick | [] () | |
266 | minicom | [] [] [] | | 274 | gtkam | [] [] [] | |
267 | mysecretdiary | [] [] [] | | 275 | gtkorphan | [] [] | |
268 | nano | [] () [] [] [] | | 276 | gtkspell | [] [] [] [] | |
269 | nano_1_0 | [] () [] [] [] | | 277 | gutenprint | [] | |
270 | opcodes | [] | | 278 | hello | [] [] [] [] [] | |
271 | parted | [] [] [] [] [] | | 279 | id-utils | [] [] | |
272 | ptx | [] [] [] [] [] | | 280 | impost | | |
273 | python | | | 281 | indent | [] [] [] | |
274 | radius | [] | | 282 | iso_3166 | [] [] | |
275 | recode | [] [] [] [] [] [] [] | | 283 | iso_3166_1 | [] [] [] [] [] | |
276 | rpm | [] [] | | 284 | iso_3166_2 | | |
277 | screem | | | 285 | iso_3166_3 | [] | |
278 | scrollkeeper | [] [] [] [] [] [] | | 286 | iso_4217 | [] | |
279 | sed | [] [] [] [] [] | | 287 | iso_639 | [] [] | |
280 | sh-utils | [] [] [] | | 288 | jpilot | [] | |
281 | shared-mime-info | | | 289 | jtag | | |
282 | sharutils | [] [] [] [] [] [] | | 290 | jwhois | | |
283 | silky | () | | 291 | kbd | [] [] [] [] | |
284 | skencil | [] () [] | | 292 | keytouch | | |
285 | sketch | [] () [] | | 293 | keytouch-editor | | |
286 | soundtracker | [] [] [] | | 294 | keytouch-keyboa... | | |
287 | sp | [] | | 295 | latrine | () | |
288 | tar | [] [] [] [] | | 296 | ld | [] | |
289 | texinfo | [] [] [] | | 297 | leafpad | [] [] [] [] [] | |
290 | textutils | [] [] [] [] | | 298 | libc | [] [] [] [] [] | |
291 | tin | () () | | 299 | libexif | [] | |
292 | tuxpaint | [] [] [] [] [] [] [] | | 300 | libextractor | [] | |
293 | util-linux | [] [] [] [] [] | | 301 | libgpewidget | [] [] [] | |
294 | vorbis-tools | [] [] [] [] | | 302 | libgpg-error | [] | |
295 | wastesedge | () | | 303 | libgphoto2 | [] [] | |
296 | wdiff | [] [] [] [] | | 304 | libgphoto2_port | [] [] | |
297 | wget | [] [] [] [] [] [] | | 305 | libgsasl | | |
298 | xchat | [] [] [] [] | | 306 | libiconv | [] [] | |
299 | xfree86_xkb_xml | [] | | 307 | libidn | [] [] | |
300 | xpad | [] | | 308 | lifelines | [] () | |
301 | +-------------------------------------------+ | 309 | lilypond | [] | |
302 | am az be bg ca cs da de el en en_GB eo es | 310 | lingoteach | | |
303 | 0 0 8 3 37 38 56 73 15 1 5 12 64 | 311 | lynx | [] [] [] [] | |
304 | 312 | m4 | [] [] [] [] | | |
305 | et fa fi fr ga gl he hr hu id is it ja | 313 | mailutils | [] | |
306 | +----------------------------------------+ | 314 | make | [] [] | |
307 | a2ps | [] [] [] () | | 315 | man-db | [] () [] [] | |
308 | aegis | | | 316 | minicom | [] [] [] | |
309 | ant-phone | | | 317 | mysecretdiary | [] [] | |
310 | anubis | [] | | 318 | nano | [] [] () [] | |
311 | ap-utils | [] | | 319 | nano_1_0 | [] () [] [] | |
312 | bash | [] [] | | 320 | opcodes | [] | |
313 | batchelor | [] | | 321 | parted | | |
314 | bfd | [] | | 322 | pilot-qof | [] | |
315 | binutils | [] [] | | 323 | psmisc | [] | |
316 | bison | [] [] [] [] | | 324 | pwdutils | | |
317 | bluez-pin | [] [] [] [] [] | | 325 | python | | |
318 | clisp | | | 326 | qof | | |
319 | clisp | [] | | 327 | radius | [] | |
320 | coreutils | [] [] [] [] [] [] | | 328 | recode | [] [] [] [] [] [] | |
321 | cpio | [] [] [] | | 329 | rpm | [] [] | |
322 | darkstat | () [] [] [] | | 330 | screem | | |
323 | diffutils | [] [] [] [] [] [] [] | | 331 | scrollkeeper | [] [] [] [] [] [] [] [] | |
324 | e2fsprogs | | | 332 | sed | [] [] [] | |
325 | enscript | [] [] | | 333 | sh-utils | [] [] | |
326 | error | [] [] [] [] | | 334 | shared-mime-info | [] [] [] | |
327 | fetchmail | [] | | 335 | sharutils | [] [] [] [] [] [] | |
328 | fileutils | [] [] [] [] [] [] | | 336 | shishi | | |
329 | findutils | [] [] [] [] [] [] [] [] [] [] | | 337 | silky | | |
330 | flex | [] [] | | 338 | skencil | [] () | |
331 | fslint | | | 339 | sketch | [] () | |
332 | gas | [] | | 340 | solfege | | |
333 | gawk | [] [] [] | | 341 | soundtracker | [] [] | |
334 | gbiff | | | 342 | sp | [] | |
335 | gcal | [] | | 343 | stardict | [] | |
336 | gcc | [] | | 344 | system-tools-ba... | [] [] [] [] [] [] [] [] [] | |
337 | gettext | [] [] | | 345 | tar | [] | |
338 | gettext-examples | [] [] | | 346 | texinfo | [] [] [] | |
339 | gettext-runtime | [] [] [] [] | | 347 | textutils | [] [] [] | |
340 | gettext-tools | [] [] | | 348 | tin | () () | |
341 | gimp-print | [] [] | | 349 | tp-robot | [] | |
342 | gliv | () | | 350 | tuxpaint | [] [] [] [] [] | |
343 | glunarclock | [] [] [] [] | | 351 | unicode-han-tra... | | |
344 | gnubiff | | | 352 | unicode-transla... | | |
345 | gnucash | () [] | | 353 | util-linux | [] [] [] [] | |
346 | gnucash-glossary | [] | | 354 | vorbis-tools | [] [] [] [] | |
347 | gnupg | [] [] [] [] [] [] [] | | 355 | wastesedge | () | |
348 | gpe-aerial | [] | | 356 | wdiff | [] [] [] [] | |
349 | gpe-beam | [] | | 357 | wget | [] [] | |
350 | gpe-calendar | [] [] [] | | 358 | xchat | [] [] [] [] [] | |
351 | gpe-clock | [] | | 359 | xkeyboard-config | | |
352 | gpe-conf | [] | | 360 | xpad | [] [] | |
353 | gpe-contacts | [] [] | | 361 | +----------------------------------------------------+ |
354 | gpe-edit | [] [] | | 362 | af am ar az be bg bs ca cs cy da de el en en_GB eo |
355 | gpe-go | [] | | 363 | 11 0 1 2 8 21 1 42 43 2 62 99 18 1 16 16 |
356 | gpe-login | [] [] | | 364 | |
357 | gpe-ownerinfo | [] [] [] | | 365 | es et eu fa fi fr ga gl gu he hi hr hu id is it |
358 | gpe-sketchbook | [] | | 366 | +--------------------------------------------------+ |
359 | gpe-su | [] | | 367 | GNUnet | | |
360 | gpe-taskmanager | [] | | 368 | a2ps | [] [] [] () | |
361 | gpe-timesheet | [] [] [] | | 369 | aegis | | |
362 | gpe-today | [] [] | | 370 | ant-phone | [] | |
363 | gpe-todo | [] [] | | 371 | anubis | [] | |
364 | gphoto2 | [] [] [] | | 372 | ap-utils | [] [] | |
365 | gprof | [] [] | | 373 | aspell | [] [] [] | |
366 | gpsdrive | () [] () () | | 374 | bash | [] [] [] | |
367 | gramadoir | [] | | 375 | batchelor | [] [] | |
368 | grep | [] [] [] [] [] [] [] [] [] [] [] | | 376 | bfd | [] | |
369 | gretl | [] | | 377 | bibshelf | [] [] [] | |
370 | gtick | [] [] | | 378 | binutils | [] [] [] | |
371 | hello | [] [] [] [] [] [] [] [] [] [] [] [] | | 379 | bison | [] [] [] [] [] [] | |
372 | id-utils | [] [] [] [] | | 380 | bison-runtime | [] [] [] [] [] | |
373 | indent | [] [] [] [] [] [] [] [] [] | | 381 | bluez-pin | [] [] [] [] [] | |
374 | jpilot | [] () | | 382 | cflow | | |
375 | jtag | | | 383 | clisp | [] [] | |
376 | jwhois | [] [] [] [] | | 384 | console-tools | | |
377 | kbd | [] | | 385 | coreutils | [] [] [] [] [] [] | |
378 | latrine | | | 386 | cpio | [] [] [] | |
379 | ld | [] | | 387 | cpplib | [] [] | |
380 | libc | [] [] [] [] [] | | 388 | cryptonit | [] | |
381 | libgpewidget | [] [] [] [] | | 389 | darkstat | [] () [] [] [] | |
382 | libiconv | [] [] [] [] [] [] [] [] [] | | 390 | dialog | [] [] [] [] [] [] [] [] | |
383 | lifelines | () | | 391 | diffutils | [] [] [] [] [] [] [] [] [] | |
384 | lilypond | [] | | 392 | doodle | [] [] | |
385 | lingoteach | [] [] | | 393 | e2fsprogs | [] [] [] | |
386 | lingoteach_lessons | | | 394 | enscript | [] [] [] | |
387 | lynx | [] [] [] [] | | 395 | error | [] [] [] [] [] | |
388 | m4 | [] [] [] [] | | 396 | fetchmail | [] | |
389 | mailutils | | | 397 | fileutils | [] [] [] [] [] [] | |
390 | make | [] [] [] [] [] | | 398 | findutils | [] [] [] [] | |
391 | man-db | () () | | 399 | flex | [] [] [] | |
392 | minicom | [] [] [] [] | | 400 | fslint | [] | |
393 | mysecretdiary | [] [] | | 401 | gas | [] [] | |
394 | nano | [] [] [] [] | | 402 | gawk | [] [] [] [] | |
395 | nano_1_0 | [] [] [] [] | | 403 | gbiff | [] | |
396 | opcodes | [] | | 404 | gcal | [] [] | |
397 | parted | [] [] [] | | 405 | gcc | [] | |
398 | ptx | [] [] [] [] [] [] [] | | 406 | gettext-examples | [] [] [] [] [] | |
399 | python | | | 407 | gettext-runtime | [] [] [] [] [] [] | |
400 | radius | [] | | 408 | gettext-tools | [] [] [] | |
401 | recode | [] [] [] [] [] [] | | 409 | gimp-print | [] [] | |
402 | rpm | | | 410 | gip | [] [] [] | |
403 | screem | | | 411 | gliv | () | |
404 | scrollkeeper | [] | | 412 | glunarclock | [] [] [] | |
405 | sed | [] [] [] [] [] [] [] [] [] | | 413 | gmult | [] [] [] | |
406 | sh-utils | [] [] [] [] [] [] [] | | 414 | gnubiff | () () | |
407 | shared-mime-info | [] | | 415 | gnucash | () () () | |
408 | sharutils | [] [] [] [] [] | | 416 | gnucash-glossary | [] [] | |
409 | silky | [] () | | 417 | gnuedu | [] | |
410 | skencil | [] | | 418 | gnulib | [] [] [] [] [] [] [] [] | |
411 | sketch | [] | | 419 | gnunet-gtk | | |
412 | soundtracker | [] [] [] [] | | 420 | gnutls | | |
413 | sp | [] () | | 421 | gpe-aerial | [] [] | |
414 | tar | [] [] [] [] [] [] [] [] [] | | 422 | gpe-beam | [] [] | |
415 | texinfo | [] [] [] [] | | 423 | gpe-calendar | [] [] [] [] | |
416 | textutils | [] [] [] [] [] | | 424 | gpe-clock | [] [] [] [] | |
417 | tin | [] () | | 425 | gpe-conf | [] | |
418 | tuxpaint | [] [] [] [] [] [] [] [] | | 426 | gpe-contacts | [] [] | |
419 | util-linux | [] [] [] [] () [] | | 427 | gpe-edit | [] [] [] [] | |
420 | vorbis-tools | [] | | 428 | gpe-filemanager | [] | |
421 | wastesedge | () | | 429 | gpe-go | [] [] [] | |
422 | wdiff | [] [] [] [] [] [] | | 430 | gpe-login | [] [] [] | |
423 | wget | [] [] [] [] [] [] [] | | 431 | gpe-ownerinfo | [] [] [] [] [] | |
424 | xchat | [] [] [] | | 432 | gpe-package | [] | |
425 | xfree86_xkb_xml | | | 433 | gpe-sketchbook | [] [] | |
426 | xpad | [] | | 434 | gpe-su | [] [] [] [] | |
427 | +----------------------------------------+ | 435 | gpe-taskmanager | [] [] [] | |
428 | et fa fi fr ga gl he hr hu id is it ja | 436 | gpe-timesheet | [] [] [] [] | |
429 | 21 1 25 86 24 24 8 10 38 31 1 23 32 | 437 | gpe-today | [] [] [] [] | |
430 | 438 | gpe-todo | [] | | |
431 | ko lg lt lv ms nb nl nn no pl pt pt_BR ro | 439 | gphoto2 | [] [] [] [] [] | |
432 | +-------------------------------------------+ | 440 | gprof | [] [] [] [] | |
433 | a2ps | () [] [] () () [] [] | | 441 | gpsdrive | () () [] () | |
434 | aegis | () () | | 442 | gramadoir | [] [] | |
435 | ant-phone | [] [] | | 443 | grep | [] [] [] [] [] [] [] [] [] [] [] [] | |
436 | anubis | [] [] [] [] [] | | 444 | gretl | [] [] [] | |
437 | ap-utils | [] () [] | | 445 | gsasl | [] | |
438 | bash | [] [] | | 446 | gss | [] | |
439 | batchelor | [] | | 447 | gst-plugins | [] [] [] | |
440 | bfd | [] | | 448 | gst-plugins-base | [] [] | |
441 | binutils | | | 449 | gst-plugins-good | [] [] [] | |
442 | bison | [] [] [] [] | | 450 | gstreamer | [] [] [] | |
443 | bluez-pin | [] [] [] | | 451 | gtick | [] [] [] [] [] | |
444 | clisp | | | 452 | gtkam | [] [] [] [] | |
445 | clisp | [] | | 453 | gtkorphan | [] [] | |
446 | coreutils | [] | | 454 | gtkspell | [] [] [] [] [] [] | |
447 | cpio | [] [] [] [] [] | | 455 | gutenprint | [] | |
448 | darkstat | [] [] [] [] | | 456 | hello | [] [] [] [] [] [] [] [] [] [] [] [] [] | |
449 | diffutils | [] [] [] [] | | 457 | id-utils | [] [] [] [] [] | |
450 | e2fsprogs | [] | | 458 | impost | [] [] | |
451 | enscript | [] [] [] | | 459 | indent | [] [] [] [] [] [] [] [] [] [] | |
452 | error | [] [] [] | | 460 | iso_3166 | [] [] [] | |
453 | fetchmail | [] [] () | | 461 | iso_3166_1 | [] [] [] [] [] [] [] | |
454 | fileutils | [] [] | | 462 | iso_3166_2 | [] | |
455 | findutils | [] [] [] [] [] | | 463 | iso_3166_3 | [] | |
456 | flex | [] [] [] [] | | 464 | iso_4217 | [] [] [] [] | |
457 | fslint | [] [] | | 465 | iso_639 | [] [] [] [] [] | |
458 | gas | | | 466 | jpilot | [] [] | |
459 | gawk | [] [] [] | | 467 | jtag | [] | |
460 | gbiff | [] [] | | 468 | jwhois | [] [] [] [] [] | |
461 | gcal | | | 469 | kbd | [] [] | |
462 | gcc | | | 470 | keytouch | [] | |
463 | gettext | [] [] [] | | 471 | keytouch-editor | [] | |
464 | gettext-examples | [] [] | | 472 | keytouch-keyboa... | [] | |
465 | gettext-runtime | [] [] [] | | 473 | latrine | [] [] [] | |
466 | gettext-tools | [] [] [] | | 474 | ld | [] [] | |
467 | gimp-print | [] | | 475 | leafpad | [] [] [] [] [] [] | |
468 | gliv | [] [] [] | | 476 | libc | [] [] [] [] [] | |
469 | glunarclock | [] [] [] | | 477 | libexif | [] | |
470 | gnubiff | | | 478 | libextractor | [] | |
471 | gnucash | [] [] () | | 479 | libgpewidget | [] [] [] [] [] | |
472 | gnucash-glossary | [] [] | | 480 | libgpg-error | | |
473 | gnupg | [] | | 481 | libgphoto2 | [] [] [] | |
474 | gpe-aerial | [] [] [] | | 482 | libgphoto2_port | [] [] | |
475 | gpe-beam | [] [] [] | | 483 | libgsasl | [] [] | |
476 | gpe-calendar | [] [] [] | | 484 | libiconv | [] | |
477 | gpe-clock | [] [] [] | | 485 | libidn | [] [] | |
478 | gpe-conf | [] [] [] | | 486 | lifelines | () | |
479 | gpe-contacts | [] [] [] | | 487 | lilypond | [] | |
480 | gpe-edit | [] [] [] | | 488 | lingoteach | [] [] [] | |
481 | gpe-go | [] [] | | 489 | lynx | [] [] [] | |
482 | gpe-login | [] [] [] | | 490 | m4 | [] [] [] [] | |
483 | gpe-ownerinfo | [] [] [] | | 491 | mailutils | [] [] | |
484 | gpe-sketchbook | [] [] [] | | 492 | make | [] [] [] [] [] [] [] [] | |
485 | gpe-su | [] [] [] | | 493 | man-db | () | |
486 | gpe-taskmanager | [] [] [] | | 494 | minicom | [] [] [] [] | |
487 | gpe-timesheet | [] [] [] | | 495 | mysecretdiary | [] [] [] | |
488 | gpe-today | [] [] [] | | 496 | nano | [] () [] [] [] [] | |
489 | gpe-todo | [] [] [] | | 497 | nano_1_0 | [] [] [] [] [] | |
490 | gphoto2 | [] | | 498 | opcodes | [] [] [] [] | |
491 | gprof | [] [] | | 499 | parted | [] [] [] [] | |
492 | gpsdrive | () () () [] | | 500 | pilot-qof | | |
493 | gramadoir | [] | | 501 | psmisc | [] [] [] | |
494 | grep | [] [] [] [] | | 502 | pwdutils | | |
495 | gretl | | | 503 | python | | |
496 | gtick | [] [] | | 504 | qof | | |
497 | hello | [] [] [] [] [] [] [] [] [] [] | | 505 | radius | [] [] | |
498 | id-utils | [] [] [] | | 506 | recode | [] [] [] [] [] [] [] [] | |
499 | indent | [] [] [] | | 507 | rpm | [] [] | |
500 | jpilot | () () | | 508 | screem | | |
501 | jtag | | | 509 | scrollkeeper | [] [] [] | |
502 | jwhois | [] [] [] [] | | 510 | sed | [] [] [] [] [] | |
503 | kbd | [] [] [] | | 511 | sh-utils | [] [] [] [] [] [] [] | |
504 | latrine | [] | | 512 | shared-mime-info | [] [] [] [] [] [] | |
505 | ld | | | 513 | sharutils | [] [] [] [] [] [] [] [] | |
506 | libc | [] [] [] [] [] | | 514 | shishi | | |
507 | libgpewidget | [] [] [] | | 515 | silky | [] | |
508 | libiconv | [] [] [] [] | | 516 | skencil | [] [] | |
509 | lifelines | | | 517 | sketch | [] [] | |
510 | lilypond | | | 518 | solfege | [] | |
511 | lingoteach | | | 519 | soundtracker | [] [] [] | |
512 | lingoteach_lessons | | | 520 | sp | [] | |
513 | lynx | [] [] | | 521 | stardict | [] | |
514 | m4 | [] [] [] [] | | 522 | system-tools-ba... | [] [] [] [] [] [] [] [] | |
515 | mailutils | [] [] | | 523 | tar | [] [] [] [] [] [] | |
516 | make | [] [] [] [] | | 524 | texinfo | [] [] | |
517 | man-db | [] | | 525 | textutils | [] [] [] [] [] | |
518 | minicom | [] [] [] | | 526 | tin | [] () | |
519 | mysecretdiary | [] [] [] | | 527 | tp-robot | [] [] [] [] | |
520 | nano | [] [] [] [] | | 528 | tuxpaint | [] [] | |
521 | nano_1_0 | [] [] [] [] [] | | 529 | unicode-han-tra... | | |
522 | opcodes | [] [] | | 530 | unicode-transla... | [] [] | |
523 | parted | [] [] [] [] | | 531 | util-linux | [] [] [] [] [] [] [] | |
524 | ptx | [] [] [] [] [] [] [] | | 532 | vorbis-tools | [] [] | |
525 | python | | | 533 | wastesedge | () | |
526 | radius | [] | | 534 | wdiff | [] [] [] [] [] [] [] [] | |
527 | recode | [] [] [] | | 535 | wget | [] [] [] [] [] [] [] [] | |
528 | rpm | [] [] | | 536 | xchat | [] [] [] [] [] [] [] [] | |
529 | screem | | | 537 | xkeyboard-config | [] [] [] [] | |
530 | scrollkeeper | [] [] [] [] | | 538 | xpad | [] [] [] | |
531 | sed | [] [] [] | | 539 | +--------------------------------------------------+ |
532 | sh-utils | [] | | 540 | es et eu fa fi fr ga gl gu he hi hr hu id is it |
533 | shared-mime-info | [] | | 541 | 89 21 16 2 41 119 61 14 1 8 1 6 61 30 0 53 |
534 | sharutils | [] | | 542 | |
535 | silky | | | 543 | ja ko ku ky lg lt lv mk mn ms mt nb ne nl nn no |
536 | skencil | [] [] | | 544 | +--------------------------------------------------+ |
537 | sketch | [] [] | | 545 | GNUnet | | |
538 | soundtracker | | | 546 | a2ps | () [] [] () | |
539 | sp | | | 547 | aegis | () | |
540 | tar | [] [] [] [] [] [] | | 548 | ant-phone | [] | |
541 | texinfo | [] [] [] | | 549 | anubis | [] [] [] | |
542 | textutils | [] [] | | 550 | ap-utils | [] | |
543 | tin | | | 551 | aspell | [] [] | |
544 | tuxpaint | [] [] [] [] [] [] [] [] [] | | 552 | bash | [] | |
545 | util-linux | [] [] | | 553 | batchelor | [] [] | |
546 | vorbis-tools | [] [] | | 554 | bfd | | |
547 | wastesedge | | | 555 | bibshelf | [] | |
548 | wdiff | [] [] [] [] | | 556 | binutils | | |
549 | wget | [] [] | | 557 | bison | [] [] [] | |
550 | xchat | [] [] | | 558 | bison-runtime | [] [] [] | |
551 | xfree86_xkb_xml | [] | | 559 | bluez-pin | [] [] [] | |
552 | xpad | [] [] | | 560 | cflow | | |
553 | +-------------------------------------------+ | 561 | clisp | [] | |
554 | ko lg lt lv ms nb nl nn no pl pt pt_BR ro | 562 | console-tools | | |
555 | 12 0 1 2 12 10 60 4 4 38 25 35 76 | 563 | coreutils | [] | |
556 | 564 | cpio | | | |
557 | ru sk sl sr sv ta tr uk vi wa zh_CN zh_TW | 565 | cpplib | [] | |
558 | +-------------------------------------------+ | 566 | cryptonit | [] | |
559 | a2ps | [] [] [] [] [] | 16 | 567 | darkstat | [] [] | |
560 | aegis | () | 0 | 568 | dialog | [] [] | |
561 | ant-phone | | 2 | 569 | diffutils | [] [] [] | |
562 | anubis | [] [] [] | 9 | 570 | doodle | | |
563 | ap-utils | () | 3 | 571 | e2fsprogs | [] | |
564 | bash | [] | 9 | 572 | enscript | [] | |
565 | batchelor | | 2 | 573 | error | [] | |
566 | bfd | [] [] | 6 | 574 | fetchmail | [] [] | |
567 | binutils | [] [] [] | 7 | 575 | fileutils | [] [] | |
568 | bison | [] [] [] | 14 | 576 | findutils | [] | |
569 | bluez-pin | [] [] [] | 13 | 577 | flex | [] [] | |
570 | clisp | | 0 | 578 | fslint | [] [] | |
571 | clisp | | 5 | 579 | gas | | |
572 | coreutils | [] [] [] [] [] | 16 | 580 | gawk | [] [] | |
573 | cpio | [] [] [] | 14 | 581 | gbiff | [] | |
574 | darkstat | [] [] [] () () | 12 | 582 | gcal | | |
575 | diffutils | [] [] [] [] | 22 | 583 | gcc | | |
576 | e2fsprogs | [] [] | 5 | 584 | gettext-examples | [] [] | |
577 | enscript | [] [] [] | 12 | 585 | gettext-runtime | [] [] [] | |
578 | error | [] [] [] | 15 | 586 | gettext-tools | [] [] | |
579 | fetchmail | [] [] [] | 11 | 587 | gimp-print | [] [] | |
580 | fileutils | [] [] [] [] [] [] | 17 | 588 | gip | [] [] | |
581 | findutils | [] [] [] [] [] [] [] | 29 | 589 | gliv | [] | |
582 | flex | [] [] [] | 13 | 590 | glunarclock | [] [] | |
583 | fslint | | 2 | 591 | gmult | [] [] | |
584 | gas | [] | 3 | 592 | gnubiff | | |
585 | gawk | [] [] | 12 | 593 | gnucash | () () | |
586 | gbiff | | 3 | 594 | gnucash-glossary | [] | |
587 | gcal | [] [] | 4 | 595 | gnuedu | | |
588 | gcc | [] | 4 | 596 | gnulib | [] [] [] [] | |
589 | gettext | [] [] [] [] [] [] | 16 | 597 | gnunet-gtk | | |
590 | gettext-examples | [] [] [] [] | 11 | 598 | gnutls | | |
591 | gettext-runtime | [] [] [] [] [] [] [] [] [] | 21 | 599 | gpe-aerial | [] | |
592 | gettext-tools | [] [] [] [] [] [] | 14 | 600 | gpe-beam | [] | |
593 | gimp-print | [] [] | 10 | 601 | gpe-calendar | [] | |
594 | gliv | | 3 | 602 | gpe-clock | [] [] | |
595 | glunarclock | [] [] [] [] | 13 | 603 | gpe-conf | [] [] | |
596 | gnubiff | | 1 | 604 | gpe-contacts | [] | |
597 | gnucash | [] [] [] | 9 | 605 | gpe-edit | [] [] | |
598 | gnucash-glossary | [] [] [] | 8 | 606 | gpe-filemanager | [] | |
599 | gnupg | [] [] [] [] | 17 | 607 | gpe-go | [] [] | |
600 | gpe-aerial | [] [] | 7 | 608 | gpe-login | [] [] | |
601 | gpe-beam | [] [] | 8 | 609 | gpe-ownerinfo | [] | |
602 | gpe-calendar | [] [] [] [] [] | 13 | 610 | gpe-package | [] | |
603 | gpe-clock | [] [] [] [] | 10 | 611 | gpe-sketchbook | [] [] | |
604 | gpe-conf | [] [] [] | 9 | 612 | gpe-su | [] [] | |
605 | gpe-contacts | [] [] [] [] | 11 | 613 | gpe-taskmanager | [] [] [] | |
606 | gpe-edit | [] [] [] [] [] [] | 12 | 614 | gpe-timesheet | [] | |
607 | gpe-go | [] | 5 | 615 | gpe-today | [] | |
608 | gpe-login | [] [] [] [] [] [] | 13 | 616 | gpe-todo | | |
609 | gpe-ownerinfo | [] [] [] [] [] | 13 | 617 | gphoto2 | [] [] | |
610 | gpe-sketchbook | [] [] [] | 9 | 618 | gprof | | |
611 | gpe-su | [] [] [] [] | 10 | 619 | gpsdrive | () () () | |
612 | gpe-taskmanager | [] [] [] [] | 10 | 620 | gramadoir | () | |
613 | gpe-timesheet | [] [] [] [] [] | 12 | 621 | grep | [] [] [] | |
614 | gpe-today | [] [] [] [] [] [] | 13 | 622 | gretl | | |
615 | gpe-todo | [] [] [] [] [] | 12 | 623 | gsasl | [] | |
616 | gphoto2 | [] [] [] | 11 | 624 | gss | | |
617 | gprof | [] [] | 9 | 625 | gst-plugins | [] | |
618 | gpsdrive | [] [] | 4 | 626 | gst-plugins-base | | |
619 | gramadoir | | 3 | 627 | gst-plugins-good | [] | |
620 | grep | [] [] [] [] [] | 26 | 628 | gstreamer | [] | |
621 | gretl | | 2 | 629 | gtick | [] | |
622 | gtick | [] | 5 | 630 | gtkam | [] | |
623 | hello | [] [] [] [] [] | 33 | 631 | gtkorphan | [] | |
624 | id-utils | [] [] [] | 12 | 632 | gtkspell | [] [] | |
625 | indent | [] [] [] [] [] | 21 | 633 | gutenprint | | |
626 | jpilot | [] [] [] [] [] | 9 | 634 | hello | [] [] [] [] [] [] [] [] | |
627 | jtag | [] | 1 | 635 | id-utils | [] | |
628 | jwhois | () () [] [] | 11 | 636 | impost | | |
629 | kbd | [] [] | 11 | 637 | indent | [] [] | |
630 | latrine | | 1 | 638 | iso_3166 | [] | |
631 | ld | [] [] | 5 | 639 | iso_3166_1 | [] [] | |
632 | libc | [] [] [] [] | 20 | 640 | iso_3166_2 | [] | |
633 | libgpewidget | [] [] [] [] | 13 | 641 | iso_3166_3 | [] | |
634 | libiconv | [] [] [] [] [] [] [] [] [] | 27 | 642 | iso_4217 | [] [] [] | |
635 | lifelines | [] | 2 | 643 | iso_639 | [] [] | |
636 | lilypond | [] | 3 | 644 | jpilot | () () () | |
637 | lingoteach | | 2 | 645 | jtag | | |
638 | lingoteach_lessons | () | 0 | 646 | jwhois | [] | |
639 | lynx | [] [] [] [] | 14 | 647 | kbd | [] | |
640 | m4 | [] [] [] | 15 | 648 | keytouch | [] | |
641 | mailutils | [] | 5 | 649 | keytouch-editor | | |
642 | make | [] [] [] [] | 16 | 650 | keytouch-keyboa... | | |
643 | man-db | [] | 5 | 651 | latrine | [] | |
644 | minicom | [] | 11 | 652 | ld | | |
645 | mysecretdiary | [] [] | 10 | 653 | leafpad | [] [] | |
646 | nano | [] [] [] [] [] | 17 | 654 | libc | [] [] [] [] [] | |
647 | nano_1_0 | [] [] [] [] | 17 | 655 | libexif | | |
648 | opcodes | [] [] | 6 | 656 | libextractor | | |
649 | parted | [] [] [] | 15 | 657 | libgpewidget | [] | |
650 | ptx | [] [] [] | 22 | 658 | libgpg-error | | |
651 | python | | 0 | 659 | libgphoto2 | [] | |
652 | radius | [] | 4 | 660 | libgphoto2_port | [] | |
653 | recode | [] [] [] [] | 20 | 661 | libgsasl | [] | |
654 | rpm | [] [] [] | 7 | 662 | libiconv | | |
655 | screem | [] [] | 2 | 663 | libidn | [] [] | |
656 | scrollkeeper | [] [] [] [] | 15 | 664 | lifelines | [] | |
657 | sed | [] [] [] [] [] [] | 23 | 665 | lilypond | | |
658 | sh-utils | [] [] [] | 14 | 666 | lingoteach | [] | |
659 | shared-mime-info | [] [] | 4 | 667 | lynx | [] [] | |
660 | sharutils | [] [] [] [] [] | 17 | 668 | m4 | [] [] | |
661 | silky | () | 2 | 669 | mailutils | | |
662 | skencil | [] | 6 | 670 | make | [] [] [] | |
663 | sketch | [] | 6 | 671 | man-db | () | |
664 | soundtracker | [] [] | 9 | 672 | minicom | [] | |
665 | sp | [] | 3 | 673 | mysecretdiary | [] | |
666 | tar | [] [] [] [] [] | 24 | 674 | nano | [] [] [] | |
667 | texinfo | [] [] [] [] | 14 | 675 | nano_1_0 | [] [] [] | |
668 | textutils | [] [] [] [] [] | 16 | 676 | opcodes | [] | |
669 | tin | | 1 | 677 | parted | [] [] | |
670 | tuxpaint | [] [] [] [] [] | 29 | 678 | pilot-qof | | |
671 | util-linux | [] [] [] | 15 | 679 | psmisc | [] [] [] | |
672 | vorbis-tools | [] | 8 | 680 | pwdutils | | |
673 | wastesedge | | 0 | 681 | python | | |
674 | wdiff | [] [] [] [] | 18 | 682 | qof | | |
675 | wget | [] [] [] [] [] [] [] [] | 23 | 683 | radius | | |
676 | xchat | [] [] [] [] [] | 14 | 684 | recode | [] | |
677 | xfree86_xkb_xml | [] [] [] [] [] [] | 8 | 685 | rpm | [] [] | |
678 | xpad | | 4 | 686 | screem | [] | |
679 | +-------------------------------------------+ | 687 | scrollkeeper | [] [] [] [] | |
680 | 51 teams ru sk sl sr sv ta tr uk vi wa zh_CN zh_TW | 688 | sed | [] [] | |
681 | 120 domains 59 42 16 25 81 0 56 12 1 10 21 22 1260 | 689 | sh-utils | [] [] | |
690 | shared-mime-info | [] [] [] [] [] | | ||
691 | sharutils | [] [] | | ||
692 | shishi | | | ||
693 | silky | [] | | ||
694 | skencil | | | ||
695 | sketch | | | ||
696 | solfege | | | ||
697 | soundtracker | | | ||
698 | sp | () | | ||
699 | stardict | [] [] | | ||
700 | system-tools-ba... | [] [] [] [] | | ||
701 | tar | [] [] [] | | ||
702 | texinfo | [] [] [] | | ||
703 | textutils | [] [] [] | | ||
704 | tin | | | ||
705 | tp-robot | [] | | ||
706 | tuxpaint | [] | | ||
707 | unicode-han-tra... | | | ||
708 | unicode-transla... | | | ||
709 | util-linux | [] [] | | ||
710 | vorbis-tools | [] | | ||
711 | wastesedge | [] | | ||
712 | wdiff | [] [] | | ||
713 | wget | [] [] | | ||
714 | xchat | [] [] [] [] | | ||
715 | xkeyboard-config | [] | | ||
716 | xpad | [] [] [] | | ||
717 | +--------------------------------------------------+ | ||
718 | ja ko ku ky lg lt lv mk mn ms mt nb ne nl nn no | ||
719 | 40 24 2 1 1 3 1 2 3 21 0 15 1 101 5 3 | ||
720 | |||
721 | nso or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv ta | ||
722 | +------------------------------------------------------+ | ||
723 | GNUnet | | | ||
724 | a2ps | () [] [] [] [] [] [] | | ||
725 | aegis | () () | | ||
726 | ant-phone | [] [] | | ||
727 | anubis | [] [] [] | | ||
728 | ap-utils | () | | ||
729 | aspell | [] [] | | ||
730 | bash | [] [] [] | | ||
731 | batchelor | [] [] | | ||
732 | bfd | | | ||
733 | bibshelf | [] | | ||
734 | binutils | [] [] | | ||
735 | bison | [] [] [] [] [] | | ||
736 | bison-runtime | [] [] [] [] | | ||
737 | bluez-pin | [] [] [] [] [] [] [] [] [] | | ||
738 | cflow | [] | | ||
739 | clisp | [] | | ||
740 | console-tools | [] | | ||
741 | coreutils | [] [] [] [] | | ||
742 | cpio | [] [] [] | | ||
743 | cpplib | [] | | ||
744 | cryptonit | [] [] | | ||
745 | darkstat | [] [] [] [] [] [] | | ||
746 | dialog | [] [] [] [] [] [] [] [] [] | | ||
747 | diffutils | [] [] [] [] [] [] | | ||
748 | doodle | [] [] | | ||
749 | e2fsprogs | [] [] | | ||
750 | enscript | [] [] [] [] [] | | ||
751 | error | [] [] [] [] | | ||
752 | fetchmail | [] [] [] | | ||
753 | fileutils | [] [] [] [] [] | | ||
754 | findutils | [] [] [] [] [] [] | | ||
755 | flex | [] [] [] [] [] | | ||
756 | fslint | [] [] [] [] | | ||
757 | gas | | | ||
758 | gawk | [] [] [] [] | | ||
759 | gbiff | [] | | ||
760 | gcal | [] | | ||
761 | gcc | [] | | ||
762 | gettext-examples | [] [] [] [] [] [] [] [] | | ||
763 | gettext-runtime | [] [] [] [] [] [] [] [] | | ||
764 | gettext-tools | [] [] [] [] [] [] [] | | ||
765 | gimp-print | [] [] | | ||
766 | gip | [] [] [] [] | | ||
767 | gliv | [] [] [] [] | | ||
768 | glunarclock | [] [] [] [] [] [] | | ||
769 | gmult | [] [] [] [] | | ||
770 | gnubiff | () | | ||
771 | gnucash | () [] | | ||
772 | gnucash-glossary | [] [] [] | | ||
773 | gnuedu | | | ||
774 | gnulib | [] [] [] [] [] | | ||
775 | gnunet-gtk | [] | | ||
776 | gnutls | [] [] | | ||
777 | gpe-aerial | [] [] [] [] [] [] [] | | ||
778 | gpe-beam | [] [] [] [] [] [] [] | | ||
779 | gpe-calendar | [] [] [] [] [] [] [] [] | | ||
780 | gpe-clock | [] [] [] [] [] [] [] [] | | ||
781 | gpe-conf | [] [] [] [] [] [] [] | | ||
782 | gpe-contacts | [] [] [] [] [] | | ||
783 | gpe-edit | [] [] [] [] [] [] [] [] | | ||
784 | gpe-filemanager | [] [] | | ||
785 | gpe-go | [] [] [] [] [] [] | | ||
786 | gpe-login | [] [] [] [] [] [] [] [] | | ||
787 | gpe-ownerinfo | [] [] [] [] [] [] [] [] | | ||
788 | gpe-package | [] [] | | ||
789 | gpe-sketchbook | [] [] [] [] [] [] [] [] | | ||
790 | gpe-su | [] [] [] [] [] [] [] [] | | ||
791 | gpe-taskmanager | [] [] [] [] [] [] [] [] | | ||
792 | gpe-timesheet | [] [] [] [] [] [] [] [] | | ||
793 | gpe-today | [] [] [] [] [] [] [] [] | | ||
794 | gpe-todo | [] [] [] [] | | ||
795 | gphoto2 | [] [] [] [] [] | | ||
796 | gprof | [] [] [] | | ||
797 | gpsdrive | [] [] [] | | ||
798 | gramadoir | [] [] | | ||
799 | grep | [] [] [] [] [] [] [] [] | | ||
800 | gretl | [] | | ||
801 | gsasl | [] [] | | ||
802 | gss | [] [] [] | | ||
803 | gst-plugins | [] [] [] [] | | ||
804 | gst-plugins-base | [] | | ||
805 | gst-plugins-good | [] [] [] [] | | ||
806 | gstreamer | [] [] [] | | ||
807 | gtick | [] [] [] | | ||
808 | gtkam | [] [] [] [] | | ||
809 | gtkorphan | [] | | ||
810 | gtkspell | [] [] [] [] [] [] [] [] | | ||
811 | gutenprint | [] | | ||
812 | hello | [] [] [] [] [] [] [] [] | | ||
813 | id-utils | [] [] [] [] | | ||
814 | impost | [] | | ||
815 | indent | [] [] [] [] [] [] | | ||
816 | iso_3166 | [] [] [] [] [] [] | | ||
817 | iso_3166_1 | [] [] [] [] | | ||
818 | iso_3166_2 | | | ||
819 | iso_3166_3 | [] [] [] [] | | ||
820 | iso_4217 | [] [] [] [] | | ||
821 | iso_639 | [] [] [] [] | | ||
822 | jpilot | | | ||
823 | jtag | [] | | ||
824 | jwhois | [] [] [] [] | | ||
825 | kbd | [] [] [] | | ||
826 | keytouch | [] | | ||
827 | keytouch-editor | [] | | ||
828 | keytouch-keyboa... | [] | | ||
829 | latrine | [] [] | | ||
830 | ld | [] | | ||
831 | leafpad | [] [] [] [] [] [] | | ||
832 | libc | [] [] [] [] [] | | ||
833 | libexif | [] | | ||
834 | libextractor | [] [] | | ||
835 | libgpewidget | [] [] [] [] [] [] [] | | ||
836 | libgpg-error | [] [] | | ||
837 | libgphoto2 | [] | | ||
838 | libgphoto2_port | [] [] [] | | ||
839 | libgsasl | [] [] [] [] | | ||
840 | libiconv | | | ||
841 | libidn | [] [] () | | ||
842 | lifelines | [] [] | | ||
843 | lilypond | | | ||
844 | lingoteach | [] | | ||
845 | lynx | [] [] [] | | ||
846 | m4 | [] [] [] [] [] | | ||
847 | mailutils | [] [] [] [] | | ||
848 | make | [] [] [] [] | | ||
849 | man-db | [] [] | | ||
850 | minicom | [] [] [] [] [] | | ||
851 | mysecretdiary | [] [] [] [] | | ||
852 | nano | [] [] | | ||
853 | nano_1_0 | [] [] [] [] | | ||
854 | opcodes | [] [] | | ||
855 | parted | [] | | ||
856 | pilot-qof | [] | | ||
857 | psmisc | [] [] | | ||
858 | pwdutils | [] [] | | ||
859 | python | | | ||
860 | qof | [] | | ||
861 | radius | [] [] | | ||
862 | recode | [] [] [] [] [] [] [] | | ||
863 | rpm | [] [] [] [] | | ||
864 | screem | | | ||
865 | scrollkeeper | [] [] [] [] [] [] [] | | ||
866 | sed | [] [] [] [] [] [] [] [] [] | | ||
867 | sh-utils | [] [] [] | | ||
868 | shared-mime-info | [] [] [] [] [] | | ||
869 | sharutils | [] [] [] [] | | ||
870 | shishi | [] | | ||
871 | silky | [] | | ||
872 | skencil | [] [] [] | | ||
873 | sketch | [] [] [] | | ||
874 | solfege | [] | | ||
875 | soundtracker | [] [] | | ||
876 | sp | | | ||
877 | stardict | [] [] [] | | ||
878 | system-tools-ba... | [] [] [] [] [] [] [] [] [] | | ||
879 | tar | [] [] [] [] [] | | ||
880 | texinfo | [] [] [] [] | | ||
881 | textutils | [] [] [] | | ||
882 | tin | () | | ||
883 | tp-robot | [] | | ||
884 | tuxpaint | [] [] [] [] [] | | ||
885 | unicode-han-tra... | | | ||
886 | unicode-transla... | | | ||
887 | util-linux | [] [] [] [] | | ||
888 | vorbis-tools | [] [] | | ||
889 | wastesedge | | | ||
890 | wdiff | [] [] [] [] [] [] | | ||
891 | wget | [] [] [] [] | | ||
892 | xchat | [] [] [] [] [] [] [] | | ||
893 | xkeyboard-config | [] [] | | ||
894 | xpad | [] [] [] | | ||
895 | +------------------------------------------------------+ | ||
896 | nso or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv ta | ||
897 | 0 2 3 58 31 53 5 76 72 5 42 48 12 51 130 2 | ||
898 | |||
899 | tg th tk tr uk ven vi wa xh zh_CN zh_HK zh_TW zu | ||
900 | +---------------------------------------------------+ | ||
901 | GNUnet | [] | 2 | ||
902 | a2ps | [] [] [] | 19 | ||
903 | aegis | | 0 | ||
904 | ant-phone | [] [] | 6 | ||
905 | anubis | [] [] [] | 11 | ||
906 | ap-utils | () [] | 4 | ||
907 | aspell | [] [] [] | 14 | ||
908 | bash | [] | 11 | ||
909 | batchelor | [] [] | 9 | ||
910 | bfd | | 1 | ||
911 | bibshelf | [] | 7 | ||
912 | binutils | [] [] [] | 9 | ||
913 | bison | [] [] [] | 19 | ||
914 | bison-runtime | [] [] [] | 16 | ||
915 | bluez-pin | [] [] [] [] [] [] | 28 | ||
916 | cflow | [] [] | 4 | ||
917 | clisp | | 6 | ||
918 | console-tools | [] [] | 5 | ||
919 | coreutils | [] [] | 17 | ||
920 | cpio | [] [] [] | 9 | ||
921 | cpplib | [] [] [] [] | 11 | ||
922 | cryptonit | | 5 | ||
923 | darkstat | [] () () | 15 | ||
924 | dialog | [] [] [] [] [] | 30 | ||
925 | diffutils | [] [] [] [] | 28 | ||
926 | doodle | [] | 6 | ||
927 | e2fsprogs | [] [] | 10 | ||
928 | enscript | [] [] [] | 16 | ||
929 | error | [] [] [] [] | 18 | ||
930 | fetchmail | [] [] | 12 | ||
931 | fileutils | [] [] [] | 18 | ||
932 | findutils | [] [] [] | 17 | ||
933 | flex | [] [] | 15 | ||
934 | fslint | [] | 9 | ||
935 | gas | [] | 3 | ||
936 | gawk | [] [] | 15 | ||
937 | gbiff | [] | 5 | ||
938 | gcal | [] | 5 | ||
939 | gcc | [] [] [] | 6 | ||
940 | gettext-examples | [] [] [] [] [] [] | 26 | ||
941 | gettext-runtime | [] [] [] [] [] [] | 28 | ||
942 | gettext-tools | [] [] [] [] [] | 19 | ||
943 | gimp-print | [] [] | 12 | ||
944 | gip | [] [] | 12 | ||
945 | gliv | [] [] | 8 | ||
946 | glunarclock | [] [] [] | 15 | ||
947 | gmult | [] [] [] [] | 15 | ||
948 | gnubiff | [] | 1 | ||
949 | gnucash | () | 2 | ||
950 | gnucash-glossary | [] [] | 9 | ||
951 | gnuedu | [] | 2 | ||
952 | gnulib | [] [] [] [] [] | 28 | ||
953 | gnunet-gtk | | 1 | ||
954 | gnutls | | 2 | ||
955 | gpe-aerial | [] [] | 14 | ||
956 | gpe-beam | [] [] | 14 | ||
957 | gpe-calendar | [] [] [] [] | 19 | ||
958 | gpe-clock | [] [] [] [] | 20 | ||
959 | gpe-conf | [] [] | 14 | ||
960 | gpe-contacts | [] [] | 10 | ||
961 | gpe-edit | [] [] [] [] | 19 | ||
962 | gpe-filemanager | [] | 5 | ||
963 | gpe-go | [] [] | 14 | ||
964 | gpe-login | [] [] [] [] [] | 20 | ||
965 | gpe-ownerinfo | [] [] [] [] | 20 | ||
966 | gpe-package | [] | 5 | ||
967 | gpe-sketchbook | [] [] | 16 | ||
968 | gpe-su | [] [] [] | 19 | ||
969 | gpe-taskmanager | [] [] [] | 19 | ||
970 | gpe-timesheet | [] [] [] [] | 18 | ||
971 | gpe-today | [] [] [] [] [] | 20 | ||
972 | gpe-todo | [] | 6 | ||
973 | gphoto2 | [] [] [] [] | 20 | ||
974 | gprof | [] [] | 11 | ||
975 | gpsdrive | | 4 | ||
976 | gramadoir | [] | 7 | ||
977 | grep | [] [] [] [] | 33 | ||
978 | gretl | | 4 | ||
979 | gsasl | [] [] | 6 | ||
980 | gss | [] | 5 | ||
981 | gst-plugins | [] [] [] | 15 | ||
982 | gst-plugins-base | [] [] [] | 9 | ||
983 | gst-plugins-good | [] [] [] | 18 | ||
984 | gstreamer | [] [] [] | 17 | ||
985 | gtick | [] | 11 | ||
986 | gtkam | [] | 13 | ||
987 | gtkorphan | [] | 7 | ||
988 | gtkspell | [] [] [] [] [] [] | 26 | ||
989 | gutenprint | | 3 | ||
990 | hello | [] [] [] [] [] | 39 | ||
991 | id-utils | [] [] | 14 | ||
992 | impost | [] | 4 | ||
993 | indent | [] [] [] [] | 25 | ||
994 | iso_3166 | [] [] [] | 15 | ||
995 | iso_3166_1 | [] [] | 20 | ||
996 | iso_3166_2 | | 2 | ||
997 | iso_3166_3 | [] [] | 9 | ||
998 | iso_4217 | [] [] | 14 | ||
999 | iso_639 | [] | 14 | ||
1000 | jpilot | [] [] [] [] | 7 | ||
1001 | jtag | [] | 3 | ||
1002 | jwhois | [] [] [] | 13 | ||
1003 | kbd | [] [] | 12 | ||
1004 | keytouch | [] | 4 | ||
1005 | keytouch-editor | | 2 | ||
1006 | keytouch-keyboa... | | 2 | ||
1007 | latrine | [] [] | 8 | ||
1008 | ld | [] [] [] [] | 8 | ||
1009 | leafpad | [] [] [] [] | 23 | ||
1010 | libc | [] [] [] | 23 | ||
1011 | libexif | [] | 4 | ||
1012 | libextractor | [] | 5 | ||
1013 | libgpewidget | [] [] [] | 19 | ||
1014 | libgpg-error | [] | 4 | ||
1015 | libgphoto2 | [] | 8 | ||
1016 | libgphoto2_port | [] [] [] | 11 | ||
1017 | libgsasl | [] | 8 | ||
1018 | libiconv | [] | 4 | ||
1019 | libidn | [] [] | 10 | ||
1020 | lifelines | | 4 | ||
1021 | lilypond | | 2 | ||
1022 | lingoteach | [] | 6 | ||
1023 | lynx | [] [] [] | 15 | ||
1024 | m4 | [] [] [] | 18 | ||
1025 | mailutils | [] | 8 | ||
1026 | make | [] [] [] | 20 | ||
1027 | man-db | [] | 6 | ||
1028 | minicom | [] | 14 | ||
1029 | mysecretdiary | [] [] | 12 | ||
1030 | nano | [] [] | 15 | ||
1031 | nano_1_0 | [] [] [] | 18 | ||
1032 | opcodes | [] [] | 10 | ||
1033 | parted | [] [] [] | 10 | ||
1034 | pilot-qof | [] | 3 | ||
1035 | psmisc | [] | 10 | ||
1036 | pwdutils | [] | 3 | ||
1037 | python | | 0 | ||
1038 | qof | [] | 2 | ||
1039 | radius | [] | 6 | ||
1040 | recode | [] [] [] | 25 | ||
1041 | rpm | [] [] [] [] | 14 | ||
1042 | screem | [] | 2 | ||
1043 | scrollkeeper | [] [] [] [] | 26 | ||
1044 | sed | [] [] [] | 22 | ||
1045 | sh-utils | [] | 15 | ||
1046 | shared-mime-info | [] [] [] [] | 23 | ||
1047 | sharutils | [] [] [] | 23 | ||
1048 | shishi | | 1 | ||
1049 | silky | [] | 4 | ||
1050 | skencil | [] | 7 | ||
1051 | sketch | | 6 | ||
1052 | solfege | | 2 | ||
1053 | soundtracker | [] [] | 9 | ||
1054 | sp | [] | 3 | ||
1055 | stardict | [] [] [] [] | 11 | ||
1056 | system-tools-ba... | [] [] [] [] [] [] [] | 37 | ||
1057 | tar | [] [] [] [] | 19 | ||
1058 | texinfo | [] [] [] | 15 | ||
1059 | textutils | [] [] [] | 17 | ||
1060 | tin | | 1 | ||
1061 | tp-robot | [] [] [] | 10 | ||
1062 | tuxpaint | [] [] [] | 16 | ||
1063 | unicode-han-tra... | | 0 | ||
1064 | unicode-transla... | | 2 | ||
1065 | util-linux | [] [] [] | 20 | ||
1066 | vorbis-tools | [] [] | 11 | ||
1067 | wastesedge | | 1 | ||
1068 | wdiff | [] [] | 22 | ||
1069 | wget | [] [] [] | 19 | ||
1070 | xchat | [] [] [] [] | 28 | ||
1071 | xkeyboard-config | [] [] [] [] | 11 | ||
1072 | xpad | [] [] [] | 14 | ||
1073 | +---------------------------------------------------+ | ||
1074 | 77 teams tg th tk tr uk ven vi wa xh zh_CN zh_HK zh_TW zu | ||
1075 | 172 domains 0 1 1 78 39 0 135 13 1 50 3 54 0 2054 | ||
682 | 1076 | ||
683 | Some counters in the preceding matrix are higher than the number of | 1077 | Some counters in the preceding matrix are higher than the number of |
684 | visible blocks let us expect. This is because a few extra PO files are | 1078 | visible blocks let us expect. This is because a few extra PO files are |
@@ -691,13 +1085,13 @@ distributed as such by its maintainer. There might be an observable | |||
691 | lag between the mere existence a PO file and its wide availability in a | 1085 | lag between the mere existence a PO file and its wide availability in a |
692 | distribution. | 1086 | distribution. |
693 | 1087 | ||
694 | If December 2003 seems to be old, you may fetch a more recent copy | 1088 | If July 2006 seems to be old, you may fetch a more recent copy of |
695 | of this `ABOUT-NLS' file on most GNU archive sites. The most | 1089 | this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date |
696 | up-to-date matrix with full percentage details can be found at | 1090 | matrix with full percentage details can be found at |
697 | `http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'. | 1091 | `http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'. |
698 | 1092 | ||
699 | Using `gettext' in new packages | 1093 | 1.6 Using `gettext' in new packages |
700 | =============================== | 1094 | =================================== |
701 | 1095 | ||
702 | If you are writing a freely available program and want to | 1096 | If you are writing a freely available program and want to |
703 | internationalize it you are welcome to use GNU `gettext' in your | 1097 | internationalize it you are welcome to use GNU `gettext' in your |
@@ -714,3 +1108,4 @@ developed inside the GNU project. Therefore the information given above | |||
714 | applies also for every other Free Software Project. Contact | 1108 | applies also for every other Free Software Project. Contact |
715 | `translation@iro.umontreal.ca' to make the `.pot' files available to | 1109 | `translation@iro.umontreal.ca' to make the `.pot' files available to |
716 | the translation teams. | 1110 | the translation teams. |
1111 | |||
diff --git a/build-aux/mkinstalldirs b/build-aux/mkinstalldirs new file mode 100755 index 0000000..259dbfc --- /dev/null +++ b/build-aux/mkinstalldirs | |||
@@ -0,0 +1,158 @@ | |||
1 | #! /bin/sh | ||
2 | # mkinstalldirs --- make directory hierarchy | ||
3 | |||
4 | scriptversion=2005-06-29.22 | ||
5 | |||
6 | # Original author: Noah Friedman <friedman@prep.ai.mit.edu> | ||
7 | # Created: 1993-05-16 | ||
8 | # Public domain. | ||
9 | # | ||
10 | # This file is maintained in Automake, please report | ||
11 | # bugs to <bug-automake@gnu.org> or send patches to | ||
12 | # <automake-patches@gnu.org>. | ||
13 | |||
14 | errstatus=0 | ||
15 | dirmode= | ||
16 | |||
17 | usage="\ | ||
18 | Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... | ||
19 | |||
20 | Create each directory DIR (with mode MODE, if specified), including all | ||
21 | leading file name components. | ||
22 | |||
23 | Report bugs to <bug-automake@gnu.org>." | ||
24 | |||
25 | # process command line arguments | ||
26 | while test $# -gt 0 ; do | ||
27 | case $1 in | ||
28 | -h | --help | --h*) # -h for help | ||
29 | echo "$usage" | ||
30 | exit $? | ||
31 | ;; | ||
32 | -m) # -m PERM arg | ||
33 | shift | ||
34 | test $# -eq 0 && { echo "$usage" 1>&2; exit 1; } | ||
35 | dirmode=$1 | ||
36 | shift | ||
37 | ;; | ||
38 | --version) | ||
39 | echo "$0 $scriptversion" | ||
40 | exit $? | ||
41 | ;; | ||
42 | --) # stop option processing | ||
43 | shift | ||
44 | break | ||
45 | ;; | ||
46 | -*) # unknown option | ||
47 | echo "$usage" 1>&2 | ||
48 | exit 1 | ||
49 | ;; | ||
50 | *) # first non-opt arg | ||
51 | break | ||
52 | ;; | ||
53 | esac | ||
54 | done | ||
55 | |||
56 | for file | ||
57 | do | ||
58 | if test -d "$file"; then | ||
59 | shift | ||
60 | else | ||
61 | break | ||
62 | fi | ||
63 | done | ||
64 | |||
65 | case $# in | ||
66 | 0) exit 0 ;; | ||
67 | esac | ||
68 | |||
69 | # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and | ||
70 | # mkdir -p a/c at the same time, both will detect that a is missing, | ||
71 | # one will create a, then the other will try to create a and die with | ||
72 | # a "File exists" error. This is a problem when calling mkinstalldirs | ||
73 | # from a parallel make. We use --version in the probe to restrict | ||
74 | # ourselves to GNU mkdir, which is thread-safe. | ||
75 | case $dirmode in | ||
76 | '') | ||
77 | if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then | ||
78 | echo "mkdir -p -- $*" | ||
79 | exec mkdir -p -- "$@" | ||
80 | else | ||
81 | # On NextStep and OpenStep, the `mkdir' command does not | ||
82 | # recognize any option. It will interpret all options as | ||
83 | # directories to create, and then abort because `.' already | ||
84 | # exists. | ||
85 | test -d ./-p && rmdir ./-p | ||
86 | test -d ./--version && rmdir ./--version | ||
87 | fi | ||
88 | ;; | ||
89 | *) | ||
90 | if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && | ||
91 | test ! -d ./--version; then | ||
92 | echo "mkdir -m $dirmode -p -- $*" | ||
93 | exec mkdir -m "$dirmode" -p -- "$@" | ||
94 | else | ||
95 | # Clean up after NextStep and OpenStep mkdir. | ||
96 | for d in ./-m ./-p ./--version "./$dirmode"; | ||
97 | do | ||
98 | test -d $d && rmdir $d | ||
99 | done | ||
100 | fi | ||
101 | ;; | ||
102 | esac | ||
103 | |||
104 | for file | ||
105 | do | ||
106 | case $file in | ||
107 | /*) pathcomp=/ ;; | ||
108 | *) pathcomp= ;; | ||
109 | esac | ||
110 | oIFS=$IFS | ||
111 | IFS=/ | ||
112 | set fnord $file | ||
113 | shift | ||
114 | IFS=$oIFS | ||
115 | |||
116 | for d | ||
117 | do | ||
118 | test "x$d" = x && continue | ||
119 | |||
120 | pathcomp=$pathcomp$d | ||
121 | case $pathcomp in | ||
122 | -*) pathcomp=./$pathcomp ;; | ||
123 | esac | ||
124 | |||
125 | if test ! -d "$pathcomp"; then | ||
126 | echo "mkdir $pathcomp" | ||
127 | |||
128 | mkdir "$pathcomp" || lasterr=$? | ||
129 | |||
130 | if test ! -d "$pathcomp"; then | ||
131 | errstatus=$lasterr | ||
132 | else | ||
133 | if test ! -z "$dirmode"; then | ||
134 | echo "chmod $dirmode $pathcomp" | ||
135 | lasterr= | ||
136 | chmod "$dirmode" "$pathcomp" || lasterr=$? | ||
137 | |||
138 | if test ! -z "$lasterr"; then | ||
139 | errstatus=$lasterr | ||
140 | fi | ||
141 | fi | ||
142 | fi | ||
143 | fi | ||
144 | |||
145 | pathcomp=$pathcomp/ | ||
146 | done | ||
147 | done | ||
148 | |||
149 | exit $errstatus | ||
150 | |||
151 | # Local Variables: | ||
152 | # mode: shell-script | ||
153 | # sh-indentation: 2 | ||
154 | # eval: (add-hook 'write-file-hooks 'time-stamp) | ||
155 | # time-stamp-start: "scriptversion=" | ||
156 | # time-stamp-format: "%:y-%02m-%02d.%02H" | ||
157 | # time-stamp-end: "$" | ||
158 | # End: | ||
diff --git a/configure.in b/configure.in index 891922e..264a067 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1458,7 +1458,7 @@ AC_SUBST(EXTRA_NETOBJS) | |||
1458 | AC_SUBST(DEPLIBS) | 1458 | AC_SUBST(DEPLIBS) |
1459 | 1459 | ||
1460 | AM_GNU_GETTEXT([external], [need-ngettext]) | 1460 | AM_GNU_GETTEXT([external], [need-ngettext]) |
1461 | AM_GNU_GETTEXT_VERSION(0.13.1) | 1461 | AM_GNU_GETTEXT_VERSION(0.15) |
1462 | 1462 | ||
1463 | dnl Check for Redhat spopen problem | 1463 | dnl Check for Redhat spopen problem |
1464 | dnl Wierd problem where ECHILD is returned from a wait call in error | 1464 | dnl Wierd problem where ECHILD is returned from a wait call in error |