--- canna-3.7p3.orig/canuum/config.guess +++ canna-3.7p3/canuum/config.guess @@ -1,9 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 -# Free Software Foundation, Inc. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, +# Inc. -timestamp='2001-04-20' +timestamp='2006-07-02' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -17,15 +18,18 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA +# 02110-1301, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. -# Written by Per Bothner . -# Please send patches to . + +# Originally written by Per Bothner . +# Please send patches to . Submit a context +# diff and a properly formatted ChangeLog entry. # # This script attempts to guess a canonical system name similar to # config.sub. If it succeeds, it prints the system name on stdout, and @@ -52,7 +56,7 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 99, 2000 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO @@ -65,11 +69,11 @@ while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) - echo "$timestamp" ; exit 0 ;; + echo "$timestamp" ; exit ;; --version | -v ) - echo "$version" ; exit 0 ;; + echo "$version" ; exit ;; --help | --h* | -h ) - echo "$usage"; exit 0 ;; + echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. @@ -87,33 +91,45 @@ exit 1 fi +trap 'exit 1' 1 2 15 -dummy=dummy-$$ -trap 'rm -f $dummy.c $dummy.o $dummy.rel $dummy; exit 1' 1 2 15 +# CC_FOR_BUILD -- compiler used by this script. Note that the use of a +# compiler to aid in system detection is discouraged as it requires +# temporary files to be created and, as you can see below, it is a +# headache to deal with in a portable fashion. -# CC_FOR_BUILD -- compiler used by this script. # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still # use `HOST_CC' if defined, but it is deprecated. +# Portable tmp directory creation inspired by the Autoconf team. + +set_cc_for_build=' +trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; +trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; +: ${TMPDIR=/tmp} ; + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || + { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || + { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; +dummy=$tmp/dummy ; +tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; case $CC_FOR_BUILD,$HOST_CC,$CC in - ,,) echo "int dummy(){}" > $dummy.c - for c in cc gcc c89 ; do - ($c $dummy.c -c -o $dummy.o) >/dev/null 2>&1 - if test $? = 0 ; then - CC_FOR_BUILD="$c"; break - fi - done - rm -f $dummy.c $dummy.o $dummy.rel + ,,) echo "int x;" > $dummy.c ; + for c in cc gcc c89 c99 ; do + if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then + CC_FOR_BUILD="$c"; break ; + fi ; + done ; if test x"$CC_FOR_BUILD" = x ; then - CC_FOR_BUILD=no_compiler_found + CC_FOR_BUILD=no_compiler_found ; fi ;; ,,*) CC_FOR_BUILD=$CC ;; ,*,*) CC_FOR_BUILD=$HOST_CC ;; -esac +esac ; set_cc_for_build= ;' # This is needed to find uname on a Pyramid OSx when run in the BSD universe. -# (ghazi@noc.rutgers.edu 8/24/94.) +# (ghazi@noc.rutgers.edu 1994-08-24) if (test -f /.attbin/uname) >/dev/null 2>&1 ; then PATH=$PATH:/.attbin ; export PATH fi @@ -127,29 +143,31 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:NetBSD:*:*) - # Netbsd (nbsd) targets should (where applicable) match one or + # NetBSD (nbsd) targets should (where applicable) match one or # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently # switched to ELF, *-*-netbsd* would select the old # object file format. This provides both forward # compatibility and a consistent mechanism for selecting the # object file format. - # Determine the machine/vendor (is the vendor relevant). - case "${UNAME_MACHINE}" in - amiga) machine=m68k-unknown ;; - arm32) machine=arm-unknown ;; - atari*) machine=m68k-atari ;; - sun3*) machine=m68k-sun ;; - mac68k) machine=m68k-apple ;; - macppc) machine=powerpc-apple ;; - hp3[0-9][05]) machine=m68k-hp ;; - ibmrt|romp-ibm) machine=romp-ibm ;; - *) machine=${UNAME_MACHINE}-unknown ;; + # + # Note: NetBSD doesn't particularly care about the vendor + # portion of the name. We always set it to "unknown". + sysctl="sysctl -n hw.machine_arch" + UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ + /usr/sbin/$sysctl 2>/dev/null || echo unknown)` + case "${UNAME_MACHINE_ARCH}" in + armeb) machine=armeb-unknown ;; + arm*) machine=arm-unknown ;; + sh3el) machine=shl-unknown ;; + sh3eb) machine=sh-unknown ;; + *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently, or will in the future. - case "${UNAME_MACHINE}" in - i386|sparc|amiga|arm*|hp300|mvme68k|vax|atari|luna68k|mac68k|news68k|next68k|pc532|sun3*|x68k) + case "${UNAME_MACHINE_ARCH}" in + arm*|i386|m68k|ns32k|sh3*|sparc|vax) + eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep __ELF__ >/dev/null then @@ -165,116 +183,128 @@ ;; esac # The OS release - release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` + # Debian GNU/NetBSD machines have a different userland, and + # thus, need a distinct triplet. However, they do not need + # kernel version information, so it can be replaced with a + # suitable tag, in the style of linux-gnu. + case "${UNAME_VERSION}" in + Debian*) + release='-gnu' + ;; + *) + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` + ;; + esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}" - exit 0 ;; + exit ;; + *:OpenBSD:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} + exit ;; + *:ekkoBSD:*:*) + echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} + exit ;; + *:SolidBSD:*:*) + echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} + exit ;; + macppc:MirBSD:*:*) + echo powerpc-unknown-mirbsd${UNAME_RELEASE} + exit ;; + *:MirBSD:*:*) + echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} + exit ;; alpha:OSF1:*:*) - if test $UNAME_RELEASE = "V4.0"; then + case $UNAME_RELEASE in + *4.0) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` - fi + ;; + *5.*) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` + ;; + esac + # According to Compaq, /usr/sbin/psrinfo has been available on + # OSF/1 and Tru64 systems produced since 1995. I hope that + # covers most systems running today. This code pipes the CPU + # types through head -n 1, so we only detect the type of CPU 0. + ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` + case "$ALPHA_CPU_TYPE" in + "EV4 (21064)") + UNAME_MACHINE="alpha" ;; + "EV4.5 (21064)") + UNAME_MACHINE="alpha" ;; + "LCA4 (21066/21068)") + UNAME_MACHINE="alpha" ;; + "EV5 (21164)") + UNAME_MACHINE="alphaev5" ;; + "EV5.6 (21164A)") + UNAME_MACHINE="alphaev56" ;; + "EV5.6 (21164PC)") + UNAME_MACHINE="alphapca56" ;; + "EV5.7 (21164PC)") + UNAME_MACHINE="alphapca57" ;; + "EV6 (21264)") + UNAME_MACHINE="alphaev6" ;; + "EV6.7 (21264A)") + UNAME_MACHINE="alphaev67" ;; + "EV6.8CB (21264C)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8AL (21264B)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8CX (21264D)") + UNAME_MACHINE="alphaev68" ;; + "EV6.9A (21264/EV69A)") + UNAME_MACHINE="alphaev69" ;; + "EV7 (21364)") + UNAME_MACHINE="alphaev7" ;; + "EV7.9 (21364A)") + UNAME_MACHINE="alphaev79" ;; + esac + # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. - cat <$dummy.s - .data -\$Lformat: - .byte 37,100,45,37,120,10,0 # "%d-%x\n" - - .text - .globl main - .align 4 - .ent main -main: - .frame \$30,16,\$26,0 - ldgp \$29,0(\$27) - .prologue 1 - .long 0x47e03d80 # implver \$0 - lda \$2,-1 - .long 0x47e20c21 # amask \$2,\$1 - lda \$16,\$Lformat - mov \$0,\$17 - not \$1,\$18 - jsr \$26,printf - ldgp \$29,0(\$26) - mov 0,\$16 - jsr \$26,exit - .end main -EOF - $CC_FOR_BUILD $dummy.s -o $dummy 2>/dev/null - if test "$?" = 0 ; then - case `./$dummy` in - 0-0) - UNAME_MACHINE="alpha" - ;; - 1-0) - UNAME_MACHINE="alphaev5" - ;; - 1-1) - UNAME_MACHINE="alphaev56" - ;; - 1-101) - UNAME_MACHINE="alphapca56" - ;; - 2-303) - UNAME_MACHINE="alphaev6" - ;; - 2-307) - UNAME_MACHINE="alphaev67" - ;; - esac - fi - rm -f $dummy.s $dummy - echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` - exit 0 ;; + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + exit ;; Alpha\ *:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # Should we change UNAME_MACHINE based on the output of uname instead # of the specific Alpha model? echo alpha-pc-interix - exit 0 ;; + exit ;; 21064:Windows_NT:50:3) echo alpha-dec-winnt3.5 - exit 0 ;; + exit ;; Amiga*:UNIX_System_V:4.0:*) echo m68k-unknown-sysv4 - exit 0;; - amiga:OpenBSD:*:*) - echo m68k-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; + exit ;; *:[Aa]miga[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-amigaos - exit 0 ;; - arc64:OpenBSD:*:*) - echo mips64el-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - arc:OpenBSD:*:*) - echo mipsel-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - hkmips:OpenBSD:*:*) - echo mips-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - pmax:OpenBSD:*:*) - echo mipsel-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - sgi:OpenBSD:*:*) - echo mips-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - wgrisc:OpenBSD:*:*) - echo mipsel-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; + exit ;; + *:[Mm]orph[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-morphos + exit ;; *:OS/390:*:*) echo i370-ibm-openedition - exit 0 ;; + exit ;; + *:z/VM:*:*) + echo s390-ibm-zvmoe + exit ;; + *:OS400:*:*) + echo powerpc-ibm-os400 + exit ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} - exit 0;; + exit ;; + arm:riscos:*:*|arm:RISCOS:*:*) + echo arm-unknown-riscos + exit ;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) echo hppa1.1-hitachi-hiuxmpp - exit 0;; + exit ;; Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. if test "`(/bin/universe) 2>/dev/null`" = att ; then @@ -282,25 +312,32 @@ else echo pyramid-pyramid-bsd fi - exit 0 ;; + exit ;; NILE*:*:*:dcosx) echo pyramid-pyramid-svr4 - exit 0 ;; + exit ;; + DRS?6000:unix:4.0:6*) + echo sparc-icl-nx6 + exit ;; + DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) + case `/usr/bin/uname -p` in + sparc) echo sparc-icl-nx7; exit ;; + esac ;; sun4H:SunOS:5.*:*) echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit 0 ;; + exit ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit 0 ;; + exit ;; i86pc:SunOS:5.*:*) echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit 0 ;; + exit ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize # SunOS6. Hard to guess exactly what SunOS6 will be like, but # it's likely to be more like Solaris than SunOS4. echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit 0 ;; + exit ;; sun4*:SunOS:*:*) case "`/usr/bin/arch -k`" in Series*|S4*) @@ -309,12 +346,12 @@ esac # Japanese Language versions have a version number like `4.1.3-JL'. echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` - exit 0 ;; + exit ;; sun3*:SunOS:*:*) echo m68k-sun-sunos${UNAME_RELEASE} - exit 0 ;; + exit ;; sun*:*:4.2BSD:*) - UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` + UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) @@ -324,13 +361,10 @@ echo sparc-sun-sunos${UNAME_RELEASE} ;; esac - exit 0 ;; + exit ;; aushp:SunOS:*:*) echo sparc-auspex-sunos${UNAME_RELEASE} - exit 0 ;; - atari*:OpenBSD:*:*) - echo m68k-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; + exit ;; # The situation for MiNT is a little confusing. The machine name # can be virtually everything (everything which is not # "atarist" or "atariste" at least should have a processor @@ -341,50 +375,42 @@ # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} - exit 0 ;; + exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} - exit 0 ;; + exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} - exit 0 ;; + exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) echo m68k-milan-mint${UNAME_RELEASE} - exit 0 ;; + exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) echo m68k-hades-mint${UNAME_RELEASE} - exit 0 ;; + exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) echo m68k-unknown-mint${UNAME_RELEASE} - exit 0 ;; - sun3*:OpenBSD:*:*) - echo m68k-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - mac68k:OpenBSD:*:*) - echo m68k-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - mvme68k:OpenBSD:*:*) - echo m68k-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - mvme88k:OpenBSD:*:*) - echo m88k-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; + exit ;; + m68k:machten:*:*) + echo m68k-apple-machten${UNAME_RELEASE} + exit ;; powerpc:machten:*:*) echo powerpc-apple-machten${UNAME_RELEASE} - exit 0 ;; + exit ;; RISC*:Mach:*:*) echo mips-dec-mach_bsd4.3 - exit 0 ;; + exit ;; RISC*:ULTRIX:*:*) echo mips-dec-ultrix${UNAME_RELEASE} - exit 0 ;; + exit ;; VAX*:ULTRIX*:*:*) echo vax-dec-ultrix${UNAME_RELEASE} - exit 0 ;; + exit ;; 2020:CLIX:*:* | 2430:CLIX:*:*) echo clipper-intergraph-clix${UNAME_RELEASE} - exit 0 ;; + exit ;; mips:*:*:UMIPS | mips:*:*:RISCos) + eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #ifdef __cplusplus #include /* for printf() prototype */ @@ -406,27 +432,33 @@ exit (-1); } EOF - $CC_FOR_BUILD $dummy.c -o $dummy \ - && ./$dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \ - && rm -f $dummy.c $dummy && exit 0 - rm -f $dummy.c $dummy + $CC_FOR_BUILD -o $dummy $dummy.c && + dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && + SYSTEM_NAME=`$dummy $dummyarg` && + { echo "$SYSTEM_NAME"; exit; } echo mips-mips-riscos${UNAME_RELEASE} - exit 0 ;; + exit ;; Motorola:PowerMAX_OS:*:*) echo powerpc-motorola-powermax - exit 0 ;; + exit ;; + Motorola:*:4.3:PL8-*) + echo powerpc-harris-powermax + exit ;; + Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) + echo powerpc-harris-powermax + exit ;; Night_Hawk:Power_UNIX:*:*) echo powerpc-harris-powerunix - exit 0 ;; + exit ;; m88k:CX/UX:7*:*) echo m88k-harris-cxux7 - exit 0 ;; + exit ;; m88k:*:4*:R4*) echo m88k-motorola-sysv4 - exit 0 ;; + exit ;; m88k:*:3*:R3*) echo m88k-motorola-sysv3 - exit 0 ;; + exit ;; AViiON:dgux:*:*) # DG/UX returns AViiON for all architectures UNAME_PROCESSOR=`/usr/bin/uname -p` @@ -442,29 +474,29 @@ else echo i586-dg-dgux${UNAME_RELEASE} fi - exit 0 ;; + exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 - exit 0 ;; + exit ;; M88*:*:R3*:*) # Delta 88k system running SVR3 echo m88k-motorola-sysv3 - exit 0 ;; + exit ;; XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) echo m88k-tektronix-sysv3 - exit 0 ;; + exit ;; Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) echo m68k-tektronix-bsd - exit 0 ;; + exit ;; *:IRIX*:*:*) echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` - exit 0 ;; + exit ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. - echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id - exit 0 ;; # Note that: echo "'`uname -s`'" gives 'AIX ' + echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id + exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' i*86:AIX:*:*) echo i386-ibm-aix - exit 0 ;; + exit ;; ia64:AIX:*:*) if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` @@ -472,9 +504,10 @@ IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} - exit 0 ;; + exit ;; *:AIX:2:3) if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then + eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include @@ -486,17 +519,20 @@ exit(0); } EOF - $CC_FOR_BUILD $dummy.c -o $dummy && ./$dummy && rm -f $dummy.c $dummy && exit 0 - rm -f $dummy.c $dummy - echo rs6000-ibm-aix3.2.5 + if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` + then + echo "$SYSTEM_NAME" + else + echo rs6000-ibm-aix3.2.5 + fi elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then echo rs6000-ibm-aix3.2.4 else echo rs6000-ibm-aix3.2 fi - exit 0 ;; + exit ;; *:AIX:*:[45]) - IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | head -1 | awk '{ print $1 }'` + IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 else @@ -508,38 +544,36 @@ IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${IBM_ARCH}-ibm-aix${IBM_REV} - exit 0 ;; + exit ;; *:AIX:*:*) echo rs6000-ibm-aix - exit 0 ;; + exit ;; ibmrt:4.4BSD:*|romp-ibm:BSD:*) echo romp-ibm-bsd4.4 - exit 0 ;; + exit ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to - exit 0 ;; # report: romp-ibm BSD 4.3 + exit ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx - exit 0 ;; + exit ;; DPX/2?00:B.O.S.:*:*) echo m68k-bull-sysv3 - exit 0 ;; + exit ;; 9000/[34]??:4.3bsd:1.*:*) echo m68k-hp-bsd - exit 0 ;; + exit ;; hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) echo m68k-hp-bsd4.4 - exit 0 ;; + exit ;; 9000/[34678]??:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` case "${UNAME_MACHINE}" in 9000/31? ) HP_ARCH=m68000 ;; 9000/[34]?? ) HP_ARCH=m68k ;; 9000/[678][0-9][0-9]) - case "${HPUX_REV}" in - 11.[0-9][0-9]) - if [ -x /usr/bin/getconf ]; then - sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` + if [ -x /usr/bin/getconf ]; then + sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "${sc_cpu_version}" in 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 @@ -548,12 +582,13 @@ case "${sc_kernel_bits}" in 32) HP_ARCH="hppa2.0n" ;; 64) HP_ARCH="hppa2.0w" ;; + '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 esac ;; esac - fi ;; - esac - if [ "${HP_ARCH}" = "" ]; then - sed 's/^ //' << EOF >$dummy.c + fi + if [ "${HP_ARCH}" = "" ]; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c #define _HPUX_SOURCE #include @@ -586,18 +621,39 @@ exit (0); } EOF - (CCOPTS= $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null ) && HP_ARCH=`./$dummy` - if test -z "$HP_ARCH"; then HP_ARCH=hppa; fi - rm -f $dummy.c $dummy - fi ;; + (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` + test -z "$HP_ARCH" && HP_ARCH=hppa + fi ;; esac + if [ ${HP_ARCH} = "hppa2.0w" ] + then + eval $set_cc_for_build + + # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating + # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler + # generating 64-bit code. GNU and HP use different nomenclature: + # + # $ CC_FOR_BUILD=cc ./config.guess + # => hppa2.0w-hp-hpux11.23 + # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess + # => hppa64-hp-hpux11.23 + + if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | + grep __LP64__ >/dev/null + then + HP_ARCH="hppa2.0w" + else + HP_ARCH="hppa64" + fi + fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} - exit 0 ;; + exit ;; ia64:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` echo ia64-hp-hpux${HPUX_REV} - exit 0 ;; + exit ;; 3050*:HI-UX:*:*) + eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include int @@ -623,239 +679,248 @@ exit (0); } EOF - $CC_FOR_BUILD $dummy.c -o $dummy && ./$dummy && rm -f $dummy.c $dummy && exit 0 - rm -f $dummy.c $dummy + $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && + { echo "$SYSTEM_NAME"; exit; } echo unknown-hitachi-hiuxwe2 - exit 0 ;; + exit ;; 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) echo hppa1.1-hp-bsd - exit 0 ;; + exit ;; 9000/8??:4.3bsd:*:*) echo hppa1.0-hp-bsd - exit 0 ;; - *9??*:MPE/iX:*:*) + exit ;; + *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) echo hppa1.0-hp-mpeix - exit 0 ;; + exit ;; hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) echo hppa1.1-hp-osf - exit 0 ;; + exit ;; hp8??:OSF1:*:*) echo hppa1.0-hp-osf - exit 0 ;; + exit ;; i*86:OSF1:*:*) if [ -x /usr/sbin/sysversion ] ; then echo ${UNAME_MACHINE}-unknown-osf1mk else echo ${UNAME_MACHINE}-unknown-osf1 fi - exit 0 ;; + exit ;; parisc*:Lites*:*:*) echo hppa1.1-hp-lites - exit 0 ;; - hppa*:OpenBSD:*:*) - echo hppa-unknown-openbsd - exit 0 ;; + exit ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd - exit 0 ;; + exit ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi - exit 0 ;; + exit ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) echo c34-convex-bsd - exit 0 ;; + exit ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) echo c38-convex-bsd - exit 0 ;; + exit ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) echo c4-convex-bsd - exit 0 ;; - CRAY*X-MP:*:*:*) - echo xmp-cray-unicos - exit 0 ;; + exit ;; CRAY*Y-MP:*:*:*) - echo ymp-cray-unicos${UNAME_RELEASE} - exit 0 ;; + echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; CRAY*[A-Z]90:*:*:*) echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ - -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ - exit 0 ;; + -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ + -e 's/\.[^.]*$/.X/' + exit ;; CRAY*TS:*:*:*) echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit 0 ;; - CRAY*T3D:*:*:*) - echo alpha-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit 0 ;; + exit ;; CRAY*T3E:*:*:*) echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit 0 ;; + exit ;; CRAY*SV1:*:*:*) echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit 0 ;; - CRAY-2:*:*:*) - echo cray2-cray-unicos - exit 0 ;; + exit ;; + *:UNICOS/mp:*:*) + echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" - exit 0 ;; - hp300:OpenBSD:*:*) - echo m68k-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; + exit ;; + 5000:UNIX_System_V:4.*:*) + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` + echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} - exit 0 ;; + exit ;; sparc*:BSD/OS:*:*) echo sparc-unknown-bsdi${UNAME_RELEASE} - exit 0 ;; + exit ;; *:BSD/OS:*:*) echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} - exit 0 ;; + exit ;; *:FreeBSD:*:*) - echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` - exit 0 ;; - *:OpenBSD:*:*) - echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` - exit 0 ;; + case ${UNAME_MACHINE} in + pc98) + echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + amd64) + echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + *) + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + esac + exit ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin - exit 0 ;; + exit ;; i*:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 - exit 0 ;; + exit ;; + i*:windows32*:*) + # uname -m includes "-pc" on this system. + echo ${UNAME_MACHINE}-mingw32 + exit ;; i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 - exit 0 ;; + exit ;; + x86:Interix*:[3456]*) + echo i586-pc-interix${UNAME_RELEASE} + exit ;; + EM64T:Interix*:[3456]*) + echo x86_64-unknown-interix${UNAME_RELEASE} + exit ;; + [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) + echo i${UNAME_MACHINE}-pc-mks + exit ;; i*:Windows_NT*:* | Pentium*:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we # UNAME_MACHINE based on the output of uname instead of i386? - echo i386-pc-interix - exit 0 ;; + echo i586-pc-interix + exit ;; i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin - exit 0 ;; + exit ;; + amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) + echo x86_64-unknown-cygwin + exit ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin - exit 0 ;; + exit ;; prep*:SunOS:5.*:*) echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit 0 ;; + exit ;; *:GNU:*:*) + # the GNU system echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` - exit 0 ;; + exit ;; + *:GNU/*:*:*) + # other systems with GNU libc and userland + echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu + exit ;; i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix - exit 0 ;; + exit ;; arm*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu - exit 0 ;; + exit ;; + avr32*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + cris:Linux:*:*) + echo cris-axis-linux-gnu + exit ;; + crisv32:Linux:*:*) + echo crisv32-axis-linux-gnu + exit ;; + frv:Linux:*:*) + echo frv-unknown-linux-gnu + exit ;; ia64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux - exit 0 ;; + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + m32r*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; m68*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu - exit 0 ;; + exit ;; mips:Linux:*:*) - cat >$dummy.c < /* for printf() prototype */ -int main (int argc, char *argv[]) { -#else -int main (argc, argv) int argc; char *argv[]; { -#endif -#ifdef __MIPSEB__ - printf ("%s-unknown-linux-gnu\n", argv[1]); -#endif -#ifdef __MIPSEL__ - printf ("%sel-unknown-linux-gnu\n", argv[1]); -#endif - return 0; -} + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #undef CPU + #undef mips + #undef mipsel + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) + CPU=mipsel + #else + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) + CPU=mips + #else + CPU= + #endif + #endif EOF - $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null && ./$dummy "${UNAME_MACHINE}" && rm -f $dummy.c $dummy && exit 0 - rm -f $dummy.c $dummy + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^CPU/{ + s: ::g + p + }'`" + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; - ppc:Linux:*:*) - # Determine Lib Version - cat >$dummy.c < -#if defined(__GLIBC__) -extern char __libc_version[]; -extern char __libc_release[]; -#endif -main(argc, argv) - int argc; - char *argv[]; -{ -#if defined(__GLIBC__) - printf("%s %s\n", __libc_version, __libc_release); -#else - printf("unknown\n"); -#endif - return 0; -} + mips64:Linux:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #undef CPU + #undef mips64 + #undef mips64el + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) + CPU=mips64el + #else + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) + CPU=mips64 + #else + CPU= + #endif + #endif EOF - LIBC="" - $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null - if test "$?" = 0 ; then - ./$dummy | grep 1\.99 > /dev/null - if test "$?" = 0 ; then LIBC="libc1" ; fi - fi - rm -f $dummy.c $dummy - echo powerpc-unknown-linux-gnu${LIBC} - exit 0 ;; + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^CPU/{ + s: ::g + p + }'`" + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } + ;; + or32:Linux:*:*) + echo or32-unknown-linux-gnu + exit ;; + ppc:Linux:*:*) + echo powerpc-unknown-linux-gnu + exit ;; + ppc64:Linux:*:*) + echo powerpc64-unknown-linux-gnu + exit ;; alpha:Linux:*:*) - cat <$dummy.s - .data - \$Lformat: - .byte 37,100,45,37,120,10,0 # "%d-%x\n" - .text - .globl main - .align 4 - .ent main - main: - .frame \$30,16,\$26,0 - ldgp \$29,0(\$27) - .prologue 1 - .long 0x47e03d80 # implver \$0 - lda \$2,-1 - .long 0x47e20c21 # amask \$2,\$1 - lda \$16,\$Lformat - mov \$0,\$17 - not \$1,\$18 - jsr \$26,printf - ldgp \$29,0(\$26) - mov 0,\$16 - jsr \$26,exit - .end main -EOF - LIBC="" - $CC_FOR_BUILD $dummy.s -o $dummy 2>/dev/null - if test "$?" = 0 ; then - case `./$dummy` in - 0-0) UNAME_MACHINE="alpha" ;; - 1-0) UNAME_MACHINE="alphaev5" ;; - 1-1) UNAME_MACHINE="alphaev56" ;; - 1-101) UNAME_MACHINE="alphapca56" ;; - 2-303) UNAME_MACHINE="alphaev6" ;; - 2-307) UNAME_MACHINE="alphaev67" ;; - esac - objdump --private-headers $dummy | \ - grep ld.so.1 > /dev/null - if test "$?" = 0 ; then - LIBC="libc1" - fi - fi - rm -f $dummy.s $dummy + case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in + EV5) UNAME_MACHINE=alphaev5 ;; + EV56) UNAME_MACHINE=alphaev56 ;; + PCA56) UNAME_MACHINE=alphapca56 ;; + PCA57) UNAME_MACHINE=alphapca56 ;; + EV6) UNAME_MACHINE=alphaev6 ;; + EV67) UNAME_MACHINE=alphaev67 ;; + EV68*) UNAME_MACHINE=alphaev68 ;; + esac + objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null + if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} - exit 0 ;; + exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in @@ -863,93 +928,97 @@ PA8*) echo hppa2.0-unknown-linux-gnu ;; *) echo hppa-unknown-linux-gnu ;; esac - exit 0 ;; + exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) echo hppa64-unknown-linux-gnu - exit 0 ;; + exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux - exit 0 ;; + exit ;; + sh64*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; sh*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu - exit 0 ;; + exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu - exit 0 ;; + exit ;; + vax:Linux:*:*) + echo ${UNAME_MACHINE}-dec-linux-gnu + exit ;; x86_64:Linux:*:*) echo x86_64-unknown-linux-gnu - exit 0 ;; + exit ;; i*86:Linux:*:*) # The BFD linker knows what the default object file format is, so # first see if it will tell us. cd to the root directory to prevent # problems with other programs or directories called `ld' in the path. - ld_supported_emulations=`cd /; ld --help 2>&1 \ - | sed -ne '/supported emulations:/!d + # Set LC_ALL=C to ensure ld outputs messages in English. + ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \ + | sed -ne '/supported targets:/!d s/[ ][ ]*/ /g - s/.*supported emulations: *// + s/.*supported targets: *// s/ .*// p'` - case "$ld_supported_emulations" in - i*86linux) - echo "${UNAME_MACHINE}-pc-linux-gnuaout" - exit 0 - ;; - elf_i*86) + case "$ld_supported_targets" in + elf32-i386) TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" ;; - i*86coff) + a.out-i386-linux) + echo "${UNAME_MACHINE}-pc-linux-gnuaout" + exit ;; + coff-i386) echo "${UNAME_MACHINE}-pc-linux-gnucoff" - exit 0 - ;; - esac - # Either a pre-BFD a.out linker (linux-gnuoldld) - # or one that does not give us useful --help. - # GCC wants to distinguish between linux-gnuoldld and linux-gnuaout. - # If ld does not provide *any* "supported emulations:" - # that means it is gnuoldld. - test -z "$ld_supported_emulations" && echo "${UNAME_MACHINE}-pc-linux-gnuoldld" && exit 0 - case "${UNAME_MACHINE}" in - i*86) - VENDOR=pc; - ;; - *) - VENDOR=unknown; - ;; + exit ;; + "") + # Either a pre-BFD a.out linker (linux-gnuoldld) or + # one that does not give us useful --help. + echo "${UNAME_MACHINE}-pc-linux-gnuoldld" + exit ;; esac # Determine whether the default compiler is a.out or elf - cat >$dummy.c < -#ifdef __cplusplus -#include /* for printf() prototype */ - int main (int argc, char *argv[]) { -#else - int main (argc, argv) int argc; char *argv[]; { -#endif -#ifdef __ELF__ -# ifdef __GLIBC__ -# if __GLIBC__ >= 2 - printf ("%s-${VENDOR}-linux-gnu\n", argv[1]); -# else - printf ("%s-${VENDOR}-linux-gnulibc1\n", argv[1]); -# endif -# else - printf ("%s-${VENDOR}-linux-gnulibc1\n", argv[1]); -# endif -#else - printf ("%s-${VENDOR}-linux-gnuaout\n", argv[1]); -#endif - return 0; -} + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + #ifdef __ELF__ + # ifdef __GLIBC__ + # if __GLIBC__ >= 2 + LIBC=gnu + # else + LIBC=gnulibc1 + # endif + # else + LIBC=gnulibc1 + # endif + #else + #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) + LIBC=gnu + #else + LIBC=gnuaout + #endif + #endif + #ifdef __dietlibc__ + LIBC=dietlibc + #endif EOF - $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null && ./$dummy "${UNAME_MACHINE}" && rm -f $dummy.c $dummy && exit 0 - rm -f $dummy.c $dummy - test x"${TENTATIVE}" != x && echo "${TENTATIVE}" && exit 0 + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^LIBC/{ + s: ::g + p + }'`" + test x"${LIBC}" != x && { + echo "${UNAME_MACHINE}-pc-linux-${LIBC}" + exit + } + test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; } ;; -# ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. earlier versions -# are messed up and put the nodename in both sysname and nodename. i*86:DYNIX/ptx:4*:*) + # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. + # earlier versions are messed up and put the nodename in both + # sysname and nodename. echo i386-sequent-sysv4 - exit 0 ;; + exit ;; i*86:UNIX_SV:4.2MP:2.*) # Unixware is an offshoot of SVR4, but it has its own version # number series starting with 2... @@ -957,7 +1026,27 @@ # I just have to hope. -- rms. # Use sysv4.2uw... so that sysv4* matches it. echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} - exit 0 ;; + exit ;; + i*86:OS/2:*:*) + # If we were able to find `uname', then EMX Unix compatibility + # is probably installed. + echo ${UNAME_MACHINE}-pc-os2-emx + exit ;; + i*86:XTS-300:*:STOP) + echo ${UNAME_MACHINE}-unknown-stop + exit ;; + i*86:atheos:*:*) + echo ${UNAME_MACHINE}-unknown-atheos + exit ;; + i*86:syllable:*:*) + echo ${UNAME_MACHINE}-pc-syllable + exit ;; + i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*) + echo i386-unknown-lynxos${UNAME_RELEASE} + exit ;; + i*86:*DOS:*:*) + echo ${UNAME_MACHINE}-pc-msdosdjgpp + exit ;; i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then @@ -965,100 +1054,100 @@ else echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} fi - exit 0 ;; - i*86:*:5:7*) - # Fixed at (any) Pentium or better - UNAME_MACHINE=i586 - if [ ${UNAME_SYSTEM} = "UnixWare" ] ; then - echo ${UNAME_MACHINE}-sco-sysv${UNAME_RELEASE}uw${UNAME_VERSION} - else - echo ${UNAME_MACHINE}-pc-sysv${UNAME_RELEASE} - fi - exit 0 ;; + exit ;; + i*86:*:5:[678]*) + # UnixWare 7.x, OpenUNIX and OpenServer 6. + case `/bin/uname -X | grep "^Machine"` in + *486*) UNAME_MACHINE=i486 ;; + *Pentium) UNAME_MACHINE=i586 ;; + *Pent*|*Celeron) UNAME_MACHINE=i686 ;; + esac + echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} + exit ;; i*86:*:3.2:*) if test -f /usr/options/cb.name; then UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then - UNAME_REL=`(/bin/uname -X|egrep Release|sed -e 's/.*= //')` - (/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i486 - (/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) \ + UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` + (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 + (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ && UNAME_MACHINE=i586 - (/bin/uname -X|egrep '^Machine.*Pent ?II' >/dev/null) \ + (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ && UNAME_MACHINE=i686 - (/bin/uname -X|egrep '^Machine.*Pentium Pro' >/dev/null) \ + (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ && UNAME_MACHINE=i686 echo ${UNAME_MACHINE}-pc-sco$UNAME_REL else echo ${UNAME_MACHINE}-pc-sysv32 fi - exit 0 ;; - i*86:*DOS:*:*) - echo ${UNAME_MACHINE}-pc-msdosdjgpp - exit 0 ;; + exit ;; pc:*:*:*) # Left here for compatibility: # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i386. echo i386-pc-msdosdjgpp - exit 0 ;; + exit ;; Intel:Mach:3*:*) echo i386-pc-mach3 - exit 0 ;; + exit ;; paragon:*:*:*) echo i860-intel-osf1 - exit 0 ;; + exit ;; i860:*:4.*:*) # i860-SVR4 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 else # Add other i860-SVR4 vendors below as they are discovered. echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 fi - exit 0 ;; + exit ;; mini*:CTIX:SYS*5:*) # "miniframe" echo m68010-convergent-sysv - exit 0 ;; - M68*:*:R3V[567]*:*) - test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;; - 3[34]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 4850:*:4.0:3.0) + exit ;; + mc68k:UNIX:SYSTEM5:3.51m) + echo m68k-convergent-sysv + exit ;; + M680?0:D-NIX:5.3:*) + echo m68k-diab-dnix + exit ;; + M68*:*:R3V[5678]*:*) + test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; + 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) OS_REL='' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && echo i486-ncr-sysv4.3${OS_REL} && exit 0 + && { echo i486-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ - && echo i586-ncr-sysv4.3${OS_REL} && exit 0 ;; + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && echo i486-ncr-sysv4 && exit 0 ;; + && { echo i486-ncr-sysv4; exit; } ;; m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) echo m68k-unknown-lynxos${UNAME_RELEASE} - exit 0 ;; + exit ;; mc68030:UNIX_System_V:4.*:*) echo m68k-atari-sysv4 - exit 0 ;; - i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*) - echo i386-unknown-lynxos${UNAME_RELEASE} - exit 0 ;; + exit ;; TSUNAMI:LynxOS:2.*:*) echo sparc-unknown-lynxos${UNAME_RELEASE} - exit 0 ;; + exit ;; rs6000:LynxOS:2.*:*) echo rs6000-unknown-lynxos${UNAME_RELEASE} - exit 0 ;; + exit ;; PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*) echo powerpc-unknown-lynxos${UNAME_RELEASE} - exit 0 ;; + exit ;; SM[BE]S:UNIX_SV:*:*) echo mips-dde-sysv${UNAME_RELEASE} - exit 0 ;; + exit ;; RM*:ReliantUNIX-*:*:*) echo mips-sni-sysv4 - exit 0 ;; + exit ;; RM*:SINIX-*:*:*) echo mips-sni-sysv4 - exit 0 ;; + exit ;; *:SINIX-*:*:*) if uname -p 2>/dev/null >/dev/null ; then UNAME_MACHINE=`(uname -p) 2>/dev/null` @@ -1066,78 +1155,98 @@ else echo ns32k-sni-sysv fi - exit 0 ;; - PENTIUM:CPunix:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort - # says + exit ;; + PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort + # says echo i586-unisys-sysv4 - exit 0 ;; + exit ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes . # How about differentiating between stratus architectures? -djm echo hppa1.1-stratus-sysv4 - exit 0 ;; + exit ;; *:*:*:FTX*) # From seanf@swdc.stratus.com. echo i860-stratus-sysv4 - exit 0 ;; + exit ;; + i*86:VOS:*:*) + # From Paul.Green@stratus.com. + echo ${UNAME_MACHINE}-stratus-vos + exit ;; + *:VOS:*:*) + # From Paul.Green@stratus.com. + echo hppa1.1-stratus-vos + exit ;; mc68*:A/UX:*:*) echo m68k-apple-aux${UNAME_RELEASE} - exit 0 ;; + exit ;; news*:NEWS-OS:6*:*) echo mips-sony-newsos6 - exit 0 ;; + exit ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then echo mips-nec-sysv${UNAME_RELEASE} else echo mips-unknown-sysv${UNAME_RELEASE} fi - exit 0 ;; + exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. echo powerpc-be-beos - exit 0 ;; + exit ;; BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. echo powerpc-apple-beos - exit 0 ;; + exit ;; BePC:BeOS:*:*) # BeOS running on Intel PC compatible. echo i586-pc-beos - exit 0 ;; + exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} - exit 0 ;; + exit ;; SX-5:SUPER-UX:*:*) echo sx5-nec-superux${UNAME_RELEASE} - exit 0 ;; + exit ;; + SX-6:SUPER-UX:*:*) + echo sx6-nec-superux${UNAME_RELEASE} + exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} - exit 0 ;; + exit ;; *:Rhapsody:*:*) echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} - exit 0 ;; + exit ;; *:Darwin:*:*) - echo `uname -p`-apple-darwin${UNAME_RELEASE} - exit 0 ;; + UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown + case $UNAME_PROCESSOR in + unknown) UNAME_PROCESSOR=powerpc ;; + esac + echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} + exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) - if test "${UNAME_MACHINE}" = "x86pc"; then + UNAME_PROCESSOR=`uname -p` + if test "$UNAME_PROCESSOR" = "x86"; then + UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi - echo `uname -p`-${UNAME_MACHINE}-nto-qnx - exit 0 ;; + echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} + exit ;; *:QNX:*:4*) echo i386-pc-qnx - exit 0 ;; - NSR-[KW]:NONSTOP_KERNEL:*:*) + exit ;; + NSE-?:NONSTOP_KERNEL:*:*) + echo nse-tandem-nsk${UNAME_RELEASE} + exit ;; + NSR-?:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} - exit 0 ;; + exit ;; *:NonStop-UX:*:*) echo mips-compaq-nonstopux - exit 0 ;; + exit ;; BS2000:POSIX*:*:*) echo bs2000-siemens-sysv - exit 0 ;; + exit ;; DS/*:UNIX_System_V:*:*) echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} - exit 0 ;; + exit ;; *:Plan9:*:*) # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 @@ -1148,35 +1257,53 @@ UNAME_MACHINE="$cputype" fi echo ${UNAME_MACHINE}-unknown-plan9 - exit 0 ;; - i*86:OS/2:*:*) - # If we were able to find `uname', then EMX Unix compatibility - # is probably installed. - echo ${UNAME_MACHINE}-pc-os2-emx - exit 0 ;; + exit ;; *:TOPS-10:*:*) echo pdp10-unknown-tops10 - exit 0 ;; + exit ;; *:TENEX:*:*) echo pdp10-unknown-tenex - exit 0 ;; + exit ;; KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) echo pdp10-dec-tops20 - exit 0 ;; + exit ;; XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) echo pdp10-xkl-tops20 - exit 0 ;; + exit ;; *:TOPS-20:*:*) echo pdp10-unknown-tops20 - exit 0 ;; + exit ;; *:ITS:*:*) echo pdp10-unknown-its - exit 0 ;; + exit ;; + SEI:*:*:SEIUX) + echo mips-sei-seiux${UNAME_RELEASE} + exit ;; + *:DragonFly:*:*) + echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + exit ;; + *:*VMS:*:*) + UNAME_MACHINE=`(uname -p) 2>/dev/null` + case "${UNAME_MACHINE}" in + A*) echo alpha-dec-vms ; exit ;; + I*) echo ia64-dec-vms ; exit ;; + V*) echo vax-dec-vms ; exit ;; + esac ;; + *:XENIX:*:SysV) + echo i386-pc-xenix + exit ;; + i*86:skyos:*:*) + echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' + exit ;; + i*86:rdos:*:*) + echo ${UNAME_MACHINE}-pc-rdos + exit ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 #echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 +eval $set_cc_for_build cat >$dummy.c < @@ -1202,7 +1329,7 @@ #endif #if defined (__arm) && defined (__acorn) && defined (__unix) - printf ("arm-acorn-riscix"); exit (0); + printf ("arm-acorn-riscix\n"); exit (0); #endif #if defined (hp300) && !defined (hpux) @@ -1291,12 +1418,12 @@ } EOF -$CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null && ./$dummy && rm -f $dummy.c $dummy && exit 0 -rm -f $dummy.c $dummy +$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && + { echo "$SYSTEM_NAME"; exit; } # Apollos put the system type in the environment. -test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit 0; } +test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } # Convex versions that predate uname can use getsysinfo(1) @@ -1305,22 +1432,22 @@ case `getsysinfo -f cpu_type` in c1*) echo c1-convex-bsd - exit 0 ;; + exit ;; c2*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi - exit 0 ;; + exit ;; c34*) echo c34-convex-bsd - exit 0 ;; + exit ;; c38*) echo c38-convex-bsd - exit 0 ;; + exit ;; c4*) echo c4-convex-bsd - exit 0 ;; + exit ;; esac fi @@ -1331,7 +1458,9 @@ the operating system you are using. It is advised that you download the most up to date version of the config scripts from - ftp://ftp.gnu.org/pub/gnu/config/ + http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess +and + http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub If the version you run ($0) is already up to date, please send the following data and any information you think might be --- canna-3.7p3.orig/canuum/config.sub +++ canna-3.7p3/canuum/config.sub @@ -1,9 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 -# Free Software Foundation, Inc. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, +# Inc. -timestamp='2001-04-20' +timestamp='2006-09-20' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -21,15 +22,17 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. - +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA +# 02110-1301, USA. +# # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. -# Please send patches to . + +# Please send patches to . Submit a context +# diff and a properly formatted ChangeLog entry. # # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. @@ -69,7 +72,7 @@ version="\ GNU config.sub ($timestamp) -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO @@ -82,11 +85,11 @@ while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) - echo "$timestamp" ; exit 0 ;; + echo "$timestamp" ; exit ;; --version | -v ) - echo "$version" ; exit 0 ;; + echo "$version" ; exit ;; --help | --h* | -h ) - echo "$usage"; exit 0 ;; + echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. @@ -98,7 +101,7 @@ *local*) # First pass through any local machine types. echo $1 - exit 0;; + exit ;; * ) break ;; @@ -117,7 +120,9 @@ # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in - nto-qnx* | linux-gnu* | storm-chaos* | os2-emx*) + nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ + uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ + storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; @@ -143,7 +148,7 @@ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ - -apple | -axis) + -apple | -axis | -knuth | -cray) os= basic_machine=$1 ;; @@ -157,9 +162,21 @@ os=-vxworks basic_machine=$1 ;; + -chorusos*) + os=-chorusos + basic_machine=$1 + ;; + -chorusrdb) + os=-chorusrdb + basic_machine=$1 + ;; -hiux*) os=-hiuxwe2 ;; + -sco6) + os=-sco5v6 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; -sco5) os=-sco3.2v5 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` @@ -176,6 +193,10 @@ # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; + -sco5v6*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; -sco*) os=-sco3.2v2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` @@ -215,26 +236,57 @@ case $basic_machine in # Recognize the basic CPU types without company name. # Some are omitted here because they have special meanings below. - tahoe | i860 | ia64 | m32r | m68k | m68000 | m88k | ns32k | arc \ - | arm | arme[lb] | arm[bl]e | armv[2345] | armv[345][lb] | strongarm | xscale \ - | pyramid | mn10200 | mn10300 | tron | a29k \ - | 580 | i960 | h8300 \ - | x86 | ppcbe | mipsbe | mipsle | shbe | shle \ - | hppa | hppa1.0 | hppa1.1 | hppa2.0 | hppa2.0w | hppa2.0n \ - | hppa64 \ - | alpha | alphaev[4-8] | alphaev56 | alphapca5[67] \ - | alphaev6[78] \ - | we32k | ns16k | clipper | i370 | sh | sh[34] \ - | powerpc | powerpcle \ - | 1750a | dsp16xx | pdp10 | pdp11 \ - | mips16 | mips64 | mipsel | mips64el \ - | mips64orion | mips64orionel | mipstx39 | mipstx39el \ - | mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el \ - | mips64vr5000 | miprs64vr5000el | mcore | s390 | s390x \ - | sparc | sparclet | sparclite | sparc64 | sparcv9 | sparcv9b \ - | v850 | c4x \ - | thumb | d10v | d30v | fr30 | avr | openrisc | tic80 \ - | pj | pjl | h8500) + 1750a | 580 \ + | a29k \ + | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ + | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ + | am33_2.0 \ + | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ + | bfin \ + | c4x | clipper \ + | d10v | d30v | dlx | dsp16xx \ + | fr30 | frv \ + | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ + | i370 | i860 | i960 | ia64 \ + | ip2k | iq2000 \ + | m32c | m32r | m32rle | m68000 | m68k | m88k \ + | maxq | mb | microblaze | mcore \ + | mips | mipsbe | mipseb | mipsel | mipsle \ + | mips16 \ + | mips64 | mips64el \ + | mips64vr | mips64vrel \ + | mips64orion | mips64orionel \ + | mips64vr4100 | mips64vr4100el \ + | mips64vr4300 | mips64vr4300el \ + | mips64vr5000 | mips64vr5000el \ + | mips64vr5900 | mips64vr5900el \ + | mipsisa32 | mipsisa32el \ + | mipsisa32r2 | mipsisa32r2el \ + | mipsisa64 | mipsisa64el \ + | mipsisa64r2 | mipsisa64r2el \ + | mipsisa64sb1 | mipsisa64sb1el \ + | mipsisa64sr71k | mipsisa64sr71kel \ + | mipstx39 | mipstx39el \ + | mn10200 | mn10300 \ + | mt \ + | msp430 \ + | nios | nios2 \ + | ns16k | ns32k \ + | or32 \ + | pdp10 | pdp11 | pj | pjl \ + | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ + | pyramid \ + | score \ + | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ + | sh64 | sh64le \ + | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ + | spu | strongarm \ + | tahoe | thumb | tic4x | tic80 | tron \ + | v850 | v850e \ + | we32k \ + | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ + | z8k) basic_machine=$basic_machine-unknown ;; m6811 | m68hc11 | m6812 | m68hc12) @@ -242,7 +294,10 @@ basic_machine=$basic_machine-unknown os=-none ;; - m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | z8k | v70 | w65) + m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) + ;; + ms1) + basic_machine=mt-unknown ;; # We use `pc' rather than `unknown' @@ -257,31 +312,66 @@ exit 1 ;; # Recognize the basic CPU types with company name. - # FIXME: clean up the formatting here. - vax-* | tahoe-* | i*86-* | i860-* | ia64-* | m32r-* | m68k-* | m68000-* \ - | m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | c[123]* \ - | arm-* | armbe-* | armle-* | armv*-* | strongarm-* | xscale-* \ - | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \ - | power-* | none-* | 580-* | cray2-* | h8300-* | h8500-* | i960-* \ - | xmp-* | ymp-* \ - | x86-* | ppcbe-* | mipsbe-* | mipsle-* | shbe-* | shle-* \ - | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-* | hppa2.0w-* \ - | hppa2.0n-* | hppa64-* \ - | alpha-* | alphaev[4-8]-* | alphaev56-* | alphapca5[67]-* \ - | alphaev6[78]-* \ - | we32k-* | cydra-* | ns16k-* | pn-* | np1-* | xps100-* \ - | clipper-* | orion-* \ - | sparclite-* | pdp10-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \ - | sparc64-* | sparcv9-* | sparcv9b-* | sparc86x-* \ - | mips16-* | mips64-* | mipsel-* \ - | mips64el-* | mips64orion-* | mips64orionel-* \ - | mips64vr4100-* | mips64vr4100el-* | mips64vr4300-* | mips64vr4300el-* \ - | mipstx39-* | mipstx39el-* | mcore-* \ - | f30[01]-* | f700-* | s390-* | s390x-* | sv1-* | t3e-* \ - | [cjt]90-* \ - | m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \ - | thumb-* | v850-* | d30v-* | tic30-* | tic80-* | c30-* | fr30-* \ - | bs2000-* | tic54x-* | c54x-* | x86_64-* | pj-* | pjl-*) + 580-* \ + | a29k-* \ + | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ + | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ + | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ + | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ + | avr-* | avr32-* \ + | bfin-* | bs2000-* \ + | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ + | clipper-* | craynv-* | cydra-* \ + | d10v-* | d30v-* | dlx-* \ + | elxsi-* \ + | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \ + | h8300-* | h8500-* \ + | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ + | i*86-* | i860-* | i960-* | ia64-* \ + | ip2k-* | iq2000-* \ + | m32c-* | m32r-* | m32rle-* \ + | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ + | m88110-* | m88k-* | maxq-* | mcore-* \ + | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ + | mips16-* \ + | mips64-* | mips64el-* \ + | mips64vr-* | mips64vrel-* \ + | mips64orion-* | mips64orionel-* \ + | mips64vr4100-* | mips64vr4100el-* \ + | mips64vr4300-* | mips64vr4300el-* \ + | mips64vr5000-* | mips64vr5000el-* \ + | mips64vr5900-* | mips64vr5900el-* \ + | mipsisa32-* | mipsisa32el-* \ + | mipsisa32r2-* | mipsisa32r2el-* \ + | mipsisa64-* | mipsisa64el-* \ + | mipsisa64r2-* | mipsisa64r2el-* \ + | mipsisa64sb1-* | mipsisa64sb1el-* \ + | mipsisa64sr71k-* | mipsisa64sr71kel-* \ + | mipstx39-* | mipstx39el-* \ + | mmix-* \ + | mt-* \ + | msp430-* \ + | nios-* | nios2-* \ + | none-* | np1-* | ns16k-* | ns32k-* \ + | orion-* \ + | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ + | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ + | pyramid-* \ + | romp-* | rs6000-* \ + | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ + | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ + | sparclite-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ + | tahoe-* | thumb-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tron-* \ + | v850-* | v850e-* | vax-* \ + | we32k-* \ + | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ + | xstormy16-* | xtensa-* \ + | ymp-* \ + | z8k-*) ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. @@ -299,6 +389,9 @@ basic_machine=a29k-amd os=-udi ;; + abacus) + basic_machine=abacus-unknown + ;; adobe68k) basic_machine=m68010-adobe os=-scout @@ -313,6 +406,12 @@ basic_machine=a29k-none os=-bsd ;; + amd64) + basic_machine=x86_64-pc + ;; + amd64-*) + basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; amdahl) basic_machine=580-amdahl os=-sysv @@ -344,6 +443,10 @@ basic_machine=ns32k-sequent os=-dynix ;; + c90) + basic_machine=c90-cray + os=-unicos + ;; convex-c1) basic_machine=c1-convex os=-bsd @@ -364,30 +467,45 @@ basic_machine=c38-convex os=-bsd ;; - cray | ymp) - basic_machine=ymp-cray + cray | j90) + basic_machine=j90-cray os=-unicos ;; - cray2) - basic_machine=cray2-cray - os=-unicos + craynv) + basic_machine=craynv-cray + os=-unicosmp ;; - [cjt]90) - basic_machine=${basic_machine}-cray - os=-unicos + cr16c) + basic_machine=cr16c-unknown + os=-elf ;; crds | unos) basic_machine=m68k-crds ;; + crisv32 | crisv32-* | etraxfs*) + basic_machine=crisv32-axis + ;; cris | cris-* | etrax*) basic_machine=cris-axis ;; + crx) + basic_machine=crx-unknown + os=-elf + ;; da30 | da30-*) basic_machine=m68k-da30 ;; decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) basic_machine=mips-dec ;; + decsystem10* | dec10*) + basic_machine=pdp10-dec + os=-tops10 + ;; + decsystem20* | dec20*) + basic_machine=pdp10-dec + os=-tops20 + ;; delta | 3300 | motorola-3300 | motorola-delta \ | 3300-motorola | delta-motorola) basic_machine=m68k-motorola @@ -396,6 +514,10 @@ basic_machine=m88k-motorola os=-sysv3 ;; + djgpp) + basic_machine=i586-pc + os=-msdosdjgpp + ;; dpx20 | dpx20-*) basic_machine=rs6000-bull os=-bosx @@ -568,32 +690,27 @@ basic_machine=m68k-atari os=-mint ;; - mipsel*-linux*) - basic_machine=mipsel-unknown - os=-linux-gnu - ;; - mips*-linux*) - basic_machine=mips-unknown - os=-linux-gnu - ;; mips3*-*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` ;; mips3*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown ;; - mmix*) - basic_machine=mmix-knuth - os=-mmixware - ;; monitor) basic_machine=m68k-rom68k os=-coff ;; + morphos) + basic_machine=powerpc-unknown + os=-morphos + ;; msdos) basic_machine=i386-pc os=-msdos ;; + ms1-*) + basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` + ;; mvs) basic_machine=i370-ibm os=-mvs @@ -669,6 +786,13 @@ basic_machine=hppa1.1-oki os=-proelf ;; + openrisc | openrisc-*) + basic_machine=or32-unknown + ;; + os400) + basic_machine=powerpc-ibm + os=-os400 + ;; OSE68000 | ose68000) basic_machine=m68000-ericsson os=-ose @@ -691,42 +815,64 @@ pbb) basic_machine=m68k-tti ;; - pc532 | pc532-*) + pc532 | pc532-*) basic_machine=ns32k-pc532 ;; - pentium | p5 | k5 | k6 | nexgen) + pc98) + basic_machine=i386-pc + ;; + pc98-*) + basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc ;; - pentiumpro | p6 | 6x86 | athlon) + pentiumpro | p6 | 6x86 | athlon | athlon_*) basic_machine=i686-pc ;; - pentiumii | pentium2) + pentiumii | pentium2 | pentiumiii | pentium3) basic_machine=i686-pc ;; - pentium-* | p5-* | k5-* | k6-* | nexgen-*) + pentium4) + basic_machine=i786-pc + ;; + pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumpro-* | p6-* | 6x86-* | athlon-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; - pentiumii-* | pentium2-*) + pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; + pentium4-*) + basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; pn) basic_machine=pn-gould ;; power) basic_machine=power-ibm ;; ppc) basic_machine=powerpc-unknown - ;; + ;; ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppcle | powerpclittle | ppc-le | powerpc-little) basic_machine=powerpcle-unknown - ;; + ;; ppcle-* | powerpclittle-*) basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` ;; + ppc64) basic_machine=powerpc64-unknown + ;; + ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64le | powerpc64little | ppc64-le | powerpc64-little) + basic_machine=powerpc64le-unknown + ;; + ppc64le-* | powerpc64little-*) + basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; ps2) basic_machine=i386-ibm ;; @@ -734,6 +880,10 @@ basic_machine=i586-unknown os=-pw32 ;; + rdos) + basic_machine=i386-pc + os=-rdos + ;; rom68k) basic_machine=m68k-rom68k os=-coff @@ -744,10 +894,30 @@ rtpc | rtpc-*) basic_machine=romp-ibm ;; + s390 | s390-*) + basic_machine=s390-ibm + ;; + s390x | s390x-*) + basic_machine=s390x-ibm + ;; sa29200) basic_machine=a29k-amd os=-udi ;; + sb1) + basic_machine=mipsisa64sb1-unknown + ;; + sb1el) + basic_machine=mipsisa64sb1el-unknown + ;; + sde) + basic_machine=mipsisa32-sde + os=-elf + ;; + sei) + basic_machine=mips-sei + os=-seiux + ;; sequent) basic_machine=i386-sequent ;; @@ -755,7 +925,10 @@ basic_machine=sh-hitachi os=-hms ;; - sparclite-wrs) + sh64) + basic_machine=sh64-unknown + ;; + sparclite-wrs | simso-wrs) basic_machine=sparclite-wrs os=-vxworks ;; @@ -822,22 +995,42 @@ os=-dynix ;; t3e) - basic_machine=t3e-cray + basic_machine=alphaev5-cray + os=-unicos + ;; + t90) + basic_machine=t90-cray os=-unicos ;; tic54x | c54x*) basic_machine=tic54x-unknown os=-coff ;; + tic55x | c55x*) + basic_machine=tic55x-unknown + os=-coff + ;; + tic6x | c6x*) + basic_machine=tic6x-unknown + os=-coff + ;; tx39) basic_machine=mipstx39-unknown ;; tx39el) basic_machine=mipstx39el-unknown ;; + toad1) + basic_machine=pdp10-xkl + os=-tops20 + ;; tower | tower-32) basic_machine=m68k-ncr ;; + tpf) + basic_machine=s390x-ibm + os=-tpf + ;; udi29k) basic_machine=a29k-amd os=-udi @@ -859,8 +1052,8 @@ os=-vms ;; vpp*|vx|vx-*) - basic_machine=f301-fujitsu - ;; + basic_machine=f301-fujitsu + ;; vxworks960) basic_machine=i960-wrs os=-vxworks @@ -881,13 +1074,17 @@ basic_machine=hppa1.1-winbond os=-proelf ;; - xmp) - basic_machine=xmp-cray - os=-unicos + xbox) + basic_machine=i686-pc + os=-mingw32 ;; - xps | xps100) + xps | xps100) basic_machine=xps100-honeywell ;; + ymp) + basic_machine=ymp-cray + os=-unicos + ;; z8k-*-coff) basic_machine=z8k-unknown os=-sim @@ -908,16 +1105,12 @@ op60c) basic_machine=hppa1.1-oki ;; - mips) - if [ x$os = x-linux-gnu ]; then - basic_machine=mips-unknown - else - basic_machine=mips-mips - fi - ;; romp) basic_machine=romp-ibm ;; + mmix) + basic_machine=mmix-knuth + ;; rs6000) basic_machine=rs6000-ibm ;; @@ -934,13 +1127,13 @@ we32k) basic_machine=we32k-att ;; - sh3 | sh4) + sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; - sparc | sparcv9 | sparcv9b) + sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) basic_machine=sparc-sun ;; - cydra) + cydra) basic_machine=cydra-cydrome ;; orion) @@ -955,10 +1148,6 @@ pmac | pmac-mpw) basic_machine=powerpc-apple ;; - c4x*) - basic_machine=c4x-none - os=-coff - ;; *-unknown) # Make sure to match an already-canonicalized machine name. ;; @@ -1014,15 +1203,23 @@ | -aos* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \ - | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ + | -openbsd* | -solidbsd* \ + | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ + | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ + | -chorusos* | -chorusrdb* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \ - | -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \ + | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ + | -uxpv* | -beos* | -mpeix* | -udk* \ + | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ - | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* | -os2*) + | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ + | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ + | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ + | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ + | -skyos* | -haiku* | -rdos* | -toppers*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1034,16 +1231,21 @@ ;; esac ;; + -nto-qnx*) + ;; -nto*) - os=-nto-qnx + os=`echo $os | sed -e 's|nto|nto-qnx|'` ;; -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ - | -windows* | -osx | -abug | -netware* | -os9* | -beos* \ + | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) ;; -mac*) os=`echo $os | sed -e 's|mac|macos|'` ;; + -linux-dietlibc) + os=-linux-dietlibc + ;; -linux*) os=`echo $os | sed -e 's|linux|linux-gnu|'` ;; @@ -1056,6 +1258,9 @@ -opened*) os=-openedition ;; + -os400*) + os=-os400 + ;; -wince*) os=-wince ;; @@ -1074,14 +1279,23 @@ -acis*) os=-aos ;; + -atheos*) + os=-atheos + ;; + -syllable*) + os=-syllable + ;; -386bsd) os=-bsd ;; -ctix* | -uts*) os=-sysv ;; + -nova*) + os=-rtmk-nova + ;; -ns2 ) - os=-nextstep2 + os=-nextstep2 ;; -nsk*) os=-nsk @@ -1093,6 +1307,9 @@ -sinix*) os=-sysv4 ;; + -tpf*) + os=-tpf + ;; -triton*) os=-sysv3 ;; @@ -1120,8 +1337,17 @@ -xenix) os=-xenix ;; - -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) - os=-mint + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + os=-mint + ;; + -aros*) + os=-aros + ;; + -kaos*) + os=-kaos + ;; + -zvmoe) + os=-zvmoe ;; -none) ;; @@ -1145,6 +1371,12 @@ # system, and we'll never get to this point. case $basic_machine in + score-*) + os=-elf + ;; + spu-*) + os=-elf + ;; *-acorn) os=-riscix1.2 ;; @@ -1154,10 +1386,14 @@ arm*-semi) os=-aout ;; + c4x-* | tic4x-*) + os=-coff + ;; + # This must come before the *-dec entry. pdp10-*) os=-tops20 ;; - pdp11-*) + pdp11-*) os=-none ;; *-dec | vax-*) @@ -1184,6 +1420,9 @@ mips*-*) os=-elf ;; + or32-*) + os=-coff + ;; *-tti) # must be before sparc entry or we get the wrong os. os=-sysv3 ;; @@ -1193,9 +1432,15 @@ *-be) os=-beos ;; + *-haiku) + os=-haiku + ;; *-ibm) os=-aix ;; + *-knuth) + os=-mmixware + ;; *-wec) os=-proelf ;; @@ -1247,19 +1492,19 @@ *-next) os=-nextstep3 ;; - *-gould) + *-gould) os=-sysv ;; - *-highlevel) + *-highlevel) os=-bsd ;; *-encore) os=-bsd ;; - *-sgi) + *-sgi) os=-irix ;; - *-siemens) + *-siemens) os=-sysv4 ;; *-masscomp) @@ -1328,10 +1573,16 @@ -mvs* | -opened*) vendor=ibm ;; + -os400*) + vendor=ibm + ;; -ptx*) vendor=sequent ;; - -vxsim* | -vxworks*) + -tpf*) + vendor=ibm + ;; + -vxsim* | -vxworks* | -windiss*) vendor=wrs ;; -aux*) @@ -1346,13 +1597,16 @@ -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) vendor=atari ;; + -vos*) + vendor=stratus + ;; esac basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` ;; esac echo $basic_machine$os -exit 0 +exit # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) --- canna-3.7p3.orig/debian/chkconc.1 +++ canna-3.7p3/debian/chkconc.1 @@ -0,0 +1,18 @@ +.TH "chkconc" 1 "2003 Dec 20" "Debian" "canna" +.SH NAME +chkconc \- list concatenation for hinshi +.SH SYNOPSIS +.BI "chkconc [" "options" "] " "hinshi" +.SH DESCRIPTION +Displays possible +.I hinshi +connections. +.SH OPTIONS +.BI "-d [" "dictionary path" "]" + +specify the path to dictionary file. + + +.SH AUTHOR +This manual page was written by Junichi Uekawa +(dancer@debian.org) for Debian GNU/Linux and may be used by others. --- canna-3.7p3.orig/debian/TODO +++ canna-3.7p3/debian/TODO @@ -0,0 +1,4 @@ + + * Install Tex documentation Bug #92963 + +$Id: TODO,v 1.1 2003/09/27 09:09:16 dancer Exp $ --- canna-3.7p3.orig/debian/compat +++ canna-3.7p3/debian/compat @@ -0,0 +1 @@ +7 --- canna-3.7p3.orig/debian/links +++ canna-3.7p3/debian/links @@ -0,0 +1,2 @@ +usr/bin/cannakill usr/bin/syncdic +usr/bin/catdic usr/bin/chmoddic --- canna-3.7p3.orig/debian/README.Debian +++ canna-3.7p3/debian/README.Debian @@ -0,0 +1,54 @@ +Canna for DEBIAN +---------------- + +Configuration +============= + + This is Canna, a Japanese input system, packaged for Debian. + + For security reasons, the server doesn't listen on a TCP socket by +default. This can be enabled by using the "-inet" option and is +required in order to establish remote connections to the server. You +also have to add the hostname of the remote machine to /etc/hosts.canna +for this to work. + + This can be reconfigured by issuing the command: + + $ dpkg-reconfigure canna + + If the environment variable CANNAHOST is unset or set to the value +"unix", the canna client will usually use UNIX domain sockets for the +communication with the server. Any other value (including "localhost") +will cause the client to use a TCP connection. + + +dics.dir +======== + +There is a file /var/lib/canna/dic/canna/dics.dir, +the file is updated through update-canna-dics_dir. +The dics.dir should be in /etc/canna/dics.dir.d/ + +If you are going to create a dictionary package for canna, +please edit there. + + +Upgrading dictionary frequency data +=================================== + +.cld files are dictionary frequency data for canna. +They are not really upgradable currently. + + +Binary Dictionary data for Debian +================================= + +To keep dictionary frequency data between upgrades, +binary dictionary data is not upgraded automatically from +3.6p1-8. +The data is stored in /usr/lib/canna/debian-template/ +and copied to /var/lib/canna/dic/canna/ if files are missing +(i. e. on fresh install). + + -- Junichi Uekawa , Wed Nov 12 08:09:52 2003 + --- canna-3.7p3.orig/debian/libcanna1g.postinst +++ canna-3.7p3/debian/libcanna1g.postinst @@ -0,0 +1,25 @@ +#!/bin/sh + +# Source debconf library. +. /usr/share/debconf/confmodule +db_version 2.0 + +set -e + +case "$1" in + configure) + db_get canna/default_style + cp /usr/share/canna/${RET}.canna /etc/canna/default.canna + ldconfig + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + ;; +esac + + + +#DEBHELPER# --- canna-3.7p3.orig/debian/mergeword.1 +++ canna-3.7p3/debian/mergeword.1 @@ -0,0 +1,12 @@ +.TH "mergeword" 1 "2003 Dec 20" "Debian" "canna" +.SH NAME +mergeword \- merge words in canna dictionary files +.SH SYNOPSIS +.BI "mergeword [" "filename" "] " +.SH DESCRIPTION +Reads text-based dictionary file from input and merge similar entries and output a dictionary file. +Reads from the specified filename, or from standard input if file is not specified. + +.SH AUTHOR +This manual page was written by Junichi Uekawa +(dancer@debian.org) for Debian GNU/Linux and may be used by others. --- canna-3.7p3.orig/debian/update-canna-dics_dir +++ canna-3.7p3/debian/update-canna-dics_dir @@ -0,0 +1,36 @@ +#!/bin/sh +# update-canna-dics_dir +# compiles dics.dir files for Canna Server +# Copyright 2001 ISHIKAWA Mutsumi +# Licensed under the GNU General Public License, version 2. See the file +# /usr/share/common-licenses/GPL or . + +SRC=/etc/canna/dics.dir.d +DEST=/var/lib/canna/dic/canna + +for DIR in $SRC $DEST; do + VALID=yes + if [ ! -d $DIR ]; then + echo "$0: $DIR does not exist or is not a directory." >&2 + VALID= + fi +done + +if [ -n "$VALID" ]; then + # write new dics.dir file in case we are interrupted + echo '# dics.dir -- automatically generated file. DO NOT EDIT.' > $DEST/dics.dir.update-new +# echo '# To modify, see update-canna-dics_dir(8). >> $DEST/dics.dir.update-new + # are there any files to process? + if [ "$(echo $SRC/*.dics.dir)" != "$SRC/*.dics.dir" ]; then + for file in $SRC/*.dics.dir; do + echo "# $file" >> $DEST/dics.dir.update-new + cat $file >> $DEST/dics.dir.update-new + done + mv $DEST/dics.dir.update-new $DEST/dics.dir + else + # no files to process, remove the one + rm -f $DEST/dics.dir + fi +fi + +exit --- canna-3.7p3.orig/debian/update-canna-dics_dir.8 +++ canna-3.7p3/debian/update-canna-dics_dir.8 @@ -0,0 +1,94 @@ +.\" This manpage is copyright (C) 2001 ISHIKAWA Mutsumi . +.\" +.\" This is free software; you can redistribute it and/or modify it under +.\" the terms of the GNU General Public License as published by the Free +.\" Software Foundation, version 2. +.\" +.\" This is distributed in the hope that it will be useful, but WITHOUT +.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +.\" for more details. +.\" +.\" You should have received a copy of the GNU General Public License with +.\" your Debian GNU/Linux system, in /usr/share/common-licenses/GPL, or +.\" with the dpkg source package as the file COPYING. If not, write to the +.\" Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +.TH update-canna-dics_dir 8 "25 August 2001" "Debian GNU/Linux" +.SH NAME +update-canna-dics_dir \- compile dics.dir file +.SH SYNOPSIS +.B +.SH DESCRIPTION +.B update-canna-dics_dir +assembles a +.I dics.dir +file in the Canna dictionary using one or more alias files found in a +subdirectory of +.IR /etc/X11/fonts/ . +It is typically invoked only from the post-installation and post-removal +scripts of a +.I package +containing fonts (that provide aliases for their names) for the X Window +System, but may be invoked at any time to reconstruct +.I fonts.alias +files. For each +.IR directory , +which is either an absolute path to an X font directory or (preferably) +simply the last component of its path (such as "75dpi" or "misc"), +.B update-canna-dics_dir +will assemble +.IR /usr/lib/X11/fonts/ directory /fonts.alias +from the files found in +.IR /etc/X11/fonts/ directory / package .alias . +.PP +This enables multiple packages to provide aliases for fonts in the same +directory. No font package actually provides the +.I fonts.alias +file in the X font directory itself, so there is no danger of overwriting +one package's aliases with those of another. +.PP +For instance, the two packages "xfonts-base" and "xfonts-cjk" may both +install fonts into the directory +.IR /usr/lib/X11/fonts/misc . +They each place their +.I fonts.alias +files in +.I /etc/X11/fonts/misc/xfonts-base.alias +and +.I /etc/X11/fonts/misc/xfonts-cjk.alias +(respectively). +.B update-canna-dics_dir +concatenates these two files (as well as any others that match +.IR /etc/X11/fonts/misc/*.alias ) +into +.IR /usr/lib/X11/fonts/misc/fonts.alias . +.PP +The format for +.I fonts.alias +files is given in the +.BR mkfontdir (1) +manual page. +.PP +An example of how to use +.B update-canna-dics_dir +in package maintainer scripts is provided in the Debian Policy Manual. +.SH SEE ALSO +.BR mkfontdir (1) +.SH DIAGNOSTICS +.B update-canna-dics_dir +exits with status 1 if its arguments are absent or invalid. +.SH BUGS +See . If you wish to +report a bug in +.BR update-canna-dics_dir , +please see +.IR /usr/share/doc/debian/bug-reporting.txt , +the +.BR bug (1) +command, or the +.BR reportbug (1) +command. +.SH AUTHOR +.B update-canna-dics_dir +is written and copyrighted by ISHIKAWA Mutsumi. It is licensed under the +GNU GPL, version 2. --- canna-3.7p3.orig/debian/rules +++ canna-3.7p3/debian/rules @@ -0,0 +1,105 @@ +#!/usr/bin/make -f + +include /usr/share/dpatch/dpatch.make + +build: build-stamp +build-stamp: patch-stamp +# One of + dh_testdir + ./mkrelease.sh && xmkmf + cd doc/man/guide/tex && xmkmf + $(MAKE) canna + $(MAKE) -C doc/man/guide/tex + touch build-stamp + +clean: unpatch +# No need to run clean + dh_testdir + dh_testroot + [ ! -f Makefile ] || $(MAKE) clean + [ ! -f Makefile ] || $(MAKE) distclean + [ ! -f doc/man/guide/tex/Makefile ] || $(MAKE) -C doc/man/guide/tex clean + [ ! -f doc/man/guide/tex/Makefile ] || $(MAKE) -C doc/man/guide/tex distclean + + # remove created symlinks + rm -f doc/intern/canna.sty doc/lisp/canna.sty doc/man/guide/tex/canna.sty doc/misc/canna.sty + + # remove generated files + rm -f configure canuum/configure canuum/config.h.in Canna.conf accanna.h.in + rm -f build-stamp + + dh_clean + +binary-indep: build + +binary-arch: build + dh_testdir -a + dh_testroot -a + dh_prep + dh_installdirs -a + + make install \ + cannaBinDir=`pwd`/debian/canna/usr/bin \ + cannaSrvDir=`pwd`/debian/canna/usr/sbin \ + cannaLibDir=`pwd`/debian/canna/var/lib/canna \ + cannaEtcDir=`pwd`/debian/canna/etc/canna \ + cannaShareDir=`pwd`/debian/canna/usr/share/canna \ + cannaManDir=`pwd`/debian/canna/usr/share/man \ + cannaIncDir=`pwd`/debian/canna/usr/include/canna \ + libCannaDir=`pwd`/debian/canna/usr/lib \ + cannaDocDir=`pwd`/debian/canna/usr/share/doc/libcanna1g \ + DicDir=`pwd`/debian/canna/var/lib/canna/dic \ + ErrDir=`pwd`/debian/canna/var/log/canna + make install.man \ + cannaManDir=`pwd`/debian/canna/usr/share/man \ + MANSUFFIX=1 LIBMANSUFFIX=3 + + # debug + find debian/canna/ + + (cd debian/canna/usr/bin/ && rm -f cpdic lsdic mkdic mvdic rmdic syncdic addwords delwords cannakill) + cp debian/canna/usr/bin/catdic debian/canna/usr/bin/cannakill + install -d -m 755 debian/canna/etc/canna/dics.dir.d + install -m 644 debian/canna/var/lib/canna/dic/canna/dics.dir debian/canna/etc/canna/dics.dir.d/00canna.dics.dir + rm -f debian/canna/var/lib/canna/dic/canna/dics.dir + # 3.7 tries to install symlink to cannakill here, ignore it. + rm -f debian/canna/usr/sbin/cannakill + + install -m 755 debian/update-canna-dics_dir debian/canna/usr/sbin + + # move /var/lib/canna/dic/*.cld and related file to template dir + install -d -m 755 debian/canna/usr/lib/canna/debian-template/ + mv debian/canna/var/lib/canna/dic/canna/*.cld debian/canna/var/lib/canna/dic/canna/iroha.cbd debian/canna/var/lib/canna/dic/canna/fuzokugo.cbd debian/canna/usr/lib/canna/debian-template/ + chown -R root:root debian/canna/usr/lib/canna/debian-template/ + + dh_installdebconf + dh_installexamples + dh_installmenu + dh_movefiles --sourcedir=debian/canna + -rmdir -p debian/canna/usr/share/doc/libcanna1g/sample/src + -rmdir -p debian/canna/usr/include/canna debian/canna/usr/lib + dh_installdocs + dh_installexamples + #dh_undocumented crfreq.1 crxdic.1 crxgram.1 dpxdic.1\ + #forcpp.1 forsort.1 kpdic.1 mergeword.1 syncdic.1 + dh_installinit + dh_installman -pcanna ./cmd/catdic/chmoddic.man \ + debian/update-canna-dics_dir.8 \ + debian/canlisp.1 \ + debian/forsort.1 \ + debian/mergeword.1 + dh_installman -pcanna-utils ./debian/chkconc.1 + dh_installchangelogs ChangeLog + dh_strip + dh_link + dh_compress + dh_fixperms + dh_makeshlibs -V + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + + +binary: binary-indep binary-arch --- canna-3.7p3.orig/debian/libcanna1g.docs +++ canna-3.7p3/debian/libcanna1g.docs @@ -0,0 +1,5 @@ +README.jp +README +WHATIS +WHATIS.jp +CHANGES.jp --- canna-3.7p3.orig/debian/libcanna1g-dev.files +++ canna-3.7p3/debian/libcanna1g-dev.files @@ -0,0 +1,5 @@ +usr/include +usr/lib/*.a +usr/lib/*.so +usr/share/man/man3 +usr/share/man/ja/man3 --- canna-3.7p3.orig/debian/templates +++ canna-3.7p3/debian/templates @@ -0,0 +1,51 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# debian-l10n-english@lists.debian.org for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + +Template: canna/run_cannaserver +Type: boolean +Default: true +_Description: Should the Canna server run automatically? + This package contains the Canna server and server-related + utilities. If you are only interested in these utilities, + you can disable the Canna server now. + + +Template: canna/run_with_inet +Type: boolean +Default: false +_Description: Should the Canna server run in network mode? + By default the Canna server will run without support for network + connections, and will only accept connections on UNIX domain sockets, + from clients running on the same host. + . + If you choose this option, network support will be activated, and the + Canna server will accept connections on TCP sockets from clients that + may be on remote hosts. Some clients (such as egg and yc-el) require + this mode even if they run on the local host. + + +Template: canna/manage_allow_hosts_with_debconf +Type: boolean +Default: true +_Description: Manage /etc/hosts.canna automatically? + The /etc/hosts.canna file lists hosts allowed to connect to the + Canna server. + . + You should not accept this option if you prefer managing the + file's contents manually. + + +Template: canna/allow_hosts +Type: string +Default: unix localhost +_Description: Hosts allowed to connect to this Canna server: + Please enter the names of the hosts allowed to connect to this Canna server, + separated by spaces. + . + You can use "unix" to allow access via UNIX domain sockets. --- canna-3.7p3.orig/debian/libcanna1g.config +++ canna-3.7p3/debian/libcanna1g.config @@ -0,0 +1,12 @@ +#!/bin/sh + +set -e + +# Source debconf library. +. /usr/share/debconf/confmodule +db_version 2.0 + +db_input low canna/default_style || true +db_go + +exit 0 --- canna-3.7p3.orig/debian/copyright +++ canna-3.7p3/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by Yoshiaki Yanagihara yochi@debian.or.jp on +Wed, 25 Feb 1998 01:35:35 +0900. + +Maintainer Change from YoshiakiYanagihara to +ISHIKAWA Mutsumi on Fri May 28 23:13:01 JST 1999 +Current Maintainer is Junichi Uekawa +since Fri, 8 Aug 2003 07:00:08 +0900 + +It was downloaded from ftp://ftp.nec.co.jp/pub/Canna/Canna35/Canna35b2.tar.gz + +Unofficial Patches downloaded from http://www.jaist.ac.jp/~fujieda/canna/ + +---------------------------------------------------------------------- +Copyright 1994 NEC Corporation, Tokyo, Japan. + +Permission to use, copy, modify, distribute and sell this software +and its documentation for any purpose is hereby granted without +fee, provided that the above copyright notice appear in all copies +and that both that copyright notice and this permission notice +appear in supporting documentation, and that the name of NEC +Corporation not be used in advertising or publicity pertaining to +distribution of the software without specific, written prior +permission. NEC Corporation makes no representations about the +suitability of this software for any purpose. It is provided "as +is" without express or implied warranty. + +NEC CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN +NO EVENT SHALL NEC CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF +USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. --- canna-3.7p3.orig/debian/changelog +++ canna-3.7p3/debian/changelog @@ -0,0 +1,776 @@ +canna (3.7p3-6.5) unstable; urgency=high + + * Non-maintainer upload. + * Urgency high due to RC bug fix + * Fix problem when trying to delete user twice on purge (postrm purge + might be indeed called twice; see http://lists.debian.org/debian-devel/2002/10/msg00345.html + for details) (Closes: #579312) + * Use userdel instead of the non-essential deluser in postrm + * Include danish debconf template (Closes: #589865) + * Also fix lintian error on weak library dependency for libcanna1g-dev + on libcanna1g by version the dependency with (= ${binary:Version}) + + -- Alexander Reichle-Schmehl Wed, 24 Nov 2010 11:31:07 +0100 + +canna (3.7p3-6.4) unstable; urgency=low + + * Non-maintainer upload. + * Drop hardcoded path in postinst + * Fix pending l10n issues. Debconf translations: + - Vietnamese (Clytie Siddall). Closes: #548003 + + -- Christian Perrier Mon, 12 Apr 2010 08:18:50 +0200 + +canna (3.7p3-6.3) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS by adding texlive-latex-recommended to build + dependencies, to fix missing fancyvrb.sty. + Closes: #562367 + + -- Christian Perrier Fri, 25 Dec 2009 08:33:02 +0100 + +canna (3.7p3-6.2) unstable; urgency=low + + * Non-maintainer upload. + * Allow dpkg-reconfigure to work by using debconf settings even + when /etc/canna/default.canna already exists. Closes: #208538 + * Bump debhelper compatibility level to 7 + * As a consequence, drop the use of "dh_clean -k", replaced by dh_prep + * Drop useless output and "exit 0" when postrm and postinst scripts are + called with something else than "purge". + * Use "set -e" in *postinst, *config and *postrm scripts + * Drop .pc/ directory cruft from Debian diff + * Debconf templates and debian/control reviewed by the debian-l10n- + english team as part of the Smith review project. Closes: #523990 + * [Debconf translation updates] + - Galician. Closes: #524763 + - Japanese. Closes: #524782, #510710 + - Swedish. Closes: #524788 + - Italian. Closes: #525164 + - Finnish. Closes: #526186 + - Portuguese. Closes: #526711 + - Russian. Closes: #526756 + - German. Closes: #526769 + - French. Closes: #526871 + - Basque. Closes: #526873 + - Spanish. Closes: #526930 + - Czech (Miroslav Kure). Closes: #545159 + + -- Christian Perrier Sat, 12 Sep 2009 15:33:55 +0200 + +canna (3.7p3-6.1) unstable; urgency=low + + * Non-maintainer upload to fix pending l10n issues. + * Debconf translations: + - Finnish. Closes: #469549 + - Swedish. Closes: #490794 + - Turkish. Closes: #491491 + - Basque. Closes: #491886 + * [Lintian] Use "chown foo:bar" instead of "chown foo.bar" in postinst + * [Lintian] No longer ignore errors by make in the clean target + * [Lintian] Build-Depends on xutils-dev instead of obsolete xutils + + -- Christian Perrier Fri, 04 Jul 2008 08:47:39 +0200 + +canna (3.7p3-6) unstable; urgency=low + + * update pt.po translation (Closes: #413767) + + -- Atsushi Mitsuka Tue, 13 Mar 2007 14:09:07 +0900 + +canna (3.7p3-5) unstable; urgency=low + + * add gl.po translation (Closes: #412644) + * delete some files left in the case of purge (Closes: #350465) + + -- Atsushi Mitsuka Wed, 28 Feb 2007 15:02:43 +0900 + +canna (3.7p3-4) unstable; urgency=medium + + [ Atsushi Mitsuka ] + * Fix unusable. Closes: #397696 + + -- Atsushi Mitsuka Sun, 12 Nov 2006 23:00:41 +0900 + +canna (3.7p3-3.1) unstable; urgency=low + + * Non-maintainer upload to fix pending l10n issues + * Fix the dependency on debconf to allow cdebconf transition. + Closes: #331770 + * Correct English in debconf templates. Closes: #313202, #395979 + * Remove /etc/canna/dics.dir.d/00canna.dics.dir from debian/conffiles + This was, technically speaking, a FTBFS + * Lintian fixes, while we're at it: + - set the debhelper compatibility to 4 with debian/compat + - use more up-to-date config.{guess|sub} files + (the way it's done is not the cleanest but the simplest, which is + the most approrpiate for a NMU) + - remove /etc/init.d/canna from conffiles and remove that now empty file + (the file is automatically added to conffiles by debhelper) + - provide an LSB header to the init script + * Debconf templates translations: + - Added Swedish. Closes: #339328 + - Added Portuguese. Closes: #380325 + - Added Spanish. Closes: #334388 + - Added Czech. Sent during the NMU campaign. + - Added Russian. Sent during the NMU campaign. + - Updated German. Closes: #396457 + + -- Christian Perrier Mon, 6 Nov 2006 07:27:45 +0100 + + +canna (3.7p3-3) unstable; urgency=low + + * New maintainer + + -- Atsushi Mitsuka Fri, 24 Mar 2006 09:29:41 +0900 + +canna (3.7p3-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Medium-urgency upload for RC bugfix. + * Build-Depend on libx11-dev instead of on the obsolete xlibs-dev; thanks + to Justin Pryzby for the patch. + Closes: #346613. + + -- Steve Langasek Mon, 16 Jan 2006 01:20:47 -0800 + +canna (3.7p3-2) unstable; urgency=low + + * add cs.po translation (closes: #308518) + * add vi.po translation (closes: #313201) + * Standards-Version: 3.6.2 + * Remove the Build-conflicts against libc6 2.3.1, since 3.5b2-51; + should no longer be necessary. + * postinst: do not use [ .. -a ... ], use [ ] && [ ] instead. + + -- Junichi Uekawa Sun, 21 Aug 2005 13:31:49 +0900 + +canna (3.7p3-1) unstable; urgency=low + + * New upstream release + * Update Debian patches + 01_mkrelease_autoconf213_debian.dpatch: update + 02_debiandefines.dpatch: update + 03_debian_useshareddir.dpatch: applies + 04_platex.dpatch: applies + 05_hppabuild.dpatch: Included upstream + + -- Junichi Uekawa Fri, 2 Jul 2004 18:50:26 +0900 + +canna (3.7-7) unstable; urgency=low + + * de.po from Erik Schanze (closes: #250784) + + -- Junichi Uekawa Wed, 16 Jun 2004 08:30:22 +0900 + +canna (3.7-6) unstable; urgency=low + + * Bug fix: "/etc/hosts.canna not removed with purge.", thanks to Scott + Robinson (Closes: #245279). + + -- Junichi Uekawa Fri, 23 Apr 2004 07:17:27 +0900 + +canna (3.7-5) unstable; urgency=low + + * "[INTL:nl] new Dutch po-debconf translation", thanks to Luk + Claes (Closes: #241410). + + -- Junichi Uekawa Sat, 3 Apr 2004 07:42:08 +0900 + +canna (3.7-4) unstable; urgency=low + + * Apply pt_BR debconf translation, thanks to Andre Luis + Lopes (Closes: #227427). + + -- Junichi Uekawa Wed, 14 Jan 2004 07:21:00 +0900 + +canna (3.7-3) unstable; urgency=low + + * Fix build problems on hppa + - 05_hppabuild.dpatch: Do not try to use .sl for shared library extention on palinux. + * dpatch maintenance: + - 02_debiandefines: update, add /Imakefile, which was missing + * debian/rules: remove accanna.h.in, which is autogenerated. + + -- Junichi Uekawa Sun, 28 Dec 2003 15:12:43 +0900 + +canna (3.7-2) unstable; urgency=low + + * dh_makeshlibs is called with -V so that libcanna1g is upgraded + along with other packages. + * Fix postinst so that it works on new installations. + fuzokugo.cld is no longer distributed with canna binary. + * Add build rules for documentation, and install to /usr/share/doc/canna + 04_platex: use platex for building docs, not latex. + (closes: #92963) + + -- Junichi Uekawa Mon, 22 Dec 2003 08:37:34 +0900 + +canna (3.7-1) experimental; urgency=low + + * New upstream release + - new file: /usr/include/canna/pubconf.h /usr/include/canna/sysdep.h + * Update Debian patches: + 01_mkrelease_autoconf213_debian: apply + 02_debiandefines: updated to work with 3.7 + 03_debian_useshareddir: apply + * README.Debian: Remove reference to yc-el; yc-el now supports unix domain sockets, + and not a reason to make canna listen to TCP ports. + * Install tex docs. + * /usr/bin/chkconc is added to canna-utils + * Created chkconc.1, canlisp.1, forsort.1, mergeword.1 manual pages. + + -- Junichi Uekawa Sat, 20 Dec 2003 18:15:04 +0900 + +canna (3.6p4-2) unstable; urgency=low + + * "[INTL:fr] French debconf templates translation", + thanks to Christian Perrier (Closes: #213792). + + -- Junichi Uekawa Sun, 9 Nov 2003 07:18:15 +0900 + +canna (3.6p4-1) unstable; urgency=low + + * New upstream release + - dso revision 1.1 + - default.canna is renamed to verbose.canna + + * good bye dbs, hello to dpatch. + - 01_mkrelease_autoconf213_debian: change call to autoconf213 to autoconf2.13 which exists in Debian + - 02_debiandefines: Debian defines. + - 03_debian_useshareddir: Use shareddir + + * Build-depend on autoconf. + * Use verbose.canna, and reword templates. + + -- Junichi Uekawa Sat, 27 Sep 2003 18:10:32 +0900 + +canna (3.6p1-9) unstable; urgency=low + + * debian/copyright: update maintainer info. + + -- Junichi Uekawa Wed, 3 Sep 2003 08:13:43 +0900 + +canna (3.6p1-8) unstable; urgency=low + + * debian/links: force chmoddic to link with /usr/bin/catdic + fix "chmoddic wrong symlink" + From: Geoffrey Lee (closes: #190518) + This is a temporal solution, should be fully fixed with autoconf'd canna. + * The binary dictionary is provided as a template from + /usr/lib/canna/debian-template, and copied to + /var/lib/canna/dic/canna when no files already exist. + Possible future enhancement: upgrade path for dictionary frequency data. + Fixes "canna: learned dictionary is destroyed when upgrading" + From: Akira TAGOH (closes: #208182) + + -- Junichi Uekawa Wed, 3 Sep 2003 06:47:46 +0900 + +canna (3.6p1-7) unstable; urgency=low + + * Fixes: canna: [wishlist] Please include updated Brazilian Portuguese (pt_BR) debconf template translations + From: Andre Luis Lopes (closes: #207952) + * Standards-Version: 3.6.1, I don't see much changes required for this + package. + * call ldconfig in postrm if 'remove' option is set, + and call ldconfig in postinst only when 'configure' option is set. + * README.Debian: update, document update-canna-dics_dir. + + -- Junichi Uekawa Mon, 1 Sep 2003 20:29:22 +0900 + +canna (3.6p1-6) unstable; urgency=low + + * Update ja.po, thanks to kmuto. (closes: #207501) + + -- Junichi Uekawa Thu, 28 Aug 2003 07:10:18 +0900 + +canna (3.6p1-5) unstable; urgency=low + + * Add french translation. (closes: #206432) + + -- Junichi Uekawa Fri, 22 Aug 2003 19:01:15 +0900 + +canna (3.6p1-4) unstable; urgency=low + + * section devel->libdevel. + * require debhelper 4.1.59, which supports installation of manpages with + .TH with quotes. + * Install available manpages. TBD: Documentation needs a patch to build. + * Update Brazilian Portuguese debconf template + From: Andre Luis Lopes + (closes: #205843) canna: [wishlist] Please include Brazilian Portuguese (pt_BR) debconf template translations + * Improve wordings of debconf templates. (closes: #205803) + This fuzzied some translations. + + -- Junichi Uekawa Tue, 19 Aug 2003 07:26:00 +0900 + +canna (3.6p1-3) unstable; urgency=low + + * New maintainer (closes: #178240) + * Improve wordings of README.Debian, and debconf templates + (closes: #203291, #117354) + * debconf-gettextize + + -- Junichi Uekawa Fri, 8 Aug 2003 07:00:08 +0900 + +canna (3.6p1-2) unstable; urgency=low + + * orphaning, Bugs#178240 + + -- ISHIKAWA Mutsumi Sat, 2 Aug 2003 16:17:05 +0900 + +canna (3.6p1-1) unstable; urgency=high + + * New upstream for security fix + http://canna.sourceforge.jp/sec/Canna-2002-01.txt + + -- ISHIKAWA Mutsumi Sat, 21 Dec 2002 19:46:56 +0900 + +canna (3.6-1) unstable; urgency=low + + * new upstream release + * migrate to use dbs + + -- ISHIKAWA Mutsumi Wed, 23 Oct 2002 21:53:39 +0900 + +canna (3.5b2-51) unstable; urgency=low + + * fix libc6 dependency problem, and add build-conflicts aginst libc + 2.3.1-1 (shlibs of these are broken) + + -- ISHIKAWA Mutsumi Sun, 20 Oct 2002 15:56:41 +0900 + +canna (3.5b2-50) unstable; urgency=low + + * libcanna1g.templates typo fix (Thanks, kmuto) + * libcanna1g.templates Spelling errors fix, closes: #114621 + + -- ISHIKAWA Mutsumi Fri, 18 Oct 2002 23:24:27 +0900 + +canna (3.5b2-49) unstable; urgency=low + + * add note about client which does not support UNIX domain + socket, and clean up Japanese templates translation, + closes: #146227 + + -- ISHIKAWA Mutsumi Mon, 13 May 2002 04:13:38 +0900 + +canna (3.5b2-48) unstable; urgency=low + + * change to use debconf managing cannaserver settings + + -- ISHIKAWA Mutsumi Tue, 7 May 2002 20:59:45 +0900 + +canna (3.5b2-47) unstable; urgency=low + + * description fix, closes: #145776 + + -- ISHIKAWA Mutsumi Sat, 4 May 2002 20:52:16 +0900 + +canna (3.5b2-46) unstable; urgency=low + + * fix bashism in debian/rules + + -- ISHIKAWA Mutsumi Wed, 3 Apr 2002 16:56:44 +0900 + +canna (3.5b2-45) unstable; urgency=low + + * add Suggests: canna-shion, closes: #123014 + + -- ISHIKAWA Mutsumi Sat, 30 Mar 2002 03:56:31 +0900 + +canna (3.5b2-44) unstable; urgency=low + + * remove /etc/canna/default.canna from canna.deb, + it is generated in postinst of libcanna1g. + closes: #134469 + + -- ISHIKAWA Mutsumi Tue, 19 Feb 2002 21:49:39 +0900 + +canna (3.5b2-43) unstable; urgency=low + + * /etc/canna/default.canna marks as conffiles, closes: #132143 + + -- ISHIKAWA Mutsumi Mon, 4 Feb 2002 21:20:48 +0900 + +canna (3.5b2-42) unstable; urgency=low + + * add Depends: adduser (>= 3.34), closes: #116239 + * debconf template spelling fix, closes: #116345 + + -- ISHIKAWA Mutsumi Sun, 21 Oct 2001 07:45:12 +0900 + +canna (3.5b2-41) unstable; urgency=low + + * some dictionary pronounce error fix, + thanks Noboru Saitou + * update german tenplate, closes: #113116 + + -- ISHIKAWA Mutsumi Tue, 25 Sep 2001 16:39:05 +0900 + +canna (3.5b2-40) unstable; urgency=low + + * add update-canna-dics_dir, closes: #109579 + + -- ISHIKAWA Mutsumi Wed, 29 Aug 2001 06:58:04 +0900 + +canna (3.5b2-39) unstable; urgency=low + + * canna and libcann1g purge handling fix + * move /usr/share/canna/*.canna from canna package to libcanna1g package + + -- ISHIKAWA Mutsumi Sun, 19 Aug 2001 07:30:56 +0900 + +canna (3.5b2-38) unstable; urgency=low + + * add german templates, closes: #109143 + + -- ISHIKAWA Mutsumi Sun, 19 Aug 2001 03:11:42 +0900 + +canna (3.5b2-37) unstable; urgency=low + + * adduser canna for cannaserver + + -- ISHIKAWA Mutsumi Fri, 17 Aug 2001 03:12:15 +0900 + +canna (3.5b2-36) unstable; urgency=low + + * apply Hurd support patch, closes: #108599 + + -- ISHIKAWA Mutsumi Mon, 13 Aug 2001 23:13:21 +0900 + +canna (3.5b2-35) unstable; urgency=low + + * add debconf templates, config for selecting + default canna input style + * add /usr/share/canna to roman-kana trans table serch path + + -- ISHIKAWA Mutsumi Sun, 12 Aug 2001 22:13:12 +0900 + +canna (3.5b2-34) unstable; urgency=low + + * skip -33 because of using internal test release (my mistake) + * update documents for using cannaserver with UNIX domain sokect. + * add debconf note `default the UNIX domain sokect only' + * add Depends: debconf to canna package + * add -u option to cannaserver for dropping root privilege + * cannaserver runs as user:daemon group:daemon + * some needles gavage files removed from source + * /etc/canna/default.canna set as conffiles, closes: #87850 + * remove INSTALL and INSTALL.jp document from packages + * roman-kana translation tables moves to /usr/share/canna + * malloc() size problem in libRK fixed + + -- ISHIKAWA Mutsumi Fri, 10 Aug 2001 06:19:50 +0900 + +canna (3.5b2-32) unstable; urgency=low + + * merge IA64 patch written by taru (taru@debian.org), thanks. + + -- ISHIKAWA Mutsumi Mon, 23 Apr 2001 13:27:23 +0900 + +canna (3.5b2-31) unstable; urgency=low + + * change canna server would not listen tcp port default, use UNIX domain + socket only. + * add -inet option to the server for using tcp port connection. + + -- ISHIKAWA Mutsumi Wed, 28 Mar 2001 23:15:08 +0900 + +canna (3.5b2-30) unstable; urgency=low + + * update Build-Depends, closes: #90571 + + -- ISHIKAWA Mutsumi Thu, 22 Mar 2001 00:08:55 +0900 + +canna (3.5b2-29) unstable; urgency=low + + * move .canna examples from canna to libcanna1g. Because .canna file + is refered from canna clients not server. + + -- ISHIKAWA Mutsumi Thu, 26 Oct 2000 23:47:51 +0900 + +canna (3.5b2-28) unstable; urgency=low + + * Build-Depends typo fix, closes: #70173, #75390 + * I forget to close Bug Report, so close. + closes: #66529 + + -- ISHIKAWA Mutsumi Mon, 23 Oct 2000 19:51:59 +0900 + +canna (3.5b2-27) unstable; urgency=low + + * cleanup patch. remove some garbage files (Makefile, Makefile.bak) from + diff.gz + * apply Bugs#58667's patch, closes: #58667 + * add Build-Depends: in control + + -- ISHIKAWA Mutsumi Mon, 16 Oct 2000 22:18:18 +0900 + +canna (3.5b2-26) unstable; urgency=low + + * rebuild with glibc 2.1.94 + * merge hosts.canna parse problem ad-hoc fix patch, tnx Masashi Shimbo + + + -- ISHIKAWA Mutsumi Fri, 29 Sep 2000 08:25:02 +0900 + +canna (3.5b2-25) frozen unstable; urgency=high + + * [SECURITY FIX] buffer overflow. If send IR_INIT command to cannaserver + with very logn username and/or groupname, remote user can get root + facility. + * add /etc/hosts.canna file as conffile for security reason. Default + setting is `clients can connect cannaserver only from localhost.' + closes: Bug#63402 + + -- ISHIKAWA Mutsumi Fri, 30 Jun 2000 21:25:15 +0900 + +canna (3.5b2-23) unstable; urgency=low + + * move /usr/lib/lib*.so from canna.deb to libcanna1g-dev.deb + * add Confilics: canna (<= 3.5b2-22) for libcanna1g and libcanna1g-dev. + (Because some files from canna to libcanna1g and libcanna1g-dev) + + -- ISHIKAWA Mutsumi Sun, 10 Oct 1999 03:11:15 +0900 + +canna (3.5b2-22) unstable; urgency=low + + * /var/lib/canna/dic/*.cbp moved from canna to libcanna1g package, + closes: Bug#32096. + * adopt FHS. + + -- ISHIKAWA Mutsumi Thu, 7 Oct 1999 22:47:57 +0900 + +canna (3.5b2-21) unstable; urgency=high + + * Oops 3.5b2-20 has not been builded compleatly, so fixed (Bug#38504) + * remove -k option flag for make command from $(TOP)/Imakefile + + -- ISHIKAWA Mutsumi Sat, 29 May 1999 10:41:52 +0900 + +canna (3.5b2-20) unstable; urgency=low + + * New Maintainer. + * Apply Unofficial patche 1 and 2 + (downloaded from http://www.jaist.ac.jp/~fujieda/canna/) + * /etc/service already has canna service, so does not add it in postinst + (Bug#37835) + * purge /var/log/canna and /var/lib/canna/dic/{user,group} + (Bug#36353) + + -- ISHIKAWA Mutsumi Sat, 29 May 1999 00:02:37 +0900 + +canna (3.5b2-19) frozen unstable; urgency=high + + * Re-build for "Can't make iroha dictionary because + I forgot to specified "frozen" at canna_3.5b2-18 package. + Bugfixed: (Bug#30915) + + -- Yoshiaki Yanagihara Mon, 21 Dec 1998 14:42:05 +0900 + +canna (3.5b2-18) unstable; urgency=low + + * BugFixed: Can't make iroha dictionary. + This bug made at non-maintainer release. + + -- Yoshiaki Yanagihara Mon, 21 Dec 1998 14:03:14 +0900 + +canna (3.5b2-17) frozen unstable; urgency=low + + * Maintainer release. + * Modified message when canna server stop. (#JP/576) + * Modified spell miss in debian/control. + + -- Yoshiaki Yanagihara Thu, 17 Dec 1998 11:46:37 +0900 + +canna (3.5b2-16.1) unstable; urgency=low + + * In dic/ideo/pubdic/pod.c, moved initialization of 'FILE *in1' and + 'FILE *in2' to main(). gcc 2.8.1 complains otherwise, at least + on netwinder/arm. + + -- Tor Slettnes Mon, 23 Nov 1998 02:29:27 -0800 + +canna (3.5b2-16) unstable; urgency=low + + * Added that the libcanna1g-dev depends on libcanna1g. (#JP/551) + + -- Yoshiaki Yanagihara Wed, 7 Oct 1998 15:58:46 +0900 + +canna (3.5b2-15) unstable; urgency=low + + * Changed install directory of Japanese manpages to /usr/man/ja. + * Remove "sudo" command in rules. (Bug#25782) + * Fixed typo "dh=testdir" in rules. + * Updated Standards-Version 2.4.1.3. + * Check woth lintian v0.7.4. + + -- Yoshiaki Yanagihara Fri, 14 Aug 1998 10:09:19 +0900 + +canna (3.5b2-14) frozen unstable; urgency=low + + * Bug Fix: All packages build under binary-indep. (Bug#20203) + + -- Yoshiaki Yanagihara Tue, 31 Mar 1998 10:16:59 +0900 + +canna (3.5b2-13) frozen unstable; urgency=low + + * Bug Fix: can't unpack source package. (Bug#20156) + * Bug Fix: libcanna1g-dev changed priority optional to extra. (Bug#19920) + + -- Yoshiaki Yanagihara Wed, 25 Mar 1998 10:16:08 +0900 + +canna (3.5b2-12) unstable; urgency=low + + * First Debian Project Release. + * Added English manpages. + * Added postinst of libcanna1g package. + * Modified libcanna1g.files file (fixed lintian error). + * Check with lintian. + + -- Yoshiaki Yanagihara Wed, 4 Mar 1998 10:43:48 +0900 + +canna (3.5b2-11) hamm-jp; urgency=low + + * Fixed file modes. + * Fixed symbolic files. + * Made conffiles for /etc/init.d/canna. + * Fixed init (added restart and force-reload). + * Removed control file "du". + * Added undocumented manpages: + canlisp.1 crfreq.1 crxdic.1 crxgram.1 dpxdic.1 + forcpp.1 forsort.1 kpdic.1 mergeword.1 syncdic.1 + * Check package file with lintian. + + -- Yoshiaki Yanagihara Thu, 26 Feb 1998 20:40:42 +0900 + +canna (3.5b2-10) hamm-jp; urgency=HIGH + + * Rename canna-server package to canna. + * Delete oldlibs (libcanna1, libcanna1-dev). + * Fixed mode /var/lib/canna/dic and /var/log/canna. (#JP/169, #JP/181) + * Built with debhelper. + * Change to Standards-Version 2.4.0.0 + + -- Yoshiaki Yanagihara Wed, 25 Feb 1998 01:58:54 +0900 + +canna (3.5b2-9) hamm-jp; urgency=low + + * Fixed Bug: libcanna1g-dev package is depended to libc5 and libcanna1. + * Modified Conflicts list of libcanna1-dev and libcanna1g package + in control file. + + -- Yoshiaki Yanagihara Mon, 10 Nov 1997 10:23:15 +0900 + +canna (3.5b2-8) unstable; urgency=low + + * Fixed Bug: fuzokugo.cbd file is none. + * Compiled with libc6. + + -- Yoshiaki Yanagihara Fri, 7 Nov 1997 17:51:19 +0900 + +canna (3.5b2-7) unstable; urgency=low + + * Libc6 compiled. + + -- Yoshiaki Yanagihara Mon, 27 Oct 1997 02:47:02 +0900 + +canna (3.5b2-6) unstable; urgency=HIGH + + * Fixed Bug: Bad file owner. (FATAL BUG) + + -- Yoshiaki Yanagihara Tue, 16 Sep 1997 12:48:11 +0900 + +canna (3.5b2-5) bo-jp hamm-jp; urgency=medium + + * Change section of libcanna1-dev package from libs to devel. + * Bug FIxed: Use default.cbp file as default Romaji-Kana Dictionaly. + * Build libc5 still. + + -- Yoshiaki Yanagihara Mon, 8 Sep 1997 14:20:19 +0900 + +canna (3.5b2-4) bo-jp hamm-jp; urgency=HIGH + + * Fixed Bug: Don't execute cannaserver. (FATAL BUG) + * Change that cannaserver run when canna-server package. + + -- Yoshiaki Yanagihara Mon, 4 Aug 1997 12:20:09 +0900 + +canna (3.5b2-3) bo-jp hamm-jp; urgency=low + + * New package: canna-utils is canna utility programs + * New package: libcanna1 is shared libraries. + * Rename from canna to canna-server. + * Rename from canna-dev to libcanna1-dev. + * Change section misc to utils and libs. + * Change ja_JP.EUC to ja_JP.ujis of manpage directory. + * Change init.d filename from canna to canna-server. + * Upgrading from canna_3.5b2-2: + You must purge canna_3.5b2-2 package + before install these packages. + dpkg --purge --force-depends canna + * cannaserver don't run after install canna-server package. + If you want to run cannaserver on system boot, + modify RUN_SERVER=1 in /etc/init.d/canna-server file. + * Update to Standards-Versoin 2.2.0.0. + + -- Yoshiaki Yanagihara Fri, 25 Jul 1997 12:56:02 +0900 + +canna (3.5b2-2) unstable; urgency=low + + * Fixed Bug: cannaserver don't start. (Initialize failed) + * Applied patch from fujieda@jaist.ac.jp. + + -- Yoshiaki Yanagihara Fri, 13 Dec 1996 14:40:46 +0900 + +canna (3.5b2-1) unstable; urgency=low + + * New upstream version. + + -- Yoshiaki Yanagihara Fri, 6 Dec 1996 02:14:59 +0900 + +canna (3.5b1-2) unstable; urgency=high + + * Fixed Bug: exit select(2) on linux. (H.Hane) + + -- Yoshiaki Yanagihara Tue, 19 Nov 1996 01:00:33 +0900 + +canna (3.5b1-1) unstable; urgency=high + + * New upstream version. + * This package is Beta Release version. + + -- Yoshiaki Yanagihara Thu, 14 Nov 1996 01:44:07 +0900 + +canna (3.2p2+uf1+gp3-3) unstable; urgency=high + + * Used deb-make. + + -- Yoshiaki Yanagihara Sat, 2 Nov 1996 02:03:53 +0900 + +canna (32p2+uf1+gp3-2) unstable; urgency=low + + * Fixed bug: man page paths are wrong. + * Remove preinst script. + + -- Yoshiaki Yanagihara Sat, 2 Nov 1996 00:57:21 +0900 + +canna (32p2+uf1+gp3-1) unstable; urgency=low + + * New source package. + + -- Yoshiaki Yanagihara Fri, 13 Sep 1996 19:56:07 +0900 + +canna (32p2+uf1+gp3-0) unstable; urgency=low + + * Initial Beta Release. + * added Debian GNU/Linux package maintenance system files. + * Apply unofficail patch 1 and grammer patch 1,2,3, + but grammer-patch patch.228 doesn't apply to sources. + + -- Yoshiaki Yanagihara Tue, 28 Aug 1996 01:30:00 +0900 + + --- canna-3.7p3.orig/debian/init +++ canna-3.7p3/debian/init @@ -0,0 +1,64 @@ +#! /bin/sh +# +# This file was automatically customized by debmake on Thu, 14 Nov 1996 01:44:07 +0900 +# +# Written by Miquel van Smoorenburg . +# Modified for Debian GNU/Linux by Ian Murdock . +# Modified for Debian by Christoph Lameter + +### BEGIN INIT INFO +# Provides: canna +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: canna Japanese Input System +# Description: Canna provides a unified user interface for inputting Japanese. +### END INIT INFO + +PATH=/bin:/usr/bin:/sbin:/usr/sbin +CANNASERVER=/usr/sbin/cannaserver +CANNAKILL=/usr/bin/cannakill +CANNA_SERVER_OPT="-u canna" + +if [ -e /etc/default/canna ] ; then + . /etc/default/canna +fi + +# The following value is extracted by debstd to figure out how to generate +# the postinst script. Edit the field to change the way the script is +# registered through update-rc.d (see the manpage for update-rc.d!) +FLAGS="defaults 98" + +test -f $CANNASERVER || exit 0 +test -f $CANNAKILL || exit 0 +[ "${CANNA_SERVER_RUN}" = "no" ] && exit 0 +if [ "${CANNA_ENABLE_INET}" = "yes" ] ; then + CANNA_INET_OPT="-inet" +else + CANNA_INET_OPT="" +fi + +RUN_SERVER=1 + +case "$1" in + start) + echo "Starting cannaserver..." + $CANNASERVER $CANNA_INET_OPT $CANNA_SERVER_OPT + ;; + stop) + echo "Stopping cannaserver..." + $CANNAKILL + ;; + force-reload|restart) + echo "Restarting cannaserver..." + $CANNAKILL + $CANNASERVER $CANNA_INET_OPT $CANNA_SERVER_OPT + ;; + *) + echo "Usage: /etc/init.d/$0 {start|stop|restart}" + exit 1 + ;; +esac + +exit 0 --- canna-3.7p3.orig/debian/forsort.1 +++ canna-3.7p3/debian/forsort.1 @@ -0,0 +1,25 @@ +.TH "forsort" 1 "2003 Dec 20" "Debian" "canna" +.SH NAME +forsort \- Protect text from 7-bit only sort command. +.SH SYNOPSIS +.BI "forsort [-7|-8] " "filename" +.SH DESCRIPTION +Protects 8-bit text from 7-bit-only +.B sort +command. + +Input is taken from standard input, and output is given to standard output. + +.SH OPTIONS + +.TI +.B -7 +Encodes 8-bit input to 7-bit text. + +.TI +.B -8 +Decodes from encoded 7-bit to 8-bit text. + +.SH AUTHOR +This manual page was written by Junichi Uekawa +(dancer@debian.org) for Debian GNU/Linux and may be used by others. --- canna-3.7p3.orig/debian/libcanna1g.templates +++ canna-3.7p3/debian/libcanna1g.templates @@ -0,0 +1,27 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# debian-l10n-english@lists.debian.org for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + +Template: canna/default_style +Type: select +Choices: verbose, 1.1, 1.2, jdaemin, just, lan5, matsu, skk, tut, unix, vje, wx2+ +Default: verbose +_Description: Canna input style: + Please choose the default Canna input style: + verbose: Canna3.5 default style with verbose comments; + 1.1 : old Canna style (ver. 1.1); + 1.2 : old Canna style (ver. 1.2); + jdaemon: jdaemon style; + just : JustSystems ATOK style; + lan5 : LAN5 style; + matsu : Matsu word processor style; + skk : SKK style; + tut : TUT-Code style; + unix : UNIX style; + vje : vje style; + wx2+ : WX2+ style. --- canna-3.7p3.orig/debian/dirs +++ canna-3.7p3/debian/dirs @@ -0,0 +1,5 @@ +usr/bin +usr/sbin +usr/lib +usr/share/man +etc/canna --- canna-3.7p3.orig/debian/canna-utils.links +++ canna-3.7p3/debian/canna-utils.links @@ -0,0 +1,7 @@ +usr/bin/catdic usr/bin/cpdic +usr/bin/catdic usr/bin/lsdic +usr/bin/catdic usr/bin/mkdic +usr/bin/catdic usr/bin/mvdic +usr/bin/catdic usr/bin/rmdic +usr/bin/catdic usr/bin/addwords +usr/bin/catdic usr/bin/delwords --- canna-3.7p3.orig/debian/postrm +++ canna-3.7p3/debian/postrm @@ -0,0 +1,30 @@ +#!/bin/sh + +set -e + +case "$1" in + purge) + rm -rf /var/log/canna + # see http://lists.debian.org/debian-devel/2002/10/msg00345.html + # debhelper might cause this script to be called twice on purge + # therefore test, if the user exists before trying to remove it + if getent passwd canna >/dev/null ; then + userdel --remove canna + fi + rm -f /etc/default/canna + rm -f /etc/hosts.canna + rm -rf /var/lib/canna/dic/group + rm -rf /var/lib/canna/dic/user + rm -f /var/lib/canna/dic/canna/*.cld + rm -f /var/lib/canna/dic/canna/*.cbd + rm -f /var/lib/canna/dic/canna/dics.dir + ;; + + remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + ;; + + *) + ;; +esac + +#DEBHELPER# --- canna-3.7p3.orig/debian/postinst +++ canna-3.7p3/debian/postinst @@ -0,0 +1,111 @@ +#!/bin/sh + +set -e + +case "$1" in + configure) + # Source debconf library. + . /usr/share/debconf/confmodule + db_version 2.0 + + adduser --quiet --system --group --no-create-home --home /var/lib/canna --gecos "Canna server" --disabled-password --disabled-login canna + chown -R canna:canna /var/lib/canna + chown -R canna:canna /var/log/canna + update-canna-dics_dir + + # debconf processing for running cannaserver + + db_get canna/run_cannaserver + if [ "$RET" = "true" ] ; then + CANNA_SERVER_RUN=yes + + db_get canna/run_with_inet + if [ "$RET" = "true" ] ; then + CANNA_ENABLE_INET=yes + + db_get canna/manage_allow_hosts_with_debconf + if [ "$RET" = "true" ] ; then + CANNA_MANAGE_CANNAHOST=yes + db_get canna/allow_hosts + CANNA_ALLOW_HOSTS="$RET" + else + CANNA_MANAGE_CANNAHOST=no + CANNA_ALLOW_HOSTS="unix" + fi + else + CANNA_ENABLE_INET=no + CANNA_MANAGE_CANNAHOST=yes + CANNA_ALLOW_HOSTS="unix" + fi + else + CANNA_SERVER_RUN=no + CANNA_ENABLE_INET=no + CANNA_MANAGE_CANNAHOST=yes + CANNA_ALLOW_HOSTS="unix" + fi + db_stop + + if [ -e /etc/default/canna ] ; then + cp /etc/default/canna /etc/default/canna.dpkg-old + rm -f /etc/default/canna + fi + + cat > /etc/default/canna <> ${TMPFILE} + done + if [ -e /etc/hosts.canna ] ; then + cmp -s ${TMPFILE} /etc/hosts.canna || \ + (cp /etc/hosts.canna /etc/hosts.canna.dpkg-old && cp ${TMPFILE} /etc/hosts.canna) + else + cp ${TMPFILE} /etc/hosts.canna + fi + chmod 644 /etc/hosts.canna + rm -f ${TMPFILE} + else + [ ! -e /etc/hosts.canna ] && echo unix > /etc/hosts.canna + chmod 644 /etc/hosts.canna + fi + + # Install files from template dir to /var + if [ -f /var/lib/canna/dic/canna/iroha.cbd ] && [ -f /var/lib/canna/dic/canna/iroha.cld ] && [ -f /var/lib/canna/dic/canna/bushu.cld ]; then + : # the files already exist, ignore + echo "iroha dics are already installed... ignoring" >&2 + else + for FILE in iroha.cbd iroha.cld bushu.cld; do + cp -p /usr/lib/canna/debian-template/$FILE /var/lib/canna/dic/canna/ + chown canna:canna /var/lib/canna/dic/canna/$FILE + done + echo "Installed new iroha dic" >&2 + fi + + if [ -f /var/lib/canna/dic/canna/fuzokugo.cbd ] && [ -f /var/lib/canna/dic/canna/fuzokugo.cld ]; then + : # the files already exist, ignore + echo "fuzokugo dics are already installed... ignoring" >&2 + else + cp -p /usr/lib/canna/debian-template/fuzokugo.cbd /var/lib/canna/dic/canna/ + chown canna:canna /var/lib/canna/dic/canna/fuzokugo.cbd + rm -f /var/lib/canna/dic/canna/fuzokugo.cld + echo "Installed new fuzokugo dics" >&2 + fi + + + ;; + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + ;; +esac + +#DEBHELPER# --- canna-3.7p3.orig/debian/libcanna1g.files +++ canna-3.7p3/debian/libcanna1g.files @@ -0,0 +1,38 @@ +usr/share/doc/libcanna1g +usr/lib/libcanna16.so.1.2 +usr/lib/libcanna16.so.1 +usr/lib/libcanna.so.1.2 +usr/lib/libcanna.so.1 +usr/lib/libRKC16.so.1.2 +usr/lib/libRKC16.so.1 +usr/lib/libRKC.so.1.2 +usr/lib/libRKC.so.1 +usr/share/canna/english.cbp +usr/share/canna/jdaemon.cbp +usr/share/canna/just.cbp +usr/share/canna/kaisoku.cbp +usr/share/canna/kana.cbp +usr/share/canna/lan5.cbp +usr/share/canna/matsu.cbp +usr/share/canna/newjis.cbp +usr/share/canna/romaji.cbp +usr/share/canna/sokuon.cbp +usr/share/canna/tut.cbp +usr/share/canna/vje.cbp +usr/share/canna/wx2+.cbp +usr/share/canna/1.1.canna +usr/share/canna/1.2.canna +usr/share/canna/fixer.canna +usr/share/canna/jdemon.canna +usr/share/canna/just.canna +usr/share/canna/lan5.canna +usr/share/canna/modes.canna +usr/share/canna/matsu.canna +usr/share/canna/sample.canna +usr/share/canna/skk.canna +usr/share/canna/tut.canna +usr/share/canna/unix.canna +usr/share/canna/vje.canna +usr/share/canna/wx2+.canna +usr/share/canna/default.cbp +usr/share/canna/verbose.canna --- canna-3.7p3.orig/debian/canna-utils.files +++ canna-3.7p3/debian/canna-utils.files @@ -0,0 +1,30 @@ +usr/bin/mkromdic +usr/bin/cannacheck +usr/bin/cannastat +usr/bin/cshost +usr/bin/catdic +usr/bin/chkconc +usr/share/man/man1/mkromdic* +usr/share/man/man1/cannacheck* +usr/share/man/man1/cannastat* +usr/share/man/man1/cshost* +usr/share/man/man1/catdic* +usr/share/man/man1/cpdic* +usr/share/man/man1/lsdic* +usr/share/man/man1/mvdic* +usr/share/man/man1/rmdic* +usr/share/man/man1/mkdic* +usr/share/man/man1/addwords* +usr/share/man/man1/delwords* +usr/share/man/ja/man1/mkromdic* +usr/share/man/ja/man1/cannacheck* +usr/share/man/ja/man1/cannastat* +usr/share/man/ja/man1/cshost* +usr/share/man/ja/man1/catdic* +usr/share/man/ja/man1/cpdic* +usr/share/man/ja/man1/lsdic* +usr/share/man/ja/man1/mvdic* +usr/share/man/ja/man1/rmdic* +usr/share/man/ja/man1/mkdic* +usr/share/man/ja/man1/addwords* +usr/share/man/ja/man1/delwords* --- canna-3.7p3.orig/debian/config +++ canna-3.7p3/debian/config @@ -0,0 +1,33 @@ +#!/bin/sh + +# Source debconf library. +. /usr/share/debconf/confmodule +db_version 2.0 + +set -e + +db_input medium canna/run_cannaserver || true +db_go + +db_get canna/run_cannaserver + +if [ "$RET" = "true" ] ; then + + db_input medium canna/run_with_inet || true + db_go + + db_get canna/run_with_inet + + if [ "$RET" = "true" ] ; then + + db_input medium canna/manage_allow_hosts_with_debconf || true + db_go + + db_get canna/manage_allow_hosts_with_debconf + + if [ "$RET" = "true" ] ; then + db_input medium canna/allow_hosts || true + db_go + fi + fi +fi --- canna-3.7p3.orig/debian/canna-utils.docs +++ canna-3.7p3/debian/canna-utils.docs @@ -0,0 +1,5 @@ +README.jp +README +WHATIS +WHATIS.jp +CHANGES.jp --- canna-3.7p3.orig/debian/docs +++ canna-3.7p3/debian/docs @@ -0,0 +1,6 @@ +README.jp +README +WHATIS +WHATIS.jp +CHANGES.jp +doc/man/guide/tex/canna.dvi --- canna-3.7p3.orig/debian/canlisp.1 +++ canna-3.7p3/debian/canlisp.1 @@ -0,0 +1,30 @@ +.TH "canlisp" 1 "2003 Dec 20" "Debian" "canna" +.SH NAME +canlisp \- parse canlisp commands +.SH SYNOPSIS +.BI "canlisp [-cs " "cannaserver" "] [-f" " .canna-file" "]" +.SH DESCRIPTION +Processes canlisp commands. + +.SH OPTIONS +.BI "-cs|-cannaserver " "cannaserver" "" +Connect to the cannaserver. + +.BI "-f " ".canna" +Use +.I ".canna" +for settings. + +.SH NOTES + +Canlisp is a language used for .canna files used in configuration for +.B canna. + +.SH "SEE ALSO" +.B "canlisp.tex documentation" + +.SH AUTHOR +This manual page was written by Junichi Uekawa +(dancer@debian.org) for Debian GNU/Linux and may be used by others. + + --- canna-3.7p3.orig/debian/libcanna1g.dirs +++ canna-3.7p3/debian/libcanna1g.dirs @@ -0,0 +1 @@ +etc/canna --- canna-3.7p3.orig/debian/hosts.canna +++ canna-3.7p3/debian/hosts.canna @@ -0,0 +1 @@ +unix --- canna-3.7p3.orig/debian/control +++ canna-3.7p3/debian/control @@ -0,0 +1,68 @@ +Source: canna +Section: utils +Priority: optional +Maintainer: Atsushi Mitsuka +Build-Depends: debhelper (>= 7), libx11-dev, xutils-dev, dpatch, po-debconf, autoconf2.13, ptex-bin, texlive-latex-recommended +Standards-Version: 3.6.2 + +Package: canna +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, adduser (>= 3.34) +Conflicts: canna-server, libcanna1g (<= 3.5b2-33) +Replaces: canna-server +Suggests: canna-shion +Description: input system for Japanese - server and dictionary + Canna provides a unified user interface for Japanese input. It is based + on a client-server model and supports automatic kana-to-kanji conversion. + . + It supports multiple clients (including kinput2 and canuum), and allows + them all to work in the same way, sharing customization files, + romaji-to-kana conversion rules and conversion dictionaries. + . + This package provides the Canna server program and dictionary files. + +Package: canna-utils +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Conflicts: canna (<= 3.5b2-33), libcanna1g (<= 3.5b2-33) +Description: input system for Japanese - utilities + Canna provides a unified user interface for Japanese input. It is based + on a client-server model and supports automatic kana-to-kanji conversion. + . + It supports multiple clients (including kinput2 and canuum), and allows + them all to work in the same way, sharing customization files, + romaji-to-kana conversion rules and conversion dictionaries. + . + This package provides client programs for Canna. + +Package: libcanna1g +Section: libs +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Conflicts: canna (<= 3.5b2-33) +Description: input system for Japanese - runtime library + Canna provides a unified user interface for Japanese input. It is based + on a client-server model and supports automatic kana-to-kanji conversion. + . + It supports multiple clients (including kinput2 and canuum), and allows + them all to work in the same way, sharing customization files, + romaji-to-kana conversion rules and conversion dictionaries. + . + This package provides shared libraries for Canna. + +Package: libcanna1g-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, libcanna1g (= ${binary:Version}) +Conflicts: canna-dev, libcanna1-dev, canna (<= 3.5b2-23) +Replaces: canna-dev +Description: input system for Japanese - development files + Canna provides a unified user interface for Japanese input. It is based + on a client-server model and supports automatic kana-to-kanji conversion. + . + It supports multiple clients (including kinput2 and canuum), and allows + them all to work in the same way, sharing customization files, + romaji-to-kana conversion rules and conversion dictionaries. + . + This package provides the headers and static libraries needed to develop + software based on Canna. --- canna-3.7p3.orig/debian/libcanna1g.postrm +++ canna-3.7p3/debian/libcanna1g.postrm @@ -0,0 +1,20 @@ +#!/bin/sh + +set -e + +case "$1" in + purge) + rm -f /etc/canna/default.canna + ;; + + remove) + ldconfig + ;; + upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + ;; + + *) + ;; +esac + +#DEBHELPER# --- canna-3.7p3.orig/debian/source/format +++ canna-3.7p3/debian/source/format @@ -0,0 +1 @@ +1.0 --- canna-3.7p3.orig/debian/patches/05_hppabuild.dpatch +++ canna-3.7p3/debian/patches/05_hppabuild.dpatch @@ -0,0 +1,31 @@ +#! /bin/sh -e +## 05_hppabuild.dpatch by Junichi Uekawa +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: patch to get HPPA Linux build. applied upstream on 3.7p1 + +if [ $# -ne 1 ]; then + echo "`basename $0`: script expects -patch|-unpatch as argument" >&2 + exit 1 +fi +case "$1" in + -patch) patch -f --no-backup-if-mismatch -p1 < $0;; + -unpatch) patch -f --no-backup-if-mismatch -R -p1 < $0;; + *) + echo "`basename $0`: script expects -patch|-unpatch as argument" >&2 + exit 1;; +esac + +exit 0 + +--- canna-3.7.orig/Canna.conf.dist ++++ canna-3.7/Canna.conf.dist +@@ -183,7 +183,7 @@ + #if defined(cygwinArchitecture) + /* import libraryꤷƤDLLΤ/usr/X11R6/bin롣 */ + sharedLibExtension = a +-#elif defined(HPArchitecture) ++#elif defined(HPArchitecture) && !defined(__linux__) + sharedLibExtension = sl.$(cannaDsoRev) + #elif defined(DarwinArchitecture) + sharedLibExtension = $(cannaDsoRev).dylib --- canna-3.7p3.orig/debian/patches/04_platex.dpatch +++ canna-3.7p3/debian/patches/04_platex.dpatch @@ -0,0 +1,32 @@ +#! /bin/sh -e +## Junichi Uekawa +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Use platex instead of latex for compiling. + +if [ $# -ne 1 ]; then + echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" + exit 1 +fi +case "$1" in + -patch) patch -f --no-backup-if-mismatch -p1 < $0;; + -unpatch) patch -f --no-backup-if-mismatch -R -p1 < $0;; + *) + echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" + exit 1;; +esac + +exit 0 + + +--- canna-3.7.orig/doc/man/guide/tex/Imakefile ++++ canna-3.7/doc/man/guide/tex/Imakefile +@@ -3,7 +3,7 @@ + + CANNAROOT = ../../../.. + INCLUDES = -I$(CANNAROOT)/include +- JLATEXCMD = latex ++ JLATEXCMD = platex + DVI2PSCMD = dvi2ps + DVIPDFMX = dvipdfmx + --- canna-3.7p3.orig/debian/patches/01_mkrelease_autoconf213_debian.dpatch +++ canna-3.7p3/debian/patches/01_mkrelease_autoconf213_debian.dpatch @@ -0,0 +1,38 @@ +#! /bin/sh -e +## Junichi Uekawa +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: change call to autoconf213 to autoconf2.13 which exists in Debian +## Updated for 3.7p3 + +if [ $# -ne 1 ]; then + echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" + exit 1 +fi +case "$1" in + -patch) patch -f --no-backup-if-mismatch -p1 < $0;; + -unpatch) patch -f --no-backup-if-mismatch -R -p1 < $0;; + *) + echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" + exit 1;; +esac + +exit 0 + +--- canna-3.7p3/mkrelease.sh~ 2003-12-28 02:15:20.000000000 +0900 ++++ canna-3.7p3/mkrelease.sh 2004-07-02 18:45:06.000000000 +0900 +@@ -3,10 +3,10 @@ + set -e + set -x + cp Canna.conf.dist Canna.conf +-autoconf259 +-autoheader259 ++autoconf2.50 ++autoheader2.50 + rm -rf autom4te.cache + cd canuum +-autoconf213 +-autoheader259 ++autoconf2.13 ++autoheader2.50 + rm -rf autom4te.cache --- canna-3.7p3.orig/debian/patches/00list +++ canna-3.7p3/debian/patches/00list @@ -0,0 +1,4 @@ +01_mkrelease_autoconf213_debian +02_debiandefines +03_debian_useshareddir +04_platex --- canna-3.7p3.orig/debian/patches/03_debian_useshareddir.dpatch +++ canna-3.7p3/debian/patches/03_debian_useshareddir.dpatch @@ -0,0 +1,38 @@ +#! /bin/sh -e +## Junichi Uekawa +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Use shareddir + +if [ $# -ne 1 ]; then + echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" + exit 1 +fi +case "$1" in + -patch) patch -f --no-backup-if-mismatch -p1 < $0;; + -unpatch) patch -f --no-backup-if-mismatch -R -p1 < $0;; + *) + echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" + exit 1;; +esac + +exit 0 + +--- canna-3.6p4.orig/lib/canna/romaji.c ++++ canna-3.6p4/lib/canna/romaji.c +@@ -438,7 +438,6 @@ + } + } + +-#if 0 /* currently CANNASHAREDDIR is not defined */ + if (retval == (struct RkRxDic *)NULL) { /* added for Debian by ISHIKAWA Mutsumi */ + extern jrUserInfoStruct *uinfo; + +@@ -463,7 +462,6 @@ + } + } + } +-#endif + + if (retval == (struct RkRxDic *)NULL) { /* ץǤʤ */ + sprintf(rdic, --- canna-3.7p3.orig/debian/patches/02_debiandefines.dpatch +++ canna-3.7p3/debian/patches/02_debiandefines.dpatch @@ -0,0 +1,140 @@ +#! /bin/sh -e +## Junichi Uekawa +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Debian defines, adding shareddir. +## Applies to 3.7p3 okay. + +if [ $# -ne 1 ]; then + echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" + exit 1 +fi +case "$1" in + -patch) patch -f --no-backup-if-mismatch -p1 < $0;; + -unpatch) patch -f --no-backup-if-mismatch -R -p1 < $0;; + *) + echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" + exit 1;; +esac + +exit 0 + +--- canna-3.7.orig/Canna.conf.dist ++++ canna-3.7/Canna.conf.dist +@@ -104,27 +104,10 @@ + /* #define ObsoleteInstallDir */ + + /* ʲǥե͡ѹ */ +-#ifdef InstallAsUser +-# define DefCannaPrefix $(HOME)/canna +-# define DefErrDir $(cannaPrefix)/log +-# define DefLibCannaDir $(cannaExecPrefix)/lib +-#else +-# define DefCannaPrefix /usr/local/canna +-# ifdef ObsoleteInstallDir +-# define DefErrDir /usr/spool/canna +-# define DefLibCannaDir /usr/lib +-# else +-# define DefErrDir /var/log +-# define DefLibCannaDir $(cannaExecPrefix)/lib +-# endif +-#endif +-#ifdef ObsoleteInstallDir +-# define DefCannaSrvDir $(cannaExecPrefix)/bin +-# define DefCannaLibDir $(cannaPrefix)/lib +-#else +-# define DefCannaSrvDir $(cannaExecPrefix)/sbin +-# define DefCannaLibDir $(cannaPrefix)/share/canna +-#endif ++#define DefCannaLibDir /etc/canna ++#define DefCannaPrefix /usr/ ++#define DefErrDir /var/log/canna ++#define DefLibCannaDir $(cannaExecPrefix)/lib + + #if defined(LinuxArchitecture) || defined(FreeBSDArchitecture) \ + || defined(NetBSDArchitecture) || defined(OpenBSDArchitecture) +@@ -148,7 +131,8 @@ + XCOMM cannaLibDir = /var/db/canna + cannaLibDir = DefCannaLibDir + XCOMM cannaManDir = $(cannaPrefix)/share/man +-cannaManDir = $(cannaPrefix)/man ++cannaShareDir = $(cannaPrefix)/share/canna ++cannaManDir = $(cannaShareDir)/man + cannaIncDir = $(cannaPrefix)/include/canna + + libCannaDir = DefLibCannaDir +@@ -237,7 +221,7 @@ + /* #define UseInstalledLibCanna YES */ + #define UseInstalledLibCanna NO + +-DicDir = $(cannaLibDir)/dic ++DicDir = /var/lib/canna/dic + + /* 鲼ѹפǤ */ + +--- canna-3.7.orig/dic/phono/Imakefile ++++ canna-3.7/dic/phono/Imakefile +@@ -28,8 +28,9 @@ + ROMAJI_DIC_DEF = -DSHIFT + + DICDIR = $(cannaLibDir)/dic +- SAMPLEDIR = $(cannaLibDir)/sample +- SAMPLESRCDIR = $(cannaLibDir)/sample/src ++ CANNASHAREDIR = $(cannaShareDir) ++ SAMPLEDIR = $(cannaDocDir)/sample ++ SAMPLESRCDIR = $(cannaDocDir)/sample/src + + KPDEF = default.kpdef jdaemon.kpdef just.kpdef kaisoku.kpdef kana.kpdef \ + lan5.kpdef matsu.kpdef newjis.kpdef romaji.kpdef sokuon.kpdef \ +@@ -69,7 +70,7 @@ + MakeDirectories(install,$(DICDIR)) + MakeDirectories(install,$(SAMPLESRCDIR)) + +-InstallMultiple($(ROMKANA_TABLES),$(DICDIR)) ++InstallMultiple($(ROMKANA_TABLES),$(CANNASHAREDIR)) + + #ifdef USE_OBSOLETE_STYLE_FILENAME + InstallNonExec(default.kpdef,$(SAMPLESRCDIR)) +--- canna-3.7.orig/misc/initfiles/Imakefile ++++ canna-3.7/misc/initfiles/Imakefile +@@ -6,7 +6,7 @@ + #endif + + CANNAROOT = ../.. +- SAMPLEDIR = $(cannaLibDir)/sample ++ SAMPLEDIR = $(cannaShareDir) + + all:: + +--- canna-3.7.orig/misc/Imakefile ++++ canna-3.7/misc/Imakefile +@@ -48,7 +48,7 @@ + MakeLintLibSubdirs($(SUBDIRS)) + MakeLintSubdirs($(SUBDIRS),install.ln,install.ln) + +-MakeDirectories(install,$(cannaLibDir)/sample/src) ++MakeDirectories(install,$(cannaDocDir)/sample/src) + + #ifdef USE_OBSOLETE_STYLE_FILENAME + default.canna: default.ca +@@ -58,8 +58,8 @@ + $(CP) default.ca default.canna + #endif + +-InstallNonExec(default.canna,$(cannaLibDir)) +-InstallNonExec(is.c,$(cannaLibDir)/sample/src) ++InstallNonExec(default.canna,$(cannaDocDir)) ++InstallNonExec(is.c,$(cannaDocDir)/sample/src) + + clean:: + $(RM) $(PROGRAMS) +--- canna-3.7.orig/Imakefile ++++ canna-3.7/Imakefile +@@ -84,6 +84,7 @@ + echo "/* for lib/canna */";\ + echo "#define CANNALIBDIR \"$(cannaLibDir)\""; \ + echo "#define SUPPORT_OLD_WCHAR $(supportOldWchar)"; \ ++ echo "#define CANNASHAREDIR \"$(cannaShareDir)\""; \ + echo "/* for scripts */";\ + echo "#define CANNABINDIR $(cannaBinDir)"; \ + echo "/* others */";\ --- canna-3.7p3.orig/debian/po/fr.po +++ canna-3.7p3/debian/po/fr.po @@ -0,0 +1,204 @@ +# French po-debconf translation of canna +# Copyright (C) 2006-2009 Debian French l10n team +# This file is distributed under the same license as the canna package. +# +# Translators: +# Christian Perrier , 2006-2009. +msgid "" +msgstr "" +"Project-Id-Version: fr\n" +"Report-Msgid-Bugs-To: canna@packages.debian.org\n" +"POT-Creation-Date: 2009-05-03 07:53+0200\n" +"PO-Revision-Date: 2009-05-04 07:13+0200\n" +"Last-Translator: Christian Perrier \n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 0.3\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Should the Canna server run automatically?" +msgstr "Faut-il lancer le serveur Canna automatiquement ?" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"This package contains the Canna server and server-related utilities. If you " +"are only interested in these utilities, you can disable the Canna server now." +msgstr "" +"Ce paquet inclut le serveur Canna et les utilitaires qui l'accompagnent. Si " +"seuls ceux-ci vous intéressent, vous pouvez désactiver le serveur ici." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Should the Canna server run in network mode?" +msgstr "Faut-il démarrer le serveur Canna en mode réseau ?" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"By default the Canna server will run without support for network " +"connections, and will only accept connections on UNIX domain sockets, from " +"clients running on the same host." +msgstr "" +"Par défaut, le serveur Canna sera exécuté sans gestion des connexions réseau " +"et n'acceptera de connexion que sur des « sockets » de domaine Unix. Il ne " +"sera alors utilisable que par des clients exécutés sur la même machine." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"If you choose this option, network support will be activated, and the Canna " +"server will accept connections on TCP sockets from clients that may be on " +"remote hosts. Some clients (such as egg and yc-el) require this mode even if " +"they run on the local host." +msgstr "" +"Si vous choisissez cette option, la gestion des connexions réseau sera " +"activée et le serveur Canna acceptera des connexions TCP depuis des clients " +"éventuellement utilisés sur des hôtes distants. Certains clients, comme egg " +"et yc-el, ont besoin de ce mode même pour fonctionner en local." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "Manage /etc/hosts.canna automatically?" +msgstr "Faut-il gérer /etc/hosts.canna avec automatiquement ?" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"The /etc/hosts.canna file lists hosts allowed to connect to the Canna server." +msgstr "" +"Le fichier /etc/hosts.canna gère les autorisations de connexion des hôtes " +"distants au serveur Canna." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"You should not accept this option if you prefer managing the file's contents " +"manually." +msgstr "" +"Vous ne devriez pas choisir cette option si vous préférez gérer vous-même le " +"contenu de ce fichier." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "Hosts allowed to connect to this Canna server:" +msgstr "Hôtes autorisés à se connecter à ce serveur :" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the names of the hosts allowed to connect to this Canna server, " +"separated by spaces." +msgstr "" +"Veuillez indiquer les noms d'hôtes autorisés à se connecter à ce serveur " +"Canna, séparés par des espaces." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "You can use \"unix\" to allow access via UNIX domain sockets." +msgstr "" +"Vous pouvez utiliser « unix » pour autoriser l'accès par les « sockets » de " +"domaine UNIX." + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +msgid "Canna input style:" +msgstr "Méthode de saisie de Canna :" + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +msgid "" +"Please choose the default Canna input style:\n" +" verbose: Canna3.5 default style with verbose comments;\n" +" 1.1 : old Canna style (ver. 1.1);\n" +" 1.2 : old Canna style (ver. 1.2);\n" +" jdaemon: jdaemon style;\n" +" just : JustSystems ATOK style;\n" +" lan5 : LAN5 style;\n" +" matsu : Matsu word processor style;\n" +" skk : SKK style;\n" +" tut : TUT-Code style;\n" +" unix : UNIX style;\n" +" vje : vje style;\n" +" wx2+ : WX2+ style." +msgstr "" +"Veuillez choisir la méthode de saisie utilisée par défaut :\n" +" verbose : méthode par défaut de Canna 3.5 avec commentaires bavards ;\n" +" 1.1  : ancienne méthode de Canna 1.1 ;\n" +" 1.2  : ancienne méthode de Canna 1.2 ;\n" +" jdaemon : méthode jdaemon ;\n" +" just  : méthode analogue à ATOK Justsystem ;\n" +" lan5  : méthode analogue à LAN5 :\n" +" matsu  : méthode analogue à celle du traitement de texte MATSU ;\n" +" skk  : méthode analogue à SKK ;\n" +" tut  : méthode destinée à « TUT-Code » ;\n" +" unix  : méthode UNIX ;\n" +" vje  : méthode analogue à VJE ;\n" +" wx2  : méthode analogue à WX2+." + +#~ msgid "Do you want to run the Canna server ?" +#~ msgstr "Faut-il lancer le serveur Canna ?" + +#~ msgid "Do you want to connect to the Canna server from a remote host?" +#~ msgstr "" +#~ "Souhaitez-vous que des hÃŽtes distants puissent se connecter au serveur " +#~ "Canna ?" + +#~ msgid "" +#~ "The Canna server only allows connections via UNIX domain sockets when the " +#~ "`-inet' option is not specified. This means that when the Canna server " +#~ "is started without the `-inet' option, only clients which run on the same " +#~ "host can connect to the server. Some clients such as, `egg' and `yc-el', " +#~ "do not support UNIX domain socket and require the `-inet' option, even if " +#~ "they run on the same host." +#~ msgstr "" +#~ "Il n'est possible de se connecter à cette version du serveur Canna que " +#~ "par des « sockets » de domaine UNIX si on n'utilise pas l'option « -" +#~ "inet » (pour améliorer la sécurité). Cela signifie que lorsque le " +#~ "serveur Canna est lancé sans cette option, seuls les clients " +#~ "fonctionnant sur le même hÃŽte que le serveur pourront s'y connecter. " +#~ "Veuillez noter que certains clients comme « egg » et « yc-el » ne " +#~ "gÚrent pas les « sockets » de domaine UNIX et imposent d'utiliser " +#~ "l'option « -inet » même s'ils sont utilisés sur le même hÃŽte que " +#~ "le serveur." + +#~ msgid "" +#~ "If you want to connect to this Canna server from remote hosts, or if you " +#~ "want to use INET-domain-only software, you should run the server with the " +#~ "`-inet' option." +#~ msgstr "" +#~ "Si vous souhaitez pouvoir vous connecter à ce serveur Canna depuis des " +#~ "hÃŽtes distants ou si vous prévoyez d'utiliser des logiciels ne " +#~ "fonctionnant qu'avec l'option « -inet », le serveur doit utiliser " +#~ "cette option." + +#~ msgid "" +#~ "By default /etc/hosts.canna will be managed with debconf. Refuse here if " +#~ "you want to manage /etc/hosts.canna yourself." +#~ msgstr "" +#~ "Par défaut, il sera géré par debconf. Refusez ici si vous souhaitez le " +#~ "gérer vous-même." + +#~ msgid "" +#~ "Please choose the default canna input style below, which will be " +#~ "installed if there is no previous configuration:" +#~ msgstr "" +#~ "Veuillez choisir la méthode de saisie par défaut de canna. Elle sera " +#~ "mise en place si aucune configuration antérieure n'existe." --- canna-3.7p3.orig/debian/po/POTFILES.in +++ canna-3.7p3/debian/po/POTFILES.in @@ -0,0 +1,2 @@ +[type: gettext/rfc822deb] templates +[type: gettext/rfc822deb] libcanna1g.templates --- canna-3.7p3.orig/debian/po/cs.po +++ canna-3.7p3/debian/po/cs.po @@ -0,0 +1,200 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: canna\n" +"Report-Msgid-Bugs-To: canna@packages.debian.org\n" +"POT-Creation-Date: 2009-05-03 07:53+0200\n" +"PO-Revision-Date: 2009-09-05 13:19+0200\n" +"Last-Translator: Miroslav Kure \n" +"Language-Team: Czech \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Should the Canna server run automatically?" +msgstr "Má se Canna server spouštět automaticky?" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"This package contains the Canna server and server-related utilities. If you " +"are only interested in these utilities, you can disable the Canna server now." +msgstr "" +"Tento balík obsahuje Canna server a nástroje s ním spojené. Pokud vás " +"zajímají pouze nástroje, můžete nyní server zakázat." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Should the Canna server run in network mode?" +msgstr "Má se Canna server spouštět v síťovém režimu?" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"By default the Canna server will run without support for network " +"connections, and will only accept connections on UNIX domain sockets, from " +"clients running on the same host." +msgstr "" +"Ve výchozím nastavení se Canna server spouští bez podpory síťových spojení a " +"přijímá pouze spojení na unixových socketech, tj. pouze od klientů na tomto " +"počítači." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"If you choose this option, network support will be activated, and the Canna " +"server will accept connections on TCP sockets from clients that may be on " +"remote hosts. Some clients (such as egg and yc-el) require this mode even if " +"they run on the local host." +msgstr "" +"Zvolíte-li tuto možnost, aktivuje se síťová část a Canna server bude moci " +"přijímat spojení přes TCP sockety od klientů na jiných počítačích. Někteří " +"klienti jako „egg“ a „ys-el“ vyžadují tento režim i v případech, kdy běží na " +"stejném počítači jako Canna server." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "Manage /etc/hosts.canna automatically?" +msgstr "Spravovat /etc/hosts.canna automaticky?" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"The /etc/hosts.canna file lists hosts allowed to connect to the Canna server." +msgstr "" +"Soubor /etc/hosts.canna obsahuje seznam počítačů, které se mohou připojit k " +"tomuto Canna serveru." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"You should not accept this option if you prefer managing the file's contents " +"manually." +msgstr "" +"Přejete-li si spravovat obsah souboru ručně, měli byste tuto možnost " +"odmítnout." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "Hosts allowed to connect to this Canna server:" +msgstr "Počítače oprávněné přistupovat k tomuto Canna serveru:" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the names of the hosts allowed to connect to this Canna server, " +"separated by spaces." +msgstr "" +"Zadejte mezerami oddělený seznam počítačů oprávněných přistupovat k tomuto " +"Canna serveru." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "You can use \"unix\" to allow access via UNIX domain sockets." +msgstr "Pro povolení přístupu přes unixové sockety můžete použít „unix“." + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +msgid "Canna input style:" +msgstr "Vstupní metoda Canna" + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +msgid "" +"Please choose the default Canna input style:\n" +" verbose: Canna3.5 default style with verbose comments;\n" +" 1.1 : old Canna style (ver. 1.1);\n" +" 1.2 : old Canna style (ver. 1.2);\n" +" jdaemon: jdaemon style;\n" +" just : JustSystems ATOK style;\n" +" lan5 : LAN5 style;\n" +" matsu : Matsu word processor style;\n" +" skk : SKK style;\n" +" tut : TUT-Code style;\n" +" unix : UNIX style;\n" +" vje : vje style;\n" +" wx2+ : WX2+ style." +msgstr "" +"Vyberte výchozí vstupní metodu: verbose: výchozí styl Canna3.5 s bohatými " +"komentáři\n" +" 1.1 : starý styl Canna verze 1.1\n" +" 1.2 : starý styl Canna verze 1.2\n" +" jdaemon: styl jdaemon\n" +" just : styl Justsystem ATOK\n" +" lan5 : styl LAN5\n" +" matsu : styl textového procesoru MATSU\n" +" skk : styl SKK\n" +" tut : styl TUT-Code\n" +" unix : styl UNIX\n" +" vje : styl vje\n" +" wx2+ : styl WX2+" + +#~ msgid "Do you want to run the Canna server ?" +#~ msgstr "Chcete spustit server Canna?" + +#~ msgid "Do you want to connect to the Canna server from a remote host?" +#~ msgstr "Chcete se k Canna serveru připojovat ze vzdálených počítačů?" + +#~ msgid "" +#~ "The Canna server only allows connections via UNIX domain sockets when the " +#~ "`-inet' option is not specified. This means that when the Canna server " +#~ "is started without the `-inet' option, only clients which run on the same " +#~ "host can connect to the server. Some clients such as, `egg' and `yc-el', " +#~ "do not support UNIX domain socket and require the `-inet' option, even if " +#~ "they run on the same host." +#~ msgstr "" +#~ "Pokud není použita volba `-inet', povoluje Canna server spojení pouze " +#~ "přes unixové sockety. Jinými slovy to znamená, že se mohou připojit pouze " +#~ "klienti běžící na stejném počítači jako server. Někteří klienti jako " +#~ "`egg' a `yc-el' nepodporují unixové sockety a volbu `-inet' vyžadují i v " +#~ "případě, že běží na stejném počítači." + +#~ msgid "" +#~ "If you want to connect to this Canna server from remote hosts, or if you " +#~ "want to use INET-domain-only software, you should run the server with the " +#~ "`-inet' option." +#~ msgstr "" +#~ "Chcete-li se k tomuto Canna serveru připojovat ze vzdálených počítačů, " +#~ "nebo pokud chcete používat software komunikující pouze přes síťovou " +#~ "vrstvu, měli byste server spustit s volbou `-inet'." + +#~ msgid "" +#~ "By default /etc/hosts.canna will be managed with debconf. Refuse here if " +#~ "you want to manage /etc/hosts.canna yourself." +#~ msgstr "" +#~ "Implicitně se /etc/hosts.canna bude spravovat debconfem. Odmítněte pouze " +#~ "v případě, že chcete soubor /etc/hosts.canna spravovat sami." + +#~ msgid "" +#~ "Please choose the default canna input style below, which will be " +#~ "installed if there is no previous configuration:" +#~ msgstr "" +#~ "Vyberte výchozí vstupní metodu, která se použije v případě, že žádné " +#~ "předchozí nastavení neexistuje:" --- canna-3.7p3.orig/debian/po/ru.po +++ canna-3.7p3/debian/po/ru.po @@ -0,0 +1,163 @@ +# translation of canna_debconf_ru.po to Russian +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans# +# Developers do not need to manually edit POT or PO files. +# +# Yuri Kozlov , 2006. +# Sergey Alyoshin , 2009. +msgid "" +msgstr "" +"Project-Id-Version: canna_3.7p3-6.2_ru\n" +"Report-Msgid-Bugs-To: canna@packages.debian.org\n" +"POT-Creation-Date: 2009-05-03 07:53+0200\n" +"PO-Revision-Date: 2009-04-22 23:11+0400\n" +"Last-Translator: Sergey Alyoshin \n" +"Language-Team: Russian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.2\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Should the Canna server run automatically?" +msgstr "Запускать сервер Canna автоматически?" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"This package contains the Canna server and server-related utilities. If you " +"are only interested in these utilities, you can disable the Canna server now." +msgstr "" +"Данный пакет содержит сервер Canna и серверные утилиты. Если вам требуются " +"только утилиты, то вы можете сейчас отключить сервер Canna." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Should the Canna server run in network mode?" +msgstr "Запускать сервер Canna в сетевом режиме?" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"By default the Canna server will run without support for network " +"connections, and will only accept connections on UNIX domain sockets, from " +"clients running on the same host." +msgstr "" +"По умолчанию сервер Canna будет запущен без поддержки сетевых соединений и " +"будет позволять соединения только через доменные сокеты UNIX от клиентов " +"работающих на этом же хосте." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"If you choose this option, network support will be activated, and the Canna " +"server will accept connections on TCP sockets from clients that may be on " +"remote hosts. Some clients (such as egg and yc-el) require this mode even if " +"they run on the local host." +msgstr "" +"Если вы ответите утвердительно, будет включена поддержка сети и сервер Canna " +"будет позволять соединения через TCP сокеты от клиентов, которые могут быть " +"на удалённых хостах. Для некоторых клиентов (таких как egg и yc-el) " +"требуется этот режим даже при работе на локальном хосте." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "Manage /etc/hosts.canna automatically?" +msgstr "Управлять файлом /etc/hosts.canna автоматически?" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"The /etc/hosts.canna file lists hosts allowed to connect to the Canna server." +msgstr "" +"В файле /etc/hosts.canna указываются хосты, которые могут подключаться к " +"серверу Canna." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"You should not accept this option if you prefer managing the file's contents " +"manually." +msgstr "" +"Вы не должны разрешать этот параметр, если предпочитаете редактировать файл " +"вручную." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "Hosts allowed to connect to this Canna server:" +msgstr "Хосты которым разрешено подключаться к этому серверу Canna:" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the names of the hosts allowed to connect to this Canna server, " +"separated by spaces." +msgstr "" +"Введите через пробел имена хостов, с которых разрешено подключаться к " +"серверу Canna." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "You can use \"unix\" to allow access via UNIX domain sockets." +msgstr "" +"Вы можете использовать \"unix\" для разрешения доступа через доменные сокеты " +"UNIX." + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +msgid "Canna input style:" +msgstr "Стиль ввода Canna:" + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +msgid "" +"Please choose the default Canna input style:\n" +" verbose: Canna3.5 default style with verbose comments;\n" +" 1.1 : old Canna style (ver. 1.1);\n" +" 1.2 : old Canna style (ver. 1.2);\n" +" jdaemon: jdaemon style;\n" +" just : JustSystems ATOK style;\n" +" lan5 : LAN5 style;\n" +" matsu : Matsu word processor style;\n" +" skk : SKK style;\n" +" tut : TUT-Code style;\n" +" unix : UNIX style;\n" +" vje : vje style;\n" +" wx2+ : WX2+ style." +msgstr "" +"Выберите стиль ввода Canna по умолчани:\n" +" verbose - стиль Canna3.5 по умолчанию с подробными комментариями;\n" +" 1.1 - старый стиль Canna (вер. 1.1);\n" +" 1.2 - старый стиль Canna (вер. 1.2);\n" +" jdaemon - стиль jdaemon;\n" +" just - стиль JustSystem ATOK;\n" +" lan5 - стиль LAN5;\n" +" matsu - стиль текстового процессора Matsu;\n" +" skk - стиль SKK;\n" +" tut - стиль TUT-Code;\n" +" unix - стиль UNIX;\n" +" vje - стиль vje;\n" +" wx2+ - стиль WX2+." --- canna-3.7p3.orig/debian/po/sv.po +++ canna-3.7p3/debian/po/sv.po @@ -0,0 +1,204 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: canna 3.7p3-2\n" +"Report-Msgid-Bugs-To: canna@packages.debian.org\n" +"POT-Creation-Date: 2009-05-03 07:53+0200\n" +"PO-Revision-Date: 2009-04-20 00:37+0100\n" +"Last-Translator: Martin Bagge \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Swedish\n" +"X-Poedit-Country: Sweden\n" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Should the Canna server run automatically?" +msgstr "Ska Canna-servern starta automatiskt?" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"This package contains the Canna server and server-related utilities. If you " +"are only interested in these utilities, you can disable the Canna server now." +msgstr "" +"Detta paket innehåller Canna-servern och server-relaterade verktyg. Om du " +"bara är intresserad av dessa verktyg kan du stänga av Canna-servern här." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Should the Canna server run in network mode?" +msgstr "Ska Canna-servern köras i nätverksläge?" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"By default the Canna server will run without support for network " +"connections, and will only accept connections on UNIX domain sockets, from " +"clients running on the same host." +msgstr "" +"Standardinställningen är att Canna-servern körs utan stöd för " +"nätverksanslutningar och kommer bara att acceptera anslutningar via UNIX-" +"domänsockets från klienter som körs på samma värd." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"If you choose this option, network support will be activated, and the Canna " +"server will accept connections on TCP sockets from clients that may be on " +"remote hosts. Some clients (such as egg and yc-el) require this mode even if " +"they run on the local host." +msgstr "" +"Om du väljer detta alternativ kommer nätverksstödet att aktiveras och Canna-" +"servern kan du ta emot anslutningar på TCP-sockets från klienter som kan " +"finnas på fjärrvärdar. Vissa klienter (som ex. egg och yc-el) kräver detta " +"läge även om de körs på samma värd." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "Manage /etc/hosts.canna automatically?" +msgstr "Hantera /etc/hosts.canna med automatiskt?" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"The /etc/hosts.canna file lists hosts allowed to connect to the Canna server." +msgstr "" +"Filen /etc/hosts.canna kontrollerar vilka värdar som kan ansluta till denna " +"Canna-server." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"You should not accept this option if you prefer managing the file's contents " +"manually." +msgstr "" +"Du ska inte välja detta alternativ om du föredrar att hantera filens " +"innehåll manuellt." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "Hosts allowed to connect to this Canna server:" +msgstr "Ange namnen på de värdar som tillåts ansluta till denna Canna-server:" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the names of the hosts allowed to connect to this Canna server, " +"separated by spaces." +msgstr "" +"Ange namnen på de värdar som tillåts ansluta till denna Canna-server, " +"avskilj med mellanslag." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "You can use \"unix\" to allow access via UNIX domain sockets." +msgstr "" +"Du kan använda \"unix\" för att tillåta tillgång via UNIX-domänsockets." + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +msgid "Canna input style:" +msgstr "Inmatningsstil för Canna:" + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +msgid "" +"Please choose the default Canna input style:\n" +" verbose: Canna3.5 default style with verbose comments;\n" +" 1.1 : old Canna style (ver. 1.1);\n" +" 1.2 : old Canna style (ver. 1.2);\n" +" jdaemon: jdaemon style;\n" +" just : JustSystems ATOK style;\n" +" lan5 : LAN5 style;\n" +" matsu : Matsu word processor style;\n" +" skk : SKK style;\n" +" tut : TUT-Code style;\n" +" unix : UNIX style;\n" +" vje : vje style;\n" +" wx2+ : WX2+ style." +msgstr "" +"Ange vilken inmatninsstil som ska vara standard för Canna:\n" +" verbose: Canna3.5 standardstil med pratiga kommentarer\n" +" 1.1 : gammal Canna-stil (ver. 1.1);\n" +" 1.1 : gammal Canna-stil (ver. 1.2);\n" +" jdaemon: jdaemon-stil;\n" +" just : JustSystems ATOK-sti;\n" +" lan5 : LAN5-stil;\n" +" matsu : MAtSU ordbehandlarstil;\n" +" skk : SKK-stil;\n" +" tut : TUT-kod-stil;\n" +" unix : UNIX-stil;\n" +" vje : vje-stil;\n" +" wx2+ : WX2+-stil." + +#~ msgid "Do you want to run the Canna server ?" +#~ msgstr "Vill du köra Canna-servern ?" + +#~ msgid "Do you want to connect to the Canna server from a remote host?" +#~ msgstr "Vill du ansluta till Canna-servern från en fjärrvärd?" + +#~ msgid "" +#~ "The Canna server only allows connections via UNIX domain sockets when the " +#~ "`-inet' option is not specified. This means that when the Canna server " +#~ "is started without the `-inet' option, only clients which run on the same " +#~ "host can connect to the server. Some clients such as, `egg' and `yc-el', " +#~ "do not support UNIX domain socket and require the `-inet' option, even if " +#~ "they run on the same host." +#~ msgstr "" +#~ "Canna-servern tillåter bara anslutningar via UNIX-sockets när flaggan \"-" +#~ "inet\" inte är angiven. Det betyder att när Canna-servern startas upp " +#~ "utan flaggan \"-inet\" kommer bara klienter som körs på samma värd att " +#~ "kunna ansluta till servern. Vissa klienter såsom \"egg\" och \"yc-el\" " +#~ "saknar stöd för UNIX-socket och kräver flaggan \"-inet\" även om de körs " +#~ "på samma värd." + +#~ msgid "" +#~ "If you want to connect to this Canna server from remote hosts, or if you " +#~ "want to use INET-domain-only software, you should run the server with the " +#~ "`-inet' option." +#~ msgstr "" +#~ "Om du vill ansluta till denna Canna-server från fjärrvärdar eller om du " +#~ "bara vill använda programvara i INET-domänen ska du köra servern med " +#~ "flaggan \"-inet\"." + +#~ msgid "" +#~ "By default /etc/hosts.canna will be managed with debconf. Refuse here if " +#~ "you want to manage /etc/hosts.canna yourself." +#~ msgstr "" +#~ "Som standard kommer /etc/hosts.canna att hanteras med debconf. Vägra här " +#~ "om du vill hantera /etc/hosts.canna själv." + +#~ msgid "" +#~ "Please choose the default canna input style below, which will be " +#~ "installed if there is no previous configuration:" +#~ msgstr "" +#~ "Välj standard för inmatningsstil för canna nedan, denna kommer att " +#~ "installeras om det inte redan finns en konfiguration:" --- canna-3.7p3.orig/debian/po/tr.po +++ canna-3.7p3/debian/po/tr.po @@ -0,0 +1,227 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: canna 3.7p3-6\n" +"Report-Msgid-Bugs-To: canna@packages.debian.org\n" +"POT-Creation-Date: 2009-05-03 07:53+0200\n" +"PO-Revision-Date: 2008-07-17 18:43+0200\n" +"Last-Translator: Mert Dirik \n" +"Language-Team: Debian L10n Turkish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Turkish\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Should the Canna server run automatically?" +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:2001 +#, fuzzy +#| msgid "" +#| "This package contains the Canna server and server-related utilities. If " +#| "you are only interested in these utilities, you can disable the Canna " +#| "server here." +msgid "" +"This package contains the Canna server and server-related utilities. If you " +"are only interested in these utilities, you can disable the Canna server now." +msgstr "" +"Bu paket Canna sunucusunu ve sunucuyla ilgili araçları içerir. Eğer sadece " +"araçlarla ilgileniyorsanız burada Canna sunucusunu etkisizleştirebilirsiniz." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Should the Canna server run in network mode?" +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"By default the Canna server will run without support for network " +"connections, and will only accept connections on UNIX domain sockets, from " +"clients running on the same host." +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"If you choose this option, network support will be activated, and the Canna " +"server will accept connections on TCP sockets from clients that may be on " +"remote hosts. Some clients (such as egg and yc-el) require this mode even if " +"they run on the local host." +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:4001 +#, fuzzy +#| msgid "Manage /etc/hosts.canna with debconf ?" +msgid "Manage /etc/hosts.canna automatically?" +msgstr "/etc/hosts.canna yapılandırması debconf ile yönetilsin mi?" + +#. Type: boolean +#. Description +#: ../templates:4001 +#, fuzzy +#| msgid "/etc/hosts.canna controls which hosts can connect to this server." +msgid "" +"The /etc/hosts.canna file lists hosts allowed to connect to the Canna server." +msgstr "" +"/etc/hosts.canna dosyası bu sunucuya hangi makinelerin bağlanabileceğini " +"belirler." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"You should not accept this option if you prefer managing the file's contents " +"manually." +msgstr "" + +#. Type: string +#. Description +#: ../templates:5001 +#, fuzzy +#| msgid "Please enter the name of each host allowed to connect to this server" +msgid "Hosts allowed to connect to this Canna server:" +msgstr "" +"Lütfen bu sunucuya bağlanmasını istediğiniz her bir makinenin adını girin" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the names of the hosts allowed to connect to this Canna server, " +"separated by spaces." +msgstr "" +"Lütfen bu Canna sunucuya bağlanmasını istediğiniz her bir makinenin adını " +"boşluklarla ayrılmış olarak girin." + +#. Type: string +#. Description +#: ../templates:5001 +#, fuzzy +#| msgid "" +#| "`unix' is a special notation for allowing access via UNIX domain sockets." +msgid "You can use \"unix\" to allow access via UNIX domain sockets." +msgstr "" +"`unix', UNIX alan soketlerinden gelen bağlantıları kabul etmek için özel bir " +"işarettir." + +# biçem tarz üslup +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +#, fuzzy +#| msgid "Canna input style" +msgid "Canna input style:" +msgstr "Canna girdi biçemi" + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +#, fuzzy +#| msgid "" +#| " verbose - Canna3.5 default style with verbose comments\n" +#| " 1.1 - old Canna style (ver. 1.1)\n" +#| " 1.2 - old Canna style (ver. 1.2)\n" +#| " jdaemon - jdaemon style\n" +#| " just - Justsystem ATOK like style\n" +#| " lan5 - LAN5 like style\n" +#| " matsu - MATSU word processor like style\n" +#| " skk - SKK like style\n" +#| " tut - for TUT-Code\n" +#| " unix - UNIX style\n" +#| " vje - vje like style\n" +#| " wx2+ - WX2+ style" +msgid "" +"Please choose the default Canna input style:\n" +" verbose: Canna3.5 default style with verbose comments;\n" +" 1.1 : old Canna style (ver. 1.1);\n" +" 1.2 : old Canna style (ver. 1.2);\n" +" jdaemon: jdaemon style;\n" +" just : JustSystems ATOK style;\n" +" lan5 : LAN5 style;\n" +" matsu : Matsu word processor style;\n" +" skk : SKK style;\n" +" tut : TUT-Code style;\n" +" unix : UNIX style;\n" +" vje : vje style;\n" +" wx2+ : WX2+ style." +msgstr "" +" verbose - ayrıntılı yorumlarla öntanımlı Canna3.5 biçemi\n" +" 1.1 - eski Canna biçemi (sür. 1.1)\n" +" 1.2 - eski Canna biçemi (sür. 1.2)\n" +" jdaemon - jdaemon biçemi\n" +" just - Justsystem ATOK benzeri biçem\n" +" lan5 - LAN5 benzeri biçem\n" +" matsu - MATSU kelime işlemcisi benzeri biçem\n" +" skk - SKK benzeri biçem\n" +" tut - TUT-Code için\n" +" unix - UNIX biçemi\n" +" vje - vje benzeri biçem\n" +" wx2+ - WX2+ biçemi" + +#~ msgid "Do you want to run the Canna server ?" +#~ msgstr "Canna sunucusunu çalıştırmak istiyor musunuz?" + +#~ msgid "Do you want to connect to the Canna server from a remote host?" +#~ msgstr "Canna sunucusuna uzak bir makineden bağlanmak istiyor musunuz?" + +#~ msgid "" +#~ "The Canna server only allows connections via UNIX domain sockets when the " +#~ "`-inet' option is not specified. This means that when the Canna server " +#~ "is started without the `-inet' option, only clients which run on the same " +#~ "host can connect to the server. Some clients such as, `egg' and `yc-el', " +#~ "do not support UNIX domain socket and require the `-inet' option, even if " +#~ "they run on the same host." +#~ msgstr "" +#~ "`-inet' seçeneği belirtilmediğinde Canna sunucusu sadece UNIX alan " +#~ "soketlerinden gelen bağlantıları kabul eder. Bu, Canna sunucusu `-inet' " +#~ "seçeneği olmadan başlatıldığında sunucuya sadece aynı bilgisayardaki " +#~ "istemcilerin bağlanabileceği anlamına gelir. `egg' ve `yc-el' gibi bazı " +#~ "istemciler UNIX alan soketlerini desteklemez ve aynı makinede çalışsalar " +#~ "bile `-inet' seçeneğini gerektirirler." + +#~ msgid "" +#~ "If you want to connect to this Canna server from remote hosts, or if you " +#~ "want to use INET-domain-only software, you should run the server with the " +#~ "`-inet' option." +#~ msgstr "" +#~ "Eğer bu Canna sunucusuna uzak makinelerden de bağlanmak istiyorsanız veya " +#~ "sadece INET alanıyla çalışan yazılımları kullanmak istiyorsanız sunucuyu " +#~ "`-inet' seçeneği ile çalıştırmalısınız." + +#~ msgid "" +#~ "By default /etc/hosts.canna will be managed with debconf. Refuse here if " +#~ "you want to manage /etc/hosts.canna yourself." +#~ msgstr "" +#~ "Öntanımlı olarak bu dosya debconf aracılığıyla yönetilir. Eğer bu dosyayı " +#~ "kendiniz yönetmek istiyorsanız bu teklifi reddedin." + +#~ msgid "" +#~ "Please choose the default canna input style below, which will be " +#~ "installed if there is no previous configuration:" +#~ msgstr "" +#~ "Lütfen aşağıdan öntanımlı canna girdi biçemini seçin. Eğer mevcut bir " +#~ "yapılandırma yoksa seçilen biçem kurulacak." --- canna-3.7p3.orig/debian/po/da.po +++ canna-3.7p3/debian/po/da.po @@ -0,0 +1,150 @@ +# Danish translation canna. +# Copyright (C) 2010 canna & nedenstående oversætttere. +# This file is distributed under the same license as the canna package. +# Joe Hansen , 2010 +# +msgid "" +msgstr "" +"Project-Id-Version: canna\n" +"Report-Msgid-Bugs-To: canna@packages.debian.org\n" +"POT-Creation-Date: 2009-05-03 07:53+0200\n" +"PO-Revision-Date: 2010-07-21 14:44+0200\n" +"Last-Translator: Joe Hansen \n" +"Language-Team: Danish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Should the Canna server run automatically?" +msgstr "Skal Cannaserveren køre automatisk?" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"This package contains the Canna server and server-related utilities. If you " +"are only interested in these utilities, you can disable the Canna server now." +msgstr "" +"Denne pakke indeholder Cannaserveren og serverforbundne værktøjer. Hvis du " +"kun er interesseret i disse værktøjer, kan du deaktivere Cannaserveren nu." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Should the Canna server run in network mode?" +msgstr "Skal Cannaserveren køre i netværkstilstand?" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"By default the Canna server will run without support for network " +"connections, and will only accept connections on UNIX domain sockets, from " +"clients running on the same host." +msgstr "" +"Som standard vil Cannaserveren køre uden understøttelse af netværksforbindelser, " +"og vil kun acceptere forbindelser på UNIX-domænesokler, fra klienter som kører " +"på den samme vært." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"If you choose this option, network support will be activated, and the Canna " +"server will accept connections on TCP sockets from clients that may be on " +"remote hosts. Some clients (such as egg and yc-el) require this mode even if " +"they run on the local host." +msgstr "" +"Hvis du vælger denne indstilling, vil netværksunderstøttelse blive aktiveret, " +"og Cannaserveren vil acceptere forbindelser på TCP-sokler fra klienter, som er " +"på eksterne værter. Nogle klienter (såsom egg og yc-el) kræver denne tilstand, " +"selvom de kører på den lokale vært." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "Manage /etc/hosts.canna automatically?" +msgstr "Håndtere /etc/hosts.canna automatisk?" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"The /etc/hosts.canna file lists hosts allowed to connect to the Canna server." +msgstr "" +"Filen /etc/hosts.canna viser værter, som har lov til at forbinde til Cannaserveren." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"You should not accept this option if you prefer managing the file's contents " +"manually." +msgstr "" +"Du skal ikke acceptere denne indstilling, hvis du foretrækker at håndtere " +"filens indhold manuelt." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "Hosts allowed to connect to this Canna server:" +msgstr "Værter med tilladelse til at forbinde til denne Cannaserver:" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the names of the hosts allowed to connect to this Canna server, " +"separated by spaces." +msgstr "" +"Indtast venligst navnene på værterne som har lov til at forbinde til denne " +"Cannaserver, adskilt af mellemrum." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "You can use \"unix\" to allow access via UNIX domain sockets." +msgstr "Du kan bruge »unix« til at tillade adgang via UNIX-domænesokler." + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +msgid "Canna input style:" +msgstr "Inddatastil for Canna:" + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +msgid "" +"Please choose the default Canna input style:\n" +" verbose: Canna3.5 default style with verbose comments;\n" +" 1.1 : old Canna style (ver. 1.1);\n" +" 1.2 : old Canna style (ver. 1.2);\n" +" jdaemon: jdaemon style;\n" +" just : JustSystems ATOK style;\n" +" lan5 : LAN5 style;\n" +" matsu : Matsu word processor style;\n" +" skk : SKK style;\n" +" tut : TUT-Code style;\n" +" unix : UNIX style;\n" +" vje : vje style;\n" +" wx2+ : WX2+ style." +msgstr "" +"Vælg venligst standardinddatastil for Canna:\n" +" verbose: Canna3.5 standardstil med uddybende bemærkninger;\n" +" 1.1 : gammel Cannastil (ver. 1.1);\n" +" 1.2 : gammel Cannastil (ver. 1.2);\n" +" jdaemon: jdaemon-stil;\n" +" just : JustSystems ATOK-stil;\n" +" lan5 : LAN5-stil;\n" +" matsu : Tekstbehandlingsstil ala Matsu;\n" +" skk : SKK-stil;\n" +" tut : TUT-kodestil;\n" +" unix : UNIX-stil;\n" +" vje : vje-stil;\n" +" wx2+ : WX2+-stil." + + --- canna-3.7p3.orig/debian/po/gl.po +++ canna-3.7p3/debian/po/gl.po @@ -0,0 +1,196 @@ +# Galician translation of canna's debconf templates +# This file is distributed under the same license as the canna package. +# +# Jacobo Tarrio , 2007. +# marce villarino , 2009. +msgid "" +msgstr "" +"Project-Id-Version: canna\n" +"Report-Msgid-Bugs-To: canna@packages.debian.org\n" +"POT-Creation-Date: 2009-05-03 07:53+0200\n" +"PO-Revision-Date: 2009-04-19 20:30+0200\n" +"Last-Translator: marce villarino \n" +"Language-Team: Galician \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 0.2\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Should the Canna server run automatically?" +msgstr "Debe executarse automaticamente o servidor Canna ?" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"This package contains the Canna server and server-related utilities. If you " +"are only interested in these utilities, you can disable the Canna server now." +msgstr "" +"Este paquete contén o servidor Canna e utilidades relacionadas co servidor. " +"Se só está interesado nesas utilidades, agora pode desactivar o servidor " +"Canna." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Should the Canna server run in network mode?" +msgstr "Debe executarse o servidor Canna no modo en rede?" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"By default the Canna server will run without support for network " +"connections, and will only accept connections on UNIX domain sockets, from " +"clients running on the same host." +msgstr "" +"Por omisión, o servidor Canna executarase sen soporte para conexións en " +"rede, e só aceptará conexións en sockets UNIX do dominio, de clientes que se " +"estean a executar na mesma máquina." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"If you choose this option, network support will be activated, and the Canna " +"server will accept connections on TCP sockets from clients that may be on " +"remote hosts. Some clients (such as egg and yc-el) require this mode even if " +"they run on the local host." +msgstr "" +"Se escolle esta opción activarase o soporte de rede e o servidor Canna " +"aceptará conexións en sockets TCP de clientes que poden estar en máquinas " +"remotas. Algúns clientes (como egg e yc-el) precisan deste modo aínda que se " +"executen na mesma máquina." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "Manage /etc/hosts.canna automatically?" +msgstr "Desexa xestionar automaticamente /etc/hosts.canna?" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"The /etc/hosts.canna file lists hosts allowed to connect to the Canna server." +msgstr "" +"O ficheiro /etc/hosts.canna contén a listaxe das máquinas que se poden " +"conectar ao servidor Canna." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"You should not accept this option if you prefer managing the file's contents " +"manually." +msgstr "" +"Non debería aceptar esta opción se prefire xestionar manualmente o contido " +"do ficheiro." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "Hosts allowed to connect to this Canna server:" +msgstr "Máquinas ás que se lles permite conectar con este servidor Canna:" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the names of the hosts allowed to connect to this Canna server, " +"separated by spaces." +msgstr "" +"Introduza os nomes das máquinas ás que se permite conectar a este servidor " +"Canna, separados por espazos." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "You can use \"unix\" to allow access via UNIX domain sockets." +msgstr "" +"Empregue «unix» para permitir o acceso mediante sockets de dominio UNIX." + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +msgid "Canna input style:" +msgstr "Estilo de entrada de Canna:" + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +msgid "" +"Please choose the default Canna input style:\n" +" verbose: Canna3.5 default style with verbose comments;\n" +" 1.1 : old Canna style (ver. 1.1);\n" +" 1.2 : old Canna style (ver. 1.2);\n" +" jdaemon: jdaemon style;\n" +" just : JustSystems ATOK style;\n" +" lan5 : LAN5 style;\n" +" matsu : Matsu word processor style;\n" +" skk : SKK style;\n" +" tut : TUT-Code style;\n" +" unix : UNIX style;\n" +" vje : vje style;\n" +" wx2+ : WX2+ style." +msgstr "" +"Escolla o estilo predeterminado de entrada de Canna:\n" +" verbose: estilo predeterminado de Canna3.5 con comentarios ampliados\n" +" 1.1 : estilo antigo de Canna (ver. 1.1)\n" +" 1.2 : estilo antigo de Canna (ver. 1.2)\n" +" jdaemon : estilo de jdaemon\n" +" just : estilo semellante ao de Justsystem ATOK\n" +" lan5 : estilo semellante ao de LAN5\n" +" matsu : estilo semellante ao do procesador de textos MATSU\n" +" skk : estilo semellante ao de SKK\n" +" tut : para TUT-Code\n" +" vje : estilo semellante ao de vje\n" +" wx2+ : estilo de WX2+." + +#~ msgid "Do you want to run the Canna server ?" +#~ msgstr "¿Quere executar o servidor Canna?" + +#~ msgid "Do you want to connect to the Canna server from a remote host?" +#~ msgstr "¿Quere conectarse ao servidor Canna desde outra máquina?" + +#~ msgid "" +#~ "The Canna server only allows connections via UNIX domain sockets when the " +#~ "`-inet' option is not specified. This means that when the Canna server " +#~ "is started without the `-inet' option, only clients which run on the same " +#~ "host can connect to the server. Some clients such as, `egg' and `yc-el', " +#~ "do not support UNIX domain socket and require the `-inet' option, even if " +#~ "they run on the same host." +#~ msgstr "" +#~ "Cando a opción \"-inet\" non se especifica, o servidor Canna só permite " +#~ "conexións mediante sockets de dominio UNIX. Isto significa que, nese " +#~ "caso, só os clientes que se executen na mesma máquina se han poder " +#~ "conectar ao servidor. Algúns clientes coma \"egg\" e \"yc-el\" non " +#~ "soportan sockets de dominio UNIX e precisan da opción \"-inet\", aínda " +#~ "que estean a funcionar na mesma máquina." + +#~ msgid "" +#~ "If you want to connect to this Canna server from remote hosts, or if you " +#~ "want to use INET-domain-only software, you should run the server with the " +#~ "`-inet' option." +#~ msgstr "" +#~ "Se quere conectarse a este servidor Canna desde máquinas remotas, ou se " +#~ "quere empregar software que só se pode conectar mediante o dominio INET, " +#~ "debería executar o servidor coa opción \"-inet\"." + +#~ msgid "" +#~ "By default /etc/hosts.canna will be managed with debconf. Refuse here if " +#~ "you want to manage /etc/hosts.canna yourself." +#~ msgstr "" +#~ "Por defecto, o ficheiro /etc/hosts.canna hase xestionar con debconf. " +#~ "Rexeite esta opción se quere xestionalo vostede." + +#~ msgid "" +#~ "Please choose the default canna input style below, which will be " +#~ "installed if there is no previous configuration:" +#~ msgstr "" +#~ "Escolla embaixo o estilo de entrada por defecto de Canna, que se ha " +#~ "instalar se non existe unha configuración anterior:" --- canna-3.7p3.orig/debian/po/ja.po +++ canna-3.7p3/debian/po/ja.po @@ -0,0 +1,200 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: canna 3.7p3-6.2\n" +"Report-Msgid-Bugs-To: canna@packages.debian.org\n" +"POT-Creation-Date: 2009-05-03 07:53+0200\n" +"PO-Revision-Date: 2009-04-20 05:56+0900\n" +"Last-Translator: Hideki Yamane (Debian-JP) \n" +"Language-Team: Japanese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Should the Canna server run automatically?" +msgstr "自動的にかんなサーバを実行しますか?" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"This package contains the Canna server and server-related utilities. If you " +"are only interested in these utilities, you can disable the Canna server now." +msgstr "" +"このパッケージはかんなサーバとサーバに関係したユーティリティを含んでいます。" +"もし、ユーティリティにのみ興味があるのであれば、かんなサーバが起動するのをこ" +"こで無効にすることができます。" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Should the Canna server run in network mode?" +msgstr "かんなサーバをネットワークモードで動作させるようにしますか?" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"By default the Canna server will run without support for network " +"connections, and will only accept connections on UNIX domain sockets, from " +"clients running on the same host." +msgstr "" +"デフォルトではかんなサーバはネットワーク接続のサポートを無しで動作し、同じホ" +"スト上で動作しているクライアントからの UNIX ドメイン接続のみを受け付けます。" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"If you choose this option, network support will be activated, and the Canna " +"server will accept connections on TCP sockets from clients that may be on " +"remote hosts. Some clients (such as egg and yc-el) require this mode even if " +"they run on the local host." +msgstr "" +"この選択肢を選んだ場合、ネットワークサポートが有効になり、かんなサーバはリ" +"モートにあるであろうクライアントからの TCP ソケット接続を受け入れるようになり" +"ます。(egg や yc-el のような) いくつかのクライアントは同じホスト上で動作して" +"いてもこのモードを必要とします。" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "Manage /etc/hosts.canna automatically?" +msgstr "/etc/hosts.canna を自動的に管理しますか?" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"The /etc/hosts.canna file lists hosts allowed to connect to the Canna server." +msgstr "" +"/etc/hosts.canna ファイルはどのホストがこのかんなサーバに接続できるかを制御す" +"るリストです。" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"You should not accept this option if you prefer managing the file's contents " +"manually." +msgstr "ファイルの内容を手動で扱いたいた場合はこの選択肢を選ばないでください。" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "Hosts allowed to connect to this Canna server:" +msgstr "このかんなサーバに接続できるホスト名:" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the names of the hosts allowed to connect to this Canna server, " +"separated by spaces." +msgstr "" +"このかんなサーバに接続を許可するホストの名前をスペースで区切って入力してくだ" +"さい。" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "You can use \"unix\" to allow access via UNIX domain sockets." +msgstr "" +"「unix」を選んで UNIX ドメインソケット経由アクセスを使うことも可能です。" + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +msgid "Canna input style:" +msgstr "かんなの入力方式" + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +msgid "" +"Please choose the default Canna input style:\n" +" verbose: Canna3.5 default style with verbose comments;\n" +" 1.1 : old Canna style (ver. 1.1);\n" +" 1.2 : old Canna style (ver. 1.2);\n" +" jdaemon: jdaemon style;\n" +" just : JustSystems ATOK style;\n" +" lan5 : LAN5 style;\n" +" matsu : Matsu word processor style;\n" +" skk : SKK style;\n" +" tut : TUT-Code style;\n" +" unix : UNIX style;\n" +" vje : vje style;\n" +" wx2+ : WX2+ style." +msgstr "" +"かんなのデフォルトの入力形式を選んでください:\n" +" verbose - 冗長なコメント付の Canna3.5 標準方式\n" +" 1.1 - 旧 Canna 方式 (ver. 1.1)\n" +" 1.2 - 旧 Canna 方式 (ver. 1.2)\n" +" jdaemon - jdaemon 方式\n" +" just - ジャストシステム ATOK 方式\n" +" lan5 - LAN5 方式\n" +" matsu - 松ワードプロセッサ方式\n" +" skk - SKK 方式\n" +" tut - TUT-code 向け\n" +" unix - UNIX 方式\n" +" vje - vje 方式\n" +" wx2+ - WX2+ 方式" + +#~ msgid "Do you want to run the Canna server ?" +#~ msgstr "かんなサーバを起動しますか?" + +#~ msgid "Do you want to connect to the Canna server from a remote host?" +#~ msgstr "リモートホストからかんなサーバに接続しますか?" + +#~ msgid "" +#~ "The Canna server only allows connections via UNIX domain sockets when the " +#~ "`-inet' option is not specified. This means that when the Canna server " +#~ "is started without the `-inet' option, only clients which run on the same " +#~ "host can connect to the server. Some clients such as, `egg' and `yc-el', " +#~ "do not support UNIX domain socket and require the `-inet' option, even if " +#~ "they run on the same host." +#~ msgstr "" +#~ "かんなサーバは「-inet」オプションを指定していない場合、UNIX ドメインソケッ" +#~ "ト経由でしか接続できません。これは「-inet」オプション無しで起動したかんな" +#~ "サーバは同じホストで動いているクライアントからしか接続できません。また" +#~ "「egg」や「yc-el」のようなクライアントでは UNIX ドメインソケットをサポート" +#~ "していないので、そのクライアントが同じホストで動作していたとしても、「-" +#~ "inet」オプションを利用する必要があります。" + +#~ msgid "" +#~ "If you want to connect to this Canna server from remote hosts, or if you " +#~ "want to use INET-domain-only software, you should run the server with the " +#~ "`-inet' option." +#~ msgstr "" +#~ "このかんなサーバにリモートホストから接続したい場合や INET-domain-only のソ" +#~ "フトウェアを使う場合は、「-inet」オプションをつけてサーバを起動しなければ" +#~ "なりません。" + +#~ msgid "" +#~ "By default /etc/hosts.canna will be managed with debconf. Refuse here if " +#~ "you want to manage /etc/hosts.canna yourself." +#~ msgstr "" +#~ "/etc/hosts.cannaはデフォルトではdebconfで管理されます。手動で管理したい場" +#~ "合は、ここで拒否してください。" + +#~ msgid "" +#~ "Please choose the default canna input style below, which will be " +#~ "installed if there is no previous configuration:" +#~ msgstr "" +#~ "以下からデフォルトの入力方式を選択してください。すでに設定ファイルがインス" +#~ "トールされていなければその設定をデフォルトとして利用します:" --- canna-3.7p3.orig/debian/po/es.po +++ canna-3.7p3/debian/po/es.po @@ -0,0 +1,224 @@ +# canna po-debconf translation to Spanish +# Copyright (C) 2005, 2009 Software in the Public Interest +# This file is distributed under the same license as the canna package. +# +# Changes: +# - Initial translation +# César Gómez Martín , 2005 +# +# - Updates +# Francisco Javier Cuadrado , 2009 +# +# Traductores, si no conocen el formato PO, merece la pena leer la +# documentación de gettext, especialmente las secciones dedicadas a este +# formato, por ejemplo ejecutando: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Equipo de traducción al español, por favor, lean antes de traducir +# los siguientes documentos: +# +# - El proyecto de traducción de Debian al español +# http://www.debian.org/intl/spanish/ +# especialmente las notas de traducción en +# http://www.debian.org/intl/spanish/notas +# +# - La guía de traducción de po's de debconf: +# /usr/share/doc/po-debconf/README-trans +# o http://www.debian.org/intl/l10n/po-debconf/README-trans +# +msgid "" +msgstr "" +"Project-Id-Version: canna 3.7p3-6.2\n" +"Report-Msgid-Bugs-To: canna@packages.debian.org\n" +"POT-Creation-Date: 2009-05-03 07:53+0200\n" +"PO-Revision-Date: 2009-04-21 09:24+0100\n" +"Last-Translator: Francisco Javier Cuadrado \n" +"Language-Team: Debian l10n Spanish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Should the Canna server run automatically?" +msgstr "¿Se debería ejecutar el servidor de Canna automáticamente?" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"This package contains the Canna server and server-related utilities. If you " +"are only interested in these utilities, you can disable the Canna server now." +msgstr "" +"Este paquete contiene el servidor de Canna y algunas herramientas " +"relacionadas con el servidor. Si sólo está interesado en estas herramientas, " +"puede desactivar el servidor de Canna." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Should the Canna server run in network mode?" +msgstr "¿Se debería ejecutar el servidor de Canna en modo de red?" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"By default the Canna server will run without support for network " +"connections, and will only accept connections on UNIX domain sockets, from " +"clients running on the same host." +msgstr "" +"De forma predeterminada, el servidor de Canna se ejecutará sin soporte para " +"las conexiones de red, y sólo aceptará conexiones de «sockets» del dominio de " +"UNIX, de clientes que se ejecuten en la misma máquina." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"If you choose this option, network support will be activated, and the Canna " +"server will accept connections on TCP sockets from clients that may be on " +"remote hosts. Some clients (such as egg and yc-el) require this mode even if " +"they run on the local host." +msgstr "" +"Si escoge esta opción, se activará el soporte de red, y el servidor de Canna " +"aceptará las conexiones en «sockets» TCP de clientes que podrán estar en " +"máquinas remotas. Algunos clientes (como egg e yc-el) necesitan este modo " +"incluso si se están ejecutando en la máquina local." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "Manage /etc/hosts.canna automatically?" +msgstr "¿Desea gestionar «/etc/hosts.canna» automáticamente?" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"The /etc/hosts.canna file lists hosts allowed to connect to the Canna server." +msgstr "" +"El archivo «/etc/hosts.canna» contiene las máquinas que pueden conectar con " +"el servidor de Canna." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"You should not accept this option if you prefer managing the file's contents " +"manually." +msgstr "" +"No debería aceptar esta opción si prefiere gestionar manualmente los " +"contenidos de los archivos." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "Hosts allowed to connect to this Canna server:" +msgstr "Máquinas que pueden conectarse con este servidor de Canna:" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the names of the hosts allowed to connect to this Canna server, " +"separated by spaces." +msgstr "" +"Introduzca los nombres de las máquinas a las que se les permite conectar con " +"este servidor de Canna, separándolas con espacios." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "You can use \"unix\" to allow access via UNIX domain sockets." +msgstr "" +"Puede utilizar «unix» para permitir el acceso mediante los «sockets» de " +"dominio de UNIX." + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +msgid "Canna input style:" +msgstr "Estilo de la entrada de Canna:" + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +msgid "" +"Please choose the default Canna input style:\n" +" verbose: Canna3.5 default style with verbose comments;\n" +" 1.1 : old Canna style (ver. 1.1);\n" +" 1.2 : old Canna style (ver. 1.2);\n" +" jdaemon: jdaemon style;\n" +" just : JustSystems ATOK style;\n" +" lan5 : LAN5 style;\n" +" matsu : Matsu word processor style;\n" +" skk : SKK style;\n" +" tut : TUT-Code style;\n" +" unix : UNIX style;\n" +" vje : vje style;\n" +" wx2+ : WX2+ style." +msgstr "" +"Escoja el estilo predeterminado de la entrada de Canna:\n" +" verbose - Estilo predeterminado de Canna3.5 con abundantes comentarios;\n" +" 1.1 - viejo estilo Canna (ver. 1.1);\n" +" 1.2 - viejo estilo Canna (ver. 1.2)\n" +" jdaemon - estilo jdaemon\n" +" just - estilo tipo Justsystem ATOK\n" +" lan5 - estilo tipo LAN5\n" +" matsu - estilo tipo procesador de textos MATSU\n" +" skk - estilo tipo SKK\n" +" tut - para TUT-Code\n" +" unix - estilo UNIX\n" +" vje - estilo tipo vje\n" +" wx2+ - estilo WX2+ " + +#~ msgid "Do you want to run the Canna server ?" +#~ msgstr "¿Quiere ejecutar el servidor Canna?" + +#, fuzzy +#~ msgid "Do you want to connect to the Canna server from a remote host?" +#~ msgstr "¿Quiere conectar al servidor Canna desde una máquina remota?" + +#, fuzzy +#~ msgid "" +#~ "The Canna server only allows connections via UNIX domain sockets when the " +#~ "`-inet' option is not specified. This means that when the Canna server " +#~ "is started without the `-inet' option, only clients which run on the same " +#~ "host can connect to the server. Some clients such as, `egg' and `yc-el', " +#~ "do not support UNIX domain socket and require the `-inet' option, even if " +#~ "they run on the same host." +#~ msgstr "" +#~ "El servidor Canna sólo permite conexiones a través de sockets de dominio " +#~ "UNIX cuando la opción «-inet» no es especificada. Esto significa que " +#~ "cuando se arranca el servidor Canna sin la opción «-inet», sólo se pueden " +#~ "conectar al servidor los clientes que se ejecutan en la misma máquina. " +#~ "Algunos clientes como «egg» y «yc-el» no soportan sockets de dominio UNIX y " +#~ "requieren la opción «-inet» aunque se ejecuten en la misma máquina." + +#, fuzzy +#~ msgid "" +#~ "If you want to connect to this Canna server from remote hosts, or if you " +#~ "want to use INET-domain-only software, you should run the server with the " +#~ "`-inet' option." +#~ msgstr "" +#~ "Debe ejecutar el servidor con la opción «-inet» si quiere conectar a este " +#~ "servidor Canna desde máquinas remotas o si quiere utilizar programas que " +#~ "sólo hagan uso de internet." + +#~ msgid "" +#~ "By default /etc/hosts.canna will be managed with debconf. Refuse here if " +#~ "you want to manage /etc/hosts.canna yourself." +#~ msgstr "" +#~ "/etc/hosts.canna se gestionará con debconf por omisión. Responda " +#~ "negativamente aquí si quiere gestionar /etc/hosts.canna usted mismo." + +#, fuzzy +#~ msgid "" +#~ "Please choose the default canna input style below, which will be " +#~ "installed if there is no previous configuration:" +#~ msgstr "" +#~ "Por favor, escoja el estilo de la entrada de Canna que quiere instalar si " +#~ "no dispone de una configuración previa:" --- canna-3.7p3.orig/debian/po/eu.po +++ canna-3.7p3/debian/po/eu.po @@ -0,0 +1,163 @@ +# translation of canna_3.7p3-6.2_eu.po to Basque +# translation of canna debconf template to Euskara +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans# +# Developers do not need to manually edit POT or PO files. +# +# Xabier Bilbao , 2008. +# Iñaki Larrañaga Murgoitio , 2009. +msgid "" +msgstr "" +"Project-Id-Version: canna_3.7p3-6.2_eu\n" +"Report-Msgid-Bugs-To: canna@packages.debian.org\n" +"POT-Creation-Date: 2009-05-03 07:53+0200\n" +"PO-Revision-Date: 2009-04-30 21:07+0200\n" +"Last-Translator: Iñaki Larrañaga Murgoitio \n" +"Language-Team: Basque \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Should the Canna server run automatically?" +msgstr "Canna zerbitzaria automatikoki exekutatu behar da?" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"This package contains the Canna server and server-related utilities. If you " +"are only interested in these utilities, you can disable the Canna server now." +msgstr "" +"Pakete hau Canna zerbitzariak eta zerbitzariaren utilitate osagarriek " +"osatzen dute. Utilitateetan soilik interesaturik bazaude, Canna zerbitzaria " +"desgaitu dezakezu orain." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Should the Canna server run in network mode?" +msgstr "Canna zerbitzaria sareko moduan exekutatu?" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"By default the Canna server will run without support for network " +"connections, and will only accept connections on UNIX domain sockets, from " +"clients running on the same host." +msgstr "" +"Lehenetsi gisa Canna zerbitzariak ez du sareko konexiorik onartzen, eta " +"ostalari berean exekutatzen diren bezeroen UNIX domeinuko socketen " +"konexioak soilik onartzen ditu." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"If you choose this option, network support will be activated, and the Canna " +"server will accept connections on TCP sockets from clients that may be on " +"remote hosts. Some clients (such as egg and yc-el) require this mode even if " +"they run on the local host." +msgstr "" +"Aukera hau hautatzen baduzu, sareko euskarria aktibatuko da, eta Canna " +"zerbitzariak TCP socket-eko konexioak onartuko ditu urruneko ostalarietako " +"bezeroetatik. Bezero batzuk ('egg' eta 'yc-el' bezalakoak) modu hau eskatzen " +"dute nahiz eta haiek lokaleko ostalarian exekutatzen egon." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "Manage /etc/hosts.canna automatically?" +msgstr "Kudeatu /etc/hosts.canna automatikoki?" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"The /etc/hosts.canna file lists hosts allowed to connect to the Canna server." +msgstr "" +"Zerbizari honetara konekta daitezkeen ostalariak zerrendatzen ditu /etc/" +"hosts.canna fitxategiak." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"You should not accept this option if you prefer managing the file's contents " +"manually." +msgstr "" +"Ez zenuke aukera hau hautatu behar fitxategiaren edukia eskuz kudeatzea nahi " +"baduzu." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "Hosts allowed to connect to this Canna server:" +msgstr "Baimendutako ostalariak Canna zerbitzari honekin konektatzeko:" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the names of the hosts allowed to connect to this Canna server, " +"separated by spaces." +msgstr "" +"Idatzi Canna zerbitzariarekin konektatzeko baimena duten ostalarien izenak, " +"zuriunez bereiztuz." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "You can use \"unix\" to allow access via UNIX domain sockets." +msgstr "" +"\"unix\" erabil dezakezu UNIX domeinuko socket-en bidez sarbidea baimentzeko." + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +msgid "Canna input style:" +msgstr "Canna sarrerako estiloa:" + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +msgid "" +"Please choose the default Canna input style:\n" +" verbose: Canna3.5 default style with verbose comments;\n" +" 1.1 : old Canna style (ver. 1.1);\n" +" 1.2 : old Canna style (ver. 1.2);\n" +" jdaemon: jdaemon style;\n" +" just : JustSystems ATOK style;\n" +" lan5 : LAN5 style;\n" +" matsu : Matsu word processor style;\n" +" skk : SKK style;\n" +" tut : TUT-Code style;\n" +" unix : UNIX style;\n" +" vje : vje style;\n" +" wx2+ : WX2+ style." +msgstr "" +"Aukeratu Canna-ren sarrerako estilo lehenetsia:\n" +" verbose - Canna3.5 estilo lehenetsia iruzkin xehatuekin\n" +" 1.1 - Canna estilo zaharra (1.1 ber.)\n" +" 1.2 - Canna estilo zaharra (1.2 ber.)\n" +" jdaemon - jdaemon estiloa\n" +" just - Justsystem ATOK erako estiloa\n" +" lan5 - LAN5 erako estiloa\n" +" matsu - MATSU hitz prozesatzailearen erako estiloa\n" +" skk - SKK erako estiloa\n" +" tut - TUT-Code-rako estiloa\n" +" unix - UNIX estiloa\n" +" vje - vje erako estiloa\n" +" wx2+ - WX2+ estiloa." --- canna-3.7p3.orig/debian/po/pt.po +++ canna-3.7p3/debian/po/pt.po @@ -0,0 +1,195 @@ +# Portuguese translation for canna debconf messages +# Copyright (C) 2006 THE canna's COPYRIGHT HOLDER +# This file is distributed under the same license as the canna package. +# Ricardo Silva , 2006 +# António Moreira , 2009 +msgid "" +msgstr "" +"Project-Id-Version: canna 3.7p3-5\n" +"Report-Msgid-Bugs-To: canna@packages.debian.org\n" +"POT-Creation-Date: 2009-04-19 20:24+0200\n" +"PO-Revision-Date: 2007-03-06 22:33+0000\n" +"Last-Translator: António Moreira \n" +"Language-Team: Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Should the Canna server run automatically?" +msgstr "Deverá o servidor Canna correr automaticamente?" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"This package contains the Canna server and server-related utilities. If you " +"are only interested in these utilities, you can disable the Canna server now." +msgstr "" +"Este pacote contém o servidor Canna e utilitários relacionados. Se está só " +"interessado nos utilitários, pode desactivar o servidor Canna agora." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Should the Canna server run in network mode?" +msgstr "Deverá o servidor Canna correr em modo de rede?" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"By default the Canna server will run without support for network " +"connections, and will only accept connections on UNIX domain sockets, from " +"clients running on the same host." +msgstr "" +"Por predefinição, o servidor Canna correrá sem suporte para ligações de " +"rede, e irá somente aceitar ligações de 'sockets' de domínio UNIX, a partir " +"de clientes que corram na mesma máquina." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"If you choose this option, network support will be activated, and the Canna " +"server will accept connections on TCP sockets from clients that may be on " +"remote hosts. Some clients (such as egg and yc-el) require this mode even if " +"they run on the local host." +msgstr "" +"Se escolher esta opção, o suporte de rede será activado, e o servidor " +"Cannairá aceitar ligações nas 'sockets' TCP a partir de clientes que possam " +"estar em máquinas remotas. Alguns clientes (tais como egg e yc-el) " +"necessitam deste modo mesmo que corram na máquina local." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "Manage /etc/hosts.canna automatically?" +msgstr "Gerir o /etc/hosts.canna automaticamente?" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"The /etc/hosts.canna file lists hosts allowed to connect to the Canna server." +msgstr "" +"O ficheiro /etc/hosts.canna enumera as máquinas com permissão para se " +"ligarem ao servidor Canna." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"You should not accept this option if you prefer managing the file's contents " +"manually." +msgstr "" +"Não deve aceitar esta opção se preferir gerir os conteúdos do " +"ficheiromanualmente." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "Hosts allowed to connect to this Canna server:" +msgstr "Máquinas com permissão para se ligarem a este servidor Canna:" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the names of the hosts allowed to connect to this Canna server, " +"separated by spaces." +msgstr "" +"Por favor introduza os nomes das máquinas com permissão para se ligarem a " +"este servidor Canna, separados por espaços." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "You can use \"unix\" to allow access via UNIX domain sockets." +msgstr "" +"Pode usar \"unix\" para permitir o acesso via 'sockets' de domínio UNIX." + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +msgid "Canna input style:" +msgstr "Estilo de entrada do Canna:" + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +msgid "" +"Please choose the default Canna input style:\n" +" verbose: Canna3.5 default style with verbose comments;\n" +" 1.1 : old Canna style (ver. 1.1);\n" +" 1.2 : old Canna style (ver. 1.2);\n" +" jdaemon: jdaemon style;\n" +" just : JustSystems ATOK style;\n" +" lan5 : LAN5 style;\n" +" matsu : Matsu word processor style;\n" +" skk : SKK style;\n" +" tut : TUT-Code style;\n" +" unix : UNIX style;\n" +" vje : vje style;\n" +" wx2+ : WX2+ style." +msgstr "" +"Por favor escolha o estilo de entrada por omissão do Canna:\n" +" verbose - estilo Canna3.5 predefinido com comentários excessivos;\n" +" 1.1 - estilo antigo Canna (ver. 1.1);\n" +" 1.2 - estilo antigo Canna (ver. 1.2);\n" +" jdaemon - estilo jdaemon;\n" +" just - estilo JustSystems ATOK;\n" +" lan5 - estilo LAN5;\n" +" matsu - estilo processador de texto MATSU;\n" +" skk - estilo SKK;\n" +" tut - estilo TUT-Code;\n" +" unix - estilo UNIX;\n" +" vje - estilo vje;\n" +" wx2+ - estilo WX2+." + +#~ msgid "Do you want to run the Canna server ?" +#~ msgstr "Deseja correr o servidor Canna?" + +#~ msgid "Do you want to connect to the Canna server from a remote host?" +#~ msgstr "" +#~ "Deseja conectar-se ao servidor Canna a partir de um anfitrião remoto?" + +#~ msgid "" +#~ "The Canna server only allows connections via UNIX domain sockets when the " +#~ "`-inet' option is not specified. This means that when the Canna server " +#~ "is started without the `-inet' option, only clients which run on the same " +#~ "host can connect to the server. Some clients such as, `egg' and `yc-el', " +#~ "do not support UNIX domain socket and require the `-inet' option, even if " +#~ "they run on the same host." +#~ msgstr "" +#~ "O servidor Canna apenas permite ligações a partir de sockets UNIX quando " +#~ "a opção `-inet' não é especificada. Isto significa que quando o servidor " +#~ "Canna é iniciado sem a opção `-inet', só clientes a correr no mesmo " +#~ "anfitrião se podem ligar ao servidor. Alguns clientes, tais como o `egg' " +#~ "e o `yc-el' não suportam sockets UNIX e necessitam a opção `-inet' mesmo " +#~ "estando a correr no mesmo anfitrião." + +#~ msgid "" +#~ "If you want to connect to this Canna server from remote hosts, or if you " +#~ "want to use INET-domain-only software, you should run the server with the " +#~ "`-inet' option." +#~ msgstr "" +#~ "Se deseja poder ligar-se a este servidor Canna a partir de anfitriões " +#~ "remotos ou se quer usar sofware que só conhece o domínio INET, deve " +#~ "correr o servidor com a opção `-inet'." + +#~ msgid "" +#~ "By default /etc/hosts.canna will be managed with debconf. Refuse here if " +#~ "you want to manage /etc/hosts.canna yourself." +#~ msgstr "" +#~ "Por omissão o /etc/hosts.canna vai ser gerido com o debconf. Recuse se " +#~ "quiser gerir o /etc/hosts.canna por si." + +#~ msgid "" +#~ "Please choose the default canna input style below, which will be " +#~ "installed if there is no previous configuration:" +#~ msgstr "" +#~ "Por favor escolha o estilo de input do canna das opções em baixo que irá " +#~ "ser instalado se não houver configuração prévia:" --- canna-3.7p3.orig/debian/po/vi.po +++ canna-3.7p3/debian/po/vi.po @@ -0,0 +1,150 @@ +# Vietnamese translation for Canna. +# Copyright © 2009 Free Software Foundation, Inc. +# Clytie Siddall , 2005-2009. +# +msgid "" +msgstr "" +"Project-Id-Version: canna 3.7p3-6.2\n" +"Report-Msgid-Bugs-To: canna@packages.debian.org\n" +"POT-Creation-Date: 2009-05-03 07:53+0200\n" +"PO-Revision-Date: 2009-09-23 16:46+0930\n" +"Last-Translator: Clytie Siddall \n" +"Language-Team: Vietnamese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: LocFactoryEditor 1.8\n" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Should the Canna server run automatically?" +msgstr "Trình phục vụ Canna nên tự động chạy ?" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"This package contains the Canna server and server-related utilities. If you " +"are only interested in these utilities, you can disable the Canna server now." +msgstr "" +"Gói này chứa trình phục vụ Canna, và một số tiện ích liên quan đến trình " +"phục vụ đó. Chỉ muốn sử dụng những tiện ích này thì bạn có thể tắt trình " +"phục vụ Canna ngay bây giờ." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Should the Canna server run in network mode?" +msgstr "Trình phục vụ Canna nên chạy trong chế độ mạng ?" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"By default the Canna server will run without support for network " +"connections, and will only accept connections on UNIX domain sockets, from " +"clients running on the same host." +msgstr "" +"Mặc định là trình phục vụ Canna chạy mà không hỗ trợ kết nối mạng, và chỉ " +"chấp nhận kết nối trên ổ cắm miền UNIX, từ ứng dụng khách chạy trên cùng một " +"máy." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"If you choose this option, network support will be activated, and the Canna " +"server will accept connections on TCP sockets from clients that may be on " +"remote hosts. Some clients (such as egg and yc-el) require this mode even if " +"they run on the local host." +msgstr "" +"Bật tùy chọn này thì kích hoạt hỗ trợ chạy mạng, và trình phục vụ Canna chấp " +"nhận kết nối trên ổ cắm TCP từ ứng dụng khách có thể nằm trên máy ở xa. Một " +"số ứng dụng khách nào đó (v.d. egg và yc-el) cũng yêu cầu chế độ này dù khi " +"chạy trên máy cục bộ." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "Manage /etc/hosts.canna automatically?" +msgstr "Tự động quản lý « /etc/hosts.canna » ?" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"The /etc/hosts.canna file lists hosts allowed to connect to the Canna server." +msgstr "" +"Tập tin « /etc/hosts.canna » liệt kê những máy được phép kết nối đến trình " +"phục vụ Canna." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"You should not accept this option if you prefer managing the file's contents " +"manually." +msgstr "" +"Không nên bật tuỳ chọn này nếu bạn thích tự quản lý nội dung của tập tin đó." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "Hosts allowed to connect to this Canna server:" +msgstr "Các máy được phép kết nối đến trình phục vụ Canna này:" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the names of the hosts allowed to connect to this Canna server, " +"separated by spaces." +msgstr "" +"Hãy gõ danh sách các máy được phép kết nối đến trình phục vụ Canna này, định " +"giới bằng dấu cách." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "You can use \"unix\" to allow access via UNIX domain sockets." +msgstr "" +"Cũng có thể sử dụng « unix » để cho phép truy cập thông qua ổ cắm miền UNIX." + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +msgid "Canna input style:" +msgstr "Kiểu gõ Canna:" + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +msgid "" +"Please choose the default Canna input style:\n" +" verbose: Canna3.5 default style with verbose comments;\n" +" 1.1 : old Canna style (ver. 1.1);\n" +" 1.2 : old Canna style (ver. 1.2);\n" +" jdaemon: jdaemon style;\n" +" just : JustSystems ATOK style;\n" +" lan5 : LAN5 style;\n" +" matsu : Matsu word processor style;\n" +" skk : SKK style;\n" +" tut : TUT-Code style;\n" +" unix : UNIX style;\n" +" vje : vje style;\n" +" wx2+ : WX2+ style." +msgstr "" +"Hãy chọn kiểu dáng đầu vào Canna mặc định:\n" +" verbose\t\tkiểu mặc định Canna3.5 với ghi chú chi tiết\n" +" 1.1\t\t\tkiểu Canna cũ (phiên bản 1.1)\n" +" 1.2\t\t\tkiểu Canna cũ (phiên bản 1.2) jdaemon\t\tkiểu jdaemon\n" +" just \t\t\tkiểu ATOK JustSystems\n" +" lan5\t\t\tkiểu LAN5\n" +" matsu\t\tkiểu trình xử lý từ Matsu\n" +" skk\t\t\tkiểu SKK\n" +" tut \t\t\tkiểu TUT-Code\n" +" unix\t\t\tkiểu UNIX\n" +" vje\t\t\tkiểu vje\n" +" wx2+\t\tkiểu WX2+" --- canna-3.7p3.orig/debian/po/nl.po +++ canna-3.7p3/debian/po/nl.po @@ -0,0 +1,212 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: canna 3.7-4\n" +"Report-Msgid-Bugs-To: canna@packages.debian.org\n" +"POT-Creation-Date: 2009-05-03 07:53+0200\n" +"PO-Revision-Date: 2004-03-29 09:38+0100\n" +"Last-Translator: Luk Claes \n" +"Language-Team: Debian l10n Dutch \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Should the Canna server run automatically?" +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:2001 +#, fuzzy +#| msgid "" +#| "This package contains the Canna server and server-related utilities. If " +#| "you are only interested in these utilities, you can disable the Canna " +#| "server here." +msgid "" +"This package contains the Canna server and server-related utilities. If you " +"are only interested in these utilities, you can disable the Canna server now." +msgstr "" +"Dit pakket bevat de Canna-server en servergerelateerde utilities. Als u " +"enkel genteresseerd bent in deze utilities, dan kunt u hier zorgen dat de " +"Canna-server niet wordt uitgevoerd." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Should the Canna server run in network mode?" +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"By default the Canna server will run without support for network " +"connections, and will only accept connections on UNIX domain sockets, from " +"clients running on the same host." +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"If you choose this option, network support will be activated, and the Canna " +"server will accept connections on TCP sockets from clients that may be on " +"remote hosts. Some clients (such as egg and yc-el) require this mode even if " +"they run on the local host." +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:4001 +#, fuzzy +#| msgid "Manage /etc/hosts.canna with debconf ?" +msgid "Manage /etc/hosts.canna automatically?" +msgstr "Wilt u /etc/hosts.canna met debconf beheren?" + +#. Type: boolean +#. Description +#: ../templates:4001 +#, fuzzy +msgid "" +"The /etc/hosts.canna file lists hosts allowed to connect to the Canna server." +msgstr "" +"/etc/hosts.canna bepaalt welke host met de server een verbinding kan maken." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"You should not accept this option if you prefer managing the file's contents " +"manually." +msgstr "" + +#. Type: string +#. Description +#: ../templates:5001 +#, fuzzy +msgid "Hosts allowed to connect to this Canna server:" +msgstr "Geef de naam van de hosts die toegang krijgen tot de server" + +#. Type: string +#. Description +#: ../templates:5001 +#, fuzzy +msgid "" +"Please enter the names of the hosts allowed to connect to this Canna server, " +"separated by spaces." +msgstr "" +"Geef de namen van de hosts die toestemming krijgen om met deze Canna-server " +"een verbinding te maken, gescheiden met spaties." + +#. Type: string +#. Description +#: ../templates:5001 +#, fuzzy +msgid "You can use \"unix\" to allow access via UNIX domain sockets." +msgstr "" +"`unix' is een speciale notatie om de toegang via UNIX-domeinsockets toe te " +"laten." + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +#, fuzzy +#| msgid "Canna input style" +msgid "Canna input style:" +msgstr "Canna-invoerstijl" + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +#, fuzzy +msgid "" +"Please choose the default Canna input style:\n" +" verbose: Canna3.5 default style with verbose comments;\n" +" 1.1 : old Canna style (ver. 1.1);\n" +" 1.2 : old Canna style (ver. 1.2);\n" +" jdaemon: jdaemon style;\n" +" just : JustSystems ATOK style;\n" +" lan5 : LAN5 style;\n" +" matsu : Matsu word processor style;\n" +" skk : SKK style;\n" +" tut : TUT-Code style;\n" +" unix : UNIX style;\n" +" vje : vje style;\n" +" wx2+ : WX2+ style." +msgstr "" +"verbose - Canna3.5 standaard stijl met woordenrijke commentaar\n" +"1.1 - oude Canna-stijl (ver. 1.1)\n" +"1.2 - oude Canna-stijl (ver. 1.2)\n" +"jdaemon - jdaemon-stijl\n" +"just - zoals Justsystem ATOK-stijl\n" +"lan5 - zoals LAN5-stijl\n" +"matsu - zoals de MATSU-tekstverwerkingstijl\n" +"skk - zoals de SKK-stijl\n" +"tut - voor TUT-Code\n" +"unix - UNIX-stijl\n" +"vje - zoals de vje-stijl\n" +"wx2+ - WX2+-stijl" + +#~ msgid "Do you want to run the Canna server ?" +#~ msgstr "Wilt u de Canna-server uitvoeren?" + +#, fuzzy +#~ msgid "Do you want to connect to the Canna server from a remote host?" +#~ msgstr "Wilt u de Canna-server connecteren van een andere computer?" + +#, fuzzy +#~ msgid "" +#~ "The Canna server only allows connections via UNIX domain sockets when the " +#~ "`-inet' option is not specified. This means that when the Canna server " +#~ "is started without the `-inet' option, only clients which run on the same " +#~ "host can connect to the server. Some clients such as, `egg' and `yc-el', " +#~ "do not support UNIX domain socket and require the `-inet' option, even if " +#~ "they run on the same host." +#~ msgstr "" +#~ "De Canna-server aanvaardt enkel connecties via de UNIX-domeinsocket " +#~ "wanneer de `-inet'-optie niet wordt aangegeven. Dit betekent dat wanneer " +#~ "de Canna-server opgestart wordt zonder de `-inet'-optie, uitsluitend " +#~ "clients die op dezelfde host draaien, een verbinding kunnen maken met de " +#~ "server. Enkele clients zoals `egg' en `yc-el' ondersteunen geen UNIX-" +#~ "domeinsockets en vereisen de `-inet'-optie ook al draaien ze op dezelfde " +#~ "host." + +#, fuzzy +#~ msgid "" +#~ "If you want to connect to this Canna server from remote hosts, or if you " +#~ "want to use INET-domain-only software, you should run the server with the " +#~ "`-inet' option." +#~ msgstr "" +#~ "Als u een verbinding wilt maken met de Canna-server vanaf andere " +#~ "computers of als u INET-domein-specifieke software wilt gebruiken, dan " +#~ "moet u de server uitvoeren met de `-inet'-optie." + +#~ msgid "" +#~ "By default /etc/hosts.canna will be managed with debconf. Refuse here if " +#~ "you want to manage /etc/hosts.canna yourself." +#~ msgstr "" +#~ "Standaard zal /etc/hosts.canna met debconf beheerd worden. Weiger hier " +#~ "als u zelf /etc/hosts.canna wilt beheren." + +#, fuzzy +#~ msgid "" +#~ "Please choose the default canna input style below, which will be " +#~ "installed if there is no previous configuration:" +#~ msgstr "" +#~ "Kies de standaard canna-invoerstijl, welke zal worden genstalleerd als " +#~ "er geen vorige configuratie is:" --- canna-3.7p3.orig/debian/po/pt_BR.po +++ canna-3.7p3/debian/po/pt_BR.po @@ -0,0 +1,220 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: canna_3.7-3\n" +"Report-Msgid-Bugs-To: canna@packages.debian.org\n" +"POT-Creation-Date: 2009-05-03 07:53+0200\n" +"PO-Revision-Date: 2004-01-12 18:46-0300\n" +"Last-Translator: Andre Luis Lopes \n" +"Language-Team: Debian-BR Project \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Should the Canna server run automatically?" +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:2001 +#, fuzzy +#| msgid "" +#| "This package contains the Canna server and server-related utilities. If " +#| "you are only interested in these utilities, you can disable the Canna " +#| "server here." +msgid "" +"This package contains the Canna server and server-related utilities. If you " +"are only interested in these utilities, you can disable the Canna server now." +msgstr "" +"Este pacote contm o servidor Canna e os utilitrios de servidor " +"relacionados. Caso voc esteja somente interessado nos utilitrios, voc " +"pode desabilitar o servidor Canna aqui." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Should the Canna server run in network mode?" +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"By default the Canna server will run without support for network " +"connections, and will only accept connections on UNIX domain sockets, from " +"clients running on the same host." +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"If you choose this option, network support will be activated, and the Canna " +"server will accept connections on TCP sockets from clients that may be on " +"remote hosts. Some clients (such as egg and yc-el) require this mode even if " +"they run on the local host." +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:4001 +#, fuzzy +#| msgid "Manage /etc/hosts.canna with debconf ?" +msgid "Manage /etc/hosts.canna automatically?" +msgstr "Gerenciar o arquivo /etc/hosts.canna com o debconf ?" + +#. Type: boolean +#. Description +#: ../templates:4001 +#, fuzzy +msgid "" +"The /etc/hosts.canna file lists hosts allowed to connect to the Canna server." +msgstr "" +"O arquivo /etc/hosts.canna controla quais hosts podem se conectar a este " +"servidor." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"You should not accept this option if you prefer managing the file's contents " +"manually." +msgstr "" + +#. Type: string +#. Description +#: ../templates:5001 +#, fuzzy +msgid "Hosts allowed to connect to this Canna server:" +msgstr "" +"Por favor, informe o nome dos hosts que tem permisso para se conectarem a " +"este servidor" + +#. Type: string +#. Description +#: ../templates:5001 +#, fuzzy +msgid "" +"Please enter the names of the hosts allowed to connect to this Canna server, " +"separated by spaces." +msgstr "" +"Por favor informe os nomes dos hosts, separados por vrgulas, que tem " +"permisso para se conectarem a este servidor Canna." + +#. Type: string +#. Description +#: ../templates:5001 +#, fuzzy +msgid "You can use \"unix\" to allow access via UNIX domain sockets." +msgstr "" +"`unix' uma notao especial que significa permitir o acesso atravs de " +"soquetes de domnio UNIX." + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +#, fuzzy +#| msgid "Canna input style" +msgid "Canna input style:" +msgstr "Estilo de entrada Canna" + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +#, fuzzy +msgid "" +"Please choose the default Canna input style:\n" +" verbose: Canna3.5 default style with verbose comments;\n" +" 1.1 : old Canna style (ver. 1.1);\n" +" 1.2 : old Canna style (ver. 1.2);\n" +" jdaemon: jdaemon style;\n" +" just : JustSystems ATOK style;\n" +" lan5 : LAN5 style;\n" +" matsu : Matsu word processor style;\n" +" skk : SKK style;\n" +" tut : TUT-Code style;\n" +" unix : UNIX style;\n" +" vje : vje style;\n" +" wx2+ : WX2+ style." +msgstr "" +" verbose - Estilo padro Canna3.5 com comentrios verbosos\n" +" 1.1 - antigo estilo Canna (ver. 1.1)\n" +" 1.2 - antigo estilo Canna (ver. 1.2)\n" +" jdaemon - estilo jdaemon\n" +" just - estilo parecido com Justsystem ATOK\n" +" lan5 - estilo parecido com LAN5\n" +" matsu - estilo parecido com processador de textos MATSU\n" +" skk - estilo parecido com SKK\n" +" tut - para TUT-Code\n" +" unix - estilo UNIX\n" +" vje - estilo parecido com vje\n" +" wx2+ - estilo WX2+" + +#~ msgid "Do you want to run the Canna server ?" +#~ msgstr "Deseja executar o servidor Canna ?" + +#, fuzzy +#~ msgid "Do you want to connect to the Canna server from a remote host?" +#~ msgstr "Conectar-se ao servidor Canna a partir de um host remoto ?" + +#, fuzzy +#~ msgid "" +#~ "The Canna server only allows connections via UNIX domain sockets when the " +#~ "`-inet' option is not specified. This means that when the Canna server " +#~ "is started without the `-inet' option, only clients which run on the same " +#~ "host can connect to the server. Some clients such as, `egg' and `yc-el', " +#~ "do not support UNIX domain socket and require the `-inet' option, even if " +#~ "they run on the same host." +#~ msgstr "" +#~ "Esta verso do servidor Canna permite conexes somente atravs de um " +#~ "soquete de domnio UNIX sem a opo `-inet' (isso um melhora em termos " +#~ "de segurana). Isso significa que quando o servidor Canna iniciado sem " +#~ "a opo `inet', somente os clientes em execuo no mesmo host onde o " +#~ "servidor Canna est em execuo podem se conectar ao servidor. Note que " +#~ "alguns clientes como o `egg' e o `yc-el' no suportam soquetes de domnio " +#~ "UNIX e precisam da opo `-inet' mesmo quando quando so executados no " +#~ "mesmo host." + +#, fuzzy +#~ msgid "" +#~ "If you want to connect to this Canna server from remote hosts, or if you " +#~ "want to use INET-domain-only software, you should run the server with the " +#~ "`-inet' option." +#~ msgstr "" +#~ "Caso voc queira se conectar ao servidor Canna a partir de hosts remotos " +#~ "ou caso voc queira usar softwares somente-domnios-INET voc dever " +#~ "executar o servidor com a opo `-inet'." + +#~ msgid "" +#~ "By default /etc/hosts.canna will be managed with debconf. Refuse here if " +#~ "you want to manage /etc/hosts.canna yourself." +#~ msgstr "" +#~ "Por padro, o arquivo /etc/hosts.canna ser gerenciado com o debconf. No " +#~ "aceite a opo de gerenciar o arquivo /etc/hosts.canna com o debconf caso " +#~ "voc queira gerenciar esse arquivo manualmente." + +#, fuzzy +#~ msgid "" +#~ "Please choose the default canna input style below, which will be " +#~ "installed if there is no previous configuration:" +#~ msgstr "" +#~ "Por favor, escolha o mtodo de entrada padro do Canna abaixo, o qual " +#~ "ser instalado caso no exista configurao anterior :" + +#~ msgid "Please choose default canna input style below:" +#~ msgstr "Por favor, escolha o estilo de entrada canna padro abaixo :" --- canna-3.7p3.orig/debian/po/fi.po +++ canna-3.7p3/debian/po/fi.po @@ -0,0 +1,149 @@ +# Esko Arajärvi , 2009. +msgid "" +msgstr "" +"Project-Id-Version: canna 3.7p3-6\n" +"Report-Msgid-Bugs-To: canna@packages.debian.org\n" +"POT-Creation-Date: 2009-05-03 07:53+0200\n" +"PO-Revision-Date: 2009-04-29 22:21+0300\n" +"Last-Translator: Esko Arajärvi \n" +"Language-Team: Finnish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Finnish\n" +"X-Poedit-Country: FINLAND\n" +"X-Generator: Lokalize 0.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Should the Canna server run automatically?" +msgstr "Tulisiko Canna-palvelin käynnistää automaattisesti?" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"This package contains the Canna server and server-related utilities. If you " +"are only interested in these utilities, you can disable the Canna server now." +msgstr "" +"Tämä paketti sisältää Canna-palvelimen ja siihen liittyviä työkaluja. Jos " +"haluat käyttää vain kyseisiä työkaluja, voit poistaa Canna-palvelimen " +"käytöstä tässä." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Should the Canna server run in network mode?" +msgstr "Tulisiko Canna-palvelinta ajaa verkkotilassa?" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"By default the Canna server will run without support for network " +"connections, and will only accept connections on UNIX domain sockets, from " +"clients running on the same host." +msgstr "" +"Canna-palvelin ei oletuksena tue verkkoyhteyksiä vaan hyväksyy vain samalta " +"koneelta UNIX-pistokkeiden kautta tulevat yhteydet." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"If you choose this option, network support will be activated, and the Canna " +"server will accept connections on TCP sockets from clients that may be on " +"remote hosts. Some clients (such as egg and yc-el) require this mode even if " +"they run on the local host." +msgstr "" +"Jos valitset tämän vaihtoehdon, verkkotuki otetaan käyttöön ja Canna-" +"palvelin hyväksyy myös TCP-yhteydet asiakkailta, jotka saattavat olla " +"toisilla koneilla. Jotkin asiakkaat (kuten egg ja yc-el) vaativat tämän " +"tilan, vaikka niitä ajettaisiin samalla koneella." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "Manage /etc/hosts.canna automatically?" +msgstr "Hallinnoidaanko tiedostoa /etc/hosts.canna automaattisesti?" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"The /etc/hosts.canna file lists hosts allowed to connect to the Canna server." +msgstr "" +"Tiedosto /etc/hosts.canna sisältää luettelon koneista, joilta Canna-" +"palvelimeen saa ottaa yhteyden." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"You should not accept this option if you prefer managing the file's contents " +"manually." +msgstr "" +"Älä valitse tätä vaihtoehtoa, jos haluat hallinnoida tiedoston sisältöä " +"käsin." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "Hosts allowed to connect to this Canna server:" +msgstr "Koneet, joilta tähän Canna-palvelimeen saa ottaa yhteyden:" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the names of the hosts allowed to connect to this Canna server, " +"separated by spaces." +msgstr "" +"Anna välilyönnein eroteltuina kaikkien niiden koneiden nimet, joilta Canna-" +"palvelimeen saa ottaa yhteyden." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "You can use \"unix\" to allow access via UNIX domain sockets." +msgstr "Valinta ”unix” sallii yhteydet UNIXin pistokkeiden kautta." + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +msgid "Canna input style:" +msgstr "Cannan syöttötyyli:" + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +msgid "" +"Please choose the default Canna input style:\n" +" verbose: Canna3.5 default style with verbose comments;\n" +" 1.1 : old Canna style (ver. 1.1);\n" +" 1.2 : old Canna style (ver. 1.2);\n" +" jdaemon: jdaemon style;\n" +" just : JustSystems ATOK style;\n" +" lan5 : LAN5 style;\n" +" matsu : Matsu word processor style;\n" +" skk : SKK style;\n" +" tut : TUT-Code style;\n" +" unix : UNIX style;\n" +" vje : vje style;\n" +" wx2+ : WX2+ style." +msgstr "" +"Valitse Cannan syöttötyylin oletusarvo:\n" +" verbose: Canna3.5:n oletustyyli yksityiskohtaisin kommentein\n" +" 1.1 : vanha Canna-tyyli (versio 1.1)\n" +" 1.2 : vanha Canna-tyyli (versio 1.2)\n" +" jdaemon: jdaemon-tyyli\n" +" just : JustSystems ATOK -tyyli\n" +" lan5 : LAN5-tyyli\n" +" matsu : MATSU-kirjoituskonetyyli\n" +" skk : SKK-tyyli\n" +" tut : TUT-Code-tyyli\n" +" unix : UNIX-tyyli\n" +" vje : vje-tyyli\n" +" wx2+ : WX2+-tyyli" --- canna-3.7p3.orig/debian/po/de.po +++ canna-3.7p3/debian/po/de.po @@ -0,0 +1,150 @@ +# translation of canna_3.7p3-6.2_de.po to German +# +# Erik Schanze , 2004-2009. +msgid "" +msgstr "" +"Project-Id-Version: canna_3.7p3-6.2_de\n" +"Report-Msgid-Bugs-To: canna@packages.debian.org\n" +"POT-Creation-Date: 2009-05-03 07:53+0200\n" +"PO-Revision-Date: 2009-04-28 21:41+0200\n" +"Last-Translator: Erik Schanze \n" +"Language-Team: German \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Should the Canna server run automatically?" +msgstr "Canna-Server automatisch starten?" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"This package contains the Canna server and server-related utilities. If you " +"are only interested in these utilities, you can disable the Canna server now." +msgstr "" +"Dieses Paket enthält den Canna-Server und Server-Werkzeuge. Wenn Sie nur an " +"diesen Werkzeugen interessiert sind, können Sie den Canna-Server jetzt " +"deaktivieren." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Should the Canna server run in network mode?" +msgstr "Canna-Server im Netzwerkmodus betreiben? " + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"By default the Canna server will run without support for network " +"connections, and will only accept connections on UNIX domain sockets, from " +"clients running on the same host." +msgstr "" +"Normalerweise wird der Canna-Server ohne Unterstützung für " +"Netzwerkverbindungen betrieben und nimmt Verbindungen nur über UNIX-Domain-" +"Sockets von Clients an, die auf dem selben Rechner laufen." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"If you choose this option, network support will be activated, and the Canna " +"server will accept connections on TCP sockets from clients that may be on " +"remote hosts. Some clients (such as egg and yc-el) require this mode even if " +"they run on the local host." +msgstr "" +"Wenn Sie hier zustimmen, wird die Netzwerkunterstützung eingeschaltet und " +"der Canna-Server nimmt Verbindungen über TCP-Sockets auch von Clients an, " +"die auf entfernten Rechnern laufen. Einige Clients (wie Egg und Yc-el) " +"benötigen diesen Modus, auch wenn sie auf dem selben Rechner laufen." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "Manage /etc/hosts.canna automatically?" +msgstr "Die Datei /etc/hosts.canna automatisch verwalten?" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"The /etc/hosts.canna file lists hosts allowed to connect to the Canna server." +msgstr "" +"In der Datei /etc/hosts.canna werden Rechner aufgelistet, die sich mit dem " +"Canna-Server verbinden dürfen." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"You should not accept this option if you prefer managing the file's contents " +"manually." +msgstr "" +"Lehnen Sie hier ab, wenn Sie den Inhalt der Datei selbst bestimmen wollen." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "Hosts allowed to connect to this Canna server:" +msgstr "Rechner, die sich mit diesem Canna-Server verbinden dürfen:" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the names of the hosts allowed to connect to this Canna server, " +"separated by spaces." +msgstr "" +"Bitte geben Sie durch Leerzeichen getrennt die Namen der Rechner ein, die " +"sich mit diesem Canna-Server verbinden dürfen." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "You can use \"unix\" to allow access via UNIX domain sockets." +msgstr "" +"Benutzen Sie »unix«, um den Zugriff über UNIX-Domain-Sockets zu gestatten." + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +msgid "Canna input style:" +msgstr "Eingabestil von Canna:" + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +msgid "" +"Please choose the default Canna input style:\n" +" verbose: Canna3.5 default style with verbose comments;\n" +" 1.1 : old Canna style (ver. 1.1);\n" +" 1.2 : old Canna style (ver. 1.2);\n" +" jdaemon: jdaemon style;\n" +" just : JustSystems ATOK style;\n" +" lan5 : LAN5 style;\n" +" matsu : Matsu word processor style;\n" +" skk : SKK style;\n" +" tut : TUT-Code style;\n" +" unix : UNIX style;\n" +" vje : vje style;\n" +" wx2+ : WX2+ style." +msgstr "" +"Bitte wählen Sie den Standard-Eingabestil aus:\n" +" verbose: Canna3.5-Standard-Stil mit ausführlichen Kommentaren;\n" +" 1.1 : alter Canna-Stil (Ver. 1.1);\n" +" 1.2 : alter Canna-Stil (Ver. 1.2);\n" +" jdaemon: Jdaemon-Stil;\n" +" just : Justsystem-ATOK-Stil;\n" +" lan5 : LAN5-Stil;\n" +" matsu : MATSU-Word-Processor-Stil;\n" +" skk : SKK-Stil;\n" +" tut : TUT-Code-Stil;\n" +" unix : UNIX-Stil;\n" +" vje : Vje-Stil;\n" +" wx2+ : WX2+-Stil." --- canna-3.7p3.orig/debian/po/templates.pot +++ canna-3.7p3/debian/po/templates.pot @@ -0,0 +1,122 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: canna@packages.debian.org\n" +"POT-Creation-Date: 2009-05-03 07:53+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Should the Canna server run automatically?" +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"This package contains the Canna server and server-related utilities. If you " +"are only interested in these utilities, you can disable the Canna server now." +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Should the Canna server run in network mode?" +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"By default the Canna server will run without support for network " +"connections, and will only accept connections on UNIX domain sockets, from " +"clients running on the same host." +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"If you choose this option, network support will be activated, and the Canna " +"server will accept connections on TCP sockets from clients that may be on " +"remote hosts. Some clients (such as egg and yc-el) require this mode even if " +"they run on the local host." +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "Manage /etc/hosts.canna automatically?" +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"The /etc/hosts.canna file lists hosts allowed to connect to the Canna server." +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"You should not accept this option if you prefer managing the file's contents " +"manually." +msgstr "" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "Hosts allowed to connect to this Canna server:" +msgstr "" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the names of the hosts allowed to connect to this Canna server, " +"separated by spaces." +msgstr "" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "You can use \"unix\" to allow access via UNIX domain sockets." +msgstr "" + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +msgid "Canna input style:" +msgstr "" + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +msgid "" +"Please choose the default Canna input style:\n" +" verbose: Canna3.5 default style with verbose comments;\n" +" 1.1 : old Canna style (ver. 1.1);\n" +" 1.2 : old Canna style (ver. 1.2);\n" +" jdaemon: jdaemon style;\n" +" just : JustSystems ATOK style;\n" +" lan5 : LAN5 style;\n" +" matsu : Matsu word processor style;\n" +" skk : SKK style;\n" +" tut : TUT-Code style;\n" +" unix : UNIX style;\n" +" vje : vje style;\n" +" wx2+ : WX2+ style." +msgstr "" --- canna-3.7p3.orig/debian/po/it.po +++ canna-3.7p3/debian/po/it.po @@ -0,0 +1,152 @@ +# Italian translation of canna's po-debconf file +# COPYRIGHT (C) 2009 THE CANNA'S COPYRIGHT HOLDER +# This file is distributed under the same license as the canna package. +# Vincenzo Campanella , 2009. +# +# +msgid "" +msgstr "" +"Project-Id-Version: canna 3.7p3-6.2\n" +"Report-Msgid-Bugs-To: canna@packages.debian.org\n" +"POT-Creation-Date: 2009-05-03 07:53+0200\n" +"PO-Revision-Date: 2009-04-20 07:46+0200\n" +"Last-Translator: Vincenzo Campanella \n" +"Language-Team: Italian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Should the Canna server run automatically?" +msgstr "Eseguire automaticamente il server Canna?" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"This package contains the Canna server and server-related utilities. If you " +"are only interested in these utilities, you can disable the Canna server now." +msgstr "" +"Questo pacchetto contiene il server Canna e le relative utilità. Se si è " +"interessati solo alle utilità è possibile disattivare ora il server Canna." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Should the Canna server run in network mode?" +msgstr "Eseguire il server Canna in modalità di rete?" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"By default the Canna server will run without support for network " +"connections, and will only accept connections on UNIX domain sockets, from " +"clients running on the same host." +msgstr "" +"In modo predefinito il server Canna viene eseguito senza il supporto per le " +"connessioni di rete e accetterà connessioni sui socket di dominio UNIX da " +"client che risiedono nel medesimo host." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"If you choose this option, network support will be activated, and the Canna " +"server will accept connections on TCP sockets from clients that may be on " +"remote hosts. Some clients (such as egg and yc-el) require this mode even if " +"they run on the local host." +msgstr "" +"Se si sceglie questa opzione il supporto di rete verrà abilitato e il server " +"Canna accetterà connessioni sui socket TCP da client che possono risiedere " +"in host remoti. Alcuni client, come per esempio egg e yc-el, richiedono " +"questa modalità anche se vengono eseguiti sull'host locale." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "Manage /etc/hosts.canna automatically?" +msgstr "Gestire automaticamente «/etc/hosts.canna»?" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"The /etc/hosts.canna file lists hosts allowed to connect to the Canna server." +msgstr "" +"Il file «/etc/hosts.canna» contiene un elenco degli host che possono " +"connettersi al server Canna." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"You should not accept this option if you prefer managing the file's contents " +"manually." +msgstr "" +"Non si dovrebbe accettare questa opzione se si preferisce gestire " +"manualmente il contenuto del file." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "Hosts allowed to connect to this Canna server:" +msgstr "Host che possono connettersi a questo server Canna:" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the names of the hosts allowed to connect to this Canna server, " +"separated by spaces." +msgstr "" +"Inserire i nomi, separati da spazi, degli host che possono connettersi a " +"questo server Canna." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "You can use \"unix\" to allow access via UNIX domain sockets." +msgstr "" +"È possibile usare «unix» per permettere l'accesso tramite socket di dominio " +"UNIX." + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +msgid "Canna input style:" +msgstr "Stile di input Canna:" + +#. Type: select +#. Description +#: ../libcanna1g.templates:2001 +msgid "" +"Please choose the default Canna input style:\n" +" verbose: Canna3.5 default style with verbose comments;\n" +" 1.1 : old Canna style (ver. 1.1);\n" +" 1.2 : old Canna style (ver. 1.2);\n" +" jdaemon: jdaemon style;\n" +" just : JustSystems ATOK style;\n" +" lan5 : LAN5 style;\n" +" matsu : Matsu word processor style;\n" +" skk : SKK style;\n" +" tut : TUT-Code style;\n" +" unix : UNIX style;\n" +" vje : vje style;\n" +" wx2+ : WX2+ style." +msgstr "" +"Scegliere lo stile di input predefinito di Canna:\n" +"- verbose: stile predefinito di Canna 3.5 con commenti prolissi;\n" +"- 1.1: vecchio stile di Canna (versione 1.1);\n" +"- 1.2: vecchio stile di Canna (versione 1.2);\n" +"- jdaemon: stile jdaemon;\n" +"- just: stile JustSystems ATOK;\n" +"- lan5: stile LAN5;\n" +"- matsu: stile elaboratore testi Matsu;\n" +"- skk: stile SKK;\n" +"- tut: stile codice TUT;\n" +"- unix: stile UNIX;\n" +"- vje: stile vje;\n" +"- wx2+: stile WX2+."