Revision 3132
| config.rpath (revision 3132) | ||
|---|---|---|
| 2 | 2 |
# Output a system dependent set of variables, describing how to set the |
| 3 | 3 |
# run time search path of shared libraries in an executable. |
| 4 | 4 |
# |
| 5 |
# Copyright 1996-2003 Free Software Foundation, Inc.
|
|
| 5 |
# Copyright 1996-2007 Free Software Foundation, Inc.
|
|
| 6 | 6 |
# Taken from GNU libtool, 2001 |
| 7 | 7 |
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 |
| 8 | 8 |
# |
| 9 |
# This program is free software; you can redistribute it and/or modify |
|
| 10 |
# it under the terms of the GNU General Public License as published by |
|
| 11 |
# the Free Software Foundation; either version 2 of the License, or |
|
| 12 |
# (at your option) any later version. |
|
| 9 |
# This file is free software; the Free Software Foundation gives |
|
| 10 |
# unlimited permission to copy and/or distribute it, with or without |
|
| 11 |
# modifications, as long as this notice is preserved. |
|
| 13 | 12 |
# |
| 14 |
# This program is distributed in the hope that it will be useful, but |
|
| 15 |
# WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 16 |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
| 17 |
# General Public License for more details. |
|
| 18 |
# |
|
| 19 |
# You should have received a copy of the GNU General Public License |
|
| 20 |
# along with this program; if not, write to the Free Software |
|
| 21 |
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
|
| 22 |
# |
|
| 23 |
# As a special exception to the GNU General Public License, if you |
|
| 24 |
# distribute this file as part of a program that contains a |
|
| 25 |
# configuration script generated by Autoconf, you may include it under |
|
| 26 |
# the same distribution terms that you use for the rest of that program. |
|
| 27 |
# |
|
| 28 | 13 |
# The first argument passed to this file is the canonical host specification, |
| 29 | 14 |
# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM |
| 30 | 15 |
# or |
| ... | ... | |
| 40 | 25 |
# known workaround is to choose shorter directory names for the build |
| 41 | 26 |
# directory and/or the installation directory. |
| 42 | 27 |
|
| 43 |
# All known linkers require a `.a' archive for static linking (except M$VC,
|
|
| 28 |
# All known linkers require a `.a' archive for static linking (except MSVC,
|
|
| 44 | 29 |
# which needs '.lib'). |
| 45 | 30 |
libext=a |
| 46 | 31 |
shrext=.so |
| ... | ... | |
| 50 | 35 |
host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` |
| 51 | 36 |
host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` |
| 52 | 37 |
|
| 38 |
# Code taken from libtool.m4's _LT_CC_BASENAME. |
|
| 39 |
|
|
| 40 |
for cc_temp in $CC""; do |
|
| 41 |
case $cc_temp in |
|
| 42 |
compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; |
|
| 43 |
distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; |
|
| 44 |
\-*) ;; |
|
| 45 |
*) break;; |
|
| 46 |
esac |
|
| 47 |
done |
|
| 48 |
cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'` |
|
| 49 |
|
|
| 53 | 50 |
# Code taken from libtool.m4's AC_LIBTOOL_PROG_COMPILER_PIC. |
| 54 | 51 |
|
| 55 | 52 |
wl= |
| ... | ... | |
| 60 | 57 |
aix*) |
| 61 | 58 |
wl='-Wl,' |
| 62 | 59 |
;; |
| 63 |
mingw* | pw32* | os2*) |
|
| 60 |
darwin*) |
|
| 61 |
case $cc_basename in |
|
| 62 |
xlc*) |
|
| 63 |
wl='-Wl,' |
|
| 64 |
;; |
|
| 65 |
esac |
|
| 64 | 66 |
;; |
| 67 |
mingw* | cygwin* | pw32* | os2*) |
|
| 68 |
;; |
|
| 65 | 69 |
hpux9* | hpux10* | hpux11*) |
| 66 | 70 |
wl='-Wl,' |
| 67 | 71 |
;; |
| ... | ... | |
| 70 | 74 |
;; |
| 71 | 75 |
newsos6) |
| 72 | 76 |
;; |
| 73 |
linux*) |
|
| 74 |
case $CC in
|
|
| 75 |
icc|ecc)
|
|
| 77 |
linux* | k*bsd*-gnu)
|
|
| 78 |
case $cc_basename in
|
|
| 79 |
icc* | ecc*)
|
|
| 76 | 80 |
wl='-Wl,' |
| 77 | 81 |
;; |
| 78 |
ccc)
|
|
| 82 |
pgcc | pgf77 | pgf90)
|
|
| 79 | 83 |
wl='-Wl,' |
| 80 | 84 |
;; |
| 85 |
ccc*) |
|
| 86 |
wl='-Wl,' |
|
| 87 |
;; |
|
| 88 |
como) |
|
| 89 |
wl='-lopt=' |
|
| 90 |
;; |
|
| 91 |
*) |
|
| 92 |
case `$CC -V 2>&1 | sed 5q` in |
|
| 93 |
*Sun\ C*) |
|
| 94 |
wl='-Wl,' |
|
| 95 |
;; |
|
| 96 |
esac |
|
| 97 |
;; |
|
| 81 | 98 |
esac |
| 82 | 99 |
;; |
| 83 | 100 |
osf3* | osf4* | osf5*) |
| 84 | 101 |
wl='-Wl,' |
| 85 | 102 |
;; |
| 86 |
sco3.2v5*)
|
|
| 103 |
rdos*)
|
|
| 87 | 104 |
;; |
| 88 | 105 |
solaris*) |
| 89 | 106 |
wl='-Wl,' |
| ... | ... | |
| 91 | 108 |
sunos4*) |
| 92 | 109 |
wl='-Qoption ld ' |
| 93 | 110 |
;; |
| 94 |
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
|
|
| 111 |
sysv4 | sysv4.2uw2* | sysv4.3*) |
|
| 95 | 112 |
wl='-Wl,' |
| 96 | 113 |
;; |
| 97 | 114 |
sysv4*MP*) |
| 98 | 115 |
;; |
| 116 |
sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) |
|
| 117 |
wl='-Wl,' |
|
| 118 |
;; |
|
| 119 |
unicos*) |
|
| 120 |
wl='-Wl,' |
|
| 121 |
;; |
|
| 99 | 122 |
uts4*) |
| 100 | 123 |
;; |
| 101 | 124 |
esac |
| ... | ... | |
| 117 | 140 |
with_gnu_ld=no |
| 118 | 141 |
fi |
| 119 | 142 |
;; |
| 143 |
interix*) |
|
| 144 |
# we just hope/assume this is gcc and not c89 (= MSVC++) |
|
| 145 |
with_gnu_ld=yes |
|
| 146 |
;; |
|
| 120 | 147 |
openbsd*) |
| 121 | 148 |
with_gnu_ld=no |
| 122 | 149 |
;; |
| ... | ... | |
| 124 | 151 |
|
| 125 | 152 |
ld_shlibs=yes |
| 126 | 153 |
if test "$with_gnu_ld" = yes; then |
| 154 |
# Set some defaults for GNU ld with shared library support. These |
|
| 155 |
# are reset later if shared libraries are not supported. Putting them |
|
| 156 |
# here allows them to be overridden if necessary. |
|
| 157 |
# Unlike libtool, we use -rpath here, not --rpath, since the documented |
|
| 158 |
# option of GNU ld is called -rpath, not --rpath. |
|
| 159 |
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
|
|
| 127 | 160 |
case "$host_os" in |
| 128 | 161 |
aix3* | aix4* | aix5*) |
| 129 | 162 |
# On AIX/PPC, the GNU linker is very broken |
| ... | ... | |
| 138 | 171 |
# that the semantics of dynamic libraries on AmigaOS, at least up |
| 139 | 172 |
# to version 4, is to share data among multiple programs linked |
| 140 | 173 |
# with the same dynamic library. Since this doesn't match the |
| 141 |
# behavior of shared libraries on other platforms, we can use |
|
| 174 |
# behavior of shared libraries on other platforms, we cannot use
|
|
| 142 | 175 |
# them. |
| 143 | 176 |
ld_shlibs=no |
| 144 | 177 |
;; |
| ... | ... | |
| 159 | 192 |
ld_shlibs=no |
| 160 | 193 |
fi |
| 161 | 194 |
;; |
| 195 |
interix[3-9]*) |
|
| 196 |
hardcode_direct=no |
|
| 197 |
hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
|
| 198 |
;; |
|
| 199 |
gnu* | linux* | k*bsd*-gnu) |
|
| 200 |
if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then |
|
| 201 |
: |
|
| 202 |
else |
|
| 203 |
ld_shlibs=no |
|
| 204 |
fi |
|
| 205 |
;; |
|
| 162 | 206 |
netbsd*) |
| 163 | 207 |
;; |
| 164 |
solaris* | sysv5*)
|
|
| 208 |
solaris*) |
|
| 165 | 209 |
if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then |
| 166 | 210 |
ld_shlibs=no |
| 167 | 211 |
elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then |
| ... | ... | |
| 170 | 214 |
ld_shlibs=no |
| 171 | 215 |
fi |
| 172 | 216 |
;; |
| 217 |
sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) |
|
| 218 |
case `$LD -v 2>&1` in |
|
| 219 |
*\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) |
|
| 220 |
ld_shlibs=no |
|
| 221 |
;; |
|
| 222 |
*) |
|
| 223 |
if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then |
|
| 224 |
hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
|
|
| 225 |
else |
|
| 226 |
ld_shlibs=no |
|
| 227 |
fi |
|
| 228 |
;; |
|
| 229 |
esac |
|
| 230 |
;; |
|
| 173 | 231 |
sunos4*) |
| 174 | 232 |
hardcode_direct=yes |
| 175 | 233 |
;; |
| ... | ... | |
| 181 | 239 |
fi |
| 182 | 240 |
;; |
| 183 | 241 |
esac |
| 184 |
if test "$ld_shlibs" = yes; then |
|
| 185 |
# Unlike libtool, we use -rpath here, not --rpath, since the documented |
|
| 186 |
# option of GNU ld is called -rpath, not --rpath. |
|
| 187 |
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
|
|
| 242 |
if test "$ld_shlibs" = no; then |
|
| 243 |
hardcode_libdir_flag_spec= |
|
| 188 | 244 |
fi |
| 189 | 245 |
else |
| 190 | 246 |
case "$host_os" in |
| ... | ... | |
| 215 | 271 |
break |
| 216 | 272 |
fi |
| 217 | 273 |
done |
| 274 |
;; |
|
| 218 | 275 |
esac |
| 219 | 276 |
fi |
| 220 | 277 |
hardcode_direct=yes |
| ... | ... | |
| 226 | 283 |
strings "$collect2name" | grep resolve_lib_name >/dev/null |
| 227 | 284 |
then |
| 228 | 285 |
# We have reworked collect2 |
| 229 |
hardcode_direct=yes
|
|
| 286 |
:
|
|
| 230 | 287 |
else |
| 231 | 288 |
# We have old collect2 |
| 232 | 289 |
hardcode_direct=unsupported |
| ... | ... | |
| 234 | 291 |
hardcode_libdir_flag_spec='-L$libdir' |
| 235 | 292 |
hardcode_libdir_separator= |
| 236 | 293 |
fi |
| 294 |
;; |
|
| 237 | 295 |
esac |
| 238 | 296 |
fi |
| 239 | 297 |
# Begin _LT_AC_SYS_LIBPATH_AIX. |
| ... | ... | |
| 266 | 324 |
# see comment about different semantics on the GNU ld section |
| 267 | 325 |
ld_shlibs=no |
| 268 | 326 |
;; |
| 269 |
bsdi4*)
|
|
| 327 |
bsdi[45]*)
|
|
| 270 | 328 |
;; |
| 271 | 329 |
cygwin* | mingw* | pw32*) |
| 272 | 330 |
# When not using gcc, we currently assume that we are using |
| ... | ... | |
| 277 | 335 |
libext=lib |
| 278 | 336 |
;; |
| 279 | 337 |
darwin* | rhapsody*) |
| 280 |
if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then |
|
| 281 |
hardcode_direct=no |
|
| 338 |
hardcode_direct=no |
|
| 339 |
if test "$GCC" = yes ; then |
|
| 340 |
: |
|
| 341 |
else |
|
| 342 |
case $cc_basename in |
|
| 343 |
xlc*) |
|
| 344 |
;; |
|
| 345 |
*) |
|
| 346 |
ld_shlibs=no |
|
| 347 |
;; |
|
| 348 |
esac |
|
| 282 | 349 |
fi |
| 283 | 350 |
;; |
| 284 | 351 |
dgux*) |
| ... | ... | |
| 295 | 362 |
hardcode_direct=yes |
| 296 | 363 |
hardcode_minus_L=yes |
| 297 | 364 |
;; |
| 298 |
freebsd*) |
|
| 365 |
freebsd* | dragonfly*)
|
|
| 299 | 366 |
hardcode_libdir_flag_spec='-R$libdir' |
| 300 | 367 |
hardcode_direct=yes |
| 301 | 368 |
;; |
| ... | ... | |
| 307 | 374 |
# but as the default location of the library. |
| 308 | 375 |
hardcode_minus_L=yes |
| 309 | 376 |
;; |
| 310 |
hpux10* | hpux11*)
|
|
| 377 |
hpux10*) |
|
| 311 | 378 |
if test "$with_gnu_ld" = no; then |
| 312 |
case "$host_cpu" in |
|
| 313 |
hppa*64*) |
|
| 314 |
hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
|
|
| 315 |
hardcode_libdir_separator=: |
|
| 379 |
hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
|
|
| 380 |
hardcode_libdir_separator=: |
|
| 381 |
hardcode_direct=yes |
|
| 382 |
# hardcode_minus_L: Not really in the search PATH, |
|
| 383 |
# but as the default location of the library. |
|
| 384 |
hardcode_minus_L=yes |
|
| 385 |
fi |
|
| 386 |
;; |
|
| 387 |
hpux11*) |
|
| 388 |
if test "$with_gnu_ld" = no; then |
|
| 389 |
hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
|
|
| 390 |
hardcode_libdir_separator=: |
|
| 391 |
case $host_cpu in |
|
| 392 |
hppa*64*|ia64*) |
|
| 316 | 393 |
hardcode_direct=no |
| 317 | 394 |
;; |
| 318 |
ia64*) |
|
| 319 |
hardcode_libdir_flag_spec='-L$libdir' |
|
| 320 |
hardcode_direct=no |
|
| 321 |
# hardcode_minus_L: Not really in the search PATH, |
|
| 322 |
# but as the default location of the library. |
|
| 323 |
hardcode_minus_L=yes |
|
| 324 |
;; |
|
| 325 | 395 |
*) |
| 326 |
hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
|
|
| 327 |
hardcode_libdir_separator=: |
|
| 328 | 396 |
hardcode_direct=yes |
| 329 | 397 |
# hardcode_minus_L: Not really in the search PATH, |
| 330 | 398 |
# but as the default location of the library. |
| ... | ... | |
| 347 | 415 |
hardcode_libdir_separator=: |
| 348 | 416 |
;; |
| 349 | 417 |
openbsd*) |
| 350 |
hardcode_direct=yes |
|
| 351 |
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then |
|
| 352 |
hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
|
| 418 |
if test -f /usr/libexec/ld.so; then |
|
| 419 |
hardcode_direct=yes |
|
| 420 |
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then |
|
| 421 |
hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
|
| 422 |
else |
|
| 423 |
case "$host_os" in |
|
| 424 |
openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) |
|
| 425 |
hardcode_libdir_flag_spec='-R$libdir' |
|
| 426 |
;; |
|
| 427 |
*) |
|
| 428 |
hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
|
| 429 |
;; |
|
| 430 |
esac |
|
| 431 |
fi |
|
| 353 | 432 |
else |
| 354 |
case "$host_os" in |
|
| 355 |
openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) |
|
| 356 |
hardcode_libdir_flag_spec='-R$libdir' |
|
| 357 |
;; |
|
| 358 |
*) |
|
| 359 |
hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
|
| 360 |
;; |
|
| 361 |
esac |
|
| 433 |
ld_shlibs=no |
|
| 362 | 434 |
fi |
| 363 | 435 |
;; |
| 364 | 436 |
os2*) |
| ... | ... | |
| 378 | 450 |
fi |
| 379 | 451 |
hardcode_libdir_separator=: |
| 380 | 452 |
;; |
| 381 |
sco3.2v5*) |
|
| 382 |
;; |
|
| 383 | 453 |
solaris*) |
| 384 | 454 |
hardcode_libdir_flag_spec='-R$libdir' |
| 385 | 455 |
;; |
| ... | ... | |
| 408 | 478 |
ld_shlibs=yes |
| 409 | 479 |
fi |
| 410 | 480 |
;; |
| 411 |
sysv4.2uw2*) |
|
| 412 |
hardcode_direct=yes |
|
| 413 |
hardcode_minus_L=no |
|
| 481 |
sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) |
|
| 414 | 482 |
;; |
| 415 |
sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*) |
|
| 483 |
sysv5* | sco3.2v5* | sco5v6*) |
|
| 484 |
hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
|
|
| 485 |
hardcode_libdir_separator=':' |
|
| 416 | 486 |
;; |
| 417 |
sysv5*) |
|
| 418 |
hardcode_libdir_flag_spec= |
|
| 419 |
;; |
|
| 420 | 487 |
uts4*) |
| 421 | 488 |
hardcode_libdir_flag_spec='-L$libdir' |
| 422 | 489 |
;; |
| ... | ... | |
| 428 | 495 |
|
| 429 | 496 |
# Check dynamic linker characteristics |
| 430 | 497 |
# Code taken from libtool.m4's AC_LIBTOOL_SYS_DYNAMIC_LINKER. |
| 498 |
# Unlike libtool.m4, here we don't care about _all_ names of the library, but |
|
| 499 |
# only about the one the linker finds when passed -lNAME. This is the last |
|
| 500 |
# element of library_names_spec in libtool.m4, or possibly two of them if the |
|
| 501 |
# linker has special search rules. |
|
| 502 |
library_names_spec= # the last element of library_names_spec in libtool.m4 |
|
| 431 | 503 |
libname_spec='lib$name' |
| 432 | 504 |
case "$host_os" in |
| 433 | 505 |
aix3*) |
| 506 |
library_names_spec='$libname.a' |
|
| 434 | 507 |
;; |
| 435 | 508 |
aix4* | aix5*) |
| 509 |
library_names_spec='$libname$shrext' |
|
| 436 | 510 |
;; |
| 437 | 511 |
amigaos*) |
| 512 |
library_names_spec='$libname.a' |
|
| 438 | 513 |
;; |
| 439 | 514 |
beos*) |
| 515 |
library_names_spec='$libname$shrext' |
|
| 440 | 516 |
;; |
| 441 |
bsdi4*) |
|
| 517 |
bsdi[45]*) |
|
| 518 |
library_names_spec='$libname$shrext' |
|
| 442 | 519 |
;; |
| 443 | 520 |
cygwin* | mingw* | pw32*) |
| 444 | 521 |
shrext=.dll |
| 522 |
library_names_spec='$libname.dll.a $libname.lib' |
|
| 445 | 523 |
;; |
| 446 | 524 |
darwin* | rhapsody*) |
| 447 | 525 |
shrext=.dylib |
| 526 |
library_names_spec='$libname$shrext' |
|
| 448 | 527 |
;; |
| 449 | 528 |
dgux*) |
| 529 |
library_names_spec='$libname$shrext' |
|
| 450 | 530 |
;; |
| 451 | 531 |
freebsd1*) |
| 452 | 532 |
;; |
| 453 |
freebsd*) |
|
| 533 |
freebsd* | dragonfly*) |
|
| 534 |
case "$host_os" in |
|
| 535 |
freebsd[123]*) |
|
| 536 |
library_names_spec='$libname$shrext$versuffix' ;; |
|
| 537 |
*) |
|
| 538 |
library_names_spec='$libname$shrext' ;; |
|
| 539 |
esac |
|
| 454 | 540 |
;; |
| 455 | 541 |
gnu*) |
| 542 |
library_names_spec='$libname$shrext' |
|
| 456 | 543 |
;; |
| 457 | 544 |
hpux9* | hpux10* | hpux11*) |
| 458 |
case "$host_cpu" in
|
|
| 545 |
case $host_cpu in
|
|
| 459 | 546 |
ia64*) |
| 460 | 547 |
shrext=.so |
| 461 | 548 |
;; |
| ... | ... | |
| 466 | 553 |
shrext=.sl |
| 467 | 554 |
;; |
| 468 | 555 |
esac |
| 556 |
library_names_spec='$libname$shrext' |
|
| 469 | 557 |
;; |
| 558 |
interix[3-9]*) |
|
| 559 |
library_names_spec='$libname$shrext' |
|
| 560 |
;; |
|
| 470 | 561 |
irix5* | irix6* | nonstopux*) |
| 562 |
library_names_spec='$libname$shrext' |
|
| 471 | 563 |
case "$host_os" in |
| 472 | 564 |
irix5* | nonstopux*) |
| 473 | 565 |
libsuff= shlibsuff= |
| ... | ... | |
| 484 | 576 |
;; |
| 485 | 577 |
linux*oldld* | linux*aout* | linux*coff*) |
| 486 | 578 |
;; |
| 487 |
linux*) |
|
| 579 |
linux* | k*bsd*-gnu) |
|
| 580 |
library_names_spec='$libname$shrext' |
|
| 488 | 581 |
;; |
| 582 |
knetbsd*-gnu) |
|
| 583 |
library_names_spec='$libname$shrext' |
|
| 584 |
;; |
|
| 489 | 585 |
netbsd*) |
| 586 |
library_names_spec='$libname$shrext' |
|
| 490 | 587 |
;; |
| 491 | 588 |
newsos6) |
| 589 |
library_names_spec='$libname$shrext' |
|
| 492 | 590 |
;; |
| 493 |
nto-qnx) |
|
| 591 |
nto-qnx*) |
|
| 592 |
library_names_spec='$libname$shrext' |
|
| 494 | 593 |
;; |
| 495 | 594 |
openbsd*) |
| 595 |
library_names_spec='$libname$shrext$versuffix' |
|
| 496 | 596 |
;; |
| 497 | 597 |
os2*) |
| 498 | 598 |
libname_spec='$name' |
| 499 | 599 |
shrext=.dll |
| 600 |
library_names_spec='$libname.a' |
|
| 500 | 601 |
;; |
| 501 | 602 |
osf3* | osf4* | osf5*) |
| 603 |
library_names_spec='$libname$shrext' |
|
| 502 | 604 |
;; |
| 503 |
sco3.2v5*)
|
|
| 605 |
rdos*)
|
|
| 504 | 606 |
;; |
| 505 | 607 |
solaris*) |
| 608 |
library_names_spec='$libname$shrext' |
|
| 506 | 609 |
;; |
| 507 | 610 |
sunos4*) |
| 611 |
library_names_spec='$libname$shrext$versuffix' |
|
| 508 | 612 |
;; |
| 509 |
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) |
|
| 613 |
sysv4 | sysv4.3*) |
|
| 614 |
library_names_spec='$libname$shrext' |
|
| 510 | 615 |
;; |
| 511 | 616 |
sysv4*MP*) |
| 617 |
library_names_spec='$libname$shrext' |
|
| 512 | 618 |
;; |
| 619 |
sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) |
|
| 620 |
library_names_spec='$libname$shrext' |
|
| 621 |
;; |
|
| 513 | 622 |
uts4*) |
| 623 |
library_names_spec='$libname$shrext' |
|
| 514 | 624 |
;; |
| 515 | 625 |
esac |
| 516 | 626 |
|
| 517 | 627 |
sed_quote_subst='s/\(["`$\\]\)/\\\1/g' |
| 518 | 628 |
escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"` |
| 519 | 629 |
shlibext=`echo "$shrext" | sed -e 's,^\.,,'` |
| 630 |
escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` |
|
| 631 |
escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` |
|
| 520 | 632 |
escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` |
| 521 | 633 |
|
| 522 |
sed -e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' <<EOF |
|
| 634 |
LC_ALL=C sed -e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' <<EOF
|
|
| 523 | 635 |
|
| 524 | 636 |
# How to pass a linker flag through the compiler. |
| 525 | 637 |
wl="$escaped_wl" |
| ... | ... | |
| 530 | 642 |
# Shared library suffix (normally "so"). |
| 531 | 643 |
shlibext="$shlibext" |
| 532 | 644 |
|
| 645 |
# Format of library name prefix. |
|
| 646 |
libname_spec="$escaped_libname_spec" |
|
| 647 |
|
|
| 648 |
# Library names that the linker finds when passed -lNAME. |
|
| 649 |
library_names_spec="$escaped_library_names_spec" |
|
| 650 |
|
|
| 533 | 651 |
# Flag to hardcode \$libdir into a binary during linking. |
| 534 | 652 |
# This must work even if \$libdir does not exist. |
| 535 | 653 |
hardcode_libdir_flag_spec="$escaped_hardcode_libdir_flag_spec" |
| ABOUT-NLS (revision 3132) | ||
|---|---|---|
| 1 |
Notes on the Free Translation Project |
|
| 2 |
************************************* |
|
| 1 |
1 Notes on the Free Translation Project
|
|
| 2 |
***************************************
|
|
| 3 | 3 |
|
| 4 | 4 |
Free software is going international! The Free Translation Project is |
| 5 | 5 |
a way to get maintainers of free software, translators, and users all |
| ... | ... | |
| 23 | 23 |
`gettext' which is used. The information can be found in the |
| 24 | 24 |
`intl/VERSION' file, in internationalized packages. |
| 25 | 25 |
|
| 26 |
Quick configuration advice |
|
| 27 |
========================== |
|
| 26 |
1.1 Quick configuration advice
|
|
| 27 |
==============================
|
|
| 28 | 28 |
|
| 29 | 29 |
If you want to exploit the full power of internationalization, you |
| 30 | 30 |
should configure it using |
| ... | ... | |
| 46 | 46 |
you have installed a recent copy of the GNU gettext package with the |
| 47 | 47 |
included `libintl'. |
| 48 | 48 |
|
| 49 |
INSTALL Matters |
|
| 50 |
=============== |
|
| 49 |
1.2 INSTALL Matters
|
|
| 50 |
===================
|
|
| 51 | 51 |
|
| 52 | 52 |
Some packages are "localizable" when properly installed; the programs |
| 53 | 53 |
they contain can be made to speak your own native language. Most such |
| ... | ... | |
| 96 | 96 |
`LINGUAS' should then contain a space separated list of two-letter |
| 97 | 97 |
codes, stating which languages are allowed. |
| 98 | 98 |
|
| 99 |
Using This Package |
|
| 100 |
================== |
|
| 99 |
1.3 Using This Package
|
|
| 100 |
======================
|
|
| 101 | 101 |
|
| 102 | 102 |
As a user, if your language has been installed for this package, you |
| 103 | 103 |
only have to set the `LANG' environment variable to the appropriate |
| 104 |
`LL_CC' combination. Here `LL' is an ISO 639 two-letter language code, |
|
| 105 |
and `CC' is an ISO 3166 two-letter country code. For example, let's |
|
| 104 |
`LL_CC' combination. If you happen to have the `LC_ALL' or some other |
|
| 105 |
`LC_xxx' environment variables set, you should unset them before |
|
| 106 |
setting `LANG', otherwise the setting of `LANG' will not have the |
|
| 107 |
desired effect. Here `LL' is an ISO 639 two-letter language code, and |
|
| 108 |
`CC' is an ISO 3166 two-letter country code. For example, let's |
|
| 106 | 109 |
suppose that you speak German and live in Germany. At the shell |
| 107 | 110 |
prompt, merely execute `setenv LANG de_DE' (in `csh'), |
| 108 | 111 |
`export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash'). |
| ... | ... | |
| 118 | 121 |
language and `CC' denoting the country, is the one use on systems based |
| 119 | 122 |
on GNU libc. On other systems, some variations of this scheme are |
| 120 | 123 |
used, such as `LL' or `LL_CC.ENCODING'. You can get the list of |
| 121 |
locales supported by your system for your country by running the command
|
|
| 122 |
`locale -a | grep '^LL''. |
|
| 124 |
locales supported by your system for your language by running the
|
|
| 125 |
command `locale -a | grep '^LL''.
|
|
| 123 | 126 |
|
| 124 | 127 |
Not all programs have translations for all languages. By default, an |
| 125 | 128 |
English message is shown in place of a nonexistent translation. If you |
| ... | ... | |
| 145 | 148 |
to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT' |
| 146 | 149 |
(Portuguese as spoken in Portugal) in this context. |
| 147 | 150 |
|
| 148 |
Translating Teams |
|
| 149 |
================= |
|
| 151 |
1.4 Translating Teams
|
|
| 152 |
=====================
|
|
| 150 | 153 |
|
| 151 | 154 |
For the Free Translation Project to be a success, we need interested |
| 152 | 155 |
people who like their own language and write it well, and who are also |
| 153 | 156 |
able to synergize with other translators speaking the same language. |
| 154 | 157 |
Each translation team has its own mailing list. The up-to-date list of |
| 155 | 158 |
teams can be found at the Free Translation Project's homepage, |
| 156 |
`http://www.iro.umontreal.ca/contrib/po/HTML/', in the "National teams" |
|
| 157 |
area. |
|
| 159 |
`http://translationproject.org/', in the "Teams" area. |
|
| 158 | 160 |
|
| 159 | 161 |
If you'd like to volunteer to _work_ at translating messages, you |
| 160 | 162 |
should become a member of the translating team for your own language. |
| ... | ... | |
| 168 | 170 |
_actively_ in translations, or at solving translational difficulties, |
| 169 | 171 |
rather than merely lurking around. If your team does not exist yet and |
| 170 | 172 |
you want to start one, or if you are unsure about what to do or how to |
| 171 |
get started, please write to `translation@iro.umontreal.ca' to reach the
|
|
| 172 |
coordinator for all translator teams. |
|
| 173 |
get started, please write to `coordinator@translationproject.org' to
|
|
| 174 |
reach the coordinator for all translator teams.
|
|
| 173 | 175 |
|
| 174 | 176 |
The English team is special. It works at improving and uniformizing |
| 175 |
the terminology in use. Proven linguistic skill are praised more than |
|
| 176 |
programming skill, here. |
|
| 177 |
the terminology in use. Proven linguistic skills are praised more than
|
|
| 178 |
programming skills, here.
|
|
| 177 | 179 |
|
| 178 |
Available Packages |
|
| 179 |
================== |
|
| 180 |
1.5 Available Packages
|
|
| 181 |
======================
|
|
| 180 | 182 |
|
| 181 | 183 |
Languages are not equally supported in all packages. The following |
| 182 |
matrix shows the current state of internationalization, as of January
|
|
| 183 |
2004. The matrix shows, in regard of each package, for which languages
|
|
| 184 |
matrix shows the current state of internationalization, as of November
|
|
| 185 |
2007. The matrix shows, in regard of each package, for which languages
|
|
| 184 | 186 |
PO files have been submitted to translation coordination, with a |
| 185 | 187 |
translation percentage of at least 50%. |
| 186 | 188 |
|
| 187 |
Ready PO files af am ar az be bg bs ca cs da de el en en_GB eo es
|
|
| 189 |
Ready PO files af am ar az be bg bs ca cs cy da de el en en_GB eo
|
|
| 188 | 190 |
+----------------------------------------------------+ |
| 189 |
a2ps | [] [] [] [] | |
|
| 190 |
aegis | () | |
|
| 191 |
ant-phone | () | |
|
| 192 |
anubis | | |
|
| 191 |
Compendium | [] [] [] [] | |
|
| 192 |
a2ps | [] [] [] [] [] | |
|
| 193 |
aegis | () | |
|
| 194 |
ant-phone | () | |
|
| 195 |
anubis | [] | |
|
| 193 | 196 |
ap-utils | | |
| 194 |
aspell | [] | |
|
| 195 |
bash | [] [] [] [] | |
|
| 196 |
batchelor | | |
|
| 197 |
bfd | [] [] | |
|
| 198 |
binutils | [] [] | |
|
| 199 |
bison | [] [] [] | |
|
| 200 |
bluez-pin | [] [] [] | |
|
| 201 |
clisp | | |
|
| 202 |
clisp | [] [] [] | |
|
| 203 |
console-tools | [] [] | |
|
| 204 |
coreutils | [] [] [] [] | |
|
| 205 |
cpio | [] [] [] | |
|
| 206 |
darkstat | [] () [] | |
|
| 207 |
diffutils | [] [] [] [] [] [] [] | |
|
| 208 |
e2fsprogs | [] [] [] | |
|
| 209 |
enscript | [] [] [] [] | |
|
| 210 |
error | [] [] [] [] [] | |
|
| 211 |
fetchmail | [] () [] [] [] [] | |
|
| 212 |
fileutils | [] [] [] | |
|
| 213 |
findutils | [] [] [] [] [] [] [] | |
|
| 214 |
flex | [] [] [] [] | |
|
| 197 |
aspell | [] [] [] [] [] | |
|
| 198 |
bash | [] | |
|
| 199 |
bfd | | |
|
| 200 |
bibshelf | [] | |
|
| 201 |
binutils | | |
|
| 202 |
bison | [] [] | |
|
| 203 |
bison-runtime | [] | |
|
| 204 |
bluez-pin | [] [] [] [] [] | |
|
| 205 |
cflow | [] | |
|
| 206 |
clisp | [] [] [] | |
|
| 207 |
console-tools | [] [] | |
|
| 208 |
coreutils | [] [] [] [] | |
|
| 209 |
cpio | | |
|
| 210 |
cpplib | [] [] [] | |
|
| 211 |
cryptonit | [] | |
|
| 212 |
dialog | | |
|
| 213 |
diffutils | [] [] [] [] [] [] | |
|
| 214 |
doodle | [] | |
|
| 215 |
e2fsprogs | [] [] | |
|
| 216 |
enscript | [] [] [] [] | |
|
| 217 |
fetchmail | [] [] () [] [] | |
|
| 218 |
findutils | [] | |
|
| 219 |
findutils_stable | [] [] [] | |
|
| 220 |
flex | [] [] [] | |
|
| 215 | 221 |
fslint | | |
| 216 |
gas | [] | |
|
| 217 |
gawk | [] [] [] [] | |
|
| 218 |
gbiff | [] | |
|
| 222 |
gas | | |
|
| 223 |
gawk | [] [] [] | |
|
| 219 | 224 |
gcal | [] | |
| 220 |
gcc | [] [] | |
|
| 221 |
gettext | [] [] [] [] [] | |
|
| 222 |
gettext-examples | [] [] [] [] | |
|
| 223 |
gettext-runtime | [] [] [] [] [] | |
|
| 224 |
gettext-tools | [] [] [] | |
|
| 225 |
gimp-print | [] [] [] [] [] | |
|
| 226 |
gliv | | |
|
| 227 |
glunarclock | [] [] | |
|
| 228 |
gnubiff | [] | |
|
| 229 |
gnucash | [] () [] [] | |
|
| 230 |
gnucash-glossary | [] () [] | |
|
| 231 |
gnupg | [] () [] [] [] [] | |
|
| 232 |
gpe-aerial | [] | |
|
| 233 |
gpe-beam | [] [] | |
|
| 234 |
gpe-calendar | [] [] | |
|
| 235 |
gpe-clock | [] [] | |
|
| 236 |
gpe-conf | [] [] | |
|
| 237 |
gpe-contacts | [] [] | |
|
| 225 |
gcc | [] | |
|
| 226 |
gettext-examples | [] [] [] [] [] | |
|
| 227 |
gettext-runtime | [] [] [] [] [] | |
|
| 228 |
gettext-tools | [] [] | |
|
| 229 |
gip | [] | |
|
| 230 |
gliv | [] [] | |
|
| 231 |
glunarclock | [] | |
|
| 232 |
gmult | [] [] | |
|
| 233 |
gnubiff | () | |
|
| 234 |
gnucash | [] [] () () [] | |
|
| 235 |
gnuedu | | |
|
| 236 |
gnulib | [] | |
|
| 237 |
gnunet | | |
|
| 238 |
gnunet-gtk | | |
|
| 239 |
gnutls | [] | |
|
| 240 |
gpe-aerial | [] [] | |
|
| 241 |
gpe-beam | [] [] | |
|
| 242 |
gpe-calendar | | |
|
| 243 |
gpe-clock | [] [] | |
|
| 244 |
gpe-conf | [] [] | |
|
| 245 |
gpe-contacts | | |
|
| 238 | 246 |
gpe-edit | [] | |
| 247 |
gpe-filemanager | | |
|
| 239 | 248 |
gpe-go | [] | |
| 240 |
gpe-login | [] [] | |
|
| 241 |
gpe-ownerinfo | [] [] | |
|
| 242 |
gpe-sketchbook | [] [] | |
|
| 243 |
gpe-su | [] [] | |
|
| 244 |
gpe-taskmanager | [] [] | |
|
| 249 |
gpe-login | [] [] | |
|
| 250 |
gpe-ownerinfo | [] [] | |
|
| 251 |
gpe-package | | |
|
| 252 |
gpe-sketchbook | [] [] | |
|
| 253 |
gpe-su | [] [] | |
|
| 254 |
gpe-taskmanager | [] [] | |
|
| 245 | 255 |
gpe-timesheet | [] | |
| 246 |
gpe-today | [] [] | |
|
| 247 |
gpe-todo | [] [] | |
|
| 248 |
gphoto2 | [] [] [] [] | |
|
| 249 |
gprof | [] [] [] | |
|
| 250 |
gpsdrive | () () () | |
|
| 251 |
gramadoir | [] | |
|
| 252 |
grep | [] [] [] [] [] [] | |
|
| 253 |
gretl | [] | |
|
| 254 |
gtick | [] () | |
|
| 255 |
hello | [] [] [] [] [] [] | |
|
| 256 |
id-utils | [] [] | |
|
| 257 |
indent | [] [] [] [] | |
|
| 258 |
iso_3166 | [] [] [] [] [] [] [] [] [] [] | |
|
| 259 |
iso_3166_1 | [] [] [] [] [] [] | |
|
| 256 |
gpe-today | [] [] | |
|
| 257 |
gpe-todo | | |
|
| 258 |
gphoto2 | [] [] [] [] | |
|
| 259 |
gprof | [] [] | |
|
| 260 |
gpsdrive | | |
|
| 261 |
gramadoir | [] [] | |
|
| 262 |
grep | [] [] | |
|
| 263 |
gretl | () | |
|
| 264 |
gsasl | | |
|
| 265 |
gss | | |
|
| 266 |
gst-plugins-bad | [] [] | |
|
| 267 |
gst-plugins-base | [] [] | |
|
| 268 |
gst-plugins-good | [] [] [] | |
|
| 269 |
gst-plugins-ugly | [] [] | |
|
| 270 |
gstreamer | [] [] [] [] [] [] [] | |
|
| 271 |
gtick | () | |
|
| 272 |
gtkam | [] [] [] [] | |
|
| 273 |
gtkorphan | [] [] | |
|
| 274 |
gtkspell | [] [] [] [] | |
|
| 275 |
gutenprint | [] | |
|
| 276 |
hello | [] [] [] [] [] | |
|
| 277 |
herrie | [] | |
|
| 278 |
hylafax | | |
|
| 279 |
idutils | [] [] | |
|
| 280 |
indent | [] [] [] [] | |
|
| 281 |
iso_15924 | | |
|
| 282 |
iso_3166 | [] [] [] [] [] [] [] [] [] [] [] | |
|
| 260 | 283 |
iso_3166_2 | | |
| 261 |
iso_3166_3 | [] | |
|
| 262 |
iso_4217 | [] [] [] [] | |
|
| 263 |
iso_639 | | |
|
| 264 |
jpilot | [] [] [] | |
|
| 284 |
iso_4217 | [] [] [] | |
|
| 285 |
iso_639 | [] [] [] [] | |
|
| 286 |
jpilot | [] | |
|
| 265 | 287 |
jtag | | |
| 266 |
jwhois | [] | |
|
| 267 |
kbd | [] [] [] [] [] | |
|
| 268 |
latrine | () | |
|
| 269 |
ld | [] [] | |
|
| 270 |
libc | [] [] [] [] [] [] | |
|
| 271 |
libgpewidget | [] [] | |
|
| 272 |
libiconv | [] [] [] [] [] | |
|
| 273 |
lifelines | [] () | |
|
| 274 |
lilypond | [] | |
|
| 288 |
jwhois | | |
|
| 289 |
kbd | [] [] [] [] | |
|
| 290 |
keytouch | [] [] | |
|
| 291 |
keytouch-editor | [] | |
|
| 292 |
keytouch-keyboa... | [] | |
|
| 293 |
latrine | () | |
|
| 294 |
ld | [] | |
|
| 295 |
leafpad | [] [] [] [] [] | |
|
| 296 |
libc | [] [] [] [] | |
|
| 297 |
libexif | [] | |
|
| 298 |
libextractor | [] | |
|
| 299 |
libgpewidget | [] [] [] | |
|
| 300 |
libgpg-error | [] | |
|
| 301 |
libgphoto2 | [] [] | |
|
| 302 |
libgphoto2_port | [] [] | |
|
| 303 |
libgsasl | | |
|
| 304 |
libiconv | [] [] | |
|
| 305 |
libidn | [] [] [] | |
|
| 306 |
lifelines | [] () | |
|
| 307 |
lilypond | [] | |
|
| 275 | 308 |
lingoteach | | |
| 276 |
lingoteach_lessons | () () | |
|
| 277 |
lynx | [] [] [] [] | |
|
| 278 |
m4 | [] [] [] [] | |
|
| 279 |
mailutils | [] [] | |
|
| 280 |
make | [] [] [] | |
|
| 281 |
man-db | [] () [] [] () | |
|
| 282 |
minicom | [] [] [] | |
|
| 283 |
mysecretdiary | [] [] [] | |
|
| 284 |
nano | [] () [] [] [] | |
|
| 285 |
nano_1_0 | [] () [] [] [] | |
|
| 286 |
opcodes | [] | |
|
| 287 |
parted | [] [] [] [] [] | |
|
| 288 |
ptx | [] [] [] [] [] | |
|
| 289 |
python | | |
|
| 290 |
radius | [] | |
|
| 291 |
recode | [] [] [] [] [] [] [] | |
|
| 292 |
rpm | [] [] | |
|
| 309 |
lprng | | |
|
| 310 |
lynx | [] [] [] [] | |
|
| 311 |
m4 | [] [] [] [] | |
|
| 312 |
mailfromd | | |
|
| 313 |
mailutils | [] | |
|
| 314 |
make | [] [] | |
|
| 315 |
man-db | [] [] [] | |
|
| 316 |
minicom | [] [] [] | |
|
| 317 |
nano | [] [] [] | |
|
| 318 |
opcodes | [] | |
|
| 319 |
parted | [] [] | |
|
| 320 |
pilot-qof | | |
|
| 321 |
popt | [] [] [] | |
|
| 322 |
psmisc | [] | |
|
| 323 |
pwdutils | | |
|
| 324 |
qof | | |
|
| 325 |
radius | [] | |
|
| 326 |
recode | [] [] [] [] [] [] | |
|
| 327 |
rpm | [] | |
|
| 293 | 328 |
screem | | |
| 294 |
scrollkeeper | [] [] [] [] [] [] | |
|
| 295 |
sed | [] [] [] [] [] [] | |
|
| 296 |
sh-utils | [] [] [] | |
|
| 297 |
shared-mime-info | | |
|
| 298 |
sharutils | [] [] [] [] [] [] | |
|
| 299 |
silky | () | |
|
| 300 |
skencil | [] () [] | |
|
| 301 |
sketch | [] () [] | |
|
| 302 |
soundtracker | [] [] [] | |
|
| 303 |
sp | [] | |
|
| 304 |
tar | [] [] [] [] | |
|
| 305 |
texinfo | [] [] [] | |
|
| 306 |
textutils | [] [] [] [] | |
|
| 307 |
tin | () () | |
|
| 308 |
tp-robot | | |
|
| 309 |
tuxpaint | [] [] [] [] [] [] [] | |
|
| 329 |
scrollkeeper | [] [] [] [] [] [] [] [] | |
|
| 330 |
sed | [] [] [] | |
|
| 331 |
shared-mime-info | [] [] [] [] () [] [] [] | |
|
| 332 |
sharutils | [] [] [] [] [] [] | |
|
| 333 |
shishi | | |
|
| 334 |
skencil | [] () | |
|
| 335 |
solfege | | |
|
| 336 |
soundtracker | [] [] | |
|
| 337 |
sp | [] | |
|
| 338 |
system-tools-ba... | [] [] [] [] [] [] [] [] [] | |
|
| 339 |
tar | [] [] | |
|
| 340 |
texinfo | [] [] [] | |
|
| 341 |
tin | () () | |
|
| 342 |
tuxpaint | [] [] [] [] [] [] | |
|
| 310 | 343 |
unicode-han-tra... | | |
| 311 | 344 |
unicode-transla... | | |
| 312 |
util-linux | [] [] [] [] [] | |
|
| 313 |
vorbis-tools | [] [] [] [] | |
|
| 314 |
wastesedge | () | |
|
| 315 |
wdiff | [] [] [] [] | |
|
| 316 |
wget | [] [] [] [] [] [] | |
|
| 317 |
xchat | [] [] [] [] | |
|
| 318 |
xfree86_xkb_xml | [] [] | |
|
| 319 |
xpad | [] | |
|
| 345 |
util-linux | [] [] [] [] | |
|
| 346 |
util-linux-ng | [] [] [] [] | |
|
| 347 |
vorbis-tools | [] | |
|
| 348 |
wastesedge | () | |
|
| 349 |
wdiff | [] [] [] [] | |
|
| 350 |
wget | [] [] [] | |
|
| 351 |
xchat | [] [] [] [] [] [] [] | |
|
| 352 |
xkeyboard-config | [] | |
|
| 353 |
xpad | [] [] [] | |
|
| 320 | 354 |
+----------------------------------------------------+ |
| 321 |
af am ar az be bg bs ca cs da de el en en_GB eo es |
|
| 322 |
4 0 0 1 9 4 1 40 41 60 78 17 1 5 13 68 |
|
| 323 |
|
|
| 324 |
et eu fa fi fr ga gl he hr hu id is it ja ko lg |
|
| 325 |
+-------------------------------------------------+ |
|
| 326 |
a2ps | [] [] [] () () | |
|
| 327 |
aegis | | |
|
| 328 |
ant-phone | [] | |
|
| 329 |
anubis | [] | |
|
| 330 |
ap-utils | [] | |
|
| 331 |
aspell | [] [] | |
|
| 332 |
bash | [] [] | |
|
| 333 |
batchelor | [] [] | |
|
| 334 |
bfd | [] | |
|
| 335 |
binutils | [] [] | |
|
| 336 |
bison | [] [] [] [] | |
|
| 337 |
bluez-pin | [] [] [] [] [] | |
|
| 338 |
clisp | | |
|
| 339 |
clisp | [] | |
|
| 340 |
console-tools | | |
|
| 341 |
coreutils | [] [] [] [] [] [] | |
|
| 342 |
cpio | [] [] [] [] | |
|
| 343 |
darkstat | () [] [] [] | |
|
| 344 |
diffutils | [] [] [] [] [] [] [] | |
|
| 345 |
e2fsprogs | | |
|
| 346 |
enscript | [] [] | |
|
| 347 |
error | [] [] [] [] | |
|
| 348 |
fetchmail | [] | |
|
| 349 |
fileutils | [] [] [] [] [] [] | |
|
| 350 |
findutils | [] [] [] [] [] [] [] [] [] [] [] | |
|
| 351 |
flex | [] [] [] | |
|
| 352 |
fslint | [] | |
|
| 353 |
gas | [] | |
|
| 354 |
gawk | [] [] [] | |
|
| 355 |
gbiff | [] | |
|
| 356 |
gcal | [] | |
|
| 357 |
gcc | [] | |
|
| 358 |
gettext | [] [] [] | |
|
| 359 |
gettext-examples | [] [] | |
|
| 360 |
gettext-runtime | [] [] [] [] [] | |
|
| 361 |
gettext-tools | [] [] [] | |
|
| 362 |
gimp-print | [] [] | |
|
| 363 |
gliv | () | |
|
| 364 |
glunarclock | [] [] [] [] | |
|
| 365 |
gnubiff | [] | |
|
| 366 |
gnucash | () [] | |
|
| 367 |
gnucash-glossary | [] | |
|
| 368 |
gnupg | [] [] [] [] [] [] [] | |
|
| 369 |
gpe-aerial | [] | |
|
| 370 |
gpe-beam | [] | |
|
| 371 |
gpe-calendar | [] [] [] | |
|
| 372 |
gpe-clock | [] | |
|
| 373 |
gpe-conf | [] | |
|
| 374 |
gpe-contacts | [] [] | |
|
| 375 |
gpe-edit | [] [] | |
|
| 376 |
gpe-go | [] | |
|
| 377 |
gpe-login | [] [] | |
|
| 378 |
gpe-ownerinfo | [] [] [] | |
|
| 379 |
gpe-sketchbook | [] | |
|
| 380 |
gpe-su | [] | |
|
| 381 |
gpe-taskmanager | [] | |
|
| 382 |
gpe-timesheet | [] [] [] | |
|
| 383 |
gpe-today | [] [] | |
|
| 384 |
gpe-todo | [] [] | |
|
| 385 |
gphoto2 | [] [] [] | |
|
| 386 |
gprof | [] [] | |
|
| 387 |
gpsdrive | () () () | |
|
| 388 |
gramadoir | [] [] | |
|
| 389 |
grep | [] [] [] [] [] [] [] [] [] [] [] | |
|
| 390 |
gretl | [] [] | |
|
| 391 |
gtick | [] [] [] | |
|
| 392 |
hello | [] [] [] [] [] [] [] [] [] [] [] [] [] | |
|
| 393 |
id-utils | [] [] [] [] | |
|
| 394 |
indent | [] [] [] [] [] [] [] [] [] | |
|
| 395 |
iso_3166 | [] [] [] [] [] [] [] | |
|
| 396 |
iso_3166_1 | [] [] [] [] [] | |
|
| 397 |
iso_3166_2 | | |
|
| 398 |
iso_3166_3 | | |
|
| 399 |
iso_4217 | [] [] [] [] [] [] | |
|
| 400 |
iso_639 | | |
|
| 401 |
jpilot | [] () | |
|
| 402 |
jtag | [] | |
|
| 403 |
jwhois | [] [] [] [] | |
|
| 404 |
kbd | [] | |
|
| 405 |
latrine | [] | |
|
| 406 |
ld | [] | |
|
| 407 |
libc | [] [] [] [] [] [] | |
|
| 408 |
libgpewidget | [] [] [] [] | |
|
| 409 |
libiconv | [] [] [] [] [] [] [] [] [] | |
|
| 410 |
lifelines | () | |
|
| 411 |
lilypond | [] | |
|
| 412 |
lingoteach | [] [] | |
|
| 413 |
lingoteach_lessons | | |
|
| 414 |
lynx | [] [] [] [] | |
|
| 415 |
m4 | [] [] [] [] | |
|
| 416 |
mailutils | | |
|
| 417 |
make | [] [] [] [] [] [] | |
|
| 418 |
man-db | () () | |
|
| 419 |
minicom | [] [] [] [] | |
|
| 420 |
mysecretdiary | [] [] | |
|
| 421 |
nano | [] [] [] [] | |
|
| 422 |
nano_1_0 | [] [] [] [] | |
|
| 423 |
opcodes | [] | |
|
| 424 |
parted | [] [] [] | |
|
| 425 |
ptx | [] [] [] [] [] [] [] | |
|
| 426 |
python | | |
|
| 427 |
radius | [] | |
|
| 428 |
recode | [] [] [] [] [] [] | |
|
| 429 |
rpm | [] [] | |
|
| 430 |
screem | | |
|
| 431 |
scrollkeeper | [] | |
|
| 432 |
sed | [] [] [] [] [] [] [] [] [] | |
|
| 433 |
sh-utils | [] [] [] [] [] [] [] | |
|
| 434 |
shared-mime-info | [] [] [] | |
|
| 435 |
sharutils | [] [] [] [] [] | |
|
| 436 |
silky | () [] () () | |
|
| 437 |
skencil | [] | |
|
| 438 |
sketch | [] | |
|
| 439 |
soundtracker | [] [] | |
|
| 440 |
sp | [] () | |
|
| 441 |
tar | [] [] [] [] [] [] [] [] [] | |
|
| 442 |
texinfo | [] [] [] [] | |
|
| 443 |
textutils | [] [] [] [] [] [] | |
|
| 444 |
tin | [] () | |
|
| 445 |
tp-robot | [] | |
|
| 446 |
tuxpaint | [] [] [] [] [] [] [] [] [] | |
|
| 447 |
unicode-han-tra... | | |
|
| 448 |
unicode-transla... | [] [] | |
|
| 449 |
util-linux | [] [] [] [] () [] | |
|
| 450 |
vorbis-tools | [] | |
|
| 451 |
wastesedge | () | |
|
| 452 |
wdiff | [] [] [] [] [] [] | |
|
| 453 |
wget | [] [] [] [] [] [] [] | |
|
| 454 |
xchat | [] [] [] | |
|
| 455 |
xfree86_xkb_xml | [] [] | |
|
| 456 |
xpad | [] [] | |
|
| 457 |
+-------------------------------------------------+ |
|
| 458 |
et eu fa fi fr ga gl he hr hu id is it ja ko lg |
|
| 459 |
22 2 1 26 106 28 24 8 10 41 33 1 26 33 12 0 |
|
| 460 |
|
|
| 461 |
lt lv mk mn ms mt nb nl nn no nso pl pt pt_BR ro ru |
|
| 462 |
+-----------------------------------------------------+ |
|
| 463 |
a2ps | [] [] () () [] [] [] | |
|
| 464 |
aegis | () () () | |
|
| 465 |
ant-phone | [] [] | |
|
| 466 |
anubis | [] [] [] [] [] [] | |
|
| 467 |
ap-utils | [] () [] | |
|
| 468 |
aspell | [] | |
|
| 469 |
bash | [] [] [] | |
|
| 470 |
batchelor | [] | |
|
| 471 |
bfd | [] | |
|
| 472 |
binutils | [] | |
|
| 473 |
bison | [] [] [] [] [] | |
|
| 474 |
bluez-pin | [] [] [] | |
|
| 475 |
clisp | | |
|
| 476 |
clisp | [] | |
|
| 477 |
console-tools | [] | |
|
| 478 |
coreutils | [] [] | |
|
| 479 |
cpio | [] [] [] [] [] | |
|
| 480 |
darkstat | [] [] [] [] | |
|
| 481 |
diffutils | [] [] [] [] [] [] | |
|
| 482 |
e2fsprogs | [] | |
|
| 483 |
enscript | [] [] [] [] | |
|
| 484 |
error | [] [] [] | |
|
| 485 |
fetchmail | [] [] () [] | |
|
| 486 |
fileutils | [] [] [] | |
|
| 487 |
findutils | [] [] [] [] [] | |
|
| 488 |
flex | [] [] [] [] | |
|
| 489 |
fslint | [] [] | |
|
| 490 |
gas | | |
|
| 491 |
gawk | [] [] [] | |
|
| 492 |
gbiff | [] [] | |
|
| 493 |
gcal | | |
|
| 494 |
gcc | | |
|
| 495 |
gettext | [] [] [] | |
|
| 496 |
gettext-examples | [] [] [] | |
|
| 497 |
gettext-runtime | [] [] [] [] | |
|
| 498 |
gettext-tools | [] [] | |
|
| 499 |
gimp-print | [] | |
|
| 500 |
gliv | [] [] [] | |
|
| 501 |
glunarclock | [] [] [] [] | |
|
| 502 |
gnubiff | [] | |
|
| 503 |
gnucash | [] [] () [] | |
|
| 504 |
gnucash-glossary | [] [] | |
|
| 505 |
gnupg | [] | |
|
| 506 |
gpe-aerial | [] [] [] [] | |
|
| 507 |
gpe-beam | [] [] [] [] | |
|
| 508 |
gpe-calendar | [] [] [] [] | |
|
| 509 |
gpe-clock | [] [] [] [] | |
|
| 510 |
gpe-conf | [] [] [] [] | |
|
| 511 |
gpe-contacts | [] [] [] [] | |
|
| 512 |
gpe-edit | [] [] [] [] | |
|
| 513 |
gpe-go | [] [] [] | |
|
| 514 |
gpe-login | [] [] [] [] | |
|
| 515 |
gpe-ownerinfo | [] [] [] [] | |
|
| 516 |
gpe-sketchbook | [] [] [] [] | |
|
| 517 |
gpe-su | [] [] [] [] | |
|
| 518 |
gpe-taskmanager | [] [] [] [] | |
|
| 519 |
gpe-timesheet | [] [] [] [] | |
|
| 520 |
gpe-today | [] [] [] [] | |
|
| 521 |
gpe-todo | [] [] [] [] | |
|
| 522 |
gphoto2 | [] | |
|
| 523 |
gprof | [] [] | |
|
| 524 |
gpsdrive | () () [] | |
|
| 525 |
gramadoir | () [] | |
|
| 526 |
grep | [] [] [] [] [] | |
|
| 527 |
gretl | | |
|
| 528 |
gtick | [] [] [] | |
|
| 529 |
hello | [] [] [] [] [] [] [] [] [] [] | |
|
| 530 |
id-utils | [] [] [] [] | |
|
| 531 |
indent | [] [] [] [] | |
|
| 532 |
iso_3166 | [] [] [] | |
|
| 533 |
iso_3166_1 | [] [] | |
|
| 534 |
iso_3166_2 | | |
|
| 535 |
iso_3166_3 | [] | |
|
| 536 |
iso_4217 | [] [] [] [] [] [] [] [] | |
|
| 537 |
iso_639 | [] | |
|
| 538 |
jpilot | () () | |
|
| 539 |
jtag | | |
|
| 540 |
jwhois | [] [] [] [] () | |
|
| 541 |
kbd | [] [] [] | |
|
| 542 |
latrine | [] | |
|
| 543 |
ld | | |
|
| 544 |
libc | [] [] [] [] | |
|
| 545 |
libgpewidget | [] [] [] | |
|
| 546 |
libiconv | [] [] [] [] [] | |
|
| 547 |
lifelines | | |
|
| 548 |
lilypond | | |
|
| 549 |
lingoteach | | |
|
| 550 |
lingoteach_lessons | | |
|
| 551 |
lynx | [] [] [] | |
|
| 552 |
m4 | [] [] [] [] [] | |
|
| 553 |
mailutils | [] [] [] | |
|
| 554 |
make | [] [] [] [] | |
|
| 555 |
man-db | [] | |
|
| 556 |
minicom | [] [] [] [] | |
|
| 557 |
mysecretdiary | [] [] [] | |
|
| 558 |
nano | [] [] [] [] [] | |
|
| 559 |
nano_1_0 | [] [] [] [] [] [] | |
|
| 560 |
opcodes | [] [] | |
|
| 561 |
parted | [] [] [] [] | |
|
| 562 |
ptx | [] [] [] [] [] [] [] [] | |
|
| 563 |
python | | |
|
| 564 |
radius | [] [] | |
|
| 565 |
recode | [] [] [] [] | |
|
| 566 |
rpm | [] [] [] | |
|
| 567 |
screem | | |
|
| 568 |
scrollkeeper | [] [] [] [] [] | |
|
| 569 |
sed | [] [] [] | |
|
| 570 |
sh-utils | [] [] | |
|
| 571 |
shared-mime-info | [] [] | |
|
| 572 |
sharutils | [] [] | |
|
| 573 |
silky | () | |
|
| 574 |
skencil | [] [] | |
|
| 575 |
sketch | [] [] | |
|
| 576 |
soundtracker | | |
|
| 577 |
sp | | |
|
| 578 |
tar | [] [] [] [] [] [] | |
|
| 579 |
texinfo | [] [] [] [] | |
|
| 580 |
textutils | [] [] | |
|
| 581 |
tin | | |
|
| 582 |
tp-robot | [] | |
|
| 583 |
tuxpaint | [] [] [] [] [] [] [] [] | |
|
| 584 |
unicode-han-tra... | | |
|
| 585 |
unicode-transla... | | |
|
| 586 |
util-linux | [] [] [] | |
|
| 587 |
vorbis-tools | [] [] [] | |
|
| 588 |
wastesedge | | |
|
| 589 |
wdiff | [] [] [] [] [] | |
|
| 590 |
wget | [] [] [] | |
|
| 591 |
xchat | [] [] [] | |
|
| 592 |
xfree86_xkb_xml | [] [] | |
|
| 593 |
xpad | [] [] | |
|
| 594 |
+-----------------------------------------------------+ |
|
| 595 |
lt lv mk mn ms mt nb nl nn no nso pl pt pt_BR ro ru |
|
| 596 |
1 2 0 3 12 0 10 69 6 7 1 40 26 36 76 63 |
|
| 597 |
|
|
| 598 |
sk sl sr sv ta th tr uk ven vi wa xh zh_CN zh_TW zu |
|
| 599 |
+-----------------------------------------------------+ |
|
| 600 |
a2ps | [] [] [] [] | 16 |
|
| 601 |
aegis | | 0 |
|
| 602 |
ant-phone | | 3 |
|
| 603 |
anubis | [] [] | 9 |
|
| 604 |
ap-utils | () | 3 |
|
| 605 |
aspell | | 4 |
|
| 606 |
bash | | 9 |
|
| 607 |
batchelor | | 3 |
|
| 608 |
bfd | [] [] | 6 |
|
| 609 |
binutils | [] [] [] | 8 |
|
| 610 |
bison | [] [] | 14 |
|
| 611 |
bluez-pin | [] [] [] | 14 |
|
| 612 |
clisp | | 0 |
|
| 613 |
clisp | | 5 |
|
| 614 |
console-tools | | 3 |
|
| 615 |
coreutils | [] [] [] [] | 16 |
|
| 616 |
cpio | [] [] | 14 |
|
| 617 |
darkstat | [] [] [] () () | 12 |
|
| 618 |
diffutils | [] [] [] | 23 |
|
| 619 |
e2fsprogs | [] [] | 6 |
|
| 620 |
enscript | [] [] | 12 |
|
| 621 |
error | [] [] [] | 15 |
|
| 622 |
fetchmail | [] [] | 11 |
|
| 623 |
fileutils | [] [] [] [] [] | 17 |
|
| 624 |
findutils | [] [] [] [] [] [] | 29 |
|
| 625 |
flex | [] [] | 13 |
|
| 626 |
fslint | | 3 |
|
| 627 |
gas | [] | 3 |
|
| 628 |
gawk | [] [] | 12 |
|
| 629 |
gbiff | | 4 |
|
| 630 |
gcal | [] [] | 4 |
|
| 631 |
gcc | [] | 4 |
|
| 632 |
gettext | [] [] [] [] [] | 16 |
|
| 633 |
gettext-examples | [] [] [] [] [] | 14 |
|
| 634 |
gettext-runtime | [] [] [] [] [] [] [] [] | 22 |
|
| 635 |
gettext-tools | [] [] [] [] [] [] | 14 |
|
| 636 |
gimp-print | [] [] | 10 |
|
| 637 |
gliv | | 3 |
|
| 638 |
glunarclock | [] [] [] | 13 |
|
| 639 |
gnubiff | | 3 |
|
| 640 |
gnucash | [] [] | 9 |
|
| 641 |
gnucash-glossary | [] [] [] | 8 |
|
| 642 |
gnupg | [] [] [] [] | 17 |
|
| 643 |
gpe-aerial | [] | 7 |
|
| 644 |
gpe-beam | [] | 8 |
|
| 645 |
gpe-calendar | [] [] [] [] | 13 |
|
| 646 |
gpe-clock | [] [] [] | 10 |
|
| 647 |
gpe-conf | [] [] | 9 |
|
| 648 |
gpe-contacts | [] [] [] | 11 |
|
| 649 |
gpe-edit | [] [] [] [] [] | 12 |
|
| 650 |
gpe-go | | 5 |
|
| 651 |
gpe-login | [] [] [] [] [] | 13 |
|
| 652 |
gpe-ownerinfo | [] [] [] [] | 13 |
|
| 653 |
gpe-sketchbook | [] [] | 9 |
|
| 654 |
gpe-su | [] [] [] | 10 |
|
| 655 |
gpe-taskmanager | [] [] [] | 10 |
|
| 656 |
gpe-timesheet | [] [] [] [] | 12 |
|
| 657 |
gpe-today | [] [] [] [] [] | 13 |
|
| 658 |
gpe-todo | [] [] [] [] | 12 |
|
| 659 |
gphoto2 | [] [] [] | 11 |
|
| 660 |
gprof | [] [] | 9 |
|
| 661 |
gpsdrive | [] [] | 3 |
|
| 662 |
gramadoir | [] | 5 |
|
| 663 |
grep | [] [] [] [] | 26 |
|
| 664 |
gretl | | 3 |
|
| 665 |
gtick | | 7 |
|
| 666 |
hello | [] [] [] [] [] | 34 |
|
| 667 |
id-utils | [] [] | 12 |
|
| 668 |
indent | [] [] [] [] | 21 |
|
| 669 |
iso_3166 | [] [] [] [] [] [] [] | 27 |
|
| 670 |
iso_3166_1 | [] [] [] | 16 |
|
| 671 |
iso_3166_2 | | 0 |
|
| 672 |
iso_3166_3 | | 2 |
|
| 673 |
iso_4217 | [] [] [] [] [] [] | 24 |
|
| 674 |
iso_639 | | 1 |
|
| 675 |
jpilot | [] [] [] [] [] | 9 |
|
| 676 |
jtag | [] | 2 |
|
| 677 |
jwhois | () [] [] | 11 |
|
| 678 |
kbd | [] [] | 11 |
|
| 679 |
latrine | | 2 |
|
| 680 |
ld | [] [] | 5 |
|
| 681 |
libc | [] [] [] [] | 20 |
|
| 682 |
libgpewidget | [] [] [] [] | 13 |
|
| 683 |
libiconv | [] [] [] [] [] [] [] [] | 27 |
|
| 684 |
lifelines | [] | 2 |
|
| 685 |
lilypond | [] | 3 |
|
| 686 |
lingoteach | | 2 |
|
| 687 |
lingoteach_lessons | () | 0 |
|
| 688 |
lynx | [] [] [] | 14 |
|
| 689 |
m4 | [] [] | 15 |
|
| 690 |
mailutils | | 5 |
|
| 691 |
make | [] [] [] | 16 |
|
| 692 |
man-db | [] | 5 |
|
| 693 |
minicom | | 11 |
|
| 694 |
mysecretdiary | [] [] | 10 |
|
| 695 |
nano | [] [] [] [] | 17 |
|
| 696 |
nano_1_0 | [] [] [] | 17 |
|
| 697 |
opcodes | [] [] | 6 |
|
| 698 |
parted | [] [] [] | 15 |
|
| 699 |
ptx | [] [] | 22 |
|
| 700 |
python | | 0 |
|
| 701 |
radius | | 4 |
|
| 702 |
recode | [] [] [] | 20 |
|
| 703 |
rpm | [] [] | 9 |
|
| 704 |
screem | [] [] | 2 |
|
| 705 |
scrollkeeper | [] [] [] | 15 |
|
| 706 |
sed | [] [] [] [] [] [] | 24 |
|
| 707 |
sh-utils | [] [] | 14 |
|
| 708 |
shared-mime-info | [] [] | 7 |
|
| 709 |
sharutils | [] [] [] [] | 17 |
|
| 710 |
silky | () | 3 |
|
| 711 |
skencil | [] | 6 |
|
| 712 |
sketch | [] | 6 |
|
| 713 |
soundtracker | [] [] | 7 |
|
| 714 |
sp | [] | 3 |
|
| 715 |
tar | [] [] [] [] [] | 24 |
|
| 716 |
texinfo | [] [] [] | 14 |
|
| 717 |
textutils | [] [] [] [] | 16 |
|
| 718 |
tin | | 1 |
|
| 719 |
tp-robot | | 2 |
|
| 720 |
tuxpaint | [] [] [] [] [] | 29 |
|
| 721 |
unicode-han-tra... | | 0 |
|
| 722 |
unicode-transla... | | 2 |
|
| 723 |
util-linux | [] [] | 15 |
|
| 724 |
vorbis-tools | | 8 |
|
| 725 |
wastesedge | | 0 |
|
| 726 |
wdiff | [] [] [] | 18 |
|
| 727 |
wget | [] [] [] [] [] [] [] [] | 24 |
|
| 728 |
xchat | [] [] [] [] [] | 15 |
|
| 729 |
xfree86_xkb_xml | [] [] [] [] [] | 11 |
|
| 730 |
xpad | | 5 |
|
| 731 |
+-----------------------------------------------------+ |
|
| 732 |
63 teams sk sl sr sv ta th tr uk ven vi wa xh zh_CN zh_TW zu |
|
| 733 |
131 domains 47 19 28 83 0 0 59 13 1 1 11 0 22 22 0 1373 |
|
| 355 |
af am ar az be bg bs ca cs cy da de el en en_GB eo |
|
| 356 |
6 0 2 1 8 26 2 40 48 2 56 88 15 1 15 18 |
|
| 734 | 357 |
|
| 358 |
es et eu fa fi fr ga gl gu he hi hr hu id is it |
|
| 359 |
+--------------------------------------------------+ |
|
| 360 |
Compendium | [] [] [] [] [] | |
|
| 361 |
a2ps | [] [] [] () | |
|
| 362 |
aegis | | |
|
| 363 |
ant-phone | [] | |
|
| 364 |
anubis | [] | |
|
| 365 |
ap-utils | [] [] | |
|
| 366 |
aspell | [] [] [] | |
|
| 367 |
bash | [] | |
|
| 368 |
bfd | [] [] | |
|
| 369 |
bibshelf | [] [] [] | |
|
| 370 |
binutils | [] [] [] | |
|
| 371 |
bison | [] [] [] [] [] [] | |
|
| 372 |
bison-runtime | [] [] [] [] [] | |
|
| 373 |
bluez-pin | [] [] [] [] [] | |
|
| 374 |
cflow | [] | |
|
| 375 |
clisp | [] [] | |
|
| 376 |
console-tools | | |
|
| 377 |
coreutils | [] [] [] [] [] [] | |
|
| 378 |
cpio | [] [] [] | |
|
| 379 |
cpplib | [] [] | |
|
| 380 |
cryptonit | [] | |
|
| 381 |
dialog | [] [] [] | |
|
| 382 |
diffutils | [] [] [] [] [] [] [] [] [] | |
|
| 383 |
doodle | [] [] | |
|
| 384 |
e2fsprogs | [] [] [] | |
|
| 385 |
enscript | [] [] [] | |
|
| 386 |
fetchmail | [] | |
|
| 387 |
findutils | [] [] [] | |
|
| 388 |
findutils_stable | [] [] [] [] | |
|
| 389 |
flex | [] [] [] | |
|
| 390 |
fslint | | |
|
| 391 |
gas | [] [] | |
|
| 392 |
gawk | [] [] [] [] () | |
|
| 393 |
gcal | [] [] | |
|
| 394 |
gcc | [] | |
|
| 395 |
gettext-examples | [] [] [] [] [] [] [] | |
|
| 396 |
gettext-runtime | [] [] [] [] [] [] | |
|
| 397 |
gettext-tools | [] [] [] [] | |
|
| 398 |
gip | [] [] [] [] | |
|
| 399 |
gliv | () | |
|
| 400 |
glunarclock | [] [] [] | |
|
| 401 |
gmult | [] [] [] | |
|
| 402 |
gnubiff | () () | |
|
| 403 |
gnucash | () () () | |
|
| 404 |
gnuedu | [] | |
|
| 405 |
gnulib | [] [] [] | |
|
| 406 |
gnunet | | |
|
| 407 |
gnunet-gtk | | |
|
| 408 |
gnutls | | |
|
| 409 |
gpe-aerial | [] [] | |
|
| 410 |
gpe-beam | [] [] | |
|
| 411 |
gpe-calendar | | |
|
| 412 |
gpe-clock | [] [] [] [] | |
|
| 413 |
gpe-conf | [] | |
|
| 414 |
gpe-contacts | [] [] | |
|
| 415 |
gpe-edit | [] [] [] [] | |
|
| 416 |
gpe-filemanager | [] | |
|
| 417 |
gpe-go | [] [] [] | |
|
| 418 |
gpe-login | [] [] [] | |
|
| 419 |
gpe-ownerinfo | [] [] [] [] [] | |
|
| 420 |
gpe-package | [] | |
|
| 421 |
gpe-sketchbook | [] [] | |
|
| 422 |
gpe-su | [] [] [] [] | |
|
| 423 |
gpe-taskmanager | [] [] [] | |
|
| 424 |
gpe-timesheet | [] [] [] [] | |
|
| 425 |
gpe-today | [] [] [] [] | |
|
| 426 |
gpe-todo | [] | |
|
| 427 |
gphoto2 | [] [] [] [] [] | |
|
| 428 |
gprof | [] [] [] [] [] | |
|
| 429 |
gpsdrive | [] | |
|
| 430 |
gramadoir | [] [] | |
|
| 431 |
grep | [] [] [] | |
|
| 432 |
gretl | [] [] [] () | |
|
| 433 |
gsasl | [] [] | |
|
| 434 |
gss | [] [] | |
|
| 435 |
gst-plugins-bad | [] [] [] [] | |
|
| 436 |
gst-plugins-base | [] [] [] [] | |
|
| 437 |
gst-plugins-good | [] [] [] [] [] | |
|
| 438 |
gst-plugins-ugly | [] [] [] [] | |
|
| 439 |
gstreamer | [] [] [] | |
|
| 440 |
gtick | [] [] [] | |
|
| 441 |
gtkam | [] [] [] [] | |
|
| 442 |
gtkorphan | [] [] | |
|
| 443 |
gtkspell | [] [] [] [] [] [] [] | |
|
| 444 |
gutenprint | [] | |
|
| 445 |
hello | [] [] [] [] [] [] [] [] [] [] [] [] [] | |
|
| 446 |
herrie | [] | |
|
| 447 |
hylafax | | |
|
| 448 |
idutils | [] [] [] [] [] | |
|
| 449 |
indent | [] [] [] [] [] [] [] [] [] [] | |
|
| 450 |
iso_15924 | [] | |
|
| 451 |
iso_3166 | [] [] [] [] [] [] [] [] [] [] [] [] [] | |
|
| 452 |
iso_3166_2 | [] | |
|
| 453 |
iso_4217 | [] [] [] [] [] [] | |
|
| 454 |
iso_639 | [] [] [] [] [] [] | |
|
| 455 |
jpilot | [] [] | |
|
| 456 |
jtag | [] | |
|
| 457 |
jwhois | [] [] [] [] [] | |
|
| 458 |
kbd | [] [] | |
|
| 459 |
keytouch | [] [] [] | |
|
| 460 |
keytouch-editor | [] | |
|
| 461 |
keytouch-keyboa... | [] [] | |
|
| 462 |
latrine | [] [] | |
|
| 463 |
ld | [] [] [] [] | |
|
| 464 |
leafpad | [] [] [] [] [] [] | |
|
| 465 |
libc | [] [] [] [] [] | |
|
| 466 |
libexif | [] | |
|
| 467 |
libextractor | [] | |
|
| 468 |
libgpewidget | [] [] [] [] [] | |
|
| 469 |
libgpg-error | [] | |
|
| 470 |
libgphoto2 | [] [] [] | |
|
| 471 |
libgphoto2_port | [] [] | |
|
| 472 |
libgsasl | [] [] | |
|
| 473 |
libiconv | [] [] [] | |
|
| 474 |
libidn | [] [] | |
|
| 475 |
lifelines | () | |
|
| 476 |
lilypond | [] [] [] | |
|
| 477 |
lingoteach | [] [] [] | |
|
| 478 |
lprng | | |
|
| 479 |
lynx | [] [] [] | |
|
| 480 |
m4 | [] [] [] [] | |
|
| 481 |
mailfromd | | |
|
| 482 |
mailutils | [] [] | |
|
| 483 |
make | [] [] [] [] [] [] [] [] | |
|
| 484 |
man-db | [] | |
|
| 485 |
minicom | [] [] [] [] | |
|
| 486 |
nano | [] [] [] [] [] [] [] | |
|
| 487 |
opcodes | [] [] [] [] | |
|
| 488 |
parted | [] [] [] | |
|
| 489 |
pilot-qof | | |
|
| 490 |
popt | [] [] [] [] | |
|
| 491 |
psmisc | [] [] | |
|
| 492 |
pwdutils | | |
|
| 493 |
qof | [] | |
|
Also available in: Unified diff