bum-2.5.2/0000777000175000017500000000000011244776117007322 500000000000000bum-2.5.2/AUTHORS0000644000175000017500000000004710352342264010276 00000000000000Fabio Marzocca bum-2.5.2/bum.in0000644000175000017500000000471210352342264010344 00000000000000#!/usr/bin/perl -w ############################################################################ # Copyright (C) 2005 by Fabio Marzocca # # thesaltydog@gmail.com # # # # This program 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; either version 2 of the License, or # # (at your option) any later version. # # # # This program 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 # # along with this program; if not, write to the # # Free Software Foundation, Inc., # # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # ############################################################################ use strict; use lib '@PKGLIBDIR@'; use bum_app; my $app = bum_app->new; Gtk2->main; 0; #################################################################### ##################################################################### __END__ =head1 NAME B - Graphical runlevel configuration tool =head1 SYNOPSIS B =head1 DESCRIPTION B is a runlevel configuration editor which allows to configure init services when the system boots up or reboots. It displays a list of every service which could be started at boot. User can toggle individual services on and off. A detailed documentation on the program could be read at: http://www.marzocca.net/linux/bumdocs.html. =head1 FILE =over 2 =item /var/lib/bum/packages The script<->packages name file. =item /var/lib/bum/numbers The service number data file. =item /var/lock/bum Lock file. =back =head1 AUTHOR Fabio MARZOCCA =cut bum-2.5.2/configure0000755000175000017500000066206111244772463011160 00000000000000#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.63 for bum 2.5.2. # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## --------------------- ## ## M4sh Initialization. ## ## --------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac fi # PATH needs CR # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # Support unset when possible. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then as_unset=unset else as_unset=false fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. case $0 in *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 { (exit 1); exit 1; } fi # Work around bugs in pre-3.0 UWIN ksh. for as_var in ENV MAIL MAILPATH do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi # Name of the executable. as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # CDPATH. $as_unset CDPATH if test "x$CONFIG_SHELL" = x; then if (eval ":") 2>/dev/null; then as_have_required=yes else as_have_required=no fi if test $as_have_required = yes && (eval ": (as_func_return () { (exit \$1) } as_func_success () { as_func_return 0 } as_func_failure () { as_func_return 1 } as_func_ret_success () { return 0 } as_func_ret_failure () { return 1 } exitcode=0 if as_func_success; then : else exitcode=1 echo as_func_success failed. fi if as_func_failure; then exitcode=1 echo as_func_failure succeeded. fi if as_func_ret_success; then : else exitcode=1 echo as_func_ret_success failed. fi if as_func_ret_failure; then exitcode=1 echo as_func_ret_failure succeeded. fi if ( set x; as_func_ret_success y && test x = \"\$1\" ); then : else exitcode=1 echo positional parameters were not saved. fi test \$exitcode = 0) || { (exit 1); exit 1; } ( as_lineno_1=\$LINENO as_lineno_2=\$LINENO test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } ") 2> /dev/null; then : else as_candidate_shells= as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. case $as_dir in /*) for as_base in sh bash ksh sh5; do as_candidate_shells="$as_candidate_shells $as_dir/$as_base" done;; esac done IFS=$as_save_IFS for as_shell in $as_candidate_shells $SHELL; do # Try only shells that exist, to save several forks. if { test -f "$as_shell" || test -f "$as_shell.exe"; } && { ("$as_shell") 2> /dev/null <<\_ASEOF if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac fi : _ASEOF }; then CONFIG_SHELL=$as_shell as_have_required=yes if { "$as_shell" 2> /dev/null <<\_ASEOF if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac fi : (as_func_return () { (exit $1) } as_func_success () { as_func_return 0 } as_func_failure () { as_func_return 1 } as_func_ret_success () { return 0 } as_func_ret_failure () { return 1 } exitcode=0 if as_func_success; then : else exitcode=1 echo as_func_success failed. fi if as_func_failure; then exitcode=1 echo as_func_failure succeeded. fi if as_func_ret_success; then : else exitcode=1 echo as_func_ret_success failed. fi if as_func_ret_failure; then exitcode=1 echo as_func_ret_failure succeeded. fi if ( set x; as_func_ret_success y && test x = "$1" ); then : else exitcode=1 echo positional parameters were not saved. fi test $exitcode = 0) || { (exit 1); exit 1; } ( as_lineno_1=$LINENO as_lineno_2=$LINENO test "x$as_lineno_1" != "x$as_lineno_2" && test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } _ASEOF }; then break fi fi done if test "x$CONFIG_SHELL" != x; then for as_var in BASH_ENV ENV do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var done export CONFIG_SHELL exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} fi if test $as_have_required = no; then echo This script requires a shell more modern than all the echo shells that I found on your system. Please install a echo modern shell, or manually run the script under such a echo shell if you do have one. { (exit 1); exit 1; } fi fi fi (eval "as_func_return () { (exit \$1) } as_func_success () { as_func_return 0 } as_func_failure () { as_func_return 1 } as_func_ret_success () { return 0 } as_func_ret_failure () { return 1 } exitcode=0 if as_func_success; then : else exitcode=1 echo as_func_success failed. fi if as_func_failure; then exitcode=1 echo as_func_failure succeeded. fi if as_func_ret_success; then : else exitcode=1 echo as_func_ret_success failed. fi if as_func_ret_failure; then exitcode=1 echo as_func_ret_failure succeeded. fi if ( set x; as_func_ret_success y && test x = \"\$1\" ); then : else exitcode=1 echo positional parameters were not saved. fi test \$exitcode = 0") || { echo No shell found that supports shell functions. echo Please tell bug-autoconf@gnu.org about your system, echo including any error possibly output before this message. echo This can help us improve future autoconf versions. echo Configuration will now proceed without shell functions. } as_lineno_1=$LINENO as_lineno_2=$LINENO test "x$as_lineno_1" != "x$as_lineno_2" && test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { # Create $as_me.lineno as a copy of $as_myself, but with $LINENO # uniformly replaced by the line number. The first 'sed' inserts a # line-number line after each line using $LINENO; the second 'sed' # does the real work. The second script uses 'N' to pair each # line-number line with the line containing $LINENO, and appends # trailing '-' during substitution so that $LINENO is not a special # case at line end. # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the # scripts with optimization help from Paolo Bonzini. Blame Lee # E. McMahon (1931-1989) for sed's syntax. :-) sed -n ' p /[$]LINENO/= ' <$as_myself | sed ' s/[$]LINENO.*/&-/ t lineno b :lineno N :loop s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 { (exit 1); exit 1; }; } # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). . "./$as_me.lineno" # Exit status is that of the last command. exit } if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in -n*) case `echo 'x\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. *) ECHO_C='\c';; esac;; *) ECHO_N='-n';; esac if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -p'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -p' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -p' fi else as_ln_s='cp -p' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p=: else test -d ./-p && rmdir ./-p as_mkdir_p=false fi if test -x / >/dev/null 2>&1; then as_test_x='test -x' else if ls -dL / >/dev/null 2>&1; then as_ls_L_option=L else as_ls_L_option= fi as_test_x=' eval sh -c '\'' if test -d "$1"; then test -d "$1/."; else case $1 in -*)set "./$1";; esac; case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in ???[sx]*):;;*)false;;esac;fi '\'' sh ' fi as_executable_p=$as_test_x # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" exec 7<&0 &1 # Name of the host. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` # # Initializations. # ac_default_prefix=/usr/local ac_clean_files= ac_config_libobj_dir=. LIBOBJS= cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='bum' PACKAGE_TARNAME='bum' PACKAGE_VERSION='2.5.2' PACKAGE_STRING='bum 2.5.2' PACKAGE_BUGREPORT='' ac_unique_file="bum.in" # Factoring default headers for most tests. ac_includes_default="\ #include #ifdef HAVE_SYS_TYPES_H # include #endif #ifdef HAVE_SYS_STAT_H # include #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif" ac_subst_vars='LTLIBOBJS LIBOBJS ALL_LINGUAS INTLTOOL_PERL MSGMERGE INTLTOOL_POLICY_RULE INTLTOOL_SERVICE_RULE INTLTOOL_THEME_RULE INTLTOOL_SCHEMAS_RULE INTLTOOL_CAVES_RULE INTLTOOL_XML_NOMERGE_RULE INTLTOOL_XML_RULE INTLTOOL_KBD_RULE INTLTOOL_XAM_RULE INTLTOOL_UI_RULE INTLTOOL_SOUNDLIST_RULE INTLTOOL_SHEET_RULE INTLTOOL_SERVER_RULE INTLTOOL_PONG_RULE INTLTOOL_OAF_RULE INTLTOOL_PROP_RULE INTLTOOL_KEYS_RULE INTLTOOL_DIRECTORY_RULE INTLTOOL_DESKTOP_RULE INTLTOOL_EXTRACT INTLTOOL_MERGE INTLTOOL_UPDATE MKINSTALLDIRS POSUB POFILES PO_IN_DATADIR_FALSE PO_IN_DATADIR_TRUE INTLLIBS INSTOBJEXT GMOFILES DATADIRNAME CATOBJEXT CATALOGS XGETTEXT GMSGFMT MSGFMT_OPTS MSGFMT USE_NLS EGREP GREP CPP am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE am__quote am__include DEPDIR OBJEXT EXEEXT ac_ct_CC CPPFLAGS LDFLAGS CFLAGS CC GETTEXT_PACKAGE MAINT MAINTAINER_MODE_FALSE MAINTAINER_MODE_TRUE am__untar am__tar AMTAR am__leading_dot SET_MAKE AWK mkdir_p MKDIR_P INSTALL_STRIP_PROGRAM STRIP install_sh MAKEINFO AUTOHEADER AUTOMAKE AUTOCONF ACLOCAL VERSION PACKAGE CYGPATH_W am__isrc INSTALL_DATA INSTALL_SCRIPT INSTALL_PROGRAM target_alias host_alias build_alias LIBS ECHO_T ECHO_N ECHO_C DEFS mandir localedir libdir psdir pdfdir dvidir htmldir infodir docdir oldincludedir includedir localstatedir sharedstatedir sysconfdir datadir datarootdir libexecdir sbindir bindir program_transform_name prefix exec_prefix PACKAGE_BUGREPORT PACKAGE_STRING PACKAGE_VERSION PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR SHELL' ac_subst_files='' ac_user_opts=' enable_option_checking enable_maintainer_mode enable_dependency_tracking enable_nls ' ac_precious_vars='build_alias host_alias target_alias CC CFLAGS LDFLAGS LIBS CPPFLAGS CPP' # Initialize some variables set by options. ac_init_help= ac_init_version=false ac_unrecognized_opts= ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null exec_prefix=NONE no_create= no_recursion= prefix=NONE program_prefix=NONE program_suffix=NONE program_transform_name=s,x,x, silent= site= srcdir= verbose= x_includes=NONE x_libraries=NONE # Installation directory options. # These are left unexpanded so users can "make install exec_prefix=/foo" # and all the variables that are supposed to be based on exec_prefix # by default will actually change. # Use braces instead of parens because sh, perl, etc. also accept them. # (The list follows the same order as the GNU Coding Standards.) bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' datarootdir='${prefix}/share' datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' infodir='${datarootdir}/info' htmldir='${docdir}' dvidir='${docdir}' pdfdir='${docdir}' psdir='${docdir}' libdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' mandir='${datarootdir}/man' ac_prev= ac_dashdash= for ac_option do # If the previous option needs an argument, assign it. if test -n "$ac_prev"; then eval $ac_prev=\$ac_option ac_prev= continue fi case $ac_option in *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; *) ac_optarg=yes ;; esac # Accept the important Cygnus configure options, so we can diagnose typos. case $ac_dashdash$ac_option in --) ac_dashdash=yes ;; -bindir | --bindir | --bindi | --bind | --bin | --bi) ac_prev=bindir ;; -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) bindir=$ac_optarg ;; -build | --build | --buil | --bui | --bu) ac_prev=build_alias ;; -build=* | --build=* | --buil=* | --bui=* | --bu=*) build_alias=$ac_optarg ;; -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) ac_prev=cache_file ;; -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) cache_file=$ac_optarg ;; --config-cache | -C) cache_file=config.cache ;; -datadir | --datadir | --datadi | --datad) ac_prev=datadir ;; -datadir=* | --datadir=* | --datadi=* | --datad=*) datadir=$ac_optarg ;; -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ | --dataroo | --dataro | --datar) ac_prev=datarootdir ;; -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) datarootdir=$ac_optarg ;; -disable-* | --disable-*) ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 { (exit 1); exit 1; }; } ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) docdir=$ac_optarg ;; -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) ac_prev=dvidir ;; -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) dvidir=$ac_optarg ;; -enable-* | --enable-*) ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 { (exit 1); exit 1; }; } ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | --exec | --exe | --ex) ac_prev=exec_prefix ;; -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | --exec=* | --exe=* | --ex=*) exec_prefix=$ac_optarg ;; -gas | --gas | --ga | --g) # Obsolete; use --with-gas. with_gas=yes ;; -help | --help | --hel | --he | -h) ac_init_help=long ;; -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) ac_init_help=recursive ;; -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) ac_init_help=short ;; -host | --host | --hos | --ho) ac_prev=host_alias ;; -host=* | --host=* | --hos=* | --ho=*) host_alias=$ac_optarg ;; -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) ac_prev=htmldir ;; -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | --ht=*) htmldir=$ac_optarg ;; -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) ac_prev=includedir ;; -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | --includ=* | --inclu=* | --incl=* | --inc=*) includedir=$ac_optarg ;; -infodir | --infodir | --infodi | --infod | --info | --inf) ac_prev=infodir ;; -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) infodir=$ac_optarg ;; -libdir | --libdir | --libdi | --libd) ac_prev=libdir ;; -libdir=* | --libdir=* | --libdi=* | --libd=*) libdir=$ac_optarg ;; -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | --libexe | --libex | --libe) ac_prev=libexecdir ;; -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | --libexe=* | --libex=* | --libe=*) libexecdir=$ac_optarg ;; -localedir | --localedir | --localedi | --localed | --locale) ac_prev=localedir ;; -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) localedir=$ac_optarg ;; -localstatedir | --localstatedir | --localstatedi | --localstated \ | --localstate | --localstat | --localsta | --localst | --locals) ac_prev=localstatedir ;; -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) localstatedir=$ac_optarg ;; -mandir | --mandir | --mandi | --mand | --man | --ma | --m) ac_prev=mandir ;; -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) mandir=$ac_optarg ;; -nfp | --nfp | --nf) # Obsolete; use --without-fp. with_fp=no ;; -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | --no-cr | --no-c | -n) no_create=yes ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) no_recursion=yes ;; -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | --oldin | --oldi | --old | --ol | --o) ac_prev=oldincludedir ;; -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) oldincludedir=$ac_optarg ;; -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) ac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) prefix=$ac_optarg ;; -program-prefix | --program-prefix | --program-prefi | --program-pref \ | --program-pre | --program-pr | --program-p) ac_prev=program_prefix ;; -program-prefix=* | --program-prefix=* | --program-prefi=* \ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) program_prefix=$ac_optarg ;; -program-suffix | --program-suffix | --program-suffi | --program-suff \ | --program-suf | --program-su | --program-s) ac_prev=program_suffix ;; -program-suffix=* | --program-suffix=* | --program-suffi=* \ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) program_suffix=$ac_optarg ;; -program-transform-name | --program-transform-name \ | --program-transform-nam | --program-transform-na \ | --program-transform-n | --program-transform- \ | --program-transform | --program-transfor \ | --program-transfo | --program-transf \ | --program-trans | --program-tran \ | --progr-tra | --program-tr | --program-t) ac_prev=program_transform_name ;; -program-transform-name=* | --program-transform-name=* \ | --program-transform-nam=* | --program-transform-na=* \ | --program-transform-n=* | --program-transform-=* \ | --program-transform=* | --program-transfor=* \ | --program-transfo=* | --program-transf=* \ | --program-trans=* | --program-tran=* \ | --progr-tra=* | --program-tr=* | --program-t=*) program_transform_name=$ac_optarg ;; -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) ac_prev=pdfdir ;; -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) pdfdir=$ac_optarg ;; -psdir | --psdir | --psdi | --psd | --ps) ac_prev=psdir ;; -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) psdir=$ac_optarg ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | --sbi=* | --sb=*) sbindir=$ac_optarg ;; -sharedstatedir | --sharedstatedir | --sharedstatedi \ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | --sharedst | --shareds | --shared | --share | --shar \ | --sha | --sh) ac_prev=sharedstatedir ;; -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | --sha=* | --sh=*) sharedstatedir=$ac_optarg ;; -site | --site | --sit) ac_prev=site ;; -site=* | --site=* | --sit=*) site=$ac_optarg ;; -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) srcdir=$ac_optarg ;; -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | --syscon | --sysco | --sysc | --sys | --sy) ac_prev=sysconfdir ;; -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) sysconfdir=$ac_optarg ;; -target | --target | --targe | --targ | --tar | --ta | --t) ac_prev=target_alias ;; -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) target_alias=$ac_optarg ;; -v | -verbose | --verbose | --verbos | --verbo | --verb) verbose=yes ;; -version | --version | --versio | --versi | --vers | -V) ac_init_version=: ;; -with-* | --with-*) ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 { (exit 1); exit 1; }; } ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 { (exit 1); exit 1; }; } ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=no ;; --x) # Obsolete; use --with-x. with_x=yes ;; -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | --x-incl | --x-inc | --x-in | --x-i) ac_prev=x_includes ;; -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) x_includes=$ac_optarg ;; -x-libraries | --x-libraries | --x-librarie | --x-librari \ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) ac_prev=x_libraries ;; -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; -*) { $as_echo "$as_me: error: unrecognized option: $ac_option Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; } ;; *=*) ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 { (exit 1); exit 1; }; } eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} ;; esac done if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` { $as_echo "$as_me: error: missing argument to $ac_option" >&2 { (exit 1); exit 1; }; } fi if test -n "$ac_unrecognized_opts"; then case $enable_option_checking in no) ;; fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2 { (exit 1); exit 1; }; } ;; *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; esac fi # Check all directory arguments for consistency. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir do eval ac_val=\$$ac_var # Remove trailing slashes. case $ac_val in */ ) ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` eval $ac_var=\$ac_val;; esac # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 { (exit 1); exit 1; }; } done # There might be people who depend on the old broken behavior: `$host' # used to hold the argument of --host etc. # FIXME: To remove some day. build=$build_alias host=$host_alias target=$target_alias # FIXME: To remove some day. if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used." >&2 elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi fi ac_tool_prefix= test -n "$host_alias" && ac_tool_prefix=$host_alias- test "$silent" = yes && exec 6>/dev/null ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || { $as_echo "$as_me: error: working directory cannot be determined" >&2 { (exit 1); exit 1; }; } test "X$ac_ls_di" = "X$ac_pwd_ls_di" || { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 { (exit 1); exit 1; }; } # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. ac_confdir=`$as_dirname -- "$as_myself" || $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_myself" : 'X\(//\)[^/]' \| \ X"$as_myself" : 'X\(//\)$' \| \ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_myself" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` srcdir=$ac_confdir if test ! -r "$srcdir/$ac_unique_file"; then srcdir=.. fi else ac_srcdir_defaulted=no fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 { (exit 1); exit 1; }; } fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 { (exit 1); exit 1; }; } pwd)` # When building in place, set srcdir=. if test "$ac_abs_confdir" = "$ac_pwd"; then srcdir=. fi # Remove unnecessary trailing slashes from srcdir. # Double slashes in file names in object file debugging info # mess up M-x gdb in Emacs. case $srcdir in */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; esac for ac_var in $ac_precious_vars; do eval ac_env_${ac_var}_set=\${${ac_var}+set} eval ac_env_${ac_var}_value=\$${ac_var} eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} eval ac_cv_env_${ac_var}_value=\$${ac_var} done # # Report the --help message. # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF \`configure' configures bum 2.5.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. Configuration: -h, --help display this help and exit --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit -q, --quiet, --silent do not print \`checking...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for \`--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or \`..'] Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify an installation prefix other than \`$ac_default_prefix' using \`--prefix', for instance \`--prefix=\$HOME'. For better control, use the options below. Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] --datadir=DIR read-only architecture-independent data [DATAROOTDIR] --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root [DATAROOTDIR/doc/bum] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF Program names: --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in short | recursive ) echo "Configuration of bum 2.5.2:";; esac cat <<\_ACEOF Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-maintainer-mode enable make rules and dependencies not useful (and sometimes confusing) to the casual installer --disable-dependency-tracking speeds up one-time build --enable-dependency-tracking do not reject slow dependency extractors --disable-nls do not use Native Language Support Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory LIBS libraries to pass to the linker, e.g. -l CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I if you have headers in a nonstandard directory CPP C preprocessor Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. _ACEOF ac_status=$? fi if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue test -d "$ac_dir" || { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cd "$ac_dir" || { ac_status=$?; continue; } # Check for guested configure. if test -f "$ac_srcdir/configure.gnu"; then echo && $SHELL "$ac_srcdir/configure.gnu" --help=recursive elif test -f "$ac_srcdir/configure"; then echo && $SHELL "$ac_srcdir/configure" --help=recursive else $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF bum configure 2.5.2 generated by GNU Autoconf 2.63 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF exit fi cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by bum $as_me 2.5.2, which was generated by GNU Autoconf 2.63. Invocation command line was $ $0 $@ _ACEOF exec 5>>config.log { cat <<_ASUNAME ## --------- ## ## Platform. ## ## --------- ## hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` _ASUNAME as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. $as_echo "PATH: $as_dir" done IFS=$as_save_IFS } >&5 cat >&5 <<_ACEOF ## ----------- ## ## Core tests. ## ## ----------- ## _ACEOF # Keep a trace of the command line. # Strip out --no-create and --no-recursion so they do not pile up. # Strip out --silent because we don't want to record it for future runs. # Also quote any args containing shell meta-characters. # Make two passes to allow for proper duplicate-argument suppression. ac_configure_args= ac_configure_args0= ac_configure_args1= ac_must_keep_next=false for ac_pass in 1 2 do for ac_arg do case $ac_arg in -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 2) ac_configure_args1="$ac_configure_args1 '$ac_arg'" if test $ac_must_keep_next = true; then ac_must_keep_next=false # Got value, back to normal. else case $ac_arg in *=* | --config-cache | -C | -disable-* | --disable-* \ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | -with-* | --with-* | -without-* | --without-* | --x) case "$ac_configure_args0 " in "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; esac ;; -* ) ac_must_keep_next=true ;; esac fi ac_configure_args="$ac_configure_args '$ac_arg'" ;; esac done done $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there # would cause problems or look ugly. # WARNING: Use '\'' to represent an apostrophe within the trap. # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. trap 'exit_status=$? # Save into config.log some information that might help in debugging. { echo cat <<\_ASBOX ## ---------------- ## ## Cache variables. ## ## ---------------- ## _ASBOX echo # The following way of writing the cache mishandles newlines in values, ( for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) $as_unset $ac_var ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( *${as_nl}ac_space=\ *) sed -n \ "s/'\''/'\''\\\\'\'''\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" ;; #( *) sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) echo cat <<\_ASBOX ## ----------------- ## ## Output variables. ## ## ----------------- ## _ASBOX echo for ac_var in $ac_subst_vars do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo if test -n "$ac_subst_files"; then cat <<\_ASBOX ## ------------------- ## ## File substitutions. ## ## ------------------- ## _ASBOX echo for ac_var in $ac_subst_files do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo fi if test -s confdefs.h; then cat <<\_ASBOX ## ----------- ## ## confdefs.h. ## ## ----------- ## _ASBOX echo cat confdefs.h echo fi test "$ac_signal" != 0 && $as_echo "$as_me: caught signal $ac_signal" $as_echo "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 for ac_signal in 1 2 13 15; do trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal done ac_signal=0 # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -f -r conftest* confdefs.h # Predefined preprocessor variables. cat >>confdefs.h <<_ACEOF #define PACKAGE_NAME "$PACKAGE_NAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_TARNAME "$PACKAGE_TARNAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_VERSION "$PACKAGE_VERSION" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_STRING "$PACKAGE_STRING" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" _ACEOF # Let the site file select an alternate cache file if it wants to. # Prefer an explicitly selected file to automatically selected ones. ac_site_file1=NONE ac_site_file2=NONE if test -n "$CONFIG_SITE"; then ac_site_file1=$CONFIG_SITE elif test "x$prefix" != xNONE; then ac_site_file1=$prefix/share/config.site ac_site_file2=$prefix/etc/config.site else ac_site_file1=$ac_default_prefix/share/config.site ac_site_file2=$ac_default_prefix/etc/config.site fi for ac_site_file in "$ac_site_file1" "$ac_site_file2" do test "x$ac_site_file" = xNONE && continue if test -r "$ac_site_file"; then { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 $as_echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" fi done if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special # files actually), so we avoid doing that. if test -f "$cache_file"; then { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 $as_echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi else { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 $as_echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi # Check that the precious variables saved in the cache have kept the same # value. ac_cache_corrupted=false for ac_var in $ac_precious_vars; do eval ac_old_set=\$ac_cv_env_${ac_var}_set eval ac_new_set=\$ac_env_${ac_var}_set eval ac_old_val=\$ac_cv_env_${ac_var}_value eval ac_new_val=\$ac_env_${ac_var}_value case $ac_old_set,$ac_new_set in set,) { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then # differences in whitespace do not lead to failure. ac_old_val_w=`echo x $ac_old_val` ac_new_val_w=`echo x $ac_new_val` if test "$ac_old_val_w" != "$ac_new_val_w"; then { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} ac_cache_corrupted=: else { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} eval $ac_var=\$ac_old_val fi { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; esac fi done if $ac_cache_corrupted; then { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} { (exit 1); exit 1; }; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu am__api_version='1.10' ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do if test -f "$ac_dir/install-sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" break elif test -f "$ac_dir/install.sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install.sh -c" break elif test -f "$ac_dir/shtool"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/shtool install -c" break fi done if test -z "$ac_aux_dir"; then { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} { (exit 1); exit 1; }; } fi # These three variables are undocumented and unsupported, # and are intended to be withdrawn in a future Autoconf release. # They can cause serious problems if a builder's source tree is in a directory # whose full name contains unusual characters. ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: # SysV /etc/install, /usr/sbin/install # SunOS /usr/etc/install # IRIX /sbin/install # AIX /bin/install # AmigaOS /C/install, which installs bootblocks on floppy discs # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. # Reject install programs that cannot install multiple files. { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 $as_echo_n "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. # Account for people who put trailing slashes in PATH elements. case $as_dir/ in ./ | .// | /cC/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. # Don't use installbsd from OSF since it installs stuff as root # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. : elif test $ac_prog = install && grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # program-specific install script used by HP pwplus--don't use. : else rm -rf conftest.one conftest.two conftest.dir echo one > conftest.one echo two > conftest.two mkdir conftest.dir if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && test -s conftest.one && test -s conftest.two && test -s conftest.dir/conftest.one && test -s conftest.dir/conftest.two then ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" break 3 fi fi fi done done ;; esac done IFS=$as_save_IFS rm -rf conftest.one conftest.two conftest.dir fi if test "${ac_cv_path_install+set}" = set; then INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. Don't cache a # value for INSTALL within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. INSTALL=$ac_install_sh fi fi { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 $as_echo "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' { $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5 $as_echo_n "checking whether build environment is sane... " >&6; } # Just in case sleep 1 echo timestamp > conftest.file # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` if test "$*" = "X"; then # -L didn't work. set X `ls -t $srcdir/configure conftest.file` fi rm -f conftest.file if test "$*" != "X $srcdir/configure conftest.file" \ && test "$*" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken alias in your environment" >&5 $as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken alias in your environment" >&2;} { (exit 1); exit 1; }; } fi test "$2" = conftest.file ) then # Ok. : else { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files! Check your system clock" >&5 $as_echo "$as_me: error: newly created file is older than distributed files! Check your system clock" >&2;} { (exit 1); exit 1; }; } fi { $as_echo "$as_me:$LINENO: result: yes" >&5 $as_echo "yes" >&6; } test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. test "$program_suffix" != NONE && program_transform_name="s&\$&$program_suffix&;$program_transform_name" # Double any \ or $. # By default was `s,x,x', remove it if useless. ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" # Use eval to expand $SHELL if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " else am_missing_run= { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} fi { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } if test -z "$MKDIR_P"; then if test "${ac_cv_path_mkdir+set}" = set; then $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in mkdir gmkdir; do for ac_exec_ext in '' $ac_executable_extensions; do { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 'mkdir (GNU coreutils) '* | \ 'mkdir (coreutils) '* | \ 'mkdir (fileutils) '4.1*) ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext break 3;; esac done done done IFS=$as_save_IFS fi if test "${ac_cv_path_mkdir+set}" = set; then MKDIR_P="$ac_cv_path_mkdir -p" else # As a last resort, use the slow shell script. Don't cache a # value for MKDIR_P within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. test -d ./--version && rmdir ./--version MKDIR_P="$ac_install_sh -d" fi fi { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5 $as_echo "$MKDIR_P" >&6; } mkdir_p="$MKDIR_P" case $mkdir_p in [\\/$]* | ?:[\\/]*) ;; */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; esac for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_AWK+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AWK="$ac_prog" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then { $as_echo "$as_me:$LINENO: result: $AWK" >&5 $as_echo "$AWK" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AWK" && break done { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } set x ${MAKE-make} ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF # GNU make sometimes prints "make[1]: Entering...", which would confuse us. case `${MAKE-make} -f conftest.make 2>/dev/null` in *@@@%%%=?*=@@@%%%*) eval ac_cv_prog_make_${ac_make}_set=yes;; *) eval ac_cv_prog_make_${ac_make}_set=no;; esac rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then { $as_echo "$as_me:$LINENO: result: yes" >&5 $as_echo "yes" >&6; } SET_MAKE= else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." am__isrc=' -I$(srcdir)' # test to see if srcdir already configured if test -f $srcdir/config.status; then { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 $as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} { (exit 1); exit 1; }; } fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi # Define the identity of the package. PACKAGE=bum VERSION=2.5.2 cat >>confdefs.h <<_ACEOF #define PACKAGE "$PACKAGE" _ACEOF cat >>confdefs.h <<_ACEOF #define VERSION "$VERSION" _ACEOF # Some tools Automake needs. ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} # Installed binaries are usually stripped using `strip' when the user # run `make install-strip'. However `strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the `STRIP' environment variable to overrule this program. if test "$cross_compiling" != no; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_STRIP+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:$LINENO: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" # We need awk for the "check" target. The system "awk" is bad on # some platforms. # Always define AMTAR for backward compatibility. AMTAR=${AMTAR-"${am_missing_run}tar"} am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' { $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } # Check whether --enable-maintainer-mode was given. if test "${enable_maintainer_mode+set}" = set; then enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval else USE_MAINTAINER_MODE=no fi { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 $as_echo "$USE_MAINTAINER_MODE" >&6; } if test $USE_MAINTAINER_MODE = yes; then MAINTAINER_MODE_TRUE= MAINTAINER_MODE_FALSE='#' else MAINTAINER_MODE_TRUE='#' MAINTAINER_MODE_FALSE= fi MAINT=$MAINTAINER_MODE_TRUE REQUIRED_GTK2PERL=1.100 ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" ALL_LINGUAS="it de es fr ko mk nb nl pl ru tr he ka sv" GETTEXT_PACKAGE=bum cat >>confdefs.h <<_ACEOF #define GETTEXT_PACKAGE "$GETTEXT_PACKAGE" _ACEOF DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo done .PHONY: am__doit END # If we don't find an include directive, just comment out the code. { $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 $as_echo_n "checking for style of include used by $am_make... " >&6; } am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # We grep out `Entering directory' and `Leaving directory' # messages which can occur if `w' ends up in MAKEFLAGS. # In particular we don't look at `^make:' because GNU make might # be invoked under some other name (usually "gmake"), in which # case it prints its new name instead of `make'. if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then am__include=include am__quote= _am_result=GNU fi # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then am__include=.include am__quote="\"" _am_result=BSD fi fi { $as_echo "$as_me:$LINENO: result: $_am_result" >&5 $as_echo "$_am_result" >&6; } rm -f confinc confmf # Check whether --enable-dependency-tracking was given. if test "${enable_dependency_tracking+set}" = set; then enableval=$enable_dependency_tracking; fi if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= AMDEP_FALSE='#' else AMDEP_TRUE='#' AMDEP_FALSE= fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}gcc" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:$LINENO: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="gcc" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}cc" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:$LINENO: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:$LINENO: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:$LINENO: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="$ac_prog" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&5 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; }; } # Provide some information about the compiler. $as_echo "$as_me:$LINENO: checking for C compiler version" >&5 set X $ac_compile ac_compiler=$2 { (ac_try="$ac_compiler --version >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compiler --version >&5") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -v >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -v >&5") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -V >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -V >&5") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 $as_echo_n "checking for C compiler default output file name... " >&6; } ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` # The possible output files: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" ac_rmfiles= for ac_file in $ac_files do case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; * ) ac_rmfiles="$ac_rmfiles $ac_file";; esac done rm -f $ac_rmfiles if { (ac_try="$ac_link_default" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link_default") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' # in a Makefile. We should not override ac_cv_exeext if it was cached, # so that the user can short-circuit this test for compilers unknown to # Autoconf. for ac_file in $ac_files '' do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most # certainly right. break;; *.* ) if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; then :; else ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` fi # We set ac_cv_exeext here because the later test for it is not # safe: cross compilers may not add the suffix if given an `-o' # argument, so we may need to know it at that point already. # Even if this section looks crufty: it has the advantage of # actually working. break;; * ) break;; esac done test "$ac_cv_exeext" = no && ac_cv_exeext= else ac_file='' fi { $as_echo "$as_me:$LINENO: result: $ac_file" >&5 $as_echo "$ac_file" >&6; } if test -z "$ac_file"; then $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables See \`config.log' for more details." >&5 $as_echo "$as_me: error: C compiler cannot create executables See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; }; } fi ac_exeext=$ac_cv_exeext # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 $as_echo_n "checking whether the C compiler works... " >&6; } # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 # If not cross compiling, check that we can run a simple program. if test "$cross_compiling" != yes; then if { ac_try='./$ac_file' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details." >&5 $as_echo "$as_me: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; }; } fi fi fi { $as_echo "$as_me:$LINENO: result: yes" >&5 $as_echo "yes" >&6; } rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 $as_echo_n "checking whether we are cross compiling... " >&6; } { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 $as_echo "$cross_compiling" >&6; } { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 $as_echo_n "checking for suffix of executables... " >&6; } if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will # work properly (i.e., refer to `conftest.exe'), while it won't with # `rm'. for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link See \`config.log' for more details." >&5 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; }; } fi rm -f conftest$ac_cv_exeext { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 $as_echo "$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 $as_echo_n "checking for suffix of object files... " >&6; } if test "${ac_cv_objext+set}" = set; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.o conftest.obj if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile See \`config.log' for more details." >&5 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; }; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 $as_echo "$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if test "${ac_cv_c_compiler_gnu+set}" = set; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_compiler_gnu=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 $as_echo "$ac_cv_c_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 $as_echo_n "checking whether $CC accepts -g... " >&6; } if test "${ac_cv_prog_cc_g+set}" = set; then $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cc_g=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 CFLAGS="" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cc_g=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 $as_echo "$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if test "${ac_cv_prog_cc_c89+set}" = set; then $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) 'x' int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cc_c89=$ac_arg else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) { $as_echo "$as_me:$LINENO: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:$LINENO: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu depcc="$CC" am_compiler_list= { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with # Solaris 8's {/usr,}/bin/sh. touch sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf case $depmode in nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; none) break ;; esac # We check with `-c' and `-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle `-M -o', and we need to detect this. if depmode=$depmode \ source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CC_dependencies_compiler_type=none fi fi { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 $as_echo_n "checking how to run the C preprocessor... " >&6; } # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then if test "${ac_cv_prog_CPP+set}" = set; then $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" do ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. continue fi rm -f conftest.err conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then # Broken: success on invalid input. continue else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then break fi done ac_cv_prog_CPP=$CPP fi CPP=$ac_cv_prog_CPP else ac_cv_prog_CPP=$CPP fi { $as_echo "$as_me:$LINENO: result: $CPP" >&5 $as_echo "$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. continue fi rm -f conftest.err conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then # Broken: success on invalid input. continue else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details." >&5 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; }; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } if test "${ac_cv_path_GREP+set}" = set; then $as_echo_n "(cached) " >&6 else if test -z "$GREP"; then ac_path_GREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in grep ggrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue # Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'GREP' >> "conftest.nl" "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break ac_count=`expr $ac_count + 1` if test $ac_count -gt ${ac_path_GREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_GREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_GREP"; then { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} { (exit 1); exit 1; }; } fi else ac_cv_path_GREP=$GREP fi fi { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 $as_echo "$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" { $as_echo "$as_me:$LINENO: checking for egrep" >&5 $as_echo_n "checking for egrep... " >&6; } if test "${ac_cv_path_EGREP+set}" = set; then $as_echo_n "(cached) " >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else if test -z "$EGREP"; then ac_path_EGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in egrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue # Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'EGREP' >> "conftest.nl" "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break ac_count=`expr $ac_count + 1` if test $ac_count -gt ${ac_path_EGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_EGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_EGREP"; then { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} { (exit 1); exit 1; }; } fi else ac_cv_path_EGREP=$EGREP fi fi fi { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 $as_echo "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 $as_echo_n "checking for ANSI C header files... " >&6; } if test "${ac_cv_header_stdc+set}" = set; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include #include #include #include int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_header_stdc=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_header_stdc=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "memchr" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "free" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. if test "$cross_compiling" = yes; then : else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include #include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) #else # define ISLOWER(c) \ (('a' <= (c) && (c) <= 'i') \ || ('j' <= (c) && (c) <= 'r') \ || ('s' <= (c) && (c) <= 'z')) # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) #endif #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) int main () { int i; for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) return 2; return 0; } _ACEOF rm -f conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else $as_echo "$as_me: program exited with status $ac_status" >&5 $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_header_stdc=no fi rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 $as_echo "$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then cat >>confdefs.h <<\_ACEOF #define STDC_HEADERS 1 _ACEOF fi # On IRIX 5.3, sys/types and inttypes.h are conflicting. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h do as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 $as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default #include <$ac_header> _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then eval "$as_ac_Header=yes" else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Header=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi ac_res=`eval 'as_val=${'$as_ac_Header'} $as_echo "$as_val"'` { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } as_val=`eval 'as_val=${'$as_ac_Header'} $as_echo "$as_val"'` if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done for ac_header in locale.h do as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 $as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then $as_echo_n "(cached) " >&6 fi ac_res=`eval 'as_val=${'$as_ac_Header'} $as_echo "$as_val"'` { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } else # Is the header compilable? { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 $as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default #include <$ac_header> _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 $as_echo "$ac_header_compiler" >&6; } # Is the header present? { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 $as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include <$ac_header> _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 $as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ;; esac { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 $as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi ac_res=`eval 'as_val=${'$as_ac_Header'} $as_echo "$as_val"'` { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } fi as_val=`eval 'as_val=${'$as_ac_Header'} $as_echo "$as_val"'` if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done if test $ac_cv_header_locale_h = yes; then { $as_echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5 $as_echo_n "checking for LC_MESSAGES... " >&6; } if test "${am_cv_val_LC_MESSAGES+set}" = set; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include int main () { return LC_MESSAGES ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then am_cv_val_LC_MESSAGES=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 am_cv_val_LC_MESSAGES=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5 $as_echo "$am_cv_val_LC_MESSAGES" >&6; } if test $am_cv_val_LC_MESSAGES = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_LC_MESSAGES 1 _ACEOF fi fi USE_NLS=yes gt_cv_have_gettext=no CATOBJEXT=NONE XGETTEXT=: INTLLIBS= if test "${ac_cv_header_libintl_h+set}" = set; then { $as_echo "$as_me:$LINENO: checking for libintl.h" >&5 $as_echo_n "checking for libintl.h... " >&6; } if test "${ac_cv_header_libintl_h+set}" = set; then $as_echo_n "(cached) " >&6 fi { $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5 $as_echo "$ac_cv_header_libintl_h" >&6; } else # Is the header compilable? { $as_echo "$as_me:$LINENO: checking libintl.h usability" >&5 $as_echo_n "checking libintl.h usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default #include _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 $as_echo "$ac_header_compiler" >&6; } # Is the header present? { $as_echo "$as_me:$LINENO: checking libintl.h presence" >&5 $as_echo_n "checking libintl.h presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 $as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) { $as_echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5 $as_echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} { $as_echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) { $as_echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5 $as_echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;} { $as_echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5 $as_echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;} { $as_echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5 $as_echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;} { $as_echo "$as_me:$LINENO: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&5 $as_echo "$as_me: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&2;} { $as_echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5 $as_echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;} { $as_echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5 $as_echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;} ;; esac { $as_echo "$as_me:$LINENO: checking for libintl.h" >&5 $as_echo_n "checking for libintl.h... " >&6; } if test "${ac_cv_header_libintl_h+set}" = set; then $as_echo_n "(cached) " >&6 else ac_cv_header_libintl_h=$ac_header_preproc fi { $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5 $as_echo "$ac_cv_header_libintl_h" >&6; } fi if test "x$ac_cv_header_libintl_h" = x""yes; then gt_cv_func_dgettext_libintl="no" libintl_extra_libs="" # # First check in libc # { $as_echo "$as_me:$LINENO: checking for ngettext in libc" >&5 $as_echo_n "checking for ngettext in libc... " >&6; } if test "${gt_cv_func_ngettext_libc+set}" = set; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include int main () { return !ngettext ("","", 1) ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then gt_cv_func_ngettext_libc=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 gt_cv_func_ngettext_libc=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:$LINENO: result: $gt_cv_func_ngettext_libc" >&5 $as_echo "$gt_cv_func_ngettext_libc" >&6; } if test "$gt_cv_func_ngettext_libc" = "yes" ; then { $as_echo "$as_me:$LINENO: checking for dgettext in libc" >&5 $as_echo_n "checking for dgettext in libc... " >&6; } if test "${gt_cv_func_dgettext_libc+set}" = set; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include int main () { return !dgettext ("","") ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then gt_cv_func_dgettext_libc=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 gt_cv_func_dgettext_libc=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:$LINENO: result: $gt_cv_func_dgettext_libc" >&5 $as_echo "$gt_cv_func_dgettext_libc" >&6; } fi if test "$gt_cv_func_ngettext_libc" = "yes" ; then for ac_func in bind_textdomain_codeset do as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 $as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Define $ac_func to an innocuous variant, in case declares $ac_func. For example, HP-UX 11i declares gettimeofday. */ #define $ac_func innocuous_$ac_func /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef $ac_func /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_$ac_func || defined __stub___$ac_func choke me #endif int main () { return $ac_func (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then eval "$as_ac_var=yes" else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi ac_res=`eval 'as_val=${'$as_ac_var'} $as_echo "$as_val"'` { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } as_val=`eval 'as_val=${'$as_ac_var'} $as_echo "$as_val"'` if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done fi # # If we don't have everything we want, check in libintl # if test "$gt_cv_func_dgettext_libc" != "yes" \ || test "$gt_cv_func_ngettext_libc" != "yes" \ || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then { $as_echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5 $as_echo_n "checking for bindtextdomain in -lintl... " >&6; } if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lintl $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char bindtextdomain (); int main () { return bindtextdomain (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_lib_intl_bindtextdomain=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_intl_bindtextdomain=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5 $as_echo "$ac_cv_lib_intl_bindtextdomain" >&6; } if test "x$ac_cv_lib_intl_bindtextdomain" = x""yes; then { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5 $as_echo_n "checking for ngettext in -lintl... " >&6; } if test "${ac_cv_lib_intl_ngettext+set}" = set; then $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lintl $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char ngettext (); int main () { return ngettext (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_lib_intl_ngettext=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_intl_ngettext=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5 $as_echo "$ac_cv_lib_intl_ngettext" >&6; } if test "x$ac_cv_lib_intl_ngettext" = x""yes; then { $as_echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5 $as_echo_n "checking for dgettext in -lintl... " >&6; } if test "${ac_cv_lib_intl_dgettext+set}" = set; then $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lintl $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dgettext (); int main () { return dgettext (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_lib_intl_dgettext=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_intl_dgettext=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5 $as_echo "$ac_cv_lib_intl_dgettext" >&6; } if test "x$ac_cv_lib_intl_dgettext" = x""yes; then gt_cv_func_dgettext_libintl=yes fi fi fi if test "$gt_cv_func_dgettext_libintl" != "yes" ; then { $as_echo "$as_me:$LINENO: checking if -liconv is needed to use gettext" >&5 $as_echo_n "checking if -liconv is needed to use gettext... " >&6; } { $as_echo "$as_me:$LINENO: result: " >&5 $as_echo "" >&6; } { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5 $as_echo_n "checking for ngettext in -lintl... " >&6; } if test "${ac_cv_lib_intl_ngettext+set}" = set; then $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lintl -liconv $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char ngettext (); int main () { return ngettext (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_lib_intl_ngettext=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_intl_ngettext=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5 $as_echo "$ac_cv_lib_intl_ngettext" >&6; } if test "x$ac_cv_lib_intl_ngettext" = x""yes; then { $as_echo "$as_me:$LINENO: checking for dcgettext in -lintl" >&5 $as_echo_n "checking for dcgettext in -lintl... " >&6; } if test "${ac_cv_lib_intl_dcgettext+set}" = set; then $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lintl -liconv $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dcgettext (); int main () { return dcgettext (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_lib_intl_dcgettext=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_intl_dcgettext=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dcgettext" >&5 $as_echo "$ac_cv_lib_intl_dcgettext" >&6; } if test "x$ac_cv_lib_intl_dcgettext" = x""yes; then gt_cv_func_dgettext_libintl=yes libintl_extra_libs=-liconv else : fi else : fi fi # # If we found libintl, then check in it for bind_textdomain_codeset(); # we'll prefer libc if neither have bind_textdomain_codeset(), # and both have dgettext and ngettext # if test "$gt_cv_func_dgettext_libintl" = "yes" ; then glib_save_LIBS="$LIBS" LIBS="$LIBS -lintl $libintl_extra_libs" unset ac_cv_func_bind_textdomain_codeset for ac_func in bind_textdomain_codeset do as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 $as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Define $ac_func to an innocuous variant, in case declares $ac_func. For example, HP-UX 11i declares gettimeofday. */ #define $ac_func innocuous_$ac_func /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef $ac_func /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_$ac_func || defined __stub___$ac_func choke me #endif int main () { return $ac_func (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then eval "$as_ac_var=yes" else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi ac_res=`eval 'as_val=${'$as_ac_var'} $as_echo "$as_val"'` { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } as_val=`eval 'as_val=${'$as_ac_var'} $as_echo "$as_val"'` if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done LIBS="$glib_save_LIBS" if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then gt_cv_func_dgettext_libc=no else if test "$gt_cv_func_dgettext_libc" = "yes" \ && test "$gt_cv_func_ngettext_libc" = "yes"; then gt_cv_func_dgettext_libintl=no fi fi fi fi if test "$gt_cv_func_dgettext_libc" = "yes" \ || test "$gt_cv_func_dgettext_libintl" = "yes"; then gt_cv_have_gettext=yes fi if test "$gt_cv_func_dgettext_libintl" = "yes"; then INTLLIBS="-lintl $libintl_extra_libs" fi if test "$gt_cv_have_gettext" = "yes"; then cat >>confdefs.h <<\_ACEOF #define HAVE_GETTEXT 1 _ACEOF # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_MSGFMT+set}" = set; then $as_echo_n "(cached) " >&6 else case "$MSGFMT" in /*) ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. ;; *) IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" for ac_dir in $PATH; do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$ac_word; then if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then ac_cv_path_MSGFMT="$ac_dir/$ac_word" break fi fi done IFS="$ac_save_ifs" test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no" ;; esac fi MSGFMT="$ac_cv_path_MSGFMT" if test "$MSGFMT" != "no"; then { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5 $as_echo "$MSGFMT" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test "$MSGFMT" != "no"; then glib_save_LIBS="$LIBS" LIBS="$LIBS $INTLLIBS" for ac_func in dcgettext do as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 $as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Define $ac_func to an innocuous variant, in case declares $ac_func. For example, HP-UX 11i declares gettimeofday. */ #define $ac_func innocuous_$ac_func /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef $ac_func /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_$ac_func || defined __stub___$ac_func choke me #endif int main () { return $ac_func (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then eval "$as_ac_var=yes" else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi ac_res=`eval 'as_val=${'$as_ac_var'} $as_echo "$as_val"'` { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } as_val=`eval 'as_val=${'$as_ac_var'} $as_echo "$as_val"'` if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done MSGFMT_OPTS= { $as_echo "$as_me:$LINENO: checking if msgfmt accepts -c" >&5 $as_echo_n "checking if msgfmt accepts -c... " >&6; } cat >conftest.foo <<_ACEOF msgid "" msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Project-Id-Version: test 1.0\n" "PO-Revision-Date: 2007-02-15 12:01+0100\n" "Last-Translator: test \n" "Language-Team: C \n" "MIME-Version: 1.0\n" "Content-Transfer-Encoding: 8bit\n" _ACEOF if { ($as_echo "$as_me:$LINENO: \$MSGFMT -c -o /dev/null conftest.foo") >&5 ($MSGFMT -c -o /dev/null conftest.foo) 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then MSGFMT_OPTS=-c; { $as_echo "$as_me:$LINENO: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } echo "$as_me: failed input was:" >&5 sed 's/^/| /' conftest.foo >&5 fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_GMSGFMT+set}" = set; then $as_echo_n "(cached) " >&6 else case $GMSGFMT in [\\/]* | ?:[\\/]*) ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" ;; esac fi GMSGFMT=$ac_cv_path_GMSGFMT if test -n "$GMSGFMT"; then { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5 $as_echo "$GMSGFMT" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_XGETTEXT+set}" = set; then $as_echo_n "(cached) " >&6 else case "$XGETTEXT" in /*) ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. ;; *) IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" for ac_dir in $PATH; do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$ac_word; then if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then ac_cv_path_XGETTEXT="$ac_dir/$ac_word" break fi fi done IFS="$ac_save_ifs" test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":" ;; esac fi XGETTEXT="$ac_cv_path_XGETTEXT" if test "$XGETTEXT" != ":"; then { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5 $as_echo "$XGETTEXT" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { extern int _nl_msg_cat_cntr; return _nl_msg_cat_cntr ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then CATOBJEXT=.gmo DATADIRNAME=share else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 case $host in *-*-solaris*) { $as_echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5 $as_echo_n "checking for bind_textdomain_codeset... " >&6; } if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Define bind_textdomain_codeset to an innocuous variant, in case declares bind_textdomain_codeset. For example, HP-UX 11i declares gettimeofday. */ #define bind_textdomain_codeset innocuous_bind_textdomain_codeset /* System header to define __stub macros and hopefully few prototypes, which can conflict with char bind_textdomain_codeset (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef bind_textdomain_codeset /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char bind_textdomain_codeset (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset choke me #endif int main () { return bind_textdomain_codeset (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_func_bind_textdomain_codeset=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_bind_textdomain_codeset=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5 $as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; } if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then CATOBJEXT=.gmo DATADIRNAME=share else CATOBJEXT=.mo DATADIRNAME=lib fi ;; *) CATOBJEXT=.mo DATADIRNAME=lib ;; esac fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS="$glib_save_LIBS" INSTOBJEXT=.mo else gt_cv_have_gettext=no fi fi fi if test "$gt_cv_have_gettext" = "yes" ; then cat >>confdefs.h <<\_ACEOF #define ENABLE_NLS 1 _ACEOF fi if test "$XGETTEXT" != ":"; then if $XGETTEXT --omit-header /dev/null 2> /dev/null; then : ; else { $as_echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; } XGETTEXT=":" fi fi # We need to process the po/ directory. POSUB=po ac_config_commands="$ac_config_commands default-1" for lang in $ALL_LINGUAS; do GMOFILES="$GMOFILES $lang.gmo" POFILES="$POFILES $lang.po" done if test "$gt_cv_have_gettext" = "yes"; then if test "x$ALL_LINGUAS" = "x"; then LINGUAS= else { $as_echo "$as_me:$LINENO: checking for catalogs to be installed" >&5 $as_echo_n "checking for catalogs to be installed... " >&6; } NEW_LINGUAS= for presentlang in $ALL_LINGUAS; do useit=no if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then desiredlanguages="$LINGUAS" else desiredlanguages="$ALL_LINGUAS" fi for desiredlang in $desiredlanguages; do # Use the presentlang catalog if desiredlang is # a. equal to presentlang, or # b. a variant of presentlang (because in this case, # presentlang can be used as a fallback for messages # which are not translated in the desiredlang catalog). case "$desiredlang" in "$presentlang"*) useit=yes;; esac done if test $useit = yes; then NEW_LINGUAS="$NEW_LINGUAS $presentlang" fi done LINGUAS=$NEW_LINGUAS { $as_echo "$as_me:$LINENO: result: $LINGUAS" >&5 $as_echo "$LINGUAS" >&6; } fi if test -n "$LINGUAS"; then for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done fi fi MKINSTALLDIRS= if test -n "$ac_aux_dir"; then MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" fi if test -z "$MKINSTALLDIRS"; then MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" fi test -d po || mkdir po if test "x$srcdir" != "x."; then if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then posrcprefix="$srcdir/" else posrcprefix="../$srcdir/" fi else posrcprefix="../" fi rm -f po/POTFILES sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \ < $srcdir/po/POTFILES.in > po/POTFILES { $as_echo "$as_me:$LINENO: checking whether NLS is requested" >&5 $as_echo_n "checking whether NLS is requested... " >&6; } # Check whether --enable-nls was given. if test "${enable_nls+set}" = set; then enableval=$enable_nls; USE_NLS=$enableval else USE_NLS=yes fi { $as_echo "$as_me:$LINENO: result: $USE_NLS" >&5 $as_echo "$USE_NLS" >&6; } case "$am__api_version" in 1.01234) { { $as_echo "$as_me:$LINENO: error: Automake 1.5 or newer is required to use intltool" >&5 $as_echo "$as_me: error: Automake 1.5 or newer is required to use intltool" >&2;} { (exit 1); exit 1; }; } ;; *) ;; esac if test -n ""; then { $as_echo "$as_me:$LINENO: checking for intltool >= " >&5 $as_echo_n "checking for intltool >= ... " >&6; } INTLTOOL_REQUIRED_VERSION_AS_INT=`echo | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` { $as_echo "$as_me:$LINENO: result: $INTLTOOL_APPLIED_VERSION found" >&5 $as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; } test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || { { $as_echo "$as_me:$LINENO: error: Your intltool is too old. You need intltool or later." >&5 $as_echo "$as_me: error: Your intltool is too old. You need intltool or later." >&2;} { (exit 1); exit 1; }; } fi # Extract the first word of "intltool-update", so it can be a program name with args. set dummy intltool-update; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_INTLTOOL_UPDATE+set}" = set; then $as_echo_n "(cached) " >&6 else case $INTLTOOL_UPDATE in [\\/]* | ?:[\\/]*) ac_cv_path_INTLTOOL_UPDATE="$INTLTOOL_UPDATE" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_INTLTOOL_UPDATE="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi INTLTOOL_UPDATE=$ac_cv_path_INTLTOOL_UPDATE if test -n "$INTLTOOL_UPDATE"; then { $as_echo "$as_me:$LINENO: result: $INTLTOOL_UPDATE" >&5 $as_echo "$INTLTOOL_UPDATE" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi # Extract the first word of "intltool-merge", so it can be a program name with args. set dummy intltool-merge; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_INTLTOOL_MERGE+set}" = set; then $as_echo_n "(cached) " >&6 else case $INTLTOOL_MERGE in [\\/]* | ?:[\\/]*) ac_cv_path_INTLTOOL_MERGE="$INTLTOOL_MERGE" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_INTLTOOL_MERGE="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi INTLTOOL_MERGE=$ac_cv_path_INTLTOOL_MERGE if test -n "$INTLTOOL_MERGE"; then { $as_echo "$as_me:$LINENO: result: $INTLTOOL_MERGE" >&5 $as_echo "$INTLTOOL_MERGE" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi # Extract the first word of "intltool-extract", so it can be a program name with args. set dummy intltool-extract; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_INTLTOOL_EXTRACT+set}" = set; then $as_echo_n "(cached) " >&6 else case $INTLTOOL_EXTRACT in [\\/]* | ?:[\\/]*) ac_cv_path_INTLTOOL_EXTRACT="$INTLTOOL_EXTRACT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_INTLTOOL_EXTRACT="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi INTLTOOL_EXTRACT=$ac_cv_path_INTLTOOL_EXTRACT if test -n "$INTLTOOL_EXTRACT"; then { $as_echo "$as_me:$LINENO: result: $INTLTOOL_EXTRACT" >&5 $as_echo "$INTLTOOL_EXTRACT" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then { { $as_echo "$as_me:$LINENO: error: The intltool scripts were not found. Please install intltool." >&5 $as_echo "$as_me: error: The intltool scripts were not found. Please install intltool." >&2;} { (exit 1); exit 1; }; } fi INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@' INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@' INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' # Check the gettext tools to make sure they are GNU # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_XGETTEXT+set}" = set; then $as_echo_n "(cached) " >&6 else case $XGETTEXT in [\\/]* | ?:[\\/]*) ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_XGETTEXT="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi XGETTEXT=$ac_cv_path_XGETTEXT if test -n "$XGETTEXT"; then { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5 $as_echo "$XGETTEXT" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi # Extract the first word of "msgmerge", so it can be a program name with args. set dummy msgmerge; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_MSGMERGE+set}" = set; then $as_echo_n "(cached) " >&6 else case $MSGMERGE in [\\/]* | ?:[\\/]*) ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_MSGMERGE="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi MSGMERGE=$ac_cv_path_MSGMERGE if test -n "$MSGMERGE"; then { $as_echo "$as_me:$LINENO: result: $MSGMERGE" >&5 $as_echo "$MSGMERGE" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_MSGFMT+set}" = set; then $as_echo_n "(cached) " >&6 else case $MSGFMT in [\\/]* | ?:[\\/]*) ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi MSGFMT=$ac_cv_path_MSGFMT if test -n "$MSGFMT"; then { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5 $as_echo "$MSGFMT" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_GMSGFMT+set}" = set; then $as_echo_n "(cached) " >&6 else case $GMSGFMT in [\\/]* | ?:[\\/]*) ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" ;; esac fi GMSGFMT=$ac_cv_path_GMSGFMT if test -n "$GMSGFMT"; then { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5 $as_echo "$GMSGFMT" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then { { $as_echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5 $as_echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;} { (exit 1); exit 1; }; } fi xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`" mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`" mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`" if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then { { $as_echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5 $as_echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;} { (exit 1); exit 1; }; } fi # Extract the first word of "perl", so it can be a program name with args. set dummy perl; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_INTLTOOL_PERL+set}" = set; then $as_echo_n "(cached) " >&6 else case $INTLTOOL_PERL in [\\/]* | ?:[\\/]*) ac_cv_path_INTLTOOL_PERL="$INTLTOOL_PERL" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_INTLTOOL_PERL="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi INTLTOOL_PERL=$ac_cv_path_INTLTOOL_PERL if test -n "$INTLTOOL_PERL"; then { $as_echo "$as_me:$LINENO: result: $INTLTOOL_PERL" >&5 $as_echo "$INTLTOOL_PERL" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test -z "$INTLTOOL_PERL"; then { { $as_echo "$as_me:$LINENO: error: perl not found" >&5 $as_echo "$as_me: error: perl not found" >&2;} { (exit 1); exit 1; }; } fi { $as_echo "$as_me:$LINENO: checking for perl >= 5.8.1" >&5 $as_echo_n "checking for perl >= 5.8.1... " >&6; } $INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1 if test $? -ne 0; then { { $as_echo "$as_me:$LINENO: error: perl 5.8.1 is required for intltool" >&5 $as_echo "$as_me: error: perl 5.8.1 is required for intltool" >&2;} { (exit 1); exit 1; }; } else IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`" { $as_echo "$as_me:$LINENO: result: $IT_PERL_VERSION" >&5 $as_echo "$IT_PERL_VERSION" >&6; } fi if test "x" != "xno-xml"; then { $as_echo "$as_me:$LINENO: checking for XML::Parser" >&5 $as_echo_n "checking for XML::Parser... " >&6; } if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then { $as_echo "$as_me:$LINENO: result: ok" >&5 $as_echo "ok" >&6; } else { { $as_echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5 $as_echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;} { (exit 1); exit 1; }; } fi fi # Substitute ALL_LINGUAS so we can use it in po/Makefile # Set DATADIRNAME correctly if it is not set yet # (copied from glib-gettext.m4) if test -z "$DATADIRNAME"; then cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { extern int _nl_msg_cat_cntr; return _nl_msg_cat_cntr ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then DATADIRNAME=share else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 case $host in *-*-solaris*) { $as_echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5 $as_echo_n "checking for bind_textdomain_codeset... " >&6; } if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Define bind_textdomain_codeset to an innocuous variant, in case declares bind_textdomain_codeset. For example, HP-UX 11i declares gettimeofday. */ #define bind_textdomain_codeset innocuous_bind_textdomain_codeset /* System header to define __stub macros and hopefully few prototypes, which can conflict with char bind_textdomain_codeset (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef bind_textdomain_codeset /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char bind_textdomain_codeset (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset choke me #endif int main () { return bind_textdomain_codeset (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_func_bind_textdomain_codeset=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_bind_textdomain_codeset=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5 $as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; } if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then DATADIRNAME=share else DATADIRNAME=lib fi ;; *) DATADIRNAME=lib ;; esac fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:$LINENO: checking for Gtk2 >= $REQUIRED_GTK2PERL" >&5 $as_echo_n "checking for Gtk2 >= $REQUIRED_GTK2PERL... " >&6; } prog=" use Gtk2; exit 0 if Gtk2->VERSION >= $REQUIRED_GTK2PERL; exit 1; " if perl -e "$prog" 1>&5 2>&5; then { $as_echo "$as_me:$LINENO: result: found" >&5 $as_echo "found" >&6; } else { $as_echo "$as_me:$LINENO: result: not found" >&5 $as_echo "not found" >&6; } { { $as_echo "$as_me:$LINENO: error: required gtk2-perl version not found" >&5 $as_echo "$as_me: error: required gtk2-perl version not found" >&2;} { (exit 1); exit 1; }; } fi ac_config_files="$ac_config_files Makefile data/Makefile icons/Makefile lib/Makefile po/Makefile.in" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure # scripts and configure runs, see configure's option --config-cache. # It is not useful on other systems. If it contains results you don't # want to keep, you may remove or edit it. # # config.status only pays attention to the cache file if you give it # the --recheck option to rerun configure. # # `ac_cv_env_foo' variables (set or unset) will be overridden when # loading this file, other *unset* `ac_cv_foo' will be assigned the # following values. _ACEOF # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. # So, we kill variables containing newlines. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. ( for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) $as_unset $ac_var ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space=' '; set) 2>&1` in #( *${as_nl}ac_space=\ *) # `set' does not quote correctly, so add quotes (double-quote # substitution turns \\\\ into \\, and sed turns \\ into \). sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" ;; #( *) # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) | sed ' /^ac_cv_env_/b end t clear :clear s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ t end s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ :end' >>confcache if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if test -w "$cache_file"; then test "x$cache_file" != "x/dev/null" && { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5 $as_echo "$as_me: updating cache $cache_file" >&6;} cat confcache >$cache_file else { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache test "x$prefix" = xNONE && prefix=$ac_default_prefix # Let make expand exec_prefix. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' # Transform confdefs.h into DEFS. # Protect against shell expansion while executing Makefile rules. # Protect against Makefile macro expansion. # # If the first sed substitution is executed (which looks for macros that # take arguments), then branch to the quote section. Otherwise, # look for a macro that doesn't take arguments. ac_script=' :mline /\\$/{ N s,\\\n,, b mline } t clear :clear s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g t quote s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g t quote b any :quote s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g s/\[/\\&/g s/\]/\\&/g s/\$/$$/g H :any ${ g s/^\n// s/\n/ /g p } ' DEFS=`sed -n "$ac_script" confdefs.h` ac_libobjs= ac_ltlibobjs= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' ac_i=`$as_echo "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' done LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined. Usually this means the macro was only invoked conditionally." >&5 $as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." >&5 $as_echo "$as_me: error: conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." >&5 $as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi ac_config_commands="$ac_config_commands po/stamp-it" : ${CONFIG_STATUS=./config.status} ac_write_fail=0 ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging # configure, is in config.log if it exists. debug=false ac_cs_recheck=false ac_cs_silent=false SHELL=\${CONFIG_SHELL-$SHELL} _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ## --------------------- ## ## M4sh Initialization. ## ## --------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac fi # PATH needs CR # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # Support unset when possible. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then as_unset=unset else as_unset=false fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. case $0 in *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 { (exit 1); exit 1; } fi # Work around bugs in pre-3.0 UWIN ksh. for as_var in ENV MAIL MAILPATH do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi # Name of the executable. as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # CDPATH. $as_unset CDPATH as_lineno_1=$LINENO as_lineno_2=$LINENO test "x$as_lineno_1" != "x$as_lineno_2" && test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { # Create $as_me.lineno as a copy of $as_myself, but with $LINENO # uniformly replaced by the line number. The first 'sed' inserts a # line-number line after each line using $LINENO; the second 'sed' # does the real work. The second script uses 'N' to pair each # line-number line with the line containing $LINENO, and appends # trailing '-' during substitution so that $LINENO is not a special # case at line end. # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the # scripts with optimization help from Paolo Bonzini. Blame Lee # E. McMahon (1931-1989) for sed's syntax. :-) sed -n ' p /[$]LINENO/= ' <$as_myself | sed ' s/[$]LINENO.*/&-/ t lineno b :lineno N :loop s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 { (exit 1); exit 1; }; } # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). . "./$as_me.lineno" # Exit status is that of the last command. exit } if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in -n*) case `echo 'x\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. *) ECHO_C='\c';; esac;; *) ECHO_N='-n';; esac if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -p'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -p' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -p' fi else as_ln_s='cp -p' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p=: else test -d ./-p && rmdir ./-p as_mkdir_p=false fi if test -x / >/dev/null 2>&1; then as_test_x='test -x' else if ls -dL / >/dev/null 2>&1; then as_ls_L_option=L else as_ls_L_option= fi as_test_x=' eval sh -c '\'' if test -d "$1"; then test -d "$1/."; else case $1 in -*)set "./$1";; esac; case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in ???[sx]*):;;*)false;;esac;fi '\'' sh ' fi as_executable_p=$as_test_x # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" exec 6>&1 # Save the log message, to keep $[0] and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by bum $as_me 2.5.2, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ on `(hostname || uname -n) 2>/dev/null | sed 1q` " _ACEOF case $ac_config_files in *" "*) set x $ac_config_files; shift; ac_config_files=$*;; esac cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. config_files="$ac_config_files" config_commands="$ac_config_commands" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ \`$as_me' instantiates files from templates according to the current configuration. Usage: $0 [OPTION]... [FILE]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit -q, --quiet, --silent do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE Configuration files: $config_files Configuration commands: $config_commands Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ bum config.status 2.5.2 configured by $0, generated by GNU Autoconf 2.63, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" Copyright (C) 2008 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='$ac_pwd' srcdir='$srcdir' INSTALL='$INSTALL' MKDIR_P='$MKDIR_P' AWK='$AWK' test -n "\$AWK" || AWK=awk _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # The default lists apply if the user does not specify any file. ac_need_defaults=: while test $# != 0 do case $1 in --*=*) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ac_shift=: ;; *) ac_option=$1 ac_optarg=$2 ac_shift=shift ;; esac case $ac_option in # Handling of the options. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) $as_echo "$ac_cs_version"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; esac CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" ac_need_defaults=false;; --he | --h | --help | --hel | -h ) $as_echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. -*) { $as_echo "$as_me: error: unrecognized option: $1 Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; } ;; *) ac_config_targets="$ac_config_targets $1" ac_need_defaults=false ;; esac shift done ac_configure_extra_args= if $ac_cs_silent; then exec 6>/dev/null ac_configure_extra_args="$ac_configure_extra_args --silent" fi _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion shift \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 CONFIG_SHELL='$SHELL' export CONFIG_SHELL exec "\$@" fi _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX $as_echo "$ac_log" } >&5 _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # # INIT-COMMANDS # AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Handling of arguments. for ac_config_target in $ac_config_targets do case $ac_config_target in "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;; "icons/Makefile") CONFIG_FILES="$CONFIG_FILES icons/Makefile" ;; "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;; *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esac done # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # We use the long form for the default assignment because of an extremely # bizarre bug on SunOS 4.1.3. if $ac_need_defaults; then test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands fi # Have a temporary directory for convenience. Make it in the build tree # simply because there is no reason against having it here, and in addition, # creating and moving files from /tmp can sometimes cause problems. # Hook for its removal unless debugging. # Note that there is a small window in which the directory will not be cleaned: # after its creation but before its name has been assigned to `$tmp'. $debug || { tmp= trap 'exit_status=$? { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status ' 0 trap '{ (exit 1); exit 1; }' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. { tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" } || { tmp=./conf$$-$RANDOM (umask 077 && mkdir "$tmp") } || { $as_echo "$as_me: cannot create a temporary directory in ." >&2 { (exit 1); exit 1; } } # Set up the scripts for CONFIG_FILES section. # No need to generate them if there are no CONFIG_FILES. # This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then ac_cr=' ' ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ac_cs_awk_cr='\\r' else ac_cs_awk_cr=$ac_cr fi echo 'BEGIN {' >"$tmp/subs1.awk" && _ACEOF { echo "cat >conf$$subs.awk <<_ACEOF" && echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && echo "_ACEOF" } >conf$$subs.sh || { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} { (exit 1); exit 1; }; } ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do . ./conf$$subs.sh || { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} { (exit 1); exit 1; }; } ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` if test $ac_delim_n = $ac_delim_num; then break elif $ac_last_try; then { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} { (exit 1); exit 1; }; } else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done rm -f conf$$subs.sh cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && _ACEOF sed -n ' h s/^/S["/; s/!.*/"]=/ p g s/^[^!]*!// :repl t repl s/'"$ac_delim"'$// t delim :nl h s/\(.\{148\}\).*/\1/ t more1 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ p n b repl :more1 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t nl :delim h s/\(.\{148\}\).*/\1/ t more2 s/["\\]/\\&/g; s/^/"/; s/$/"/ p b :more2 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t delim ' >$CONFIG_STATUS || ac_write_fail=1 rm -f conf$$subs.awk cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 _ACAWK cat >>"\$tmp/subs1.awk" <<_ACAWK && for (key in S) S_is_set[key] = 1 FS = "" } { line = $ 0 nfields = split(line, field, "@") substed = 0 len = length(field[1]) for (i = 2; i < nfields; i++) { key = field[i] keylen = length(key) if (S_is_set[key]) { value = S[key] line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) len += length(value) + length(field[++i]) substed = 1 } else len += 1 + keylen } print line } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" else cat fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 $as_echo "$as_me: error: could not setup config files machinery" >&2;} { (exit 1); exit 1; }; } _ACEOF # VPATH may cause trouble with some makes, so we remove $(srcdir), # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and # trailing colons and then remove the whole line if VPATH becomes empty # (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then ac_vpsub='/^[ ]*VPATH[ ]*=/{ s/:*\$(srcdir):*/:/ s/:*\${srcdir}:*/:/ s/:*@srcdir@:*/:/ s/^\([^=]*=[ ]*\):*/\1/ s/:*$// s/^[^=]*=[ ]*$// }' fi cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 fi # test -n "$CONFIG_FILES" eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS" shift for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;} { (exit 1); exit 1; }; };; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac ac_save_IFS=$IFS IFS=: set x $ac_tag IFS=$ac_save_IFS shift ac_file=$1 shift case $ac_mode in :L) ac_source=$1;; :[FH]) ac_file_inputs= for ac_f do case $ac_f in -) ac_f="$tmp/stdin";; *) # Look for the file first in the build tree, then in the source tree # (if the path is not absolute). The absolute path cannot be DOS-style, # because $ac_f cannot contain `:'. test -f "$ac_f" || case $ac_f in [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;} { (exit 1); exit 1; }; };; esac case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac ac_file_inputs="$ac_file_inputs '$ac_f'" done # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ configure_input='Generated from '` $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" { $as_echo "$as_me:$LINENO: creating $ac_file" >&5 $as_echo "$as_me: creating $ac_file" >&6;} fi # Neutralize special characters interpreted by sed in replacement strings. case $configure_input in #( *\&* | *\|* | *\\* ) ac_sed_conf_input=`$as_echo "$configure_input" | sed 's/[\\\\&|]/\\\\&/g'`;; #( *) ac_sed_conf_input=$configure_input;; esac case $ac_tag in *:-:* | *:-) cat >"$tmp/stdin" \ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 $as_echo "$as_me: error: could not create $ac_file" >&2;} { (exit 1); exit 1; }; } ;; esac ;; esac ac_dir=`$as_dirname -- "$ac_file" || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` { as_dir="$ac_dir" case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;} { (exit 1); exit 1; }; }; } ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix case $ac_mode in :F) # # CONFIG_FILE # case $INSTALL in [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; esac ac_MKDIR_P=$MKDIR_P case $MKDIR_P in [\\/$]* | ?:[\\/]* ) ;; */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; esac _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= ac_sed_dataroot=' /datarootdir/ { p q } /@datadir@/p /@docdir@/p /@infodir@/p /@localedir@/p /@mandir@/p ' case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g s&@infodir@&$infodir&g s&@localedir@&$localedir&g s&@mandir@&$mandir&g s&\\\${datarootdir}&$datarootdir&g' ;; esac _ACEOF # Neutralize VPATH when `$srcdir' = `.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_sed_extra="$ac_vpsub $extrasub _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t s&@builddir@&$ac_builddir&;t t s&@abs_builddir@&$ac_abs_builddir&;t t s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@INSTALL@&$ac_INSTALL&;t t s&@MKDIR_P@&$ac_MKDIR_P&;t t $ac_datarootdir_hack " eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 $as_echo "$as_me: error: could not create $ac_file" >&2;} { (exit 1); exit 1; }; } test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined." >&5 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined." >&2;} rm -f "$tmp/stdin" case $ac_file in -) cat "$tmp/out" && rm -f "$tmp/out";; *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; esac \ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 $as_echo "$as_me: error: could not create $ac_file" >&2;} { (exit 1); exit 1; }; } ;; :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5 $as_echo "$as_me: executing $ac_file commands" >&6;} ;; esac case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { # Autoconf 2.62 quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named `Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`$as_dirname -- "$mf" || $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$mf" : 'X\(//\)[^/]' \| \ X"$mf" : 'X\(//\)$' \| \ X"$mf" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running `make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # When using ansi2knr, U may be empty or an underscore; expand it U=`sed -n 's/^U = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`$as_dirname -- "$file" || $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$file" : 'X\(//\)[^/]' \| \ X"$file" : 'X\(//\)$' \| \ X"$file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` { as_dir=$dirpart/$fdir case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;} { (exit 1); exit 1; }; }; } # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ;; "default-1":C) case "$CONFIG_FILES" in *po/Makefile.in*) sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile esac ;; "po/stamp-it":C) if ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then { { $as_echo "$as_me:$LINENO: error: po/Makefile.in.in was not created by intltoolize." >&5 $as_echo "$as_me: error: po/Makefile.in.in was not created by intltoolize." >&2;} { (exit 1); exit 1; }; } fi rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp" >"po/stamp-it.tmp" sed '/^#/d s/^[[].*] *// /^[ ]*$/d '"s|^| $ac_top_srcdir/|" \ "$srcdir/po/POTFILES.in" | sed '$!s/$/ \\/' >"po/POTFILES" sed '/^POTFILES =/,/[^\\]$/ { /^POTFILES =/!d r po/POTFILES } ' "po/Makefile.in" >"po/Makefile" rm -f "po/Makefile.tmp" mv "po/stamp-it.tmp" "po/stamp-it" ;; esac done # for ac_tag { (exit 0); exit 0; } _ACEOF chmod +x $CONFIG_STATUS ac_clean_files=$ac_clean_files_save test $ac_write_fail = 0 || { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;} { (exit 1); exit 1; }; } # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. # Unfortunately, on DOS this fails, as config.log is still kept open # by configure, so config.status won't be able to write to it; its # output is simply discarded. So we exec the FD to /dev/null, # effectively closing config.log, so it can be properly (re)opened and # appended to by config.status. When coming back to configure, we # need to make the FD available again. if test "$no_create" != yes; then ac_cs_success=: ac_config_status_args= test "$silent" = yes && ac_config_status_args="$ac_config_status_args --quiet" exec 5>/dev/null $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false exec 5>>config.log # Use ||, not &&, to avoid exiting from the if with $? = 1, which # would make configure fail if this is the last instruction. $ac_cs_success || { (exit 1); exit 1; } fi if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi bum-2.5.2/mkinstalldirs0000755000175000017500000000664711244776075012064 00000000000000#! /bin/sh # mkinstalldirs --- make directory hierarchy scriptversion=2006-05-11.19 # Original author: Noah Friedman # Created: 1993-05-16 # Public domain. # # This file is maintained in Automake, please report # bugs to or send patches to # . nl=' ' IFS=" "" $nl" errstatus=0 dirmode= usage="\ Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... Create each directory DIR (with mode MODE, if specified), including all leading file name components. Report bugs to ." # process command line arguments while test $# -gt 0 ; do case $1 in -h | --help | --h*) # -h for help echo "$usage" exit $? ;; -m) # -m PERM arg shift test $# -eq 0 && { echo "$usage" 1>&2; exit 1; } dirmode=$1 shift ;; --version) echo "$0 $scriptversion" exit $? ;; --) # stop option processing shift break ;; -*) # unknown option echo "$usage" 1>&2 exit 1 ;; *) # first non-opt arg break ;; esac done for file do if test -d "$file"; then shift else break fi done case $# in 0) exit 0 ;; esac # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and # mkdir -p a/c at the same time, both will detect that a is missing, # one will create a, then the other will try to create a and die with # a "File exists" error. This is a problem when calling mkinstalldirs # from a parallel make. We use --version in the probe to restrict # ourselves to GNU mkdir, which is thread-safe. case $dirmode in '') if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then echo "mkdir -p -- $*" exec mkdir -p -- "$@" else # On NextStep and OpenStep, the `mkdir' command does not # recognize any option. It will interpret all options as # directories to create, and then abort because `.' already # exists. test -d ./-p && rmdir ./-p test -d ./--version && rmdir ./--version fi ;; *) if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && test ! -d ./--version; then echo "mkdir -m $dirmode -p -- $*" exec mkdir -m "$dirmode" -p -- "$@" else # Clean up after NextStep and OpenStep mkdir. for d in ./-m ./-p ./--version "./$dirmode"; do test -d $d && rmdir $d done fi ;; esac for file do case $file in /*) pathcomp=/ ;; *) pathcomp= ;; esac oIFS=$IFS IFS=/ set fnord $file shift IFS=$oIFS for d do test "x$d" = x && continue pathcomp=$pathcomp$d case $pathcomp in -*) pathcomp=./$pathcomp ;; esac if test ! -d "$pathcomp"; then echo "mkdir $pathcomp" mkdir "$pathcomp" || lasterr=$? if test ! -d "$pathcomp"; then errstatus=$lasterr else if test ! -z "$dirmode"; then echo "chmod $dirmode $pathcomp" lasterr= chmod "$dirmode" "$pathcomp" || lasterr=$? if test ! -z "$lasterr"; then errstatus=$lasterr fi fi fi fi pathcomp=$pathcomp/ done done exit $errstatus # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-end: "$" # End: bum-2.5.2/config.sub0000755000175000017500000007763110775231256011235 00000000000000#! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # Inc. timestamp='2007-01-18' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software # can handle that machine. It does not imply ALL GNU software can. # # 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 # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program 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 # along with this program; if not, write to the Free Software # 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 . 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. # If it is invalid, we print an error message on stderr and exit with code 1. # Otherwise, we print the canonical config type on stdout and succeed. # This file is supposed to be the same for all GNU packages # and recognize all the CPU types, system types and aliases # that are meaningful with *any* GNU software. # Each package is responsible for reporting which valid configurations # it does not support. The user should be able to distinguish # a failure to support a valid configuration from a meaningless # configuration. # The goal of this file is to map all the various variations of a given # machine specification into a single specification in the form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or in some cases, the newer four-part form: # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # It is wrong to echo any other type of specification. me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] CPU-MFR-OPSYS $0 [OPTION] ALIAS Canonicalize a configuration name. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.sub ($timestamp) 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 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" exit 1 ;; *local*) # First pass through any local machine types. echo $1 exit ;; * ) break ;; esac done case $# in 0) echo "$me: missing argument$help" >&2 exit 1;; 1) ;; *) echo "$me: too many arguments$help" >&2 exit 1;; esac # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). # 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* | 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/'` ;; *) basic_machine=`echo $1 | sed 's/-[^-]*$//'` if [ $basic_machine != $1 ] then os=`echo $1 | sed 's/.*-/-/'` else os=; fi ;; esac ### Let's recognize common machines as not being operating systems so ### that things like config.sub decstation-3100 work. We also ### recognize some manufacturers as not being operating systems, so we ### can provide default operating systems below. case $os in -sun*os*) # Prevent following clause from handling this invalid input. ;; -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ -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 | -knuth | -cray) os= basic_machine=$1 ;; -sim | -cisco | -oki | -wec | -winbond) os= basic_machine=$1 ;; -scout) ;; -wrs) 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/'` ;; -sco4) os=-sco3.2v4 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2.[4-9]*) os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2v[4-9]*) # 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/'` ;; -udk*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -isc) os=-isc2.2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -clix*) basic_machine=clipper-intergraph ;; -isc*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -lynx*) os=-lynxos ;; -ptx*) basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` ;; -windowsnt*) os=`echo $os | sed -e 's/windowsnt/winnt/'` ;; -psos*) os=-psos ;; -mint | -mint[0-9]*) basic_machine=m68k-atari os=-mint ;; esac # Decode aliases for certain CPU-COMPANY combinations. case $basic_machine in # Recognize the basic CPU types without company name. # Some are omitted here because they have special meanings below. 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 \ | fido | 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 | mep \ | 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) # Motorola 68HC11/12. basic_machine=$basic_machine-unknown os=-none ;; m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) ;; ms1) basic_machine=mt-unknown ;; # We use `pc' rather than `unknown' # because (1) that's what they normally are, and # (2) the word "unknown" tends to confuse beginning users. i*86 | x86_64) basic_machine=$basic_machine-pc ;; # Object if more than one company name word. *-*-*) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; # Recognize the basic CPU types with company name. 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-* | fido-* | 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. 386bsd) basic_machine=i386-unknown os=-bsd ;; 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) basic_machine=m68000-att ;; 3b*) basic_machine=we32k-att ;; a29khif) basic_machine=a29k-amd os=-udi ;; abacus) basic_machine=abacus-unknown ;; adobe68k) basic_machine=m68010-adobe os=-scout ;; alliant | fx80) basic_machine=fx80-alliant ;; altos | altos3068) basic_machine=m68k-altos ;; am29k) 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 ;; amiga | amiga-*) basic_machine=m68k-unknown ;; amigaos | amigados) basic_machine=m68k-unknown os=-amigaos ;; amigaunix | amix) basic_machine=m68k-unknown os=-sysv4 ;; apollo68) basic_machine=m68k-apollo os=-sysv ;; apollo68bsd) basic_machine=m68k-apollo os=-bsd ;; aux) basic_machine=m68k-apple os=-aux ;; balance) basic_machine=ns32k-sequent os=-dynix ;; c90) basic_machine=c90-cray os=-unicos ;; convex-c1) basic_machine=c1-convex os=-bsd ;; convex-c2) basic_machine=c2-convex os=-bsd ;; convex-c32) basic_machine=c32-convex os=-bsd ;; convex-c34) basic_machine=c34-convex os=-bsd ;; convex-c38) basic_machine=c38-convex os=-bsd ;; cray | j90) basic_machine=j90-cray os=-unicos ;; craynv) basic_machine=craynv-cray os=-unicosmp ;; 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 ;; delta88) basic_machine=m88k-motorola os=-sysv3 ;; djgpp) basic_machine=i586-pc os=-msdosdjgpp ;; dpx20 | dpx20-*) basic_machine=rs6000-bull os=-bosx ;; dpx2* | dpx2*-bull) basic_machine=m68k-bull os=-sysv3 ;; ebmon29k) basic_machine=a29k-amd os=-ebmon ;; elxsi) basic_machine=elxsi-elxsi os=-bsd ;; encore | umax | mmax) basic_machine=ns32k-encore ;; es1800 | OSE68k | ose68k | ose | OSE) basic_machine=m68k-ericsson os=-ose ;; fx2800) basic_machine=i860-alliant ;; genix) basic_machine=ns32k-ns ;; gmicro) basic_machine=tron-gmicro os=-sysv ;; go32) basic_machine=i386-pc os=-go32 ;; h3050r* | hiux*) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; h8300hms) basic_machine=h8300-hitachi os=-hms ;; h8300xray) basic_machine=h8300-hitachi os=-xray ;; h8500hms) basic_machine=h8500-hitachi os=-hms ;; harris) basic_machine=m88k-harris os=-sysv3 ;; hp300-*) basic_machine=m68k-hp ;; hp300bsd) basic_machine=m68k-hp os=-bsd ;; hp300hpux) basic_machine=m68k-hp os=-hpux ;; hp3k9[0-9][0-9] | hp9[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k2[0-9][0-9] | hp9k31[0-9]) basic_machine=m68000-hp ;; hp9k3[2-9][0-9]) basic_machine=m68k-hp ;; hp9k6[0-9][0-9] | hp6[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k7[0-79][0-9] | hp7[0-79][0-9]) basic_machine=hppa1.1-hp ;; hp9k78[0-9] | hp78[0-9]) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[0-9][13679] | hp8[0-9][13679]) basic_machine=hppa1.1-hp ;; hp9k8[0-9][0-9] | hp8[0-9][0-9]) basic_machine=hppa1.0-hp ;; hppa-next) os=-nextstep3 ;; hppaosf) basic_machine=hppa1.1-hp os=-osf ;; hppro) basic_machine=hppa1.1-hp os=-proelf ;; i370-ibm* | ibm*) basic_machine=i370-ibm ;; # I'm not sure what "Sysv32" means. Should this be sysv3.2? i*86v32) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv32 ;; i*86v4*) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv4 ;; i*86v) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv ;; i*86sol2) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-solaris2 ;; i386mach) basic_machine=i386-mach os=-mach ;; i386-vsta | vsta) basic_machine=i386-unknown os=-vsta ;; iris | iris4d) basic_machine=mips-sgi case $os in -irix*) ;; *) os=-irix4 ;; esac ;; isi68 | isi) basic_machine=m68k-isi os=-sysv ;; m88k-omron*) basic_machine=m88k-omron ;; magnum | m3230) basic_machine=mips-mips os=-sysv ;; merlin) basic_machine=ns32k-utek os=-sysv ;; mingw32) basic_machine=i386-pc os=-mingw32 ;; miniframe) basic_machine=m68000-convergent ;; *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) basic_machine=m68k-atari os=-mint ;; mips3*-*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` ;; mips3*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown ;; 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 ;; ncr3000) basic_machine=i486-ncr os=-sysv4 ;; netbsd386) basic_machine=i386-unknown os=-netbsd ;; netwinder) basic_machine=armv4l-rebel os=-linux ;; news | news700 | news800 | news900) basic_machine=m68k-sony os=-newsos ;; news1000) basic_machine=m68030-sony os=-newsos ;; news-3600 | risc-news) basic_machine=mips-sony os=-newsos ;; necv70) basic_machine=v70-nec os=-sysv ;; next | m*-next ) basic_machine=m68k-next case $os in -nextstep* ) ;; -ns2*) os=-nextstep2 ;; *) os=-nextstep3 ;; esac ;; nh3000) basic_machine=m68k-harris os=-cxux ;; nh[45]000) basic_machine=m88k-harris os=-cxux ;; nindy960) basic_machine=i960-intel os=-nindy ;; mon960) basic_machine=i960-intel os=-mon960 ;; nonstopux) basic_machine=mips-compaq os=-nonstopux ;; np1) basic_machine=np1-gould ;; nsr-tandem) basic_machine=nsr-tandem ;; op50n-* | op60c-*) 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 ;; os68k) basic_machine=m68k-none os=-os68k ;; pa-hitachi) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; paragon) basic_machine=i860-intel os=-osf ;; pbd) basic_machine=sparc-tti ;; pbb) basic_machine=m68k-tti ;; pc532 | pc532-*) basic_machine=ns32k-pc532 ;; 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 | athlon_*) basic_machine=i686-pc ;; pentiumii | pentium2 | pentiumiii | pentium3) basic_machine=i686-pc ;; 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-* | 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 ;; pw32) basic_machine=i586-unknown os=-pw32 ;; rdos) basic_machine=i386-pc os=-rdos ;; rom68k) basic_machine=m68k-rom68k os=-coff ;; rm[46]00) basic_machine=mips-siemens ;; 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 ;; sh) basic_machine=sh-hitachi os=-hms ;; sh5el) basic_machine=sh5le-unknown ;; sh64) basic_machine=sh64-unknown ;; sparclite-wrs | simso-wrs) basic_machine=sparclite-wrs os=-vxworks ;; sps7) basic_machine=m68k-bull os=-sysv2 ;; spur) basic_machine=spur-unknown ;; st2000) basic_machine=m68k-tandem ;; stratus) basic_machine=i860-stratus os=-sysv4 ;; sun2) basic_machine=m68000-sun ;; sun2os3) basic_machine=m68000-sun os=-sunos3 ;; sun2os4) basic_machine=m68000-sun os=-sunos4 ;; sun3os3) basic_machine=m68k-sun os=-sunos3 ;; sun3os4) basic_machine=m68k-sun os=-sunos4 ;; sun4os3) basic_machine=sparc-sun os=-sunos3 ;; sun4os4) basic_machine=sparc-sun os=-sunos4 ;; sun4sol2) basic_machine=sparc-sun os=-solaris2 ;; sun3 | sun3-*) basic_machine=m68k-sun ;; sun4) basic_machine=sparc-sun ;; sun386 | sun386i | roadrunner) basic_machine=i386-sun ;; sv1) basic_machine=sv1-cray os=-unicos ;; symmetry) basic_machine=i386-sequent os=-dynix ;; t3e) 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 ;; ultra3) basic_machine=a29k-nyu os=-sym1 ;; v810 | necv810) basic_machine=v810-nec os=-none ;; vaxv) basic_machine=vax-dec os=-sysv ;; vms) basic_machine=vax-dec os=-vms ;; vpp*|vx|vx-*) basic_machine=f301-fujitsu ;; vxworks960) basic_machine=i960-wrs os=-vxworks ;; vxworks68) basic_machine=m68k-wrs os=-vxworks ;; vxworks29k) basic_machine=a29k-wrs os=-vxworks ;; w65*) basic_machine=w65-wdc os=-none ;; w89k-*) basic_machine=hppa1.1-winbond os=-proelf ;; xbox) basic_machine=i686-pc os=-mingw32 ;; xps | xps100) basic_machine=xps100-honeywell ;; ymp) basic_machine=ymp-cray os=-unicos ;; z8k-*-coff) basic_machine=z8k-unknown os=-sim ;; none) basic_machine=none-none os=-none ;; # Here we handle the default manufacturer of certain CPU types. It is in # some cases the only manufacturer, in others, it is the most popular. w89k) basic_machine=hppa1.1-winbond ;; op50n) basic_machine=hppa1.1-oki ;; op60c) basic_machine=hppa1.1-oki ;; romp) basic_machine=romp-ibm ;; mmix) basic_machine=mmix-knuth ;; rs6000) basic_machine=rs6000-ibm ;; vax) basic_machine=vax-dec ;; pdp10) # there are many clones, so DEC is not a safe bet basic_machine=pdp10-unknown ;; pdp11) basic_machine=pdp11-dec ;; we32k) basic_machine=we32k-att ;; sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) basic_machine=sparc-sun ;; cydra) basic_machine=cydra-cydrome ;; orion) basic_machine=orion-highlevel ;; orion105) basic_machine=clipper-highlevel ;; mac | mpw | mac-mpw) basic_machine=m68k-apple ;; pmac | pmac-mpw) basic_machine=powerpc-apple ;; *-unknown) # Make sure to match an already-canonicalized machine name. ;; *) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; esac # Here we canonicalize certain aliases for manufacturers. case $basic_machine in *-digital*) basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` ;; *-commodore*) basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` ;; *) ;; esac # Decode manufacturer-specific aliases for certain operating systems. if [ x"$os" != x"" ] then case $os in # First match some system type aliases # that might get confused with valid system types. # -solaris* is a basic system type, with this one exception. -solaris1 | -solaris1.*) os=`echo $os | sed -e 's|solaris1|sunos4|'` ;; -solaris) os=-solaris2 ;; -svr4*) os=-sysv4 ;; -unixware*) os=-sysv4.2uw ;; -gnu/linux*) os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` ;; # First accept the basic system types. # The portable systems comes first. # Each alternative MUST END IN A *, to match a version number. # -sysv* is not here because it comes later, after sysvr4. -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | -aos* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -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* | -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* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ | -skyos* | -haiku* | -rdos* | -toppers* | -drops*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) case $basic_machine in x86-* | i*86-*) ;; *) os=-nto$os ;; esac ;; -nto-qnx*) ;; -nto*) os=`echo $os | sed -e 's|nto|nto-qnx|'` ;; -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ | -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|'` ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'` ;; -sunos6*) os=`echo $os | sed -e 's|sunos6|solaris3|'` ;; -opened*) os=-openedition ;; -os400*) os=-os400 ;; -wince*) os=-wince ;; -osfrose*) os=-osfrose ;; -osf*) os=-osf ;; -utek*) os=-bsd ;; -dynix*) os=-bsd ;; -acis*) os=-aos ;; -atheos*) os=-atheos ;; -syllable*) os=-syllable ;; -386bsd) os=-bsd ;; -ctix* | -uts*) os=-sysv ;; -nova*) os=-rtmk-nova ;; -ns2 ) os=-nextstep2 ;; -nsk*) os=-nsk ;; # Preserve the version number of sinix5. -sinix5.*) os=`echo $os | sed -e 's|sinix|sysv|'` ;; -sinix*) os=-sysv4 ;; -tpf*) os=-tpf ;; -triton*) os=-sysv3 ;; -oss*) os=-sysv3 ;; -svr4) os=-sysv4 ;; -svr3) os=-sysv3 ;; -sysvr4) os=-sysv4 ;; # This must come after -sysvr4. -sysv*) ;; -ose*) os=-ose ;; -es1800*) os=-ose ;; -xenix) os=-xenix ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) os=-mint ;; -aros*) os=-aros ;; -kaos*) os=-kaos ;; -zvmoe) os=-zvmoe ;; -none) ;; *) # Get rid of the `-' at the beginning of $os. os=`echo $os | sed 's/[^-]*-//'` echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 exit 1 ;; esac else # Here we handle the default operating systems that come with various machines. # The value should be what the vendor currently ships out the door with their # machine or put another way, the most popular os provided with the machine. # Note that if you're going to try to match "-MANUFACTURER" here (say, # "-sun"), then you have to tell the case statement up towards the top # that MANUFACTURER isn't an operating system. Otherwise, code above # will signal an error saying that MANUFACTURER isn't an operating # system, and we'll never get to this point. case $basic_machine in score-*) os=-elf ;; spu-*) os=-elf ;; *-acorn) os=-riscix1.2 ;; arm*-rebel) os=-linux ;; arm*-semi) os=-aout ;; c4x-* | tic4x-*) os=-coff ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 ;; pdp11-*) os=-none ;; *-dec | vax-*) os=-ultrix4.2 ;; m68*-apollo) os=-domain ;; i386-sun) os=-sunos4.0.2 ;; m68000-sun) os=-sunos3 # This also exists in the configure program, but was not the # default. # os=-sunos4 ;; m68*-cisco) os=-aout ;; mep-*) os=-elf ;; mips*-cisco) os=-elf ;; mips*-*) os=-elf ;; or32-*) os=-coff ;; *-tti) # must be before sparc entry or we get the wrong os. os=-sysv3 ;; sparc-* | *-sun) os=-sunos4.1.1 ;; *-be) os=-beos ;; *-haiku) os=-haiku ;; *-ibm) os=-aix ;; *-knuth) os=-mmixware ;; *-wec) os=-proelf ;; *-winbond) os=-proelf ;; *-oki) os=-proelf ;; *-hp) os=-hpux ;; *-hitachi) os=-hiux ;; i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) os=-sysv ;; *-cbm) os=-amigaos ;; *-dg) os=-dgux ;; *-dolphin) os=-sysv3 ;; m68k-ccur) os=-rtu ;; m88k-omron*) os=-luna ;; *-next ) os=-nextstep ;; *-sequent) os=-ptx ;; *-crds) os=-unos ;; *-ns) os=-genix ;; i370-*) os=-mvs ;; *-next) os=-nextstep3 ;; *-gould) os=-sysv ;; *-highlevel) os=-bsd ;; *-encore) os=-bsd ;; *-sgi) os=-irix ;; *-siemens) os=-sysv4 ;; *-masscomp) os=-rtu ;; f30[01]-fujitsu | f700-fujitsu) os=-uxpv ;; *-rom68k) os=-coff ;; *-*bug) os=-coff ;; *-apple) os=-macos ;; *-atari*) os=-mint ;; *) os=-none ;; esac fi # Here we handle the case where we know the os, and the CPU type, but not the # manufacturer. We pick the logical manufacturer. vendor=unknown case $basic_machine in *-unknown) case $os in -riscix*) vendor=acorn ;; -sunos*) vendor=sun ;; -aix*) vendor=ibm ;; -beos*) vendor=be ;; -hpux*) vendor=hp ;; -mpeix*) vendor=hp ;; -hiux*) vendor=hitachi ;; -unos*) vendor=crds ;; -dgux*) vendor=dg ;; -luna*) vendor=omron ;; -genix*) vendor=ns ;; -mvs* | -opened*) vendor=ibm ;; -os400*) vendor=ibm ;; -ptx*) vendor=sequent ;; -tpf*) vendor=ibm ;; -vxsim* | -vxworks* | -windiss*) vendor=wrs ;; -aux*) vendor=apple ;; -hms*) vendor=hitachi ;; -mpw* | -macos*) vendor=apple ;; -*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 # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: bum-2.5.2/lib/0000777000175000017500000000000011244776117010070 500000000000000bum-2.5.2/lib/bum_ops.pm0000644000175000017500000004717111166433056012013 00000000000000#!/usr/bin/perl -w ############################################################################ # Copyright (C) 2005 by Fabio Marzocca # # thesaltydog@gmail.com # # # # This program 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; either version 2 of the License, or # # (at your option) any later version. # # # # This program 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 # # along with this program; if not, write to the # # Free Software Foundation, Inc., # # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # ############################################################################ # ----------------------------------------------------------------- package bum_ops ; use strict ; use Encode ; use vars qw($application); use Glib qw(TRUE FALSE); use Gtk2::SimpleList; ## summary treeview use constant { SUM_TOGGLE => 0, SUM_DESCR => 1, SUM_PIXBUF => 2, }; ##standardRL model use constant { STA_TOGGLE => 0, STA_SERVICE => 1, STA_SINGLEUSER => 2, STA_RL2 => 3, STA_RL3 => 4, STA_RL4 => 5, STA_RL5 => 6, STA_REBOOT => 7, STA_HALT => 8, STA_PIXBUF => 9, STA_DESCR => 10, STA_RUNORDER => 11, DELTA_RL => 1, }; #rcSd model use constant { RCS_TOGGLE => 0, RCS_SCRIPT => 1, RCS_RLS => 2, RCS_REBOOT => 3, RCS_HALT => 4, }; my $pxbf_boh; my $pxbf_on; my $pxbf_off; my $pxbf_none; ################################# # Initialize the global variable ################################# sub init { my $app = shift ; $application = $app; my $pixdir = File::Spec->catdir(bum_Config->DATADIR, 'pixmaps'); $pxbf_boh = Gtk2::Gdk::Pixbuf->new_from_file ($pixdir.'/bum_serv_boh.png'); $pxbf_on=Gtk2::Gdk::Pixbuf->new_from_file ($pixdir.'/bum_serv_on.png'); $pxbf_off=Gtk2::Gdk::Pixbuf->new_from_file ($pixdir.'/bum_serv_off.png'); $pxbf_none=Gtk2::Gdk::Pixbuf->new_from_file ($pixdir.'/bum_serv_none.png'); } ########################################### sub message { my ($messaggio,$icon)= @_; my $dialog = Gtk2::MessageDialog->new ( $application->window, [qw/modal destroy-with-parent/], $icon, 'GTK_BUTTONS_OK', $messaggio); $dialog->set_markup($messaggio); if ('ok' eq $dialog->run) {$dialog -> destroy;} else {;} $dialog->destroy; } #################################### # The summary treeview # # This Gtk2::Treeview shares the same model # set in standardRL page (SimpleList) ##################################### sub create_summary_treeview{ my $treeview=shift; #first column. Toggle checkbox $treeview->insert_column_with_attributes( SUM_TOGGLE,_('Activate'), Gtk2::CellRendererToggle->new, active => STA_TOGGLE); #second column. Service & Description. $treeview->insert_column_with_attributes( SUM_DESCR,_('Description'), Gtk2::CellRendererText->new, markup => STA_DESCR); #third column. Pixbuf. $treeview->insert_column_with_attributes( SUM_PIXBUF,_('Running'), Gtk2::CellRendererPixbuf->new, pixbuf => STA_PIXBUF); foreach my $col ($treeview->get_columns) { $col->set_clickable(TRUE); } $treeview->get_column(SUM_TOGGLE)->set_sort_column_id(STA_TOGGLE); $treeview->get_column(SUM_DESCR)->set_sort_column_id(STA_SERVICE); $treeview->get_column(SUM_PIXBUF)->set_sort_column_id(STA_RUNORDER); $treeview->get_column(SUM_DESCR)->set_resizable(TRUE); $treeview->signal_connect(button_press_event => sub { my ($widget, $event) = @_; my ($path, $column) = $widget->get_path_at_pos ($event->coords); return TRUE if (!defined($path)); $widget->get_selection->select_path ($path); if ($event->button==1) { #tasto sinistro if ($column == $treeview->get_column(SUM_TOGGLE)) { #allinea la variazione su $defaultRL my $ind = ($path->get_indices)[0]; $application->standardRL->{data}[$ind][STA_TOGGLE]^= 1; } } if ($event->button==3) { #tasto destro bum_popupmenu($event,$treeview); } return FALSE;}); $treeview->signal_connect(cursor_changed=> sub { check_menu_sens(); }); #connect to STANDARD model my $mdl = $application->standardRL->get_model(); $treeview->set_model($mdl); return $treeview; } ######################################## # Standard RL treeview ####################################### sub create_standardRL_treeview{ my $treeview=shift; my $i; my $slist = Gtk2::SimpleList->new_from_treeview( $treeview, _('Activate') => 'bool', _('Service name') => 'text', _('Single user') => 'text', 'Run level 2' => 'text', 'Run level 3' => 'markup', 'Run level 4' => 'text', 'Run level 5' => 'text', 'Reboot' => 'text', 'Halt' => 'text', _('Running') => 'pixbuf', #pixbuf '' => 'hidden', #description '' => 'hidden', #run_order ); my $rl = bumlib::get_current_runlevel(); my $rl_column =$slist->get_column($rl+DELTA_RL); $rl_column->set_title($rl_column->get_title()."*"); #center the columns for (my $column_index=2; $column_index<=7; $column_index++) { my $cell = ( $slist->get_column($column_index)-> get_cell_renderers)[0]; $cell->set(xalign=>0.5); } $slist->signal_connect(button_press_event => sub { my ($widget, $event) = @_; my ($path, $column) = $widget->get_path_at_pos ($event->coords); return TRUE if (!defined($path)); $widget->get_selection->select_path ($path); if ($event->button==1) { #tasto sinistro } if ($event->button==3) { #tasto destro bum_popupmenu($event,$slist); } return FALSE; }); $slist->signal_connect(cursor_changed=> sub {check_menu_sens(); }); $i=0; foreach my $col ($slist->get_columns) { $col->set_clickable(TRUE); $col->set_sort_column_id($i); $i++; } $slist->get_column(STA_PIXBUF)->set_sort_column_id(STA_RUNORDER); return $slist; } sub populate_standardRL { my ($array_element, $sta_mdl,$iter); my $scripts = $application->standardRL; my $summary = $application->summary; splice(@{$scripts->{data}}); $sta_mdl = $scripts->get_model(); my $list=bumlib::get_full_list(); foreach $array_element(@$list) { Gtk2->main_iteration while ( Gtk2->events_pending ); my ($toggle,$service,$halt,$single,$rl2,$rl3,$rl4,$rl5,$reboot) =split(/,/,$array_element); #get package description my ($info) = bumlib::get_summ_info($service); my ($pixbuf, $run_order) = get_status_pxbf($service); #fill main model $iter = $sta_mdl->append; $sta_mdl->set($iter, STA_TOGGLE,$toggle, STA_SERVICE,$service, STA_HALT,$halt, STA_SINGLEUSER,$single, STA_RL2,$rl2, STA_RL3,$rl3, STA_RL4,$rl4, STA_RL5,$rl5, STA_REBOOT,$reboot, STA_DESCR, "$info\n$service", STA_PIXBUF, $pixbuf, STA_RUNORDER, $run_order ); } $scripts->select(0); $iter = $sta_mdl->iter_nth_child(undef,0); $summary->get_selection->select_iter($iter); } sub get_status_pxbf { my $key = shift; #script name my $running = bumlib::check_if_running($key); if (!defined($running)) {return ($pxbf_boh,0);} if ($running==TRUE) { return ($pxbf_on,3);} elsif($running==FALSE) {return ($pxbf_off,2);} elsif($running==-1) {return ($pxbf_none,1);} } ################################# sub check_menu_sens { my ($servicecol, $page); my $item= get_current_row(); $page = $application->notebook->get_current_page; if ($page ==$application->SUM_PAGE) { $servicecol = STA_SERVICE; } if ($page ==$application->STA_PAGE) { $servicecol = STA_SERVICE; } if ($page ==$application->RCS_PAGE) { $servicecol = RCS_SCRIPT; } if ($item->[0]) { #service is active $bum_app::uixml->get_object('activate_apply_now1')->set_sensitive(FALSE); $bum_app::uixml->get_object('deactivate_apply_now1')->set_sensitive(TRUE); if ($page==$application->STA_PAGE) { $bum_app::uixml->get_object('priority1')->set_sensitive(TRUE); } } else { #service is deactived $bum_app::uixml->get_object('activate_apply_now1')->set_sensitive(TRUE); #activate $bum_app::uixml->get_object('deactivate_apply_now1')->set_sensitive(FALSE); $bum_app::uixml->get_object('priority1')->set_sensitive(FALSE); } my $running = bumlib::check_if_running($item->[$servicecol]); if (!defined($running)) { $bum_app::uixml->get_object('start_service_now1')->set_sensitive(TRUE); #start service $bum_app::uixml->get_object('stop_service_now1')->set_sensitive(TRUE); #stop service } elsif ($running==TRUE) { $bum_app::uixml->get_object('start_service_now1')->set_sensitive(FALSE); #start service $bum_app::uixml->get_object('stop_service_now1')->set_sensitive(TRUE); #stop service } elsif($running==FALSE){ $bum_app::uixml->get_object('start_service_now1')->set_sensitive(TRUE); #start service $bum_app::uixml->get_object('stop_service_now1')->set_sensitive(FALSE); #stop service } elsif($running==-1){ $bum_app::uixml->get_object('start_service_now1')->set_sensitive(FALSE); #start service $bum_app::uixml->get_object('stop_service_now1')->set_sensitive(FALSE); #stop service } set_info_text() if ($page != $application->SUM_PAGE); } ############################## sub start_progress { my $prog_win = $bum_app::uixml->get_object('prog_win'); my $prog_bar = $bum_app::uixml->get_object('progressbar1'); $prog_bar->pulse(); $prog_win->set_icon(Gtk2::Gdk::Pixbuf->new_from_file($application->icon_path)); $prog_win->set_transient_for($application->window); $prog_bar->{activity_mode} = 1; $prog_bar->{timer} = Glib::Timeout->add(100, \&progress_timeout, $prog_bar); $prog_win->show; return ($prog_bar); } sub progress_timeout { my $pbar = shift; $pbar->pulse; return TRUE; } # Remove the timer sub destroy_progress { my $pbar = shift; Glib::Source->remove($pbar->{timer}); $bum_app::uixml->get_object('prog_win')->destroy; } ################################## # rcSd treeview #################################### sub create_rcSd_treeview{ my $treeview=shift; my $i; my $rcS = Gtk2::SimpleList->new_from_treeview( $treeview, _('Activate') => 'bool', _('Script name') => 'text', 'Run level S' => 'text', 'Reboot' => 'text', 'Halt' => 'text' ); #make inactive the checkboxes my $cellrend=($rcS->get_column(RCS_TOGGLE)->get_cell_renderers)[0]; $cellrend->set('activatable',FALSE); #center the columns for (my $column_index=2; $column_index<=3; $column_index++) { my $cell = ($rcS->get_column($column_index)->get_cell_renderers)[0]; $cell->set(xalign=>0.5); } $rcS->signal_connect(button_press_event => sub { my ($widget, $event) = @_; if ( $event->button == 1) { my ($path, $column) = $widget->get_path_at_pos ($event->coords); return TRUE if (!defined($path)); message (""._("Editing in run level S is not allowed!"). "\n". _("Playing with rcS.d symlinks is an administration activity requiring deep knowledge of the runlevel system."), 'GTK_MESSAGE_INFO') if ($column == $rcS->get_column(RCS_TOGGLE)); } return FALSE;}); $rcS->signal_connect(cursor_changed=> sub {check_menu_sens(); }); $i=0; foreach my $col ($rcS->get_columns) { $col->set_clickable(TRUE); $col->set_sort_column_id($i); $i++; } return $rcS; } sub populate_rcSd { my ($array_element,$iter,$mdl); my $list=""; my $rcS = $application->rcSd; splice(@{$rcS->{data}}); $mdl = $rcS->get_model; $list=bumlib::get_full_rcS_list(); foreach $array_element(@$list) { Gtk2->main_iteration while ( Gtk2->events_pending ); my ($toggle,$service,$halt,$rlS,$reboot) =split(/,/,$array_element); $iter = $mdl->append; $mdl->set ($iter, RCS_TOGGLE,$toggle, RCS_SCRIPT,$service, RCS_HALT,$halt, RCS_RLS,$rlS, RCS_REBOOT,$reboot ); } $rcS->select(0); } sub set_info_text { #set info text my $buffer=""; my ($key,$page); my $item= get_current_row(); $page = $application->notebook->get_current_page; if ($page==$application->STA_PAGE) { $buffer = $application->info_b_standard; $key = $item->[STA_SERVICE]; } if ($page==$application->RCS_PAGE) { $buffer = $application->info_b_rcS; $key = $item->[RCS_SCRIPT]; } my ($pkg,$info) = bumlib::new_get_script_info($key); $buffer->delete($buffer->get_start_iter,$buffer->get_end_iter); $buffer->insert($buffer->get_start_iter,$key.": ".$pkg."\n\n"); $buffer->apply_tag_by_name ('title', $buffer->get_start_iter, $buffer->get_end_iter); $buffer->insert($buffer->get_end_iter,decode_utf8($info)); } sub get_current_row { my (@list,$page,$ind); $page = $application->notebook->get_current_page; if ($page==$application->STA_PAGE) { $ind= ($application->standardRL->get_selected_indices)[0]; return undef unless defined $ind; return $application->standardRL->{data}[$ind]; } elsif($page==$application->RCS_PAGE) { $ind= ($application->rcSd->get_selected_indices)[0]; return undef unless defined $ind; return $application->rcSd->{data}[$ind]; } elsif($page==$application->SUM_PAGE) { my $selection= $application->summary->get_selection; return undef unless $selection; my $path=($selection->get_selected_rows)[0]; $ind = ($path->get_indices)[0]; return $application->standardRL->{data}[$ind]; } return undef; } sub change_page { my $page = shift; set_info_text() if ($page != 0); if ($page==$application->SUM_PAGE){ $bum_app::uixml->get_object('applica1')->set_sensitive(TRUE); $bum_app::uixml->get_object('apply_btn')->set_sensitive(TRUE); $bum_app::uixml->get_object('services1')->set_sensitive(TRUE); $bum_app::uixml->get_object('priority1')->set_sensitive(FALSE); } elsif ($page ==$application->RCS_PAGE) { $bum_app::uixml->get_object('services1')->set_sensitive(FALSE); $bum_app::uixml->get_object('applica1')->set_sensitive(FALSE); $bum_app::uixml->get_object('apply_btn')->set_sensitive(FALSE); } elsif ($page == $application->STA_PAGE) { $bum_app::uixml->get_object('applica1')->set_sensitive(TRUE); $bum_app::uixml->get_object('apply_btn')->set_sensitive(TRUE); $bum_app::uixml->get_object('services1')->set_sensitive(TRUE); check_menu_sens(); } } sub bum_popupmenu { my ($event, $slist)= @_; my ($page,$toggle,$servname,$ind); $page = $application->notebook->get_current_page; if ($page==$application->SUM_PAGE) { my $selection= $slist->get_selection; my $path=($selection->get_selected_rows)[0]; $ind = ($path->get_indices)[0]; } if ($page ==$application->STA_PAGE) { $ind= ($slist->get_selected_indices)[0]; } $toggle = $application->standardRL->{data}[$ind][STA_TOGGLE]; $servname = $application->standardRL->{data}[$ind][STA_SERVICE]; my $pmenu = Gtk2::Menu->new; my $deact= Gtk2::MenuItem->new (_("Deactivate & apply now")); my $act= Gtk2::MenuItem->new (_("Activate & apply now")); my $priority= Gtk2::MenuItem->new (_("Change start/stop priority")); my $separator = Gtk2::MenuItem->new (); my $stop = Gtk2::MenuItem->new (_("Stop now")); my $start = Gtk2::MenuItem->new (_("Start now")); $stop->signal_connect(activate=>sub{stop_now(); }); $start->signal_connect(activate=>sub{start_now();}); $deact->signal_connect(activate=>sub{deact_now();}); $act->signal_connect(activate=>sub{act_now();}); $priority->signal_connect(activate=>sub{change_priority();}); if ($toggle) { if ($page ==$application->STA_PAGE) { $pmenu->add($priority); $priority->show; $pmenu->append ($separator); $separator->show; } $pmenu->add($deact); $deact->show; } else { $pmenu->add($act); $act->show; } my $running= bumlib::check_if_running($servname); if (!defined($running)) { $pmenu->add($stop); $stop->show; $pmenu->add($start); $start->show; } elsif ($running==TRUE) { $pmenu->add($stop); $stop->show; } elsif($running==FALSE) { $pmenu->add($start); $start->show; } $pmenu->popup (undef,undef,undef,undef, $event->button, $event->time); return TRUE; } sub stop_now { my $servname; my $item= get_current_row(); my $page = $application->notebook->get_current_page; if (!defined $item) { message(_("You must select a script before!")); return; } $servname = $item->[STA_SERVICE]; my $msg=bumlib::stop_service($servname); if ($msg==0) { message(_("Service stopped."),'GTK_MESSAGE_INFO'); } else { message(_("Failed command execution."),'GTK_MESSAGE_ERROR'); } populate_standardRL(); } sub start_now { my $servname; my $item= get_current_row(); if (!defined $item) { message(_("You must select a script before!")); return; } my $page = $application->notebook->get_current_page; $servname = $item->[STA_SERVICE]; my $msg=bumlib::start_service($servname); if ($msg==0) { message(_("Service started."),'GTK_MESSAGE_INFO'); } else { message(_("Failed command execution."),'GTK_MESSAGE_ERROR'); } populate_standardRL(); } sub act_now { my $item= get_current_row(); if (!defined $item) { message(_("You must select a script before!")); return; } $item->[STA_TOGGLE]=1; bum_save('yes'); } sub deact_now { my $item= get_current_row(); if (!defined $item) { message(_("You must select a script before!")); return; } $item->[STA_TOGGLE]=0; bum_save('yes'); } sub bum_save { my $ret = shift; #hour-glass $application -> window->window -> set_cursor(Gtk2::Gdk::Cursor -> new("watch")); Gtk2->main_iteration while (Gtk2->events_pending); bumlib::make_changes($application->standardRL->{data},$ret); populate_standardRL(); #restore pointer $application -> window->window -> set_cursor(Gtk2::Gdk::Cursor -> new("left-ptr")); } sub change_priority { my ($priority_dlg, $service_label, $serv_name, $start_pri, $stop_pri, $start_spin,$stop_spin); my $item= get_current_row(); $priority_dlg = $bum_app::uixml->get_object('priority_dlg'); $service_label = $bum_app::uixml->get_object('priority_label'); $start_spin = $bum_app::uixml->get_object('start_spin'); $stop_spin = $bum_app::uixml->get_object('stop_spin'); $priority_dlg->set_transient_for($application->window); $serv_name = $item->[STA_SERVICE]; $service_label->set_markup("". $serv_name. ""); $start_pri = $item->[STA_RL2]; $start_pri =~ s/S//g; $start_pri = 20 if ($start_pri !~ /^([0-9][0-9])/); $start_spin->set_value($start_pri); $stop_pri = $item->[STA_HALT]; $stop_pri =~ s/K//g; $stop_pri = 20 if ($stop_pri !~ /^([0-9][0-9])/) ; $stop_spin->set_value($stop_pri); $priority_dlg->show; if ('ok' eq $priority_dlg->run) { $priority_dlg -> hide; bumlib::service_priority($serv_name, $start_spin->get_value, $stop_spin->get_value) ; populate_standardRL(); } else {;} $priority_dlg->hide } sub check_if_lock { my $ret = bumlib::check_lock(); if ($ret) { message(_("An instance of BUM is already running!"),'GTK_MESSAGE_ERROR'); } return $ret; } sub bum_col_clicked { my $col = shift; #$col->set_sort_column_id(1); } 1; bum-2.5.2/lib/bum_cbk.pm0000644000175000017500000001227511166442163011745 00000000000000 ############################################################################ # Copyright (C) 2005 by Fabio Marzocca # # thesaltydog@gmail.com # # # # # This program 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; either version 2 of the License, or # # (at your option) any later version. # # # # This program 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 # # along with this program; if not, write to the # # Free Software Foundation, Inc., # # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # # # ############################################################################ package bum_cbk ; use vars qw($application); ################################# # Initialize the global variable ################################# sub init { my $app = shift ; $application = $app; } ########################### # Display the about window ########################### sub on_about_activate { my $auth1 = "Fabio Marzocca "; my $translator = _("translator-credits"); ($application->about_dlg)->set( authors=>$auth1, version=>$application->version, name=>"Boot-Up Manager", copyright=>"Fabio Marzocca ", comments=>_('A graphical tool to handle runlevels configuration.'), website=>"http://www.marzocca.net/linux/bum.html", translator_credits=>$translator, logo => Gtk2::Gdk::Pixbuf->new_from_file($application->icon_path), license => _("This program 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; either version 2 of the License, or (at your option) any later version.\n"). _("This program 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.\n"). _("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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA")); $application->about_dlg->set_transient_for($application->window); $application->about_dlg->run; $application->about_dlg->hide; } ############################## ### To quit the application ############################## sub on_quit_btn_clicked { Gtk2->main_quit; } sub on_apply_btn_clicked { my $ret=""; my $messaggio = _("Start or stop services now? \n(If you answer No, changes will be applied at next boot.)"); my $dialog = Gtk2::MessageDialog->new ($application->window, [qw/modal destroy-with-parent/], 'GTK_MESSAGE_QUESTION', 'GTK_BUTTONS_YES_NO' , $messaggio); $dialog->add_button('gtk-cancel','GTK_RESPONSE_CANCEL'); $ret=$dialog->run; $dialog->destroy; bum_ops::bum_save($ret); } sub on_notebook1_switch_page { #vedi change_page in bum ($notebook, $pointer, $page) = @_; bum_ops::change_page($page); } sub on_adv_ck_toggled { my $ntbook=$application->notebook; $ntbook->set_current_page($application->SUM_PAGE) if ($ntbook->get_current_page > 0); $ntbook->set_show_tabs(!$ntbook->get_show_tabs); } sub on_start_service_now1_activate { bum_ops::start_now(); } sub on_stop_service_now1_activate { bum_ops::stop_now(); } sub on_activate_apply_now1_activate{ bum_ops::act_now(); } sub on_deactivate_apply_now1_activate{ bum_ops::deact_now(); } sub on_priority1_activate{ bum_ops::change_priority(); } sub on_report_bum_activate { my ($report_dlg, $text_vw,$info_buffer,$urltag,$mark,$iter1); $report_dlg = $bum_app::uixml->get_object('report_dlg'); $text_vw = $bum_app::uixml->get_object('textview_report'); $info_buffer = $text_vw->get_buffer(); $urltag = $info_buffer->create_tag ("url", weight => 700, wrap_mode_set => FALSE); $iter1 = $info_buffer->get_end_iter; $mark = $info_buffer->create_mark ("urlmark",$iter1, TRUE); $info_buffer->insert_with_tags($iter1,"http://wiki.ubuntu.com/InitScriptHumanDescriptions",$urltag); $report_dlg->set_transient_for($application->window); $report_dlg->run; $report_dlg->hide; $info_buffer->delete($iter1,$info_buffer->get_iter_at_mark($mark)); $info_buffer->delete_mark($mark); $info_buffer->get_tag_table->remove($urltag); } 1; bum-2.5.2/lib/bum_init.pm0000644000175000017500000001652311244011565012144 00000000000000 ############################################################################ # Copyright (C) 2005 by Fabio Marzocca # # thesaltydog@gmail.com # # # # # This program 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; either version 2 of the License, or # # (at your option) any later version. # # # # This program 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 # # along with this program; if not, write to the # # Free Software Foundation, Inc., # # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # # # ############################################################################ package bum_init; use strict; # $hdata holds this table of data: - script / text / daemon - for each script in summary view my $hdata; sub init_human_text{ for( ['acpid',_('Perform intelligent power management of your system'),'acpid'], ['acpi-support',_('For laptops, does power management and enables hotkeys'),0], ['alsa',_('Sound Architecture Services '),0], ['anacron',_('Runs system housekeeping chores on specified days'),0], ['apache',_('Web Server'),'apache'], ['apache2',_('New generation Web Server'),'apache2'], ['apmd',_('Monitors battery status for some older laptops'),'apmd'], ['apport',_('Tool to report program crashes'),0], ['atd',_('Enables scheduling of jobs'),'atd'], ['autofs',_('Automounter for Linux'),'autofs'], ['avahi-daemon', _('Discover services and hosts on a local network'),'avahi-daemon'], ['binfmt-support',_('Support for extra formats to run programs'),0], ['bind9', _('Service to get internet domain names'),'named'], ['bittorrent',_('Easy scatter-gather network file transfer'),'bttrack.bittorr'], ['bootclean', _('Scripts for initializing and shutting down the system'),0], ['bootlogd',_('Saves messages at boot to a log file'),'bootlogd'], ['bluetooth',,_('Bluetooth services'),'hcid'], ['bluez-utils',_('Bluetooth services'),'hcid'], ['clamav-freshclam',_('Update virus database'),'freshclam'], ['cron',_('Runs system housekeeping chores on specified dates/times'),'cron'], ['cups',_('Manages print jobs'),'cupsd'], ['cupsys',_('Manages print jobs'),'cupsd'], ['dbus-1',_('Delivers messages between applications'),'dbus-daemon-1'], ['dbus',_('Delivers messages between applications'),'dbus-daemon'], ['ddclient',_('Updates your details on DNS hosting providers'),'ddclient'], ['dns-clean',_('Configures your system for internet access via a modem'),0], ['dhcp3-server',_('Provides IP addresses to clients via DHCP'),'dhcpd3'], ['dictd',_('Dictionary Server'),'dictd'], ['evms',_('Hard Disk Volume Management'),0], ['fam',_('Detects changes in files/directories'),'famd'], ['fetchmail',_('Mail retrieval and forwarding utility'),'fetchmail'], ['festival',_('A Text to Speech synthesis software'),'festival'], ['fnfxd',_('Power and special key management for Toshiba laptops'),'fnfxd'], ['gdm',_('GNOME Display Manager'),'gdm'], ['hal',_('A layer for hardware support and detection'),'hald'], ['hdparm',_('Tunes hard disk parameters for high performance'),0], ['hotkey-setup',_('Auto-configures laptop hotkeys'),0], ['hotplug',_('Detects new devices when plugged in'),0], ['hplip',_('HP Printing and Imaging System'),'hpiod'], ['hpoj',_('HP OfficeJet Linux driver'),'ptal-printd'], ['hsf',_('Conexant HSF modem management'),'hsfdcpd'], ['ifupdown-clean',_('Tools to configure network services'),0], ['inetd',_('Manager for incoming Internet connections'),'inetd'], ['kdm',_('KDE Display Manager'),'kdm'], ['klogd',_('Logs important system events'),'klogd'], ['landscape-client',_('Web-base tool for managing Ubuntu systems'),'landscape-client'], ['laptop-mode',_('Auto-enables laptop mode when running on batteries'),0], ['lvm',_('Handles physical Hard Disk Volumes in Logical groups'),0], ['makedev',_('Creates special files to interact with hardware'),0], ['mdadm',_('Manages multiple disk devices for fault-tolerance'),'mdadm'], ['mdadm-raid',_('Manages multiple disk devices for fault-tolerance'),'mdadm'], ['mpd',_('Allows remote access for playing music'),'mpd'], ['mysql',_('Fast and stable SQL database server'),'mysqld'], ['networking',_('Manages your Internet connection'),0], ['ntp',_('Update the system time using the Internet'),'ntpd'], ['ntpdate',_('Update the system time using the Internet'),0], ['nvidia-glx',_('NVIDIA video card management'),0], ['nvidia-kernel',_('Common files for NVIDIA video cards'),0], ['pcmcia',_('Manages the insertion/removal of Laptop cards'),'cardmgr'], ['postfix',_('High performance Mail Server'),'master'], ['powernowd',_('Controls CPU speed and voltage to save power'),'powernowd'], ['ppp',_('Manages internet access via a modem'),'pppd'], ['pppd-dns',_('Restores DNS'),'pppd'], ['policykit',_('Framework for managing administrative privileges'),0], ['pulseaudio',_('New generation audio server'),'pulseaudio'], ['readahead',_('Speeds up boot by starting operations early'),0], ['rsync',_('Fast remote file copy program'),'rsyncd'], ['saned',_('Scanner services'),'saned'], ['samba',_('Share files among computers on a LAN'),'smbd'], ['sl-modem-daemon',_('SmartLink modem management'),'slmodemd'], ['smartmontools',_('Monitors hard drives with SMART'), 'smartd'], ['squid',_('Internet WWW proxy server'),'squid'], ['spamassassin',_('Mail spam filter'),'spamd'], ['ssh',_('Allows users securely to log into the machine remotely'),'sshd'], ['stop-bootlogd',_('Stops saving boot messages to a log file'),0], ['sudo',_('Allows specific users to gain superuser status'),0], ['sysklogd',_('System Logging Service'),'syslogd'], ['tpb',_('Program to use the IBM ThinkPad(tm) special keys'),'tpb'], ['udev',_('Creates new devices when plugged in'),'udevd'], ['udev-mtab',_('Creates new devices when plugged in'),'udevd'], ['usplash',_('User bootsplash utility'),0], ['vbesave',_('Save/Recover video state'),0], ['vboxdrv',_('VirtualBox linux kernel module'),'vboxdrv'], ['vmware-server',_('Virtual Machine Server'),'vmware-serverd'], ['vsftpd',_('The Very Secure FTP daemon'),'vsftpd'], ['webmin',_('Web-based remote administration for this computer'),'miniserv.pl'], ['Win4LinPro',_('Virtual Bridges virtualization services'),'win4prod'], ['wifi-radar',_('Graphical utility for managing wi-fi connections'),'wifi-radar'], ['xorg-common',_('Main Graphical Interface'),'Xorg'], ['zope',_('Open Source Web Application Server'),'zope'] ){ my($name,$description,$daemon)=@$_; $hdata->{$name}->{description} = $description; $hdata->{$name}->{daemon} = $daemon; } } sub get_human_text{ return $hdata; } 1; bum-2.5.2/lib/bum_app.pm0000644000175000017500000001340511166441240011755 00000000000000 ############################################################################ # Copyright (C) 2005 by Fabio Marzocca # # thesaltydog@gmail.com # # # # # This program 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; either version 2 of the License, or # # (at your option) any later version. # # # # This program 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 # # along with this program; if not, write to the # # Free Software Foundation, Inc., # # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # # # ############################################################################ #============================================================================== #=== The class Application #============================================================================== package bum_app; use Glib qw(TRUE FALSE); use bum_Config; use Carp; use File::Spec; use strict ; use Locale::gettext; use POSIX qw(setlocale); use POSIX qw(getuid); use Encode qw(decode); use Gtk2 -init ; use constant NULL => 0; use bum_ops; use bum_cbk; use bumlib; use bum_init; our ($uixml,$AUTOLOAD); setlocale(LC_MESSAGES, ""); textdomain(bum_Config->PACKAGE); bind_textdomain_codeset(bum_Config->PACKAGE,"UTF-8"); bindtextdomain(bum_Config->PACKAGE, bum_Config->DATADIR . '/locale'); ##################################################### sub _ {return decode("utf-8",dgettext( bum_Config->PACKAGE,$_[0]));} ###################################################### my %go_fields=( version => bum_Config->VERSION, # the main window window=>undef, # the about dialog window about_dlg=>undef, #icon path icon_path=>undef, #progress bar pbar => undef, #the notebook notebook => undef, #the treeviews lists summary =>undef, standardRL => undef, rcSd => undef, #textviews text_standard => undef, text_rcS => undef, #info buffers info_b_standard => undef, info_b_rcS => undef, #pages SUM_PAGE => 0, STA_PAGE => 1, RCS_PAGE => 2, ); sub new{ my $that =shift; my $classe=ref($that) ||$that; my $self={ _permitted=>\%go_fields,%go_fields,}; bless($self,$classe); bum_cbk::init($self); bum_ops::init($self); #is user root? if (getuid() != 0) { bum_ops::message(_("You must run this program as the root user."), 'GTK_MESSAGE_ERROR'); exit 1; } exit 1 if (bum_ops::check_if_lock()); #################################################### ####### User Interface #################################################### my $uipath=File::Spec->catfile(bum_Config->PKGDATADIR, 'bum.ui'); croak("Unable to find '$uipath': $!") unless -f $uipath; $uixml = Gtk2::Builder->new (); $uixml->add_from_file ($uipath); $uixml->connect_signals(NULL,'bum_cbk' ); #### Initialization of the Application attributes $self->icon_path (File::Spec->catfile( (bum_Config->DATADIR, 'pixmaps'), "bum.png")); $self->about_dlg($uixml->get_object('about_dlg' )); $self->window($uixml->get_object('window1' )); $self->notebook($uixml->get_object('notebook1' )); $self->window->set_icon(Gtk2::Gdk::Pixbuf->new_from_file($self->icon_path)); #start progress bar $self->pbar(bum_ops::start_progress()); #standard treeview SimpleList $self->standardRL(bum_ops::create_standardRL_treeview( $uixml->get_object('treeview2' ))); $self->text_standard($uixml->get_object('textview2' )); $self->info_b_standard($self->text_standard->get_buffer()); $self->info_b_standard->create_tag ("title", weight => 700); #summary treeview Gtk2::TreeView croak("Unable to create standard treeview!") unless defined($self->standardRL); $self->summary(bum_ops::create_summary_treeview( $uixml->get_object('treeview1' ))); #rcSd treeview SimpleList $self->rcSd(bum_ops::create_rcSd_treeview( $uixml->get_object('treeview3' ))); $self->text_rcS($uixml->get_object('textview3') ); $self->info_b_rcS($self->text_rcS->get_buffer()); $self->info_b_rcS->create_tag ("title", weight => 700); bum_init::init_human_text(); bumlib::get_packages(); bum_ops::populate_standardRL(); bum_ops::populate_rcSd(); bum_ops::change_page(0); bum_ops::check_menu_sens(); bum_ops::destroy_progress($self->pbar); $uixml->get_object('quit_btn')->set_sensitive(TRUE); return $self; } sub AUTOLOAD { my $self=shift; my $type=ref($self) or croak "$self is not an object"; my $name=$AUTOLOAD; $name=~ s/.*:://; unless (exists $self->{_permitted}->{$name}) { croak "Cannot load $name fields in class $type" ;} if (@_) { return $self->{$name}=shift; }else { return $self->{$name}; } } sub DESTROY {} sub find_program_in_path{ my $file=shift; my $found_prog_and_path=NULL; my ($dir,$path); for $dir (split(/:/,$ENV{'PATH'})) { if(-x ($path="$dir/$file") ){ $path=~s/\/\//\//g; ## removing /bin//gzip like entry $found_prog_and_path = $path ; last; } } return($found_prog_and_path); } 1 ; bum-2.5.2/lib/Makefile.am0000644000175000017500000000125110352342264012026 00000000000000NULL = config_in_files = bum_Config.pm.in modulemaindir = $(pkglibdir) modulemain_DATA = \ $(config_in_files:.pm.in=.pm) \ bumlib.pm \ bum_init.pm \ bum_app.pm \ bum_cbk.pm \ bum_ops.pm $(NULL) bum_Config.pm: $(config_in_files) sed \ -e "s|\@PACKAGE\@|$(PACKAGE)|" \ -e "s|\@VERSION\@|$(VERSION)|" \ -e "s|@PREFIX@|$(prefix)|" \ -e "s|@BINDIR@|$(bindir)|" \ -e "s|@LIBDIR@|$(libdir)|" \ -e "s|@DATADIR@|$(datadir)|" \ -e "s|@PKGLIBDIR@|$(pkglibdir)|" \ -e "s|@PKGDATADIR@|$(pkgdatadir)|" \ $< > $@ CLEANFILES = *~ bum_Config.pm $(NULL) EXTRA_DIST = \ bum_Config.pm.in \ bum_app.pm \ bum_cbk.pm \ bumlib.pm \ bum_init.pm \ bum_ops.pm $(NULL) bum-2.5.2/lib/bumlib.pm0000644000175000017500000006051510624106460011610 00000000000000 ############################################################################ # Copyright (C) 2005 by Fabio Marzocca # # thesaltydog@gmail.com # # # # # This program 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; either version 2 of the License, or # # (at your option) any later version. # # # # This program 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 # # along with this program; if not, write to the # # Free Software Foundation, Inc., # # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # # ############################################################################ package bumlib; use strict; use constant TRUE => 1; use constant FALSE => 0; my $ETC_DIR = "/etc"; my $etc_rc = "/etc/rc"; my $initd = "/etc/init.d"; my @cfg_levels = qw/2 3 4 5/; # default runlevels to affect if not specified my @rls = qw/ 1 2 3 4 5 7 8 9 0 6/; my @cfg_stoplevels = qw/0 1 6/; my $runlevel_cmd = '/sbin/runlevel'; my $DATA_DIR = "/var/lib/bum/"; my $DATA_FILE = $DATA_DIR."numbers"; my $PKGS_FILE = $DATA_DIR."packages"; my @unselects = ("\^\\\.\$", "\^\\\.\\\.\$", "\^rc\$", "\^rcS\$", "\^README\$", "\^skeleton\$", ".*\\\.dpkg-dist\$", ".*\\\.dpkg-old\$", ".*\\\.sh\$"); my $DEBUG_STRING = ">/dev/null 2>&1"; ### Globals to module my ($g_rcdf, $g_data, $g_default, $g_initd,$g_pkgname,$g_rcS,$g_rcSoff); my $DEBUG = 0; #################################################################### # Send the full list to GUI sub get_full_list { my @list; my $element; get_packages(); # Get list & service number in runlevels # services on foreach my $i (@$g_default) { my $arr =$g_rcdf->{$i}; if($arr->[7] ne '-01'){next;}; #skip if S in rcS $element ="1,".$i.","; for (my $y=0; $y<7; $y++) { if ($arr->[$y] eq '-01' && $arr->[$y+10] eq '-01') {$element.="---,"; next;} if ($arr->[$y] ne '-01') {$element.="S".$arr->[$y].",";} if ($arr->[$y+10] ne '-01') {$element.="K".$arr->[$y+10].",";} } push (@list,$element); } # services off foreach my $i (@$g_initd) { my $arr =$g_rcdf->{$i}; if (defined $arr->[17] && $arr->[17] ne '-01') {next;} #skip if defined rcS.d K $element= '0,'.$i.","; for (my $y=0; $y<7; $y++) { if (!defined $arr->[$y] && !defined $arr->[$y+10]) { $element.="---,"; next; } if ($arr->[$y] eq '-01' && $arr->[$y+10] eq '-01') { $element.="---,"; next } if (defined $arr->[$y] && $arr->[$y] ne '-01') { $element.="S".$arr->[$y].","; } if (defined $arr->[$y+10] && $arr->[$y+10] ne '-01') { $element.="K".$arr->[$y+10].","; } } push (@list,$element); } return \@list; } ################################################### # Sed rcS.d list to GUI # sub get_full_rcS_list { my @list; my $element; # services on foreach my $i (@$g_rcS) { my $arr =$g_rcdf->{$i}; $element ="1,".$i.","; #runlevel 0 Halt K if ($arr->[10] eq '-01') { $element .= "---,"; } else { $element .="K".$arr->[10].","; } #runlevel rcS.d if ($arr->[7] eq '-01' && $arr->[17] eq '-01') { $element.="---,"; } if ($arr->[7] ne '-01') { $element.="S".$arr->[7].","; } if ($arr->[17] ne '-01') { $element.="K".$arr->[17].","; } #runlevel 6 Reboot if ($arr->[16] eq '-01') { $element .= "---,"; } else { $element .="K".$arr->[16].","; } push (@list,$element); } # services off foreach my $i (@$g_rcSoff) { my $arr =$g_rcdf->{$i}; $element ="0,".$i.","; #runlevel 0 Halt K if ($arr->[10] eq '-01') { $element .= "---,"; } else { $element .="K".$arr->[10].","; } #runlevel rcS.d off if ($arr->[17] eq '-01') { $element.="---,"; } if ($arr->[17] ne '-01') { $element.="K".$arr->[17].","; } #runlevel 6 Reboot if ($arr->[16] eq '-01') { $element .= "---,"; } else { $element .="K".$arr->[16].","; } push (@list,$element); } return \@list; } ################################################################## # Apply changes # # %hashon %hashoff es: {alsa # gdm # .....} # input list must at least have in field [0] the activation toggle # and in field [1] the package name. ########################################################## sub make_changes { my ($list,$ret) = @_; my $key; my @res_on = (); my @res_off = (); my $hashon= {}; my $hashoff = {}; my $run =0; return if ($ret eq 'cancel') ; $run= 1 if ($ret eq 'yes'); #create and populate hashes from list from $list foreach $key ( @{$list} ) { if ($key->[0]) {$hashon->{$key->[1]}="OK";} #$key->[1] is the package name else {$hashoff->{$key->[1]}="OK";} } #create and populate res_on foreach $key (keys(%{$hashon})) { if (!is_already_on($g_default,$key)) {push(@res_on, $key);} } #create and populate res_off foreach $key (keys(%{$hashoff})) { if (!is_already_off($g_initd, $key) ) {push(@res_off, $key);} } &exec_update($run,on=>\@res_on, off=>\@res_off, data=>$g_data); } ############### sub is_already_on { my ($ref,$pkg) = @_; if ($ref==FALSE) {$ref=$g_default;} my $key; foreach $key (@{$ref}) { if ($key eq $pkg) {return TRUE;} } return FALSE; } ####################### sub is_already_off { my ($ref,$pkg) = @_; if ($ref==FALSE) {$ref=$g_initd;} my $key; foreach $key (@{$ref}) { if ($key eq $pkg) {return TRUE;} } return FALSE; } ########################################################## # Return apt-cache info if available sub get_cache_info { my $key = shift; my $ret = TRUE; my $s_info = ""; my $pkg = $key; my $descr = ""; if ( exists($g_pkgname->{$key}) ) { $pkg = $g_pkgname->{$key}; } if ($pkg ne "") { $s_info = `apt-cache show $pkg`; #dpkg --print-avail my $start = rindex($s_info,"Description"); my $end = rindex($s_info,"Bugs"); if ($start >= $end) {$end = $start-1;} $s_info=substr($s_info,$start,$end-$start); $start = index($s_info,":"); if ($start > -1 ) { $s_info = substr $s_info,$start+1; } $end = index($s_info,"\n"); $descr = substr($s_info,0,$end); $s_info = substr($s_info, $end+1); } if ($s_info eq "" ) { $s_info=_("Sorry, no information found for this package."); $pkg=$key; $ret=FALSE; } return ($descr,$s_info,$ret); } ################################################################## # Return info (if available) on script sub new_get_script_info { my $key = shift; my $ret = TRUE; my $s_info = ""; my $pkg = ""; my $descr = ""; ($descr,$s_info,$ret) = get_cache_info($key); my($summ,$sum_ret) = get_summ_info($key); if ($sum_ret) { $pkg=$key; $descr=$summ; } return ($descr,$s_info,$ret); } ################################################ # Get summary info text # sub get_summ_info { my $key = shift; my $ret = TRUE; my $s_info = ""; my $pkg = ""; my $descr = ""; my $dummy = ""; #first check in human text my $human = bum_init::get_human_text(); if(exists $human->{$key} ){ return ($human->{$key}->{description}, TRUE); } #otherwise get cache information ($descr,$dummy,$ret) = get_cache_info($key); return ($descr,$ret); } ######################################################### # Change service priority # sub service_priority { my ($key,$start,$stop) = @_; foreach my $rl(@cfg_levels) { update_link($key,$rl,'S',$start); } #update 'K' links foreach my $rl(@cfg_stoplevels) { update_link($key,$rl,'K',$stop); } system("logger -t bum $key changed priority S=$start K=$stop"); } ########################################################## ## Stop the service NOW sub stop_service { my $key = shift; return system("/etc/init.d/".$key." stop ".$DEBUG_STRING) ; } ########################################################## ## Start the service NOW sub start_service { my $key = shift; my $ret = system("/etc/init.d/".$key." start".$DEBUG_STRING); return $ret; } ############################################################ # get a single package name # sub old_get_pkg { my $key = shift; my ($grep_src, $pkg); my $dpkg_dir = "/var/lib/dpkg/info/"; $grep_src = $ETC_DIR."/init.d/".$key."\$ ".$dpkg_dir."*.list"; $pkg = `grep $grep_src`; $pkg =~ s/$dpkg_dir//g; $pkg =~ s/(.list).*//g; chomp($pkg); my $fullpath =$ETC_DIR."/init.d/".$key; my $dret = `dpkg -S $fullpath 2>&1`; chomp($dret); my ($pkg2) =$dret=~ /(\w+.*?)\:/; print STDERR "$dret ===> $pkg2\n"; return $pkg ; } sub get_pkg { Gtk2->main_iteration while ( Gtk2->events_pending ); my $key = shift; my $fullpath =$ETC_DIR."/init.d/".$key; my $dret = `dpkg -S $fullpath 2>&1`; my ($pkg) =$dret=~ /(\w+.*?)\:/; return "" if ($pkg eq "dpkg"); return $pkg; } ################################################# # get all packages names sub get_packages { my ($key,$pkg); #Main initialization routines #check if /var/lib/bum exists if (!(-d $DATA_DIR)) { `mkdir -p $DATA_DIR`;} $g_rcdf = &read_rcd_default(root_dir=>$ETC_DIR); $g_data = &read_data(file=>$DATA_FILE); $g_default = &select_default(rcdf=>$g_rcdf, data=>$g_data); #scripts ON $g_initd = &read_initd_dir(root_dir=>$ETC_DIR); $g_initd = &select_unlinked_initd(initd=>$g_initd, rcdf=>$g_rcdf, unselects=>\@unselects); #scripts off &write_data(file=>$DATA_FILE, data=>$g_data); $g_rcS = &select_rcS(rcdf=>$g_rcdf, data=>$g_data); #rcS on $g_rcSoff=&init_rcSoff(rcdf=>$g_rcdf); #rcS off ####################### if ( -e $PKGS_FILE ) #packages file exists { open(IN, $PKGS_FILE)|| die "Cannot open file $PKGS_FILE !"; while(){ next if ( /^\#/ ); if (/(\S+)\s+(\S+)/) { $g_pkgname->{$1} = $2; } } ## while() close(IN); foreach $key (@$g_default) { next if ( exists($g_pkgname->{$key}) ); $g_pkgname->{$key}=get_pkg($key); } foreach $key (@$g_initd) { next if ( exists($g_pkgname->{$key}) ); $g_pkgname->{$key}=get_pkg($key); } foreach $key (@$g_rcS) { next if ( exists($g_pkgname->{$key}) ); $g_pkgname->{$key}=get_pkg($key); } foreach $key (@$g_rcSoff) { next if ( exists($g_pkgname->{$key}) ); $g_pkgname->{$key}=get_pkg($key); } } else #packages file doesn't exist { foreach my $key(keys %$g_rcdf) { $g_pkgname->{$key}=get_pkg($key); } } #write package file open(OUT, "> ".$PKGS_FILE) || die "Cannot write file $PKGS_FILE !"; foreach $key (keys(%{$g_pkgname})){ print OUT $key." ".$g_pkgname->{$key}."\n"; } close(OUT); } ####################################################################### ## MODULE: read_initd_dir ## DESC: Collect files in init.d/ directory. sub read_initd_dir{ ## my $dir = $ETC_DIR."/init.d"; opendir(DIR, $dir) || die "No such directory: $!"; my(@dirs) = readdir(DIR); close(DIR); ## return \@dirs; } ## read_initd_dir ####################################################################### ## MODULE: read_rcd_default ## DESC: Read files in rc?.d(?:=0..6) directory and generate %rcdf. ## %rcdf->{'package'} -> [0] service num in rc0.d/S??package [10]... K?? sub read_rcd_default { my(%ref) = @_; ## my $root_dir = $ref{'root_dir'}; my %rcdf = (); # my($i); my $dir; ## rc?.d my($start, $end); for ( my $i = 0; $i <= 6; $i++ ) { $dir = $root_dir."/rc".$i.".d"; ($start, $end) = &read_rc_dir(dir=>$dir); &setup_rcd(rcdf=>\%rcdf, rcfile=>$start, dirnum=>$i, margin=>0); &setup_rcd(rcdf=>\%rcdf, rcfile=>$end, dirnum=>$i, margin=>10); } ## rcS.d $dir = $root_dir."/rcS.d"; ($start, $end) = &read_rc_dir(dir=>$dir); &setup_rcd(rcdf=>\%rcdf, rcfile=>$start, dirnum=>7, margin=>0); &setup_rcd(rcdf=>\%rcdf, rcfile=>$end, dirnum=>7, margin=>10); return \%rcdf; } ## read_rcd_default ####################################################################### ## MODULE: setup_rcd sub setup_rcd{ my(%ref) = @_; ## my $rcdf = $ref{'rcdf'}; my $rcfile = $ref{'rcfile'}; my $dirnum = $ref{'dirnum'}; my $margin = $ref{'margin'}; ## my $package; my $num; foreach my $file ( @{$rcfile} ) { $package = $file->{'name'}; $num = $file->{'num'}; #print $package." ".$num." $margin $dirnum\n"; if(! exists($rcdf->{$package})){ $rcdf->{$package} = &new_rcd(); #print "Generate ".$package."\n"; } $rcdf->{$package}->[$dirnum+ $margin] = $num; } ## foreach } ## setup_rcd() ####################################################################### ## MODULE: read_rc_dir ## DESC: Open directory specified in $dir, and list Start/Stop service sub read_rc_dir{ my($self) = shift if(defined($_[0]) && (ref($_[0]) ne '')); my(%ref) = @_; ## my $dir = $ref{'dir'}; ## opendir(DIR, $dir) || die "No such directory: $!"; ## my @starts = (); my @stops = (); my @dirs = readdir(DIR); foreach (reverse sort @dirs ) { if(/^S([0-9][0-9])(.*)$/){ push(@starts, &new_file(num=>$1, name=>$2)); next; } ## if if(/^K([0-9][0-9])(.*)$/){ next if (already_in_start(\@starts,$2)); #eliminate stop num if package already in start in this level (i.e.anacron) push(@stops, &new_file(num=>$1, name=>$2)); next; } ## if } ## while() closedir(DIR); return(\@starts, \@stops); } ## read_rc_dir sub already_in_start { my ($arr,$name) =@_; foreach my $key (@{$arr}) { return 1 if ($key->{'name'} eq $name); } return 0; } ####################################################################### ## MODULE: select_unlinked_initd ## DESC: Compare between %rcdf and @initd, and list file in init.d/ sub select_unlinked_initd{ my(%ref) = @_; ## my $initd = $ref{'initd'}; my $rcdf = $ref{'rcdf'}; my $unselects = $ref{'unselects'}; ## my @new_initrd = (); my $unselect; ## foreach my $key (@{$initd}){ next if ( &check_unselect(file=>$key, unselects=>$unselects) ); if ( ( ! exists($rcdf->{$key}) || ( #( $rcdf->{$key}->[10] != -1 ) && # ( $rcdf->{$key}->[11] != -1 ) && ( $rcdf->{$key}->[12] ne '-01' ) && ( $rcdf->{$key}->[13] ne '-01' ) && ( $rcdf->{$key}->[14] ne '-01') && ( $rcdf->{$key}->[15] ne '-01' ) # ( $rcdf->{$key}->[16] != -1 ) ))){ push(@new_initrd, $key); } } return \@new_initrd; } ## select_unlinked_initd() ####################################################################### ## MODULE: check_unselect ## DESC: Check if 'file' exists in unselects array. sub check_unselect{ my(%ref) = @_; ## my $file = $ref{'file'}; my $unselects = $ref{'unselects'}; # if ($file eq "README") {return 1;} foreach my $unselect (@{$unselects}){ return 1 if($file =~ /$unselect/); } return 0; } ## check_unselect() ####################################################################### ## MODULE: new_file ## DESC: Generate new package file ## 'num' => service number ## 'name' => package name(filename) sub new_file{ my($self) = shift if(defined($_[0]) && (ref($_[0]) ne '')); my(%ref) = @_; ## my $new = {}; $new->{'num'} = $ref{'num'}; $new->{'name'} = $ref{'name'}; return $new; } ## new_file() ####################################################################### ## MODULE: new_rcd sub new_rcd{ my($self) = shift if(defined($_[0]) && (ref($_[0]) ne '')); my(%ref) = @_; ## my @rcd = (); for ( my $i = 0; $i <= 7; $i++ ) { $rcd[$i] = '-01'; ## start $rcd[$i + 10] = '-01'; ## end } return \@rcd; } ## new_rc() ####################################################################### ## MODULE: read_data sub read_data{ my(%ref) = @_; ## my $data = {}; ## if ( open(IN, $ref{'file'})) { while(){ next if ( /^\#/ ); my ($first,$second,$third) = split; if (!defined($third)) {next;} if ($third =~ /([0-9][0-9])/){next;} #corrects bug from v.1.2.7 $data->{$third}->{'start'} = $first; $data->{$third}->{'stop'} = $second; } ## while() close(IN); } ## if open IN ; return $data; } ## read_data() ####################################################################### ## MODULE: select_default sub select_default{ my(%ref) = @_; ## my $rcdf = $ref{'rcdf'}; my $data = $ref{'data'}; ## my $link ; my @select = (); my $start_num; my $stop_num; # foreach my $package ( keys(%{$rcdf}) ) { foreach my $package (sort hashAscending (keys(%{$rcdf}))) { #sort g_rcdf on RL2 priority $link = $rcdf->{$package}; $start_num = $link->[2]; $stop_num = $link->[11]; $stop_num = $link->[10] if ($stop_num eq '-01'); #if there is no K in RL1, get the one in RL0 #rule 1: S link in 2-3-4-5 AND S/K link in 1, AND K link in 0-6 (update-rc.d defaults) if ( ( $start_num ne '-01' ) && (($link->[1] ne '-01') || ($link->[11] ne '-01')) && ( $link->[3] ne '-01' ) && ( $link->[4] ne '-01') && ( $link->[5] ne '-01' ) && ($link->[10] ne '-01') && ($link->[16] ne '-01') ) { push(@select, $package); $data->{$package}->{'start'} = $start_num; $data->{$package}->{'stop'} = $stop_num; next; } #rule 2: S link in 2-3-4-5 AND K link in 1 (update-rc.d multiuser) if ( ( $start_num ne '-01' ) && (($link->[1] ne '-01') || ($link->[11] ne '-01')) && ( $link->[3] ne '-01' ) && ( $link->[4] ne '-01') && ( $link->[5] ne '-01' ) ) { push(@select, $package); $data->{$package}->{'start'} = $start_num; $data->{$package}->{'stop'} = $stop_num; } } ## foreach return \@select; } ## select_default() ########################################### ## Sort routines sub hashAscending{ $g_rcdf->{$a}->[2] <=> $g_rcdf->{$b}->[2]; } sub hashAscendingrcS{ $g_rcdf->{$a}->[7] <=> $g_rcdf->{$b}->[7]; } ################################################# # sub select_rcS { my(%ref) = @_; ## my $rcdf = $ref{'rcdf'}; my $data = $ref{'data'}; ## my $link ; my @rcSselect = (); my $start_num; my $stop_num; foreach my $package (sort hashAscendingrcS (keys(%{$rcdf}))) { #sort g_rcdf on RcS priority next if ( &check_unselect(file=>$package, unselects=>\@unselects) ); $link = $rcdf->{$package}; $start_num = $link->[7]; $stop_num = $link->[10]; if ( ( $start_num ne '-01' ) ) { push(@rcSselect, $package); #print STDERR "rcS....$package - $start_num\n"; $data->{$package}->{'start'} = $start_num; $data->{$package}->{'stop'} = $stop_num; } } ## foreach return \@rcSselect; } ## select_rcS() ############################################## # get off scripts in rcS # sub init_rcSoff { my(%ref) = @_; my $rcdf = $ref{'rcdf'}; my @rcSselect = (); my $link; my $stop_num; foreach my $package ( keys(%{$rcdf}) ) { $link = $rcdf->{$package}; $stop_num = $link->[17]; if ( ( $stop_num ne '-01' ) ) { push(@rcSselect, $package); #print STDERR "$package - $stop_num\n"; } } return \@rcSselect; } ####################################################################### ## MODULE: write_data sub write_data{ my(%ref) = @_; ## my $file = $ref{'file'}; my $data = $ref{'data'}; open(OUT, "> ".$file) || die "Cannot write file $file: $!"; foreach my $key (keys(%{$data})){ if ($data->{$key}->{'stop'}== -1) {$data->{$key}->{'stop'}= '-01';} print OUT $data->{$key}->{'start'}." ". $data->{$key}->{'stop'}." ". $key."\n"; #print STDERR "$data->{$key}->{'start'} $data->{$key}->{'stop'} $key\n"; } close(OUT); } ## write_data() ####################################################################### ## MODULE: exec_update sub exec_update{ my($run_now,%ref) = @_; ## my $on = $ref{'on'}; my $off = $ref{'off'}; my $data = $ref{'data'}; ## my $key; my $pn=0; foreach $key ( @{$on} ) { #update 'S' links foreach my $rl(@cfg_levels) { update_link($key,$rl,'S',undef); } #update 'K' links (only if doesn't exist a K number saved) if (exists($data->{$key})) { if ($data->{$key}->{'stop'} == '-01') { $pn = 100 - $data->{$key}->{'start'}; } } else { $pn=20; } if ($pn !=0) { foreach my $rl(@cfg_stoplevels) { update_link($key,$rl,'K',$pn); } } if ( ! -x $ETC_DIR . "/init.d/" . $key ) {`chmod a+x $ETC_DIR/init.d/$key`;} system("logger -t bum Activated service: $key"); if ( $run_now == 1 ) { system($initd."/".$key." start".$DEBUG_STRING); } } foreach $key ( @{$off} ) { #update start runlevels foreach my $rl (@cfg_levels) { update_link($key,$rl,'K',undef); } system("logger -t bum De-activated service: $key"); if ( $run_now== 1 ) { system($initd."/".$key." stop".$DEBUG_STRING); } } } ## exec_update() ##################################################################### # the script is not in the human list: return UNDEF # daemon is running: return TRUE # daemon is NOT running return FALSE # the script has no related daemons: return -1 sub check_if_running { my $key = shift; my $human=bum_init::get_human_text(); if( exists $human->{$key} ){ if ($key =~ 'apache') {return r_apache($human->{$key}->{daemon});} if (!$human->{$key}->{daemon}) {return -1;} if (`ps -C $human->{$key}->{daemon} -o pid=`) {return TRUE;} else {return FALSE;} } return undef; } ################################################# sub r_apache { my $daemon=shift; if ((`ps -C $daemon -o pid=`) || (`ps -C httpd -o pid=`) || (`ps -C httpd2 -o pid=`)) {return TRUE;} else {return FALSE;} } ################################################################ ############################################################ sub get_current_runlevel { if (-e $runlevel_cmd) { my $rl_out = `$runlevel_cmd`; $rl_out = 1 if $rl_out =~ /unknown/; $rl_out =~ /^\S\s?([Ss\d])?$/ or die "Unknown return from $runlevel_cmd : $rl_out"; return $1; } else { return 1; } } ############################################################### sub update_link { my ($sn, $rl, $sk, $pri) = @_; if (defined $sn && defined $rl && defined $sk && defined $pri) { if (-e "$etc_rc$rl.d/$sk$pri$sn") { return 'exists'; } } opendir (RL, "$etc_rc$rl.d") or die "$0: opendir $etc_rc$rl.d : $!"; foreach (grep { /[SK]\d\d$sn/i } readdir(RL)) { unlink "$etc_rc$rl.d/$_" or die "Can't unlink $etc_rc$rl.d/$_ : $!"; } closedir(RL); # If we are completely deleting the link, $sk will # be empty. return 1 if $sk eq ''; unless ($sk =~ /^[SK]$/) { die "You have to use S or K to start a link" } if (!defined $pri) { if ( exists($g_data->{$sn}) ) { if ($sk eq 'S') { $pri=$g_data->{$sn}->{'start'}; } #if 'S' else { $pri=$g_data->{$sn}->{'stop'}; if ($pri eq '-01') { $pri = 100 - $g_data->{$sn}->{'start'}; } }#if 'K' }#if exists g_data else { #g_data does not exist $pri=20; } } return if ($pri eq '-01'); #safeguard, maybe don't need if (length($pri)==1) {$pri = '0'.$pri;} unless ($pri =~ /^\d\d$/) { die "Priority isn't two numbers: $pri" } # unlike ln relative symlinks are relative to the target file, not the cwd symlink "../init.d/$sn", "$etc_rc$rl.d/$sk$pri$sn" or die "Can't symlink $etc_rc$rl.d/$sk$pri$sn to ../init.d/$sn : $!\n"; } ######################################### sub check_lock{ my @pids = `ps -C bum -o pid=`; if (scalar(@pids)>1) {return TRUE;} else {return FALSE;} } 1; bum-2.5.2/lib/Makefile.in0000644000175000017500000002463611244776075012067 00000000000000# Makefile.in generated by automake 1.10.2 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : subdir = lib DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = SOURCES = DIST_SOURCES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; am__installdirs = "$(DESTDIR)$(modulemaindir)" modulemainDATA_INSTALL = $(INSTALL_DATA) DATA = $(modulemain_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POFILES = @POFILES@ POSUB = @POSUB@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host_alias = @host_alias@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ NULL = config_in_files = bum_Config.pm.in modulemaindir = $(pkglibdir) modulemain_DATA = \ $(config_in_files:.pm.in=.pm) \ bumlib.pm \ bum_init.pm \ bum_app.pm \ bum_cbk.pm \ bum_ops.pm $(NULL) CLEANFILES = *~ bum_Config.pm $(NULL) EXTRA_DIST = \ bum_Config.pm.in \ bum_app.pm \ bum_cbk.pm \ bumlib.pm \ bum_init.pm \ bum_ops.pm $(NULL) all: all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu lib/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-modulemainDATA: $(modulemain_DATA) @$(NORMAL_INSTALL) test -z "$(modulemaindir)" || $(MKDIR_P) "$(DESTDIR)$(modulemaindir)" @list='$(modulemain_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ echo " $(modulemainDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(modulemaindir)/$$f'"; \ $(modulemainDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(modulemaindir)/$$f"; \ done uninstall-modulemainDATA: @$(NORMAL_UNINSTALL) @list='$(modulemain_DATA)'; for p in $$list; do \ f=$(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(modulemaindir)/$$f'"; \ rm -f "$(DESTDIR)$(modulemaindir)/$$f"; \ done tags: TAGS TAGS: ctags: CTAGS CTAGS: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ else \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(DATA) installdirs: for dir in "$(DESTDIR)$(modulemaindir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am info: info-am info-am: install-data-am: install-modulemainDATA install-dvi: install-dvi-am install-exec-am: install-html: install-html-am install-info: install-info-am install-man: install-pdf: install-pdf-am install-ps: install-ps-am installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-modulemainDATA .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic distclean \ distclean-generic distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-modulemainDATA install-pdf install-pdf-am install-ps \ install-ps-am install-strip installcheck installcheck-am \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-modulemainDATA bum_Config.pm: $(config_in_files) sed \ -e "s|\@PACKAGE\@|$(PACKAGE)|" \ -e "s|\@VERSION\@|$(VERSION)|" \ -e "s|@PREFIX@|$(prefix)|" \ -e "s|@BINDIR@|$(bindir)|" \ -e "s|@LIBDIR@|$(libdir)|" \ -e "s|@DATADIR@|$(datadir)|" \ -e "s|@PKGLIBDIR@|$(pkglibdir)|" \ -e "s|@PKGDATADIR@|$(pkgdatadir)|" \ $< > $@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: bum-2.5.2/lib/bum_Config.pm.in0000644000175000017500000000063410352342264013011 00000000000000package bum_Config; use strict; require Exporter; our @ISA = qw/Exporter/; our @EXPORT = qw( PACKAGE VERSION PREFIX BINDIR LIBDIR DATADIR PKGLIBDIR PKGDATADIR ); use constant { PACKAGE => '@PACKAGE@', VERSION => '@VERSION@', PREFIX => '@PREFIX@', BINDIR => '@BINDIR@', LIBDIR => '@LIBDIR@', DATADIR => '@DATADIR@', PKGLIBDIR => '@PKGLIBDIR@', PKGDATADIR => '@PKGDATADIR@', }; 1; bum-2.5.2/missing0000755000175000017500000002557711244776075010660 00000000000000#! /bin/sh # Common stub for a few missing GNU programs while installing. scriptversion=2006-05-10.23 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006 # Free Software Foundation, Inc. # Originally by Fran,cois Pinard , 1996. # This program 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; either version 2, or (at your option) # any later version. # This program 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 # along with this program; if not, write to the Free Software # 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. if test $# -eq 0; then echo 1>&2 "Try \`$0 --help' for more information" exit 1 fi run=: sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' sed_minuso='s/.* -o \([^ ]*\).*/\1/p' # In the cases where this matters, `missing' is being run in the # srcdir already. if test -f configure.ac; then configure_ac=configure.ac else configure_ac=configure.in fi msg="missing on your system" case $1 in --run) # Try to run requested program, and just exit if it succeeds. run= shift "$@" && exit 0 # Exit code 63 means version mismatch. This often happens # when the user try to use an ancient version of a tool on # a file that requires a minimum version. In this case we # we should proceed has if the program had been absent, or # if --run hadn't been passed. if test $? = 63; then run=: msg="probably too old" fi ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an error status if there is no known handling for PROGRAM. Options: -h, --help display this help and exit -v, --version output version information and exit --run try to run the given command, and emulate it if it fails Supported PROGRAM values: aclocal touch file \`aclocal.m4' autoconf touch file \`configure' autoheader touch file \`config.h.in' autom4te touch the output file, or create a stub one automake touch all \`Makefile.in' files bison create \`y.tab.[ch]', if possible, from existing .[ch] flex create \`lex.yy.c', if possible, from existing .c help2man touch the output file lex create \`lex.yy.c', if possible, from existing .c makeinfo touch the output file tar try tar, gnutar, gtar, then tar without non-portable flags yacc create \`y.tab.[ch]', if possible, from existing .[ch] Send bug reports to ." exit $? ;; -v|--v|--ve|--ver|--vers|--versi|--versio|--version) echo "missing $scriptversion (GNU Automake)" exit $? ;; -*) echo 1>&2 "$0: Unknown \`$1' option" echo 1>&2 "Try \`$0 --help' for more information" exit 1 ;; esac # Now exit if we have it, but it failed. Also exit now if we # don't have it and --version was passed (most likely to detect # the program). case $1 in lex|yacc) # Not GNU programs, they don't have --version. ;; tar) if test -n "$run"; then echo 1>&2 "ERROR: \`tar' requires --run" exit 1 elif test "x$2" = "x--version" || test "x$2" = "x--help"; then exit 1 fi ;; *) if test -z "$run" && ($1 --version) > /dev/null 2>&1; then # We have it, but it failed. exit 1 elif test "x$2" = "x--version" || test "x$2" = "x--help"; then # Could not run --version or --help. This is probably someone # running `$TOOL --version' or `$TOOL --help' to check whether # $TOOL exists and not knowing $TOOL uses missing. exit 1 fi ;; esac # If it does not exist, or fails to run (possibly an outdated version), # try to emulate it. case $1 in aclocal*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`acinclude.m4' or \`${configure_ac}'. You might want to install the \`Automake' and \`Perl' packages. Grab them from any GNU archive site." touch aclocal.m4 ;; autoconf) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`${configure_ac}'. You might want to install the \`Autoconf' and \`GNU m4' packages. Grab them from any GNU archive site." touch configure ;; autoheader) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`acconfig.h' or \`${configure_ac}'. You might want to install the \`Autoconf' and \`GNU m4' packages. Grab them from any GNU archive site." files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` test -z "$files" && files="config.h" touch_files= for f in $files; do case $f in *:*) touch_files="$touch_files "`echo "$f" | sed -e 's/^[^:]*://' -e 's/:.*//'`;; *) touch_files="$touch_files $f.in";; esac done touch $touch_files ;; automake*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'. You might want to install the \`Automake' and \`Perl' packages. Grab them from any GNU archive site." find . -type f -name Makefile.am -print | sed 's/\.am$/.in/' | while read f; do touch "$f"; done ;; autom4te) echo 1>&2 "\ WARNING: \`$1' is needed, but is $msg. You might have modified some files without having the proper tools for further handling them. You can get \`$1' as part of \`Autoconf' from any GNU archive site." file=`echo "$*" | sed -n "$sed_output"` test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` if test -f "$file"; then touch $file else test -z "$file" || exec >$file echo "#! /bin/sh" echo "# Created by GNU Automake missing as a replacement of" echo "# $ $@" echo "exit 0" chmod +x $file exit 1 fi ;; bison|yacc) echo 1>&2 "\ WARNING: \`$1' $msg. You should only need it if you modified a \`.y' file. You may need the \`Bison' package in order for those modifications to take effect. You can get \`Bison' from any GNU archive site." rm -f y.tab.c y.tab.h if test $# -ne 1; then eval LASTARG="\${$#}" case $LASTARG in *.y) SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` if test -f "$SRCFILE"; then cp "$SRCFILE" y.tab.c fi SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` if test -f "$SRCFILE"; then cp "$SRCFILE" y.tab.h fi ;; esac fi if test ! -f y.tab.h; then echo >y.tab.h fi if test ! -f y.tab.c; then echo 'main() { return 0; }' >y.tab.c fi ;; lex|flex) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a \`.l' file. You may need the \`Flex' package in order for those modifications to take effect. You can get \`Flex' from any GNU archive site." rm -f lex.yy.c if test $# -ne 1; then eval LASTARG="\${$#}" case $LASTARG in *.l) SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` if test -f "$SRCFILE"; then cp "$SRCFILE" lex.yy.c fi ;; esac fi if test ! -f lex.yy.c; then echo 'main() { return 0; }' >lex.yy.c fi ;; help2man) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a dependency of a manual page. You may need the \`Help2man' package in order for those modifications to take effect. You can get \`Help2man' from any GNU archive site." file=`echo "$*" | sed -n "$sed_output"` test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` if test -f "$file"; then touch $file else test -z "$file" || exec >$file echo ".ab help2man is required to generate this page" exit 1 fi ;; makeinfo) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a \`.texi' or \`.texinfo' file, or any other file indirectly affecting the aspect of the manual. The spurious call might also be the consequence of using a buggy \`make' (AIX, DU, IRIX). You might want to install the \`Texinfo' package or the \`GNU make' package. Grab either from any GNU archive site." # The file to touch is that specified with -o ... file=`echo "$*" | sed -n "$sed_output"` test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` if test -z "$file"; then # ... or it is the one specified with @setfilename ... infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` file=`sed -n ' /^@setfilename/{ s/.* \([^ ]*\) *$/\1/ p q }' $infile` # ... or it is derived from the source name (dir/f.texi becomes f.info) test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info fi # If the file does not exist, the user really needs makeinfo; # let's fail without touching anything. test -f $file || exit 1 touch $file ;; tar) shift # We have already tried tar in the generic part. # Look for gnutar/gtar before invocation to avoid ugly error # messages. if (gnutar --version > /dev/null 2>&1); then gnutar "$@" && exit 0 fi if (gtar --version > /dev/null 2>&1); then gtar "$@" && exit 0 fi firstarg="$1" if shift; then case $firstarg in *o*) firstarg=`echo "$firstarg" | sed s/o//` tar "$firstarg" "$@" && exit 0 ;; esac case $firstarg in *h*) firstarg=`echo "$firstarg" | sed s/h//` tar "$firstarg" "$@" && exit 0 ;; esac fi echo 1>&2 "\ WARNING: I can't seem to be able to run \`tar' with the given arguments. You may want to install GNU tar or Free paxutils, or check the command line arguments." exit 1 ;; *) echo 1>&2 "\ WARNING: \`$1' is needed, and is $msg. You might have modified some files without having the proper tools for further handling them. Check the \`README' file, it often tells you about the needed prerequisites for installing this package. You may also peek at any GNU archive site, in case some other package would contain this missing \`$1' program." exit 1 ;; esac exit 0 # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-end: "$" # End: bum-2.5.2/Makefile.am0000644000175000017500000000101210352342264011253 00000000000000SUBDIRS = icons po data lib NULL = bin_in_files = bum.in bin_SCRIPTS = bum bum: $(bin_in_files) sed \ -e "s|@LIBDIR@|$(libdir)|" \ -e "s|@DATADIR@|$(datadir)|" \ -e "s|@PKGLIBDIR@|$(pkglibdir)|" \ -e "s|@PKGDATADIR@|$(pkgdatadir)|" \ $< > $@ chmod a+x $@ CLEANFILES = \ *~ \ $(bin_SCRIPTS) \ intltool-extract \ intltool-merge \ intltool-update \ $(NULL) EXTRA_DIST = \ $(bin_in_files) \ autogen.sh \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ $(NULL) bum-2.5.2/INSTALL0000644000175000017500000002203011010543155010245 00000000000000Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This file is free documentation; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. Basic Installation ================== These are generic installation instructions. The `configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile' in each directory of the package. It may also create one or more `.h' files containing system-dependent definitions. Finally, it creates a shell script `config.status' that you can run in the future to recreate the current configuration, and a file `config.log' containing compiler output (useful mainly for debugging `configure'). It can also use an optional file (typically called `config.cache' and enabled with `--cache-file=config.cache' or simply `-C') that saves the results of its tests to speed up reconfiguring. (Caching is disabled by default to prevent problems with accidental use of stale cache files.) If you need to do unusual things to compile the package, please try to figure out how `configure' could check whether to do them, and mail diffs or instructions to the address given in the `README' so they can be considered for the next release. If you are using the cache, and at some point `config.cache' contains results you don't want to keep, you may remove or edit it. The file `configure.ac' (or `configure.in') is used to create `configure' by a program called `autoconf'. You only need `configure.ac' if you want to change it or regenerate `configure' using a newer version of `autoconf'. The simplest way to compile this package is: 1. `cd' to the directory containing the package's source code and type `./configure' to configure the package for your system. If you're using `csh' on an old version of System V, you might need to type `sh ./configure' instead to prevent `csh' from trying to execute `configure' itself. Running `configure' takes awhile. While running, it prints some messages telling which features it is checking for. 2. Type `make' to compile the package. 3. Optionally, type `make check' to run any self-tests that come with the package. 4. Type `make install' to install the programs and any data files and documentation. 5. You can remove the program binaries and object files from the source code directory by typing `make clean'. To also remove the files that `configure' created (so you can compile the package for a different kind of computer), type `make distclean'. There is also a `make maintainer-clean' target, but that is intended mainly for the package's developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution. Compilers and Options ===================== Some systems require unusual options for compilation or linking that the `configure' script does not know about. Run `./configure --help' for details on some of the pertinent environment variables. You can give `configure' initial values for configuration parameters by setting variables in the command line or in the environment. Here is an example: ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix *Note Defining Variables::, for more details. Compiling For Multiple Architectures ==================================== You can compile the package for more than one kind of computer at the same time, by placing the object files for each architecture in their own directory. To do this, you must use a version of `make' that supports the `VPATH' variable, such as GNU `make'. `cd' to the directory where you want the object files and executables to go and run the `configure' script. `configure' automatically checks for the source code in the directory that `configure' is in and in `..'. If you have to use a `make' that does not support the `VPATH' variable, you have to compile the package for one architecture at a time in the source code directory. After you have installed the package for one architecture, use `make distclean' before reconfiguring for another architecture. Installation Names ================== By default, `make install' will install the package's files in `/usr/local/bin', `/usr/local/man', etc. You can specify an installation prefix other than `/usr/local' by giving `configure' the option `--prefix=PATH'. You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you give `configure' the option `--exec-prefix=PATH', the package will use PATH as the prefix for installing programs and libraries. Documentation and other data files will still use the regular prefix. In addition, if you use an unusual directory layout you can give options like `--bindir=PATH' to specify different values for particular kinds of files. Run `configure --help' for a list of the directories you can set and what kinds of files go in them. If the package supports it, you can cause programs to be installed with an extra prefix or suffix on their names by giving `configure' the option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. Optional Features ================= Some packages pay attention to `--enable-FEATURE' options to `configure', where FEATURE indicates an optional part of the package. They may also pay attention to `--with-PACKAGE' options, where PACKAGE is something like `gnu-as' or `x' (for the X Window System). The `README' should mention any `--enable-' and `--with-' options that the package recognizes. For packages that use the X Window System, `configure' can usually find the X include and library files automatically, but if it doesn't, you can use the `configure' options `--x-includes=DIR' and `--x-libraries=DIR' to specify their locations. Specifying the System Type ========================== There may be some features `configure' cannot figure out automatically, but needs to determine by the type of machine the package will run on. Usually, assuming the package is built to be run on the _same_ architectures, `configure' can figure that out, but if it prints a message saying it cannot guess the machine type, give it the `--build=TYPE' option. TYPE can either be a short name for the system type, such as `sun4', or a canonical name which has the form: CPU-COMPANY-SYSTEM where SYSTEM can have one of these forms: OS KERNEL-OS See the file `config.sub' for the possible values of each field. If `config.sub' isn't included in this package, then this package doesn't need to know the machine type. If you are _building_ compiler tools for cross-compiling, you should use the `--target=TYPE' option to select the type of system they will produce code for. If you want to _use_ a cross compiler, that generates code for a platform different from the build platform, you should specify the "host" platform (i.e., that on which the generated programs will eventually be run) with `--host=TYPE'. Sharing Defaults ================ If you want to set default values for `configure' scripts to share, you can create a site shell script called `config.site' that gives default values for variables like `CC', `cache_file', and `prefix'. `configure' looks for `PREFIX/share/config.site' if it exists, then `PREFIX/etc/config.site' if it exists. Or, you can set the `CONFIG_SITE' environment variable to the location of the site script. A warning: not all `configure' scripts look for a site script. Defining Variables ================== Variables not defined in a site shell script can be set in the environment passed to `configure'. However, some packages may run configure again during the build, and the customized values of these variables may be lost. In order to avoid this problem, you should set them in the `configure' command line, using `VAR=value'. For example: ./configure CC=/usr/local2/bin/gcc will cause the specified gcc to be used as the C compiler (unless it is overridden in the site shell script). `configure' Invocation ====================== `configure' recognizes the following options to control how it operates. `--help' `-h' Print a summary of the options to `configure', and exit. `--version' `-V' Print the version of Autoconf used to generate the `configure' script, and exit. `--cache-file=FILE' Enable the cache: use and save the results of the tests in FILE, traditionally `config.cache'. FILE defaults to `/dev/null' to disable caching. `--config-cache' `-C' Alias for `--cache-file=config.cache'. `--quiet' `--silent' `-q' Do not print messages saying which checks are being made. To suppress all normal output, redirect it to `/dev/null' (any error messages will still be shown). `--srcdir=DIR' Look for the package's source code in directory DIR. Usually `configure' can determine that directory automatically. `configure' also accepts some other, not widely useful, options. Run `configure --help' for more details. bum-2.5.2/COPYING0000644000175000017500000004311010352342264010257 00000000000000 GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program 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; either version 2 of the License, or (at your option) any later version. This program 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 along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. bum-2.5.2/configure.in0000644000175000017500000000170211244772434011545 00000000000000dnl -*- Mode: autoconf -*- dnl Process this file with autoconf to produce a configure script. AC_INIT(bum, 2.5.2) AC_CONFIG_SRCDIR(bum.in) AM_INIT_AUTOMAKE(bum,2.5.2) AM_MAINTAINER_MODE dnl required packages version REQUIRED_GTK2PERL=1.100 dnl put the ACLOCAL flags in the makefile ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" ALL_LINGUAS="it de es fr ko mk nb nl pl ru tr he ka sv" GETTEXT_PACKAGE=bum AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package]) AM_GLIB_GNU_GETTEXT AC_PROG_INTLTOOL dnl check for Perl modules dnl gtk2-perl AC_MSG_CHECKING(for Gtk2 >= $REQUIRED_GTK2PERL) prog=" use Gtk2; exit 0 if Gtk2->VERSION >= $REQUIRED_GTK2PERL; exit 1; " if perl -e "$prog" 1>&AC_FD_CC 2>&AC_FD_CC; then AC_MSG_RESULT(found) else AC_MSG_RESULT(not found) AC_MSG_ERROR(required gtk2-perl version not found) fi AC_CONFIG_FILES([ Makefile data/Makefile icons/Makefile lib/Makefile po/Makefile.in ]) AC_OUTPUT bum-2.5.2/intltool-merge.in0000644000175000017500000011474611244776073012545 00000000000000#!@INTLTOOL_PERL@ -w # -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*- # # The Intltool Message Merger # # Copyright (C) 2000, 2003 Free Software Foundation. # Copyright (C) 2000, 2001 Eazel, Inc # # Intltool is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # version 2 published by the Free Software Foundation. # # Intltool 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 # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, 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. # # Authors: Maciej Stachowiak # Kenneth Christiansen # Darin Adler # # Proper XML UTF-8'ification written by Cyrille Chepelov # ## Release information my $PROGRAM = "intltool-merge"; my $PACKAGE = "intltool"; my $VERSION = "0.37.1"; ## Loaded modules use strict; use Getopt::Long; use Text::Wrap; use File::Basename; my $must_end_tag = -1; my $last_depth = -1; my $translation_depth = -1; my @tag_stack = (); my @entered_tag = (); my @translation_strings = (); my $leading_space = ""; ## Scalars used by the option stuff my $HELP_ARG = 0; my $VERSION_ARG = 0; my $BA_STYLE_ARG = 0; my $XML_STYLE_ARG = 0; my $KEYS_STYLE_ARG = 0; my $DESKTOP_STYLE_ARG = 0; my $SCHEMAS_STYLE_ARG = 0; my $RFC822DEB_STYLE_ARG = 0; my $QUOTED_STYLE_ARG = 0; my $QUOTEDXML_STYLE_ARG = 0; my $QUIET_ARG = 0; my $PASS_THROUGH_ARG = 0; my $UTF8_ARG = 0; my $MULTIPLE_OUTPUT = 0; my $cache_file; ## Handle options GetOptions ( "help" => \$HELP_ARG, "version" => \$VERSION_ARG, "quiet|q" => \$QUIET_ARG, "oaf-style|o" => \$BA_STYLE_ARG, ## for compatibility "ba-style|b" => \$BA_STYLE_ARG, "xml-style|x" => \$XML_STYLE_ARG, "keys-style|k" => \$KEYS_STYLE_ARG, "desktop-style|d" => \$DESKTOP_STYLE_ARG, "schemas-style|s" => \$SCHEMAS_STYLE_ARG, "rfc822deb-style|r" => \$RFC822DEB_STYLE_ARG, "quoted-style" => \$QUOTED_STYLE_ARG, "quotedxml-style" => \$QUOTEDXML_STYLE_ARG, "pass-through|p" => \$PASS_THROUGH_ARG, "utf8|u" => \$UTF8_ARG, "multiple-output|m" => \$MULTIPLE_OUTPUT, "cache|c=s" => \$cache_file ) or &error; my $PO_DIR; my $FILE; my $OUTFILE; my %po_files_by_lang = (); my %translations = (); my $iconv = $ENV{"ICONV"} || "iconv"; my $devnull = ($^O eq 'MSWin32' ? 'NUL:' : '/dev/null'); sub isProgramInPath { my ($file) = @_; # If either a file exists, or when run it returns 0 exit status return 1 if ((-x $file) or (system("$file -l >$devnull") == 0)); return 0; } if (! isProgramInPath ("$iconv")) { print STDERR " *** iconv is not found on this system!\n". " *** Without it, intltool-merge can not convert encodings.\n"; exit; } # Use this instead of \w for XML files to handle more possible characters. my $w = "[-A-Za-z0-9._:]"; # XML quoted string contents my $q = "[^\\\"]*"; ## Check for options. if ($VERSION_ARG) { &print_version; } elsif ($HELP_ARG) { &print_help; } elsif ($BA_STYLE_ARG && @ARGV > 2) { &utf8_sanity_check; &preparation; &print_message; &ba_merge_translations; &finalize; } elsif ($XML_STYLE_ARG && @ARGV > 2) { &utf8_sanity_check; &preparation; &print_message; &xml_merge_output; &finalize; } elsif ($KEYS_STYLE_ARG && @ARGV > 2) { &utf8_sanity_check; &preparation; &print_message; &keys_merge_translations; &finalize; } elsif ($DESKTOP_STYLE_ARG && @ARGV > 2) { &utf8_sanity_check; &preparation; &print_message; &desktop_merge_translations; &finalize; } elsif ($SCHEMAS_STYLE_ARG && @ARGV > 2) { &utf8_sanity_check; &preparation; &print_message; &schemas_merge_translations; &finalize; } elsif ($RFC822DEB_STYLE_ARG && @ARGV > 2) { &preparation; &print_message; &rfc822deb_merge_translations; &finalize; } elsif (($QUOTED_STYLE_ARG || $QUOTEDXML_STYLE_ARG) && @ARGV > 2) { &utf8_sanity_check; &preparation; &print_message; "ed_merge_translations($QUOTEDXML_STYLE_ARG); &finalize; } else { &print_help; } exit; ## Sub for printing release information sub print_version { print <<_EOF_; ${PROGRAM} (${PACKAGE}) ${VERSION} Written by Maciej Stachowiak, Darin Adler and Kenneth Christiansen. Copyright (C) 2000-2003 Free Software Foundation, Inc. Copyright (C) 2000-2001 Eazel, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. _EOF_ exit; } ## Sub for printing usage information sub print_help { print <<_EOF_; Usage: ${PROGRAM} [OPTION]... PO_DIRECTORY FILENAME OUTPUT_FILE Generates an output file that includes some localized attributes from an untranslated source file. Mandatory options: (exactly one must be specified) -b, --ba-style includes translations in the bonobo-activation style -d, --desktop-style includes translations in the desktop style -k, --keys-style includes translations in the keys style -s, --schemas-style includes translations in the schemas style -r, --rfc822deb-style includes translations in the RFC822 style --quoted-style includes translations in the quoted string style --quotedxml-style includes translations in the quoted xml string style -x, --xml-style includes translations in the standard xml style Other options: -u, --utf8 convert all strings to UTF-8 before merging (default for everything except RFC822 style) -p, --pass-through deprecated, does nothing and issues a warning -m, --multiple-output output one localized file per locale, instead of a single file containing all localized elements -c, --cache=FILE specify cache file name (usually \$top_builddir/po/.intltool-merge-cache) -q, --quiet suppress most messages --help display this help and exit --version output version information and exit Report bugs to http://bugzilla.gnome.org/ (product name "$PACKAGE") or send email to . _EOF_ exit; } ## Sub for printing error messages sub print_error { print STDERR "Try `${PROGRAM} --help' for more information.\n"; exit; } sub print_message { print "Merging translations into $OUTFILE.\n" unless $QUIET_ARG; } sub preparation { $PO_DIR = $ARGV[0]; $FILE = $ARGV[1]; $OUTFILE = $ARGV[2]; &gather_po_files; &get_translation_database; } # General-purpose code for looking up translations in .po files sub po_file2lang { my ($tmp) = @_; $tmp =~ s/^.*\/(.*)\.po$/$1/; return $tmp; } sub gather_po_files { if (my $linguas = $ENV{"LINGUAS"}) { for my $lang (split / /, $linguas) { my $po_file = $PO_DIR . "/" . $lang . ".po"; if (-e $po_file) { $po_files_by_lang{$lang} = $po_file; } } } else { if (open LINGUAS_FILE, "$PO_DIR/LINGUAS") { while () { next if /^#/; for my $lang (split) { chomp ($lang); my $po_file = $PO_DIR . "/" . $lang . ".po"; if (-e $po_file) { $po_files_by_lang{$lang} = $po_file; } } } close LINGUAS_FILE; } else { for my $po_file (glob "$PO_DIR/*.po") { $po_files_by_lang{po_file2lang($po_file)} = $po_file; } } } } sub get_local_charset { my ($encoding) = @_; my $alias_file = $ENV{"G_CHARSET_ALIAS"} || "@INTLTOOL_LIBDIR@/charset.alias"; # seek character encoding aliases in charset.alias (glib) if (open CHARSET_ALIAS, $alias_file) { while () { next if /^\#/; return $1 if (/^\s*([-._a-zA-Z0-9]+)\s+$encoding\b/i) } close CHARSET_ALIAS; } # if not found, return input string return $encoding; } sub get_po_encoding { my ($in_po_file) = @_; my $encoding = ""; open IN_PO_FILE, $in_po_file or die; while () { ## example: "Content-Type: text/plain; charset=ISO-8859-1\n" if (/Content-Type\:.*charset=([-a-zA-Z0-9]+)\\n/) { $encoding = $1; last; } } close IN_PO_FILE; if (!$encoding) { print STDERR "Warning: no encoding found in $in_po_file. Assuming ISO-8859-1\n" unless $QUIET_ARG; $encoding = "ISO-8859-1"; } system ("$iconv -f $encoding -t UTF-8 <$devnull 2>$devnull"); if ($?) { $encoding = get_local_charset($encoding); } return $encoding } sub utf8_sanity_check { print STDERR "Warning: option --pass-through has been removed.\n" if $PASS_THROUGH_ARG; $UTF8_ARG = 1; } sub get_translation_database { if ($cache_file) { &get_cached_translation_database; } else { &create_translation_database; } } sub get_newest_po_age { my $newest_age; foreach my $file (values %po_files_by_lang) { my $file_age = -M $file; $newest_age = $file_age if !$newest_age || $file_age < $newest_age; } $newest_age = 0 if !$newest_age; return $newest_age; } sub create_cache { print "Generating and caching the translation database\n" unless $QUIET_ARG; &create_translation_database; open CACHE, ">$cache_file" || die; print CACHE join "\x01", %translations; close CACHE; } sub load_cache { print "Found cached translation database\n" unless $QUIET_ARG; my $contents; open CACHE, "<$cache_file" || die; { local $/; $contents = ; } close CACHE; %translations = split "\x01", $contents; } sub get_cached_translation_database { my $cache_file_age = -M $cache_file; if (defined $cache_file_age) { if ($cache_file_age <= &get_newest_po_age) { &load_cache; return; } print "Found too-old cached translation database\n" unless $QUIET_ARG; } &create_cache; } sub create_translation_database { for my $lang (keys %po_files_by_lang) { my $po_file = $po_files_by_lang{$lang}; if ($UTF8_ARG) { my $encoding = get_po_encoding ($po_file); if (lc $encoding eq "utf-8") { open PO_FILE, "<$po_file"; } else { print "NOTICE: $po_file is not in UTF-8 but $encoding, converting...\n" unless $QUIET_ARG;; open PO_FILE, "$iconv -f $encoding -t UTF-8 $po_file|"; } } else { open PO_FILE, "<$po_file"; } my $nextfuzzy = 0; my $inmsgid = 0; my $inmsgstr = 0; my $msgid = ""; my $msgstr = ""; while () { $nextfuzzy = 1 if /^#, fuzzy/; if (/^msgid "((\\.|[^\\]+)*)"/ ) { $translations{$lang, $msgid} = $msgstr if $inmsgstr && $msgid && $msgstr; $msgid = ""; $msgstr = ""; if ($nextfuzzy) { $inmsgid = 0; } else { $msgid = unescape_po_string($1); $inmsgid = 1; } $inmsgstr = 0; $nextfuzzy = 0; } if (/^msgstr "((\\.|[^\\]+)*)"/) { $msgstr = unescape_po_string($1); $inmsgstr = 1; $inmsgid = 0; } if (/^"((\\.|[^\\]+)*)"/) { $msgid .= unescape_po_string($1) if $inmsgid; $msgstr .= unescape_po_string($1) if $inmsgstr; } } $translations{$lang, $msgid} = $msgstr if $inmsgstr && $msgid && $msgstr; } } sub finalize { } sub unescape_one_sequence { my ($sequence) = @_; return "\\" if $sequence eq "\\\\"; return "\"" if $sequence eq "\\\""; return "\n" if $sequence eq "\\n"; return "\r" if $sequence eq "\\r"; return "\t" if $sequence eq "\\t"; return "\b" if $sequence eq "\\b"; return "\f" if $sequence eq "\\f"; return "\a" if $sequence eq "\\a"; return chr(11) if $sequence eq "\\v"; # vertical tab, see ascii(7) return chr(hex($1)) if ($sequence =~ /\\x([0-9a-fA-F]{2})/); return chr(oct($1)) if ($sequence =~ /\\([0-7]{3})/); # FIXME: Is \0 supported as well? Kenneth and Rodney don't want it, see bug #48489 return $sequence; } sub unescape_po_string { my ($string) = @_; $string =~ s/(\\x[0-9a-fA-F]{2}|\\[0-7]{3}|\\.)/unescape_one_sequence($1)/eg; return $string; } sub entity_decode { local ($_) = @_; s/'/'/g; # ' s/"/"/g; # " s/<//g; s/&/&/g; return $_; } # entity_encode: (string) # # Encode the given string to XML format (encode '<' etc). sub entity_encode { my ($pre_encoded) = @_; my @list_of_chars = unpack ('C*', $pre_encoded); # with UTF-8 we only encode minimalistic return join ('', map (&entity_encode_int_minimalist, @list_of_chars)); } sub entity_encode_int_minimalist { return """ if $_ == 34; return "&" if $_ == 38; return "'" if $_ == 39; return "<" if $_ == 60; return ">" if $_ == 62; return chr $_; } sub entity_encoded_translation { my ($lang, $string) = @_; my $translation = $translations{$lang, $string}; return $string if !$translation; return entity_encode ($translation); } ## XML (bonobo-activation specific) merge code sub ba_merge_translations { my $source; { local $/; # slurp mode open INPUT, "<$FILE" or die "can't open $FILE: $!"; $source = ; close INPUT; } open OUTPUT, ">$OUTFILE" or die "can't open $OUTFILE: $!"; # Binmode so that selftest works ok if using a native Win32 Perl... binmode (OUTPUT) if $^O eq 'MSWin32'; while ($source =~ s|^(.*?)([ \t]*<\s*$w+\s+($w+\s*=\s*"$q"\s*)+/?>)([ \t]*\n)?||s) { print OUTPUT $1; my $node = $2 . "\n"; my @strings = (); $_ = $node; while (s/(\s)_($w+\s*=\s*"($q)")/$1$2/s) { push @strings, entity_decode($3); } print OUTPUT; my %langs; for my $string (@strings) { for my $lang (keys %po_files_by_lang) { $langs{$lang} = 1 if $translations{$lang, $string}; } } for my $lang (sort keys %langs) { $_ = $node; s/(\sname\s*=\s*)"($q)"/$1"$2-$lang"/s; s/(\s)_($w+\s*=\s*")($q)"/$1 . $2 . entity_encoded_translation($lang, $3) . '"'/seg; print OUTPUT; } } print OUTPUT $source; close OUTPUT; } ## XML (non-bonobo-activation) merge code # Process tag attributes # Only parameter is a HASH containing attributes -> values mapping sub getAttributeString { my $sub = shift; my $do_translate = shift || 0; my $language = shift || ""; my $result = ""; my $translate = shift; foreach my $e (reverse(sort(keys %{ $sub }))) { my $key = $e; my $string = $sub->{$e}; my $quote = '"'; $string =~ s/^[\s]+//; $string =~ s/[\s]+$//; if ($string =~ /^'.*'$/) { $quote = "'"; } $string =~ s/^['"]//g; $string =~ s/['"]$//g; if ($do_translate && $key =~ /^_/) { $key =~ s|^_||g; if ($language) { # Handle translation my $decode_string = entity_decode($string); my $translation = $translations{$language, $decode_string}; if ($translation) { $translation = entity_encode($translation); $string = $translation; } $$translate = 2; } else { $$translate = 2 if ($translate && (!$$translate)); # watch not to "overwrite" $translate } } $result .= " $key=$quote$string$quote"; } return $result; } # Returns a translatable string from XML node, it works on contents of every node in XML::Parser tree sub getXMLstring { my $ref = shift; my $spacepreserve = shift || 0; my @list = @{ $ref }; my $result = ""; my $count = scalar(@list); my $attrs = $list[0]; my $index = 1; $spacepreserve = 1 if ((exists $attrs->{"xml:space"}) && ($attrs->{"xml:space"} =~ /^["']?preserve["']?$/)); $spacepreserve = 0 if ((exists $attrs->{"xml:space"}) && ($attrs->{"xml:space"} =~ /^["']?default["']?$/)); while ($index < $count) { my $type = $list[$index]; my $content = $list[$index+1]; if (! $type ) { # We've got CDATA if ($content) { # lets strip the whitespace here, and *ONLY* here $content =~ s/\s+/ /gs if (!$spacepreserve); $result .= $content; } } elsif ( "$type" ne "1" ) { # We've got another element $result .= "<$type"; $result .= getAttributeString(@{$content}[0], 0); # no nested translatable elements if ($content) { my $subresult = getXMLstring($content, $spacepreserve); if ($subresult) { $result .= ">".$subresult . ""; } else { $result .= "/>"; } } else { $result .= "/>"; } } $index += 2; } return $result; } # Translate list of nodes if necessary sub translate_subnodes { my $fh = shift; my $content = shift; my $language = shift || ""; my $singlelang = shift || 0; my $spacepreserve = shift || 0; my @nodes = @{ $content }; my $count = scalar(@nodes); my $index = 0; while ($index < $count) { my $type = $nodes[$index]; my $rest = $nodes[$index+1]; if ($singlelang) { my $oldMO = $MULTIPLE_OUTPUT; $MULTIPLE_OUTPUT = 1; traverse($fh, $type, $rest, $language, $spacepreserve); $MULTIPLE_OUTPUT = $oldMO; } else { traverse($fh, $type, $rest, $language, $spacepreserve); } $index += 2; } } sub isWellFormedXmlFragment { my $ret = eval 'require XML::Parser'; if(!$ret) { die "You must have XML::Parser installed to run $0\n\n"; } my $fragment = shift; return 0 if (!$fragment); $fragment = "$fragment"; my $xp = new XML::Parser(Style => 'Tree'); my $tree = 0; eval { $tree = $xp->parse($fragment); }; return $tree; } sub traverse { my $fh = shift; my $nodename = shift; my $content = shift; my $language = shift || ""; my $spacepreserve = shift || 0; if (!$nodename) { if ($content =~ /^[\s]*$/) { $leading_space .= $content; } print $fh $content; } else { # element my @all = @{ $content }; my $attrs = shift @all; my $translate = 0; my $outattr = getAttributeString($attrs, 1, $language, \$translate); if ($nodename =~ /^_/) { $translate = 1; $nodename =~ s/^_//; } my $lookup = ''; $spacepreserve = 0 if ((exists $attrs->{"xml:space"}) && ($attrs->{"xml:space"} =~ /^["']?default["']?$/)); $spacepreserve = 1 if ((exists $attrs->{"xml:space"}) && ($attrs->{"xml:space"} =~ /^["']?preserve["']?$/)); print $fh "<$nodename", $outattr; if ($translate) { $lookup = getXMLstring($content, $spacepreserve); if (!$spacepreserve) { $lookup =~ s/^\s+//s; $lookup =~ s/\s+$//s; } if ($lookup || $translate == 2) { my $translation = $translations{$language, $lookup} if isWellFormedXmlFragment($translations{$language, $lookup}); if ($MULTIPLE_OUTPUT && ($translation || $translate == 2)) { $translation = $lookup if (!$translation); print $fh " xml:lang=\"", $language, "\"" if $language; print $fh ">"; if ($translate == 2) { translate_subnodes($fh, \@all, $language, 1, $spacepreserve); } else { print $fh $translation; } print $fh ""; return; # this means there will be no same translation with xml:lang="$language"... # if we want them both, just remove this "return" } else { print $fh ">"; if ($translate == 2) { translate_subnodes($fh, \@all, $language, 1, $spacepreserve); } else { print $fh $lookup; } print $fh ""; } } else { print $fh "/>"; } for my $lang (sort keys %po_files_by_lang) { if ($MULTIPLE_OUTPUT && $lang ne "$language") { next; } if ($lang) { # Handle translation # my $translate = 0; my $localattrs = getAttributeString($attrs, 1, $lang, \$translate); my $translation = $translations{$lang, $lookup} if isWellFormedXmlFragment($translations{$lang, $lookup}); if ($translate && !$translation) { $translation = $lookup; } if ($translation || $translate) { print $fh "\n"; $leading_space =~ s/.*\n//g; print $fh $leading_space; print $fh "<", $nodename, " xml:lang=\"", $lang, "\"", $localattrs, ">"; if ($translate == 2) { translate_subnodes($fh, \@all, $lang, 1, $spacepreserve); } else { print $fh $translation; } print $fh ""; } } } } else { my $count = scalar(@all); if ($count > 0) { print $fh ">"; my $index = 0; while ($index < $count) { my $type = $all[$index]; my $rest = $all[$index+1]; traverse($fh, $type, $rest, $language, $spacepreserve); $index += 2; } print $fh ""; } else { print $fh "/>"; } } } } sub intltool_tree_comment { my $expat = shift; my $data = shift; my $clist = $expat->{Curlist}; my $pos = $#$clist; push @$clist, 1 => $data; } sub intltool_tree_cdatastart { my $expat = shift; my $clist = $expat->{Curlist}; my $pos = $#$clist; push @$clist, 0 => $expat->original_string(); } sub intltool_tree_cdataend { my $expat = shift; my $clist = $expat->{Curlist}; my $pos = $#$clist; $clist->[$pos] .= $expat->original_string(); } sub intltool_tree_char { my $expat = shift; my $text = shift; my $clist = $expat->{Curlist}; my $pos = $#$clist; # Use original_string so that we retain escaped entities # in CDATA sections. # if ($pos > 0 and $clist->[$pos - 1] eq '0') { $clist->[$pos] .= $expat->original_string(); } else { push @$clist, 0 => $expat->original_string(); } } sub intltool_tree_start { my $expat = shift; my $tag = shift; my @origlist = (); # Use original_string so that we retain escaped entities # in attribute values. We must convert the string to an # @origlist array to conform to the structure of the Tree # Style. # my @original_array = split /\x/, $expat->original_string(); my $source = $expat->original_string(); # Remove leading tag. # $source =~ s|^\s*<\s*(\S+)||s; # Grab attribute key/value pairs and push onto @origlist array. # while ($source) { if ($source =~ /^\s*([\w:-]+)\s*[=]\s*["]/) { $source =~ s|^\s*([\w:-]+)\s*[=]\s*["]([^"]*)["]||s; push @origlist, $1; push @origlist, '"' . $2 . '"'; } elsif ($source =~ /^\s*([\w:-]+)\s*[=]\s*[']/) { $source =~ s|^\s*([\w:-]+)\s*[=]\s*[']([^']*)[']||s; push @origlist, $1; push @origlist, "'" . $2 . "'"; } else { last; } } my $ol = [ { @origlist } ]; push @{ $expat->{Lists} }, $expat->{Curlist}; push @{ $expat->{Curlist} }, $tag => $ol; $expat->{Curlist} = $ol; } sub readXml { my $filename = shift || return; if(!-f $filename) { die "ERROR Cannot find filename: $filename\n"; } my $ret = eval 'require XML::Parser'; if(!$ret) { die "You must have XML::Parser installed to run $0\n\n"; } my $xp = new XML::Parser(Style => 'Tree'); $xp->setHandlers(Char => \&intltool_tree_char); $xp->setHandlers(Start => \&intltool_tree_start); $xp->setHandlers(CdataStart => \&intltool_tree_cdatastart); $xp->setHandlers(CdataEnd => \&intltool_tree_cdataend); my $tree = $xp->parsefile($filename); # Hello thereHowdydo # would be: # [foo, [{}, head, [{id => "a"}, 0, "Hello ", em, [{}, 0, "there"]], bar, [{}, # 0, "Howdy", ref, [{}]], 0, "do" ] ] return $tree; } sub print_header { my $infile = shift; my $fh = shift; my $source; if(!-f $infile) { die "ERROR Cannot find filename: $infile\n"; } print $fh qq{\n}; { local $/; open DOCINPUT, "<${FILE}" or die; $source = ; close DOCINPUT; } if ($source =~ /()/s) { print $fh "$1\n"; } elsif ($source =~ /(]*>)/s) { print $fh "$1\n"; } } sub parseTree { my $fh = shift; my $ref = shift; my $language = shift || ""; my $name = shift @{ $ref }; my $cont = shift @{ $ref }; while (!$name || "$name" eq "1") { $name = shift @{ $ref }; $cont = shift @{ $ref }; } my $spacepreserve = 0; my $attrs = @{$cont}[0]; $spacepreserve = 1 if ((exists $attrs->{"xml:space"}) && ($attrs->{"xml:space"} =~ /^["']?preserve["']?$/)); traverse($fh, $name, $cont, $language, $spacepreserve); } sub xml_merge_output { my $source; if ($MULTIPLE_OUTPUT) { for my $lang (sort keys %po_files_by_lang) { if ( ! -d $lang ) { mkdir $lang or -d $lang or die "Cannot create subdirectory $lang: $!\n"; } open OUTPUT, ">$lang/$OUTFILE" or die "Cannot open $lang/$OUTFILE: $!\n"; binmode (OUTPUT) if $^O eq 'MSWin32'; my $tree = readXml($FILE); print_header($FILE, \*OUTPUT); parseTree(\*OUTPUT, $tree, $lang); close OUTPUT; print "CREATED $lang/$OUTFILE\n" unless $QUIET_ARG; } if ( ! -d "C" ) { mkdir "C" or -d "C" or die "Cannot create subdirectory C: $!\n"; } open OUTPUT, ">C/$OUTFILE" or die "Cannot open C/$OUTFILE: $!\n"; binmode (OUTPUT) if $^O eq 'MSWin32'; my $tree = readXml($FILE); print_header($FILE, \*OUTPUT); parseTree(\*OUTPUT, $tree); close OUTPUT; print "CREATED C/$OUTFILE\n" unless $QUIET_ARG; } else { open OUTPUT, ">$OUTFILE" or die "Cannot open $OUTFILE: $!\n"; binmode (OUTPUT) if $^O eq 'MSWin32'; my $tree = readXml($FILE); print_header($FILE, \*OUTPUT); parseTree(\*OUTPUT, $tree); close OUTPUT; print "CREATED $OUTFILE\n" unless $QUIET_ARG; } } sub keys_merge_translation { my ($lang) = @_; if ( ! -d $lang && $MULTIPLE_OUTPUT) { mkdir $lang or -d $lang or die "Cannot create subdirectory $lang: $!\n"; } open INPUT, "<${FILE}" or die "Cannot open ${FILE}: $!\n"; open OUTPUT, ">$lang/$OUTFILE" or die "Cannot open $lang/$OUTFILE: $!\n"; binmode (OUTPUT) if $^O eq 'MSWin32'; while () { if (s/^(\s*)_(\w+=(.*))/$1$2/) { my $string = $3; if (!$MULTIPLE_OUTPUT) { print OUTPUT; my $non_translated_line = $_; for my $lang (sort keys %po_files_by_lang) { my $translation = $translations{$lang, $string}; next if !$translation; $_ = $non_translated_line; s/(\w+)=.*/[$lang]$1=$translation/; print OUTPUT; } } else { my $non_translated_line = $_; my $translation = $translations{$lang, $string}; $translation = $string if !$translation; $_ = $non_translated_line; s/(\w+)=.*/$1=$translation/; print OUTPUT; } } else { print OUTPUT; } } close OUTPUT; close INPUT; print "CREATED $lang/$OUTFILE\n" unless $QUIET_ARG; } sub keys_merge_translations { if ($MULTIPLE_OUTPUT) { for my $lang (sort keys %po_files_by_lang) { keys_merge_translation ($lang); } keys_merge_translation ("C"); } else { keys_merge_translation ("."); } } sub desktop_merge_translations { open INPUT, "<${FILE}" or die; open OUTPUT, ">${OUTFILE}" or die; binmode (OUTPUT) if $^O eq 'MSWin32'; while () { if (s/^(\s*)_(\w+=(.*))/$1$2/) { my $string = $3; print OUTPUT; my $non_translated_line = $_; for my $lang (sort keys %po_files_by_lang) { my $translation = $translations{$lang, $string}; next if !$translation; $_ = $non_translated_line; s/(\w+)=.*/${1}[$lang]=$translation/; print OUTPUT; } } else { print OUTPUT; } } close OUTPUT; close INPUT; } sub schemas_merge_translations { my $source; { local $/; # slurp mode open INPUT, "<$FILE" or die "can't open $FILE: $!"; $source = ; close INPUT; } open OUTPUT, ">$OUTFILE" or die; binmode (OUTPUT) if $^O eq 'MSWin32'; # FIXME: support attribute translations # Empty nodes never need translation, so unmark all of them. # For example, <_foo/> is just replaced by . $source =~ s|<\s*_($w+)\s*/>|<$1/>|g; while ($source =~ s/ (.*?) (\s+)((\s*) (\s*(?:\s*)?(.*?)\s*<\/default>)?(\s*) (\s*(?:\s*)?(.*?)\s*<\/short>)?(\s*) (\s*(?:\s*)?(.*?)\s*<\/long>)?(\s*) <\/locale>) //sx) { print OUTPUT $1; my $locale_start_spaces = $2 ? $2 : ''; my $default_spaces = $4 ? $4 : ''; my $short_spaces = $7 ? $7 : ''; my $long_spaces = $10 ? $10 : ''; my $locale_end_spaces = $13 ? $13 : ''; my $c_default_block = $3 ? $3 : ''; my $default_string = $6 ? $6 : ''; my $short_string = $9 ? $9 : ''; my $long_string = $12 ? $12 : ''; print OUTPUT "$locale_start_spaces$c_default_block"; $default_string =~ s/\s+/ /g; $default_string = entity_decode($default_string); $short_string =~ s/\s+/ /g; $short_string = entity_decode($short_string); $long_string =~ s/\s+/ /g; $long_string = entity_decode($long_string); for my $lang (sort keys %po_files_by_lang) { my $default_translation = $translations{$lang, $default_string}; my $short_translation = $translations{$lang, $short_string}; my $long_translation = $translations{$lang, $long_string}; next if (!$default_translation && !$short_translation && !$long_translation); print OUTPUT "\n$locale_start_spaces"; print OUTPUT "$default_spaces"; if ($default_translation) { $default_translation = entity_encode($default_translation); print OUTPUT "$default_translation"; } print OUTPUT "$short_spaces"; if ($short_translation) { $short_translation = entity_encode($short_translation); print OUTPUT "$short_translation"; } print OUTPUT "$long_spaces"; if ($long_translation) { $long_translation = entity_encode($long_translation); print OUTPUT "$long_translation"; } print OUTPUT "$locale_end_spaces"; } } print OUTPUT $source; close OUTPUT; } sub rfc822deb_merge_translations { my %encodings = (); for my $lang (keys %po_files_by_lang) { $encodings{$lang} = ($UTF8_ARG ? 'UTF-8' : get_po_encoding($po_files_by_lang{$lang})); } my $source; $Text::Wrap::huge = 'overflow'; $Text::Wrap::break = qr/\n|\s(?=\S)/; { local $/; # slurp mode open INPUT, "<$FILE" or die "can't open $FILE: $!"; $source = ; close INPUT; } open OUTPUT, ">${OUTFILE}" or die; binmode (OUTPUT) if $^O eq 'MSWin32'; while ($source =~ /(^|\n+)(_*)([^:\s]+)(:[ \t]*)(.*?)(?=\n[\S\n]|$)/sg) { my $sep = $1; my $non_translated_line = $3.$4; my $string = $5; my $underscore = length($2); next if $underscore eq 0 && $non_translated_line =~ /^#/; # Remove [] dummy strings my $stripped = $string; $stripped =~ s/\[\s[^\[\]]*\],/,/g if $underscore eq 2; $stripped =~ s/\[\s[^\[\]]*\]$//; $non_translated_line .= $stripped; print OUTPUT $sep.$non_translated_line; if ($underscore) { my @str_list = rfc822deb_split($underscore, $string); for my $lang (sort keys %po_files_by_lang) { my $is_translated = 1; my $str_translated = ''; my $first = 1; for my $str (@str_list) { my $translation = $translations{$lang, $str}; if (!$translation) { $is_translated = 0; last; } # $translation may also contain [] dummy # strings, mostly to indicate an empty string $translation =~ s/\[\s[^\[\]]*\]$//; if ($first) { if ($underscore eq 2) { $str_translated .= $translation; } else { $str_translated .= Text::Tabs::expand($translation) . "\n"; } } else { if ($underscore eq 2) { $str_translated .= ', ' . $translation; } else { $str_translated .= Text::Tabs::expand( Text::Wrap::wrap(' ', ' ', $translation)) . "\n .\n"; } } $first = 0; # To fix some problems with Text::Wrap::wrap $str_translated =~ s/(\n )+\n/\n .\n/g; } next unless $is_translated; $str_translated =~ s/\n \.\n$//; $str_translated =~ s/\s+$//; $_ = $non_translated_line; s/^(\w+):\s*.*/$sep${1}-$lang.$encodings{$lang}: $str_translated/s; print OUTPUT; } } } print OUTPUT "\n"; close OUTPUT; close INPUT; } sub rfc822deb_split { # Debian defines a special way to deal with rfc822-style files: # when a value contain newlines, it consists of # 1. a short form (first line) # 2. a long description, all lines begin with a space, # and paragraphs are separated by a single dot on a line # This routine returns an array of all paragraphs, and reformat # them. # When first argument is 2, the string is a comma separated list of # values. my $type = shift; my $text = shift; $text =~ s/^[ \t]//mg; return (split(/, */, $text, 0)) if $type ne 1; return ($text) if $text !~ /\n/; $text =~ s/([^\n]*)\n//; my @list = ($1); my $str = ''; for my $line (split (/\n/, $text)) { chomp $line; if ($line =~ /^\.\s*$/) { # New paragraph $str =~ s/\s*$//; push(@list, $str); $str = ''; } elsif ($line =~ /^\s/) { # Line which must not be reformatted $str .= "\n" if length ($str) && $str !~ /\n$/; $line =~ s/\s+$//; $str .= $line."\n"; } else { # Continuation line, remove newline $str .= " " if length ($str) && $str !~ /\n$/; $str .= $line; } } $str =~ s/\s*$//; push(@list, $str) if length ($str); return @list; } sub quoted_translation { my ($xml_mode, $lang, $string) = @_; $string = entity_decode($string) if $xml_mode; $string =~ s/\\\"/\"/g; my $translation = $translations{$lang, $string}; $translation = $string if !$translation; $translation = entity_encode($translation) if $xml_mode; $translation =~ s/\"/\\\"/g; return $translation } sub quoted_merge_translations { my ($xml_mode) = @_; if (!$MULTIPLE_OUTPUT) { print "Quoted only supports Multiple Output.\n"; exit(1); } for my $lang (sort keys %po_files_by_lang) { if ( ! -d $lang ) { mkdir $lang or -d $lang or die "Cannot create subdirectory $lang: $!\n"; } open INPUT, "<${FILE}" or die; open OUTPUT, ">$lang/$OUTFILE" or die "Cannot open $lang/$OUTFILE: $!\n"; binmode (OUTPUT) if $^O eq 'MSWin32'; while () { s/\"(([^\"]|\\\")*[^\\\"])\"/"\"" . "ed_translation($xml_mode, $lang, $1) . "\""/ge; print OUTPUT; } close OUTPUT; close INPUT; } } bum-2.5.2/aclocal.m40000644000175000017500000016047611244772461011112 00000000000000# generated automatically by aclocal 1.10.2 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],, [m4_warning([this file was generated for autoconf 2.63. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically `autoreconf'.])]) # Copyright (C) 1995-2002 Free Software Foundation, Inc. # Copyright (C) 2001-2003,2004 Red Hat, Inc. # # This file is free software, distributed under the terms of the GNU # General Public License. As a special exception to the GNU General # Public License, this file may be distributed as part of a program # that contains a configuration script generated by Autoconf, under # the same distribution terms as the rest of that program. # # This file can be copied and used freely without restrictions. It can # be used in projects which are not available under the GNU Public License # but which still want to provide support for the GNU gettext functionality. # # Macro to add for using GNU gettext. # Ulrich Drepper , 1995, 1996 # # Modified to never use included libintl. # Owen Taylor , 12/15/1998 # # Major rework to remove unused code # Owen Taylor , 12/11/2002 # # Added better handling of ALL_LINGUAS from GNU gettext version # written by Bruno Haible, Owen Taylor 5/30/3002 # # Modified to require ngettext # Matthias Clasen 08/06/2004 # # We need this here as well, since someone might use autoconf-2.5x # to configure GLib then an older version to configure a package # using AM_GLIB_GNU_GETTEXT AC_PREREQ(2.53) dnl dnl We go to great lengths to make sure that aclocal won't dnl try to pull in the installed version of these macros dnl when running aclocal in the glib directory. dnl m4_copy([AC_DEFUN],[glib_DEFUN]) m4_copy([AC_REQUIRE],[glib_REQUIRE]) dnl dnl At the end, if we're not within glib, we'll define the public dnl definitions in terms of our private definitions. dnl # GLIB_LC_MESSAGES #-------------------- glib_DEFUN([GLIB_LC_MESSAGES], [AC_CHECK_HEADERS([locale.h]) if test $ac_cv_header_locale_h = yes; then AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES, [AC_TRY_LINK([#include ], [return LC_MESSAGES], am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)]) if test $am_cv_val_LC_MESSAGES = yes; then AC_DEFINE(HAVE_LC_MESSAGES, 1, [Define if your file defines LC_MESSAGES.]) fi fi]) # GLIB_PATH_PROG_WITH_TEST #---------------------------- dnl GLIB_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) glib_DEFUN([GLIB_PATH_PROG_WITH_TEST], [# Extract the first word of "$2", so it can be a program name with args. set dummy $2; ac_word=[$]2 AC_MSG_CHECKING([for $ac_word]) AC_CACHE_VAL(ac_cv_path_$1, [case "[$]$1" in /*) ac_cv_path_$1="[$]$1" # Let the user override the test with a path. ;; *) IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" for ac_dir in ifelse([$5], , $PATH, [$5]); do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$ac_word; then if [$3]; then ac_cv_path_$1="$ac_dir/$ac_word" break fi fi done IFS="$ac_save_ifs" dnl If no 4th arg is given, leave the cache variable unset, dnl so AC_PATH_PROGS will keep looking. ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" ])dnl ;; esac])dnl $1="$ac_cv_path_$1" if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then AC_MSG_RESULT([$]$1) else AC_MSG_RESULT(no) fi AC_SUBST($1)dnl ]) # GLIB_WITH_NLS #----------------- glib_DEFUN([GLIB_WITH_NLS], dnl NLS is obligatory [USE_NLS=yes AC_SUBST(USE_NLS) gt_cv_have_gettext=no CATOBJEXT=NONE XGETTEXT=: INTLLIBS= AC_CHECK_HEADER(libintl.h, [gt_cv_func_dgettext_libintl="no" libintl_extra_libs="" # # First check in libc # AC_CACHE_CHECK([for ngettext in libc], gt_cv_func_ngettext_libc, [AC_TRY_LINK([ #include ], [return !ngettext ("","", 1)], gt_cv_func_ngettext_libc=yes, gt_cv_func_ngettext_libc=no) ]) if test "$gt_cv_func_ngettext_libc" = "yes" ; then AC_CACHE_CHECK([for dgettext in libc], gt_cv_func_dgettext_libc, [AC_TRY_LINK([ #include ], [return !dgettext ("","")], gt_cv_func_dgettext_libc=yes, gt_cv_func_dgettext_libc=no) ]) fi if test "$gt_cv_func_ngettext_libc" = "yes" ; then AC_CHECK_FUNCS(bind_textdomain_codeset) fi # # If we don't have everything we want, check in libintl # if test "$gt_cv_func_dgettext_libc" != "yes" \ || test "$gt_cv_func_ngettext_libc" != "yes" \ || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then AC_CHECK_LIB(intl, bindtextdomain, [AC_CHECK_LIB(intl, ngettext, [AC_CHECK_LIB(intl, dgettext, gt_cv_func_dgettext_libintl=yes)])]) if test "$gt_cv_func_dgettext_libintl" != "yes" ; then AC_MSG_CHECKING([if -liconv is needed to use gettext]) AC_MSG_RESULT([]) AC_CHECK_LIB(intl, ngettext, [AC_CHECK_LIB(intl, dcgettext, [gt_cv_func_dgettext_libintl=yes libintl_extra_libs=-liconv], :,-liconv)], :,-liconv) fi # # If we found libintl, then check in it for bind_textdomain_codeset(); # we'll prefer libc if neither have bind_textdomain_codeset(), # and both have dgettext and ngettext # if test "$gt_cv_func_dgettext_libintl" = "yes" ; then glib_save_LIBS="$LIBS" LIBS="$LIBS -lintl $libintl_extra_libs" unset ac_cv_func_bind_textdomain_codeset AC_CHECK_FUNCS(bind_textdomain_codeset) LIBS="$glib_save_LIBS" if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then gt_cv_func_dgettext_libc=no else if test "$gt_cv_func_dgettext_libc" = "yes" \ && test "$gt_cv_func_ngettext_libc" = "yes"; then gt_cv_func_dgettext_libintl=no fi fi fi fi if test "$gt_cv_func_dgettext_libc" = "yes" \ || test "$gt_cv_func_dgettext_libintl" = "yes"; then gt_cv_have_gettext=yes fi if test "$gt_cv_func_dgettext_libintl" = "yes"; then INTLLIBS="-lintl $libintl_extra_libs" fi if test "$gt_cv_have_gettext" = "yes"; then AC_DEFINE(HAVE_GETTEXT,1, [Define if the GNU gettext() function is already present or preinstalled.]) GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl if test "$MSGFMT" != "no"; then glib_save_LIBS="$LIBS" LIBS="$LIBS $INTLLIBS" AC_CHECK_FUNCS(dcgettext) MSGFMT_OPTS= AC_MSG_CHECKING([if msgfmt accepts -c]) GLIB_RUN_PROG([$MSGFMT -c -o /dev/null],[ msgid "" msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Project-Id-Version: test 1.0\n" "PO-Revision-Date: 2007-02-15 12:01+0100\n" "Last-Translator: test \n" "Language-Team: C \n" "MIME-Version: 1.0\n" "Content-Transfer-Encoding: 8bit\n" ], [MSGFMT_OPTS=-c; AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])]) AC_SUBST(MSGFMT_OPTS) AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :) AC_TRY_LINK(, [extern int _nl_msg_cat_cntr; return _nl_msg_cat_cntr], [CATOBJEXT=.gmo DATADIRNAME=share], [case $host in *-*-solaris*) dnl On Solaris, if bind_textdomain_codeset is in libc, dnl GNU format message catalog is always supported, dnl since both are added to the libc all together. dnl Hence, we'd like to go with DATADIRNAME=share and dnl and CATOBJEXT=.gmo in this case. AC_CHECK_FUNC(bind_textdomain_codeset, [CATOBJEXT=.gmo DATADIRNAME=share], [CATOBJEXT=.mo DATADIRNAME=lib]) ;; *) CATOBJEXT=.mo DATADIRNAME=lib ;; esac]) LIBS="$glib_save_LIBS" INSTOBJEXT=.mo else gt_cv_have_gettext=no fi fi ]) if test "$gt_cv_have_gettext" = "yes" ; then AC_DEFINE(ENABLE_NLS, 1, [always defined to indicate that i18n is enabled]) fi dnl Test whether we really found GNU xgettext. if test "$XGETTEXT" != ":"; then dnl If it is not GNU xgettext we define it as : so that the dnl Makefiles still can work. if $XGETTEXT --omit-header /dev/null 2> /dev/null; then : ; else AC_MSG_RESULT( [found xgettext program is not GNU xgettext; ignore it]) XGETTEXT=":" fi fi # We need to process the po/ directory. POSUB=po AC_OUTPUT_COMMANDS( [case "$CONFIG_FILES" in *po/Makefile.in*) sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile esac]) dnl These rules are solely for the distribution goal. While doing this dnl we only have to keep exactly one list of the available catalogs dnl in configure.in. for lang in $ALL_LINGUAS; do GMOFILES="$GMOFILES $lang.gmo" POFILES="$POFILES $lang.po" done dnl Make all variables we use known to autoconf. AC_SUBST(CATALOGS) AC_SUBST(CATOBJEXT) AC_SUBST(DATADIRNAME) AC_SUBST(GMOFILES) AC_SUBST(INSTOBJEXT) AC_SUBST(INTLLIBS) AC_SUBST(PO_IN_DATADIR_TRUE) AC_SUBST(PO_IN_DATADIR_FALSE) AC_SUBST(POFILES) AC_SUBST(POSUB) ]) # AM_GLIB_GNU_GETTEXT # ------------------- # Do checks necessary for use of gettext. If a suitable implementation # of gettext is found in either in libintl or in the C library, # it will set INTLLIBS to the libraries needed for use of gettext # and AC_DEFINE() HAVE_GETTEXT and ENABLE_NLS. (The shell variable # gt_cv_have_gettext will be set to "yes".) It will also call AC_SUBST() # on various variables needed by the Makefile.in.in installed by # glib-gettextize. dnl glib_DEFUN([GLIB_GNU_GETTEXT], [AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_HEADER_STDC])dnl GLIB_LC_MESSAGES GLIB_WITH_NLS if test "$gt_cv_have_gettext" = "yes"; then if test "x$ALL_LINGUAS" = "x"; then LINGUAS= else AC_MSG_CHECKING(for catalogs to be installed) NEW_LINGUAS= for presentlang in $ALL_LINGUAS; do useit=no if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then desiredlanguages="$LINGUAS" else desiredlanguages="$ALL_LINGUAS" fi for desiredlang in $desiredlanguages; do # Use the presentlang catalog if desiredlang is # a. equal to presentlang, or # b. a variant of presentlang (because in this case, # presentlang can be used as a fallback for messages # which are not translated in the desiredlang catalog). case "$desiredlang" in "$presentlang"*) useit=yes;; esac done if test $useit = yes; then NEW_LINGUAS="$NEW_LINGUAS $presentlang" fi done LINGUAS=$NEW_LINGUAS AC_MSG_RESULT($LINGUAS) fi dnl Construct list of names of catalog files to be constructed. if test -n "$LINGUAS"; then for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done fi fi dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly dnl find the mkinstalldirs script in another subdir but ($top_srcdir). dnl Try to locate is. MKINSTALLDIRS= if test -n "$ac_aux_dir"; then MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" fi if test -z "$MKINSTALLDIRS"; then MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" fi AC_SUBST(MKINSTALLDIRS) dnl Generate list of files to be processed by xgettext which will dnl be included in po/Makefile. test -d po || mkdir po if test "x$srcdir" != "x."; then if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then posrcprefix="$srcdir/" else posrcprefix="../$srcdir/" fi else posrcprefix="../" fi rm -f po/POTFILES sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \ < $srcdir/po/POTFILES.in > po/POTFILES ]) # AM_GLIB_DEFINE_LOCALEDIR(VARIABLE) # ------------------------------- # Define VARIABLE to the location where catalog files will # be installed by po/Makefile. glib_DEFUN([GLIB_DEFINE_LOCALEDIR], [glib_REQUIRE([GLIB_GNU_GETTEXT])dnl glib_save_prefix="$prefix" glib_save_exec_prefix="$exec_prefix" glib_save_datarootdir="$datarootdir" test "x$prefix" = xNONE && prefix=$ac_default_prefix test "x$exec_prefix" = xNONE && exec_prefix=$prefix datarootdir=`eval echo "${datarootdir}"` if test "x$CATOBJEXT" = "x.mo" ; then localedir=`eval echo "${libdir}/locale"` else localedir=`eval echo "${datadir}/locale"` fi prefix="$glib_save_prefix" exec_prefix="$glib_save_exec_prefix" datarootdir="$glib_save_datarootdir" AC_DEFINE_UNQUOTED($1, "$localedir", [Define the location where the catalogs will be installed]) ]) dnl dnl Now the definitions that aclocal will find dnl ifdef(glib_configure_in,[],[ AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)]) AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)]) ])dnl # GLIB_RUN_PROG(PROGRAM, TEST-FILE, [ACTION-IF-PASS], [ACTION-IF-FAIL]) # # Create a temporary file with TEST-FILE as its contents and pass the # file name to PROGRAM. Perform ACTION-IF-PASS if PROGRAM exits with # 0 and perform ACTION-IF-FAIL for any other exit status. AC_DEFUN([GLIB_RUN_PROG], [cat >conftest.foo <<_ACEOF $2 _ACEOF if AC_RUN_LOG([$1 conftest.foo]); then m4_ifval([$3], [$3], [:]) m4_ifvaln([$4], [else $4])dnl echo "$as_me: failed input was:" >&AS_MESSAGE_LOG_FD sed 's/^/| /' conftest.foo >&AS_MESSAGE_LOG_FD fi]) dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml]) # serial 40 IT_PROG_INTLTOOL AC_DEFUN([IT_PROG_INTLTOOL], [ AC_PREREQ([2.50])dnl AC_REQUIRE([AM_NLS])dnl case "$am__api_version" in 1.[01234]) AC_MSG_ERROR([Automake 1.5 or newer is required to use intltool]) ;; *) ;; esac if test -n "$1"; then AC_MSG_CHECKING([for intltool >= $1]) INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` [INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` ] AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found]) test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || AC_MSG_ERROR([Your intltool is too old. You need intltool $1 or later.]) fi AC_PATH_PROG(INTLTOOL_UPDATE, [intltool-update]) AC_PATH_PROG(INTLTOOL_MERGE, [intltool-merge]) AC_PATH_PROG(INTLTOOL_EXTRACT, [intltool-extract]) if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then AC_MSG_ERROR([The intltool scripts were not found. Please install intltool.]) fi INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< [$]@' INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< [$]@' INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' _IT_SUBST(INTLTOOL_DESKTOP_RULE) _IT_SUBST(INTLTOOL_DIRECTORY_RULE) _IT_SUBST(INTLTOOL_KEYS_RULE) _IT_SUBST(INTLTOOL_PROP_RULE) _IT_SUBST(INTLTOOL_OAF_RULE) _IT_SUBST(INTLTOOL_PONG_RULE) _IT_SUBST(INTLTOOL_SERVER_RULE) _IT_SUBST(INTLTOOL_SHEET_RULE) _IT_SUBST(INTLTOOL_SOUNDLIST_RULE) _IT_SUBST(INTLTOOL_UI_RULE) _IT_SUBST(INTLTOOL_XAM_RULE) _IT_SUBST(INTLTOOL_KBD_RULE) _IT_SUBST(INTLTOOL_XML_RULE) _IT_SUBST(INTLTOOL_XML_NOMERGE_RULE) _IT_SUBST(INTLTOOL_CAVES_RULE) _IT_SUBST(INTLTOOL_SCHEMAS_RULE) _IT_SUBST(INTLTOOL_THEME_RULE) _IT_SUBST(INTLTOOL_SERVICE_RULE) _IT_SUBST(INTLTOOL_POLICY_RULE) # Check the gettext tools to make sure they are GNU AC_PATH_PROG(XGETTEXT, xgettext) AC_PATH_PROG(MSGMERGE, msgmerge) AC_PATH_PROG(MSGFMT, msgfmt) AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then AC_MSG_ERROR([GNU gettext tools not found; required for intltool]) fi xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`" mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`" mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`" if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then AC_MSG_ERROR([GNU gettext tools not found; required for intltool]) fi AC_PATH_PROG(INTLTOOL_PERL, perl) if test -z "$INTLTOOL_PERL"; then AC_MSG_ERROR([perl not found]) fi AC_MSG_CHECKING([for perl >= 5.8.1]) $INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1 if test $? -ne 0; then AC_MSG_ERROR([perl 5.8.1 is required for intltool]) else IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`" AC_MSG_RESULT([$IT_PERL_VERSION]) fi if test "x$2" != "xno-xml"; then AC_MSG_CHECKING([for XML::Parser]) if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then AC_MSG_RESULT([ok]) else AC_MSG_ERROR([XML::Parser perl module is required for intltool]) fi fi # Substitute ALL_LINGUAS so we can use it in po/Makefile AC_SUBST(ALL_LINGUAS) # Set DATADIRNAME correctly if it is not set yet # (copied from glib-gettext.m4) if test -z "$DATADIRNAME"; then AC_LINK_IFELSE( [AC_LANG_PROGRAM([[]], [[extern int _nl_msg_cat_cntr; return _nl_msg_cat_cntr]])], [DATADIRNAME=share], [case $host in *-*-solaris*) dnl On Solaris, if bind_textdomain_codeset is in libc, dnl GNU format message catalog is always supported, dnl since both are added to the libc all together. dnl Hence, we'd like to go with DATADIRNAME=share dnl in this case. AC_CHECK_FUNC(bind_textdomain_codeset, [DATADIRNAME=share], [DATADIRNAME=lib]) ;; *) [DATADIRNAME=lib] ;; esac]) fi AC_SUBST(DATADIRNAME) IT_PO_SUBDIR([po]) ]) # IT_PO_SUBDIR(DIRNAME) # --------------------- # All po subdirs have to be declared with this macro; the subdir "po" is # declared by IT_PROG_INTLTOOL. # AC_DEFUN([IT_PO_SUBDIR], [AC_PREREQ([2.53])dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS. dnl dnl The following CONFIG_COMMANDS should be exetuted at the very end dnl of config.status. AC_CONFIG_COMMANDS_PRE([ AC_CONFIG_COMMANDS([$1/stamp-it], [ if [ ! grep "^# INTLTOOL_MAKEFILE$" "$1/Makefile.in" > /dev/null ]; then AC_MSG_ERROR([$1/Makefile.in.in was not created by intltoolize.]) fi rm -f "$1/stamp-it" "$1/stamp-it.tmp" "$1/POTFILES" "$1/Makefile.tmp" >"$1/stamp-it.tmp" [sed '/^#/d s/^[[].*] *// /^[ ]*$/d '"s|^| $ac_top_srcdir/|" \ "$srcdir/$1/POTFILES.in" | sed '$!s/$/ \\/' >"$1/POTFILES" ] [sed '/^POTFILES =/,/[^\\]$/ { /^POTFILES =/!d r $1/POTFILES } ' "$1/Makefile.in" >"$1/Makefile"] rm -f "$1/Makefile.tmp" mv "$1/stamp-it.tmp" "$1/stamp-it" ]) ])dnl ]) # _IT_SUBST(VARIABLE) # ------------------- # Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST # AC_DEFUN([_IT_SUBST], [ AC_SUBST([$1]) m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])]) ] ) # deprecated macros AU_ALIAS([AC_PROG_INTLTOOL], [IT_PROG_INTLTOOL]) # A hint is needed for aclocal from Automake <= 1.9.4: # AC_DEFUN([AC_PROG_INTLTOOL], ...) # nls.m4 serial 3 (gettext-0.15) dnl Copyright (C) 1995-2003, 2005-2006 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper , 1995-2000. dnl Bruno Haible , 2000-2003. AC_PREREQ(2.50) AC_DEFUN([AM_NLS], [ AC_MSG_CHECKING([whether NLS is requested]) dnl Default is enabled NLS AC_ARG_ENABLE(nls, [ --disable-nls do not use Native Language Support], USE_NLS=$enableval, USE_NLS=yes) AC_MSG_RESULT($USE_NLS) AC_SUBST(USE_NLS) ]) # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. m4_if([$1], [1.10.2], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) # _AM_AUTOCONF_VERSION(VERSION) # ----------------------------- # aclocal traces this macro to find the Autoconf version. # This is a private macro too. Using m4_define simplifies # the logic in aclocal, which can simply ignore this definition. m4_define([_AM_AUTOCONF_VERSION], []) # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.10.2])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to # `$srcdir', `$srcdir/..', or `$srcdir/../..'. # # Of course, Automake must honor this variable whenever it calls a # tool from the auxiliary directory. The problem is that $srcdir (and # therefore $ac_aux_dir as well) can be either absolute or relative, # depending on how configure is run. This is pretty annoying, since # it makes $ac_aux_dir quite unusable in subdirectories: in the top # source directory, any form will work fine, but in subdirectories a # relative path needs to be adjusted first. # # $ac_aux_dir/missing # fails when called from a subdirectory if $ac_aux_dir is relative # $top_srcdir/$ac_aux_dir/missing # fails if $ac_aux_dir is absolute, # fails when called from a subdirectory in a VPATH build with # a relative $ac_aux_dir # # The reason of the latter failure is that $top_srcdir and $ac_aux_dir # are both prefixed by $srcdir. In an in-source build this is usually # harmless because $srcdir is `.', but things will broke when you # start a VPATH build or use an absolute $srcdir. # # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, # iff we strip the leading $srcdir from $ac_aux_dir. That would be: # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` # and then we would define $MISSING as # MISSING="\${SHELL} $am_aux_dir/missing" # This will work as long as MISSING is not called from configure, because # unfortunately $(top_srcdir) has no meaning in configure. # However there are other variables, like CC, which are often used in # configure, and could therefore not use this "fixed" $ac_aux_dir. # # Another solution, used here, is to always expand $ac_aux_dir to an # absolute PATH. The drawback is that using absolute paths prevent a # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly. AC_PREREQ([2.50])dnl # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 8 # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- # Define a conditional. AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl _AM_SUBST_NOTMAKE([$1_FALSE])dnl if $2; then $1_TRUE= $1_FALSE='#' else $1_TRUE='#' $1_FALSE= fi AC_CONFIG_COMMANDS_PRE( [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then AC_MSG_ERROR([[conditional "$1" was never defined. Usually this means the macro was only invoked conditionally.]]) fi])]) # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 9 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, # will think it sees a *use*, and therefore will trigger all it's # C support machinery. Also note that it means that autoscan, seeing # CC etc. in the Makefile, will ask for an AC_PROG_CC use... # _AM_DEPENDENCIES(NAME) # ---------------------- # See how the compiler implements dependency checking. # NAME is "CC", "CXX", "GCJ", or "OBJC". # We try a few techniques and use that to set a single cache variable. # # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular # dependency, and given that the user is not expected to run this macro, # just rely on AC_PROG_CC. AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl AC_REQUIRE([AM_MAKE_INCLUDE])dnl AC_REQUIRE([AM_DEP_TRACK])dnl ifelse([$1], CC, [depcc="$CC" am_compiler_list=], [$1], CXX, [depcc="$CXX" am_compiler_list=], [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], [$1], UPC, [depcc="$UPC" am_compiler_list=], [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], [depcc="$$1" am_compiler_list=]) AC_CACHE_CHECK([dependency style of $depcc], [am_cv_$1_dependencies_compiler_type], [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_$1_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` fi for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with # Solaris 8's {/usr,}/bin/sh. touch sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf case $depmode in nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; none) break ;; esac # We check with `-c' and `-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle `-M -o', and we need to detect this. if depmode=$depmode \ source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_$1_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_$1_dependencies_compiler_type=none fi ]) AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) AM_CONDITIONAL([am__fastdep$1], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) ]) # AM_SET_DEPDIR # ------------- # Choose a directory name for dependency files. # This macro is AC_REQUIREd in _AM_DEPENDENCIES AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl ]) # AM_DEP_TRACK # ------------ AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking, [ --disable-dependency-tracking speeds up one-time build --enable-dependency-tracking do not reject slow dependency extractors]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. #serial 5 # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ # Autoconf 2.62 quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named `Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`AS_DIRNAME("$mf")` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running `make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # When using ansi2knr, U may be empty or an underscore; expand it U=`sed -n 's/^U = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`AS_DIRNAME(["$file"])` AS_MKDIR_P([$dirpart/$fdir]) # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ])# _AM_OUTPUT_DEPENDENCY_COMMANDS # AM_OUTPUT_DEPENDENCY_COMMANDS # ----------------------------- # This macro should only be invoked once -- use via AC_REQUIRE. # # This code is only required when automatic dependency tracking # is enabled. FIXME. This creates each `.P' file that we will # need in order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005, 2006, 2008 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 13 # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- # The call with PACKAGE and VERSION arguments is the old style # call (pre autoconf-2.50), which is being phased out. PACKAGE # and VERSION should now be passed to AC_INIT and removed from # the call to AM_INIT_AUTOMAKE. # We support both call styles for the transition. After # the next Automake release, Autoconf can make the AC_INIT # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.60])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl # test to see if srcdir already configured if test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi AC_SUBST([CYGPATH_W]) # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) AM_MISSING_PROG(AUTOCONF, autoconf) AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) AM_MISSING_PROG(AUTOHEADER, autoheader) AM_MISSING_PROG(MAKEINFO, makeinfo) AM_PROG_INSTALL_SH AM_PROG_INSTALL_STRIP AC_REQUIRE([AM_PROG_MKDIR_P])dnl # We need awk for the "check" target. The system "awk" is bad on # some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], [_AM_DEPENDENCIES(CC)], [define([AC_PROG_CC], defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], [_AM_DEPENDENCIES(CXX)], [define([AC_PROG_CXX], defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], [_AM_DEPENDENCIES(OBJC)], [define([AC_PROG_OBJC], defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl ]) ]) # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the # loop where config.status creates the headers, so we can generate # our stamp files there. AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. _am_arg=$1 _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} AC_SUBST(install_sh)]) # Copyright (C) 2003, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 2 # Check whether the underlying file-system supports filenames # with a leading dot. For instance MS-DOS doesn't. AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 4 AC_DEFUN([AM_MAINTAINER_MODE], [AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) dnl maintainer-mode is disabled by default AC_ARG_ENABLE(maintainer-mode, [ --enable-maintainer-mode enable make rules and dependencies not useful (and sometimes confusing) to the casual installer], USE_MAINTAINER_MODE=$enableval, USE_MAINTAINER_MODE=no) AC_MSG_RESULT([$USE_MAINTAINER_MODE]) AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes]) MAINT=$MAINTAINER_MODE_TRUE AC_SUBST(MAINT)dnl ] ) AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE]) # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 3 # AM_MAKE_INCLUDE() # ----------------- # Check to see how make treats includes. AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo done .PHONY: am__doit END # If we don't find an include directive, just comment out the code. AC_MSG_CHECKING([for style of include used by $am_make]) am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # We grep out `Entering directory' and `Leaving directory' # messages which can occur if `w' ends up in MAKEFLAGS. # In particular we don't look at `^make:' because GNU make might # be invoked under some other name (usually "gmake"), in which # case it prints its new name instead of `make'. if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then am__include=include am__quote= _am_result=GNU fi # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then am__include=.include am__quote="\"" _am_result=BSD fi fi AC_SUBST([am__include]) AC_SUBST([am__quote]) AC_MSG_RESULT([$_am_result]) rm -f confinc confmf ]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 5 # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) $1=${$1-"${am_missing_run}$2"} AC_SUBST($1)]) # AM_MISSING_HAS_RUN # ------------------ # Define MISSING if not defined so far and test if it supports --run. # If it does, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" # Use eval to expand $SHELL if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " else am_missing_run= AC_MSG_WARN([`missing' script is too old or missing]) fi ]) # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_MKDIR_P # --------------- # Check for `mkdir -p'. AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, dnl while keeping a definition of mkdir_p for backward compatibility. dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of dnl Makefile.ins that do not define MKDIR_P, so we do our own dnl adjustment using top_builddir (which is defined more often than dnl MKDIR_P). AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl case $mkdir_p in [[\\/$]]* | ?:[[\\/]]*) ;; */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; esac ]) # Helper functions for option handling. -*- Autoconf -*- # Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 4 # _AM_MANGLE_OPTION(NAME) # ----------------------- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) # ------------------------------ # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) # _AM_SET_OPTIONS(OPTIONS) # ---------------------------------- # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) # ------------------------------------------- # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) # Check to make sure that the build environment is sane. -*- Autoconf -*- # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 4 # AM_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Just in case sleep 1 echo timestamp > conftest.file # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` if test "$[*]" = "X"; then # -L didn't work. set X `ls -t $srcdir/configure conftest.file` fi rm -f conftest.file if test "$[*]" != "X $srcdir/configure conftest.file" \ && test "$[*]" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken alias in your environment]) fi test "$[2]" = conftest.file ) then # Ok. : else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi AC_MSG_RESULT(yes)]) # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_STRIP # --------------------- # One issue with vendor `install' (even GNU) is that you can't # specify the program used to strip binaries. This is especially # annoying in cross-compiling environments, where the build's strip # is unlikely to handle the host's binaries. # Fortunately install-sh will honor a STRIPPROG variable, so we # always use install-sh in `make install-strip', and initialize # STRIPPROG with the value of the STRIP variable (set by the user). AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl # Installed binaries are usually stripped using `strip' when the user # run `make install-strip'. However `strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the `STRIP' environment variable to overrule this program. dnl Don't test for $cross_compiling = yes, because it might be `maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) # Copyright (C) 2006 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. # This macro is traced by Automake. AC_DEFUN([_AM_SUBST_NOTMAKE]) # Check how to create a tarball. -*- Autoconf -*- # Copyright (C) 2004, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 2 # _AM_PROG_TAR(FORMAT) # -------------------- # Check how to create a tarball in format FORMAT. # FORMAT should be one of `v7', `ustar', or `pax'. # # Substitute a variable $(am__tar) that is a command # writing to stdout a FORMAT-tarball containing the directory # $tardir. # tardir=directory && $(am__tar) > result.tar # # Substitute a variable $(am__untar) that extract such # a tarball read from stdin. # $(am__untar) < result.tar AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. AM_MISSING_PROG([AMTAR], [tar]) m4_if([$1], [v7], [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], [m4_case([$1], [ustar],, [pax],, [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) # Loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' _am_tools=${am_cv_prog_tar_$1-$_am_tools} # Do not fold the above two line into one, because Tru64 sh and # Solaris sh will not grok spaces in the rhs of `-'. for _am_tool in $_am_tools do case $_am_tool in gnutar) for _am_tar in tar gnutar gtar; do AM_RUN_LOG([$_am_tar --version]) && break done am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' am__untar="$_am_tar -xf -" ;; plaintar) # Must skip GNU tar: if it does not support --format= it doesn't create # ustar tarball either. (tar --version) >/dev/null 2>&1 && continue am__tar='tar chf - "$$tardir"' am__tar_='tar chf - "$tardir"' am__untar='tar xf -' ;; pax) am__tar='pax -L -x $1 -w "$$tardir"' am__tar_='pax -L -x $1 -w "$tardir"' am__untar='pax -r' ;; cpio) am__tar='find "$$tardir" -print | cpio -o -H $1 -L' am__tar_='find "$tardir" -print | cpio -o -H $1 -L' am__untar='cpio -i -H $1 -d' ;; none) am__tar=false am__tar_=false am__untar=false ;; esac # If the value was cached, stop now. We just wanted to have am__tar # and am__untar set. test -n "${am_cv_prog_tar_$1}" && break # tar/untar a dummy directory, and stop if the command works rm -rf conftest.dir mkdir conftest.dir echo GrepMe > conftest.dir/file AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) rm -rf conftest.dir if test -s conftest.tar; then AM_RUN_LOG([$am__untar /dev/null 2>&1 && break fi done rm -rf conftest.dir AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) AC_MSG_RESULT([$am_cv_prog_tar_$1])]) AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR bum-2.5.2/TODO0000644000175000017500000000000010352342264007703 00000000000000bum-2.5.2/icons/0000777000175000017500000000000011244776116010434 500000000000000bum-2.5.2/icons/bum_serv_on.png0000644000175000017500000000246410352342264013372 00000000000000‰PNG  IHDRàw=øbKGDÿÿÿ ½§“ pHYs  šœtIMEÕ вüÂtEXtComment(c) 2000 Jakub 'Jimmac' Steiner This image was created using Gimp. Gimp is free software as defined by the Free Software Foundation and is available for download at http://www.gimp.orgFZ óIDATHÇ¥–]LU†Ÿ™ýÂîB­@€ðSÑÅ‚‰Ð(Q.¤MÔÛhŒŠñÂD¬&ÆôÎÄØ›o¼h¬M Õ@ª –6¥K[L¤Š€Ø]aYX—ewfggŽ7C+.ý’““sfæ}¿ósÞw$R‡ Ø'P¸ ˆËf¯ ¶R€[üêêš×››[ŽUU¹”•UYVWƒ ô)½½ý÷._>ß-„¸,QÀ ͰJ’\{æÌg7Eø„øg‹Ç…¯½cp¾¸¸òPk®NN\JÏkÿm;àä6ô«ÏWXäª@Öɓ﷧¾Ñ¾h˜N…fi·d»e,Ë–C---õé,5¡Ãº åU–º'^|ØØ7¯"™@jh8zÄí.Û:ot‚ñµ9˜ðËh‰)üAðø ¼ÁeÞT™› ¬ÉÇ7ïÝ2£~ ñ,Ð5PëA>ê!láPÅ)fK üâa÷Óv³DöT%’œÎÝ›H/ªáÏA¾‘F/CáEˆTr0ÒÈ|hÃ&ØåØMry¶#}}=Êܬ¯ƒa¼#.×è%¢wß s‡>õ<ñ¬8†Ã`Þ?l1@OIÐÕÕ6XV™ôD™ñ&ð%Ú¹8Êbð]|K0çƒÖÞ6~^|“é57š#°KLO )À4ß|«“÷À…‚×.]j}辶&W@2°„ltÿ¨+Œª bQÁÑÔ‚cD tˆ°…›WÛæ€q@ME €…³g?j«¬®›bYJXa-ÂÔ²=¦C"ÁâÒ$‘l =[BÌÚéùòS%´âï4%#¾вÍñ6¢Ñµ{ãÃîªÒ#%Ý*9\V®¶³§ ‹L—`޿ȾŠG1üÜù¦+~¥ã“€HGìd ÏåzàÔ«¯¼ubÁ{7SMD)*t¡àtØP¥é¿åÞ¾ò-ÐxÍMÉŠ¹]@ ^9]··'ÿDCÍ3"§ŽÀÜ(Î]*þûÃt|ßÇÄèÚM3óS¶Åv’L eyE¬,{ÏÔ ,,14½ÆrÌJ\K  ‚¦'Äÿͬ;ÈP¼Ãd—5ðäc¯±r¿‹¢±YF=1úÇ&Ñ 43‘ÊTR ZÆ>$»Û£>"Á\¦f5–×k¶³±ìôBf~‰X˜ùƒ€ç~›eb&BD³Z76ʘÒÅ,;™Oç#5ÏÎ}ü¡ÚgÉ”œ9N‚á?Ý]Ó4Nór)ÿÅ“7žïÈËh’e«cieUc¸´š'Hå„lZá 6›í– Üä;%)¥I"™¿/Yf¯lRN‘êÿýÈ UlsÐMIEND®B`‚bum-2.5.2/icons/bum_serv_boh.png0000644000175000017500000000043410352342264013521 00000000000000‰PNG  IHDRðŠFïbKGDÿÿÿ ½§“ pHYs  šœtIMEÕ2#¼Y»ftEXtCommentCreated with The GIMPïd%n€IDAT(ÏÍÑ!Â` †á'f9#à\CLLà9Ž+î@P’a75ÀÔŽüübÙgš4}Û¯-cÓ%.hÑàŒM ¼G…E4Zãƒ:ÇÉ.àÛ?Ð 't¸‡ƒ$mñÄ+Ö(RÁ" 7–ƒ¾ê:þ*šôäW¯9“1yn”úW®í ŸÐÈIEND®B`‚bum-2.5.2/icons/bum_serv_none.png0000644000175000017500000000061110352342264013705 00000000000000‰PNG  IHDR;Ö•JbKGDÿÿÿ ½§“ pHYs  šœtIMEÕ2/ß^•ˆtEXtCommentCreated with The GIMPïd%níIDAT(Ïí‘¿Jq„¿ïrùCr©"ØZYYù¾Ãå鬬ͳX[‚XX$…æP0—ŒÍ/ àˆÓ-;»3; ÿøEÛx²œ p²œ»h¿÷-¤J­“ŒèÕ*I€º’ä°Yu€‹¶¨³$êY’0-ÃQÇ%j<%¹ß¬º‡Z­Ku \ò»$¨SàØ&ynm³®€I’y’ó¢:,'Ôª€Iú$ÃâhŒÔÔIÞ€Gõ:É)0v꾨öÀ°8éõn}»}=&YS`R:$ˆZ•ÚrÒÇfÕ½ÿúžãkþ0¾æEw.Òû’ÏIEND®B`‚bum-2.5.2/icons/bum.xpm0000644000175000017500000002456310352342264011663 00000000000000/* XPM */ static char * bum_xpm[] = { "32 32 524 2", " c None", ". c #212424", "+ c #323536", "@ c #333737", "# c #1F2122", "$ c #202222", "% c #2F3131", "& c #383C3C", "* c #3A3D3D", "= c #404443", "- c #5D6363", "; c #727A7A", "> c #7D8383", ", c #848C8B", "' c #909A99", ") c #9DA7A7", "! c #9EA8A9", "~ c #4A5050", "{ c #454848", "] c #7B8081", "^ c #868C8D", "/ c #7E8484", "( c #777D7D", "_ c #788080", ": c #7E8585", "< c #798181", "[ c #757E7F", "} c #6E787B", "| c #687377", "1 c #636F74", "2 c #5F6D73", "3 c #5D6C73", "4 c #758186", "5 c #9EA8A8", "6 c #505758", "7 c #696E6E", "8 c #3C4850", "9 c #42535C", "0 c #475964", "a c #4D5F6B", "b c #546B7A", "c c #506877", "d c #496171", "e c #4E6172", "f c #6C5361", "g c #555262", "h c #334E62", "i c #2F4B5F", "j c #2C485D", "k c #586A77", "l c #A0AAA9", "m c #525C5C", "n c #0F1111", "o c #2A2C2C", "p c #5C6365", "q c #4C6474", "r c #577080", "s c #5D7585", "t c #617787", "u c #6F7A83", "v c #9B776C", "w c #BA6C4E", "x c #B67367", "y c #D22A2C", "z c #9F3941", "A c #344C60", "B c #2D485D", "C c #2A455A", "D c #6C7C87", "E c #9CA6A6", "F c #4F5959", "G c #171C1C", "H c #2E3131", "I c #546065", "J c #536C7D", "K c #6A7E8C", "L c #908D7F", "M c #D3A263", "N c #D68053", "O c #EC6028", "P c #E47349", "Q c #D15445", "R c #B26257", "S c #364E5F", "T c #2B465B", "U c #264155", "V c #70818A", "W c #99A3A3", "X c #485252", "Y c #202727", "Z c #424647", "` c #51616A", " . c #546D7D", ".. c #5D7383", "+. c #7C878A", "@. c #CC9A51", "#. c #EB9A2C", "$. c #A2886B", "%. c #7E6C6B", "&. c #8A6C64", "*. c #CE6840", "=. c #E95E27", "-. c #686265", ";. c #29455A", ">. c #243E53", ",. c #7A8992", "'. c #919C9C", "). c #424C4C", "!. c #262E2E", "~. c #0C0E0E", "{. c #5F6769", "]. c #455965", "^. c #516A7B", "/. c #897773", "(. c #D1805A", "_. c #E39944", ":. c #C59146", "<. c #5E6D73", "[. c #425D6E", "}. c #3E586B", "|. c #7E635C", "1. c #DD6437", "2. c #A07366", "3. c #264257", "4. c #243F53", "5. c #839097", "6. c #869191", "7. c #3A4444", "8. c #0B0D0D", "9. c #1F2121", "0. c #687376", "a. c #435968", "b. c #4D6778", "c. c #AF7863", "d. c #F2662A", "e. c #D78C46", "f. c #B08748", "g. c #4D616D", "h. c #3B5669", "i. c #355064", "j. c #5D5461", "k. c #AE4F4B", "l. c #865D62", "m. c #254056", "n. c #263F54", "o. c #879399", "p. c #7F8989", "q. c #343D3D", "r. c #252D2D", "s. c #0B0E0E", "t. c #3D4040", "u. c #59666C", "v. c #425B6C", "w. c #476173", "x. c #616A73", "y. c #9C7F6F", "z. c #D99944", "A. c #D9932F", "B. c #757369", "C. c #3F5265", "D. c #495062", "E. c #9E383F", "F. c #D41112", "G. c #744B57", "H. c #233E54", "I. c #30485A", "J. c #939FA4", "K. c #788382", "L. c #2D3636", "M. c #222B2B", "N. c #545959", "O. c #4C5B64", "P. c #415D6F", "Q. c #425D6F", "R. c #445D6F", "S. c #4E636F", "T. c #998156", "U. c #E29837", "V. c #AE705D", "W. c #98343D", "X. c #AC3A3F", "Y. c #CD4240", "Z. c #BF3F42", "`. c #394457", " + c #213D53", ".+ c #3D5263", "++ c #98A3A6", "@+ c #737F7E", "#+ c #283030", "$+ c #202828", "%+ c #0A0D0D", "&+ c #6D7575", "*+ c #3F515C", "=+ c #3C586B", "-+ c #3C5669", ";+ c #3A5668", ">+ c #375266", ",+ c #425765", "'+ c #796F6B", ")+ c #A54244", "!+ c #CF2526", "~+ c #D55B4E", "{+ c #F09A3E", "]+ c #B88B52", "^+ c #253F53", "/+ c #1F3B51", "(+ c #445868", "_+ c #95A1A3", ":+ c #6D7878", "<+ c #212929", "[+ c #1D2424", "}+ c #090B0B", "|+ c #788081", "1+ c #394F5E", "2+ c #395568", "3+ c #365265", "4+ c #335064", "5+ c #314D61", "6+ c #2F4A5F", "7+ c #314A5E", "8+ c #444A5B", "9+ c #5E4C5B", "0+ c #746664", "a+ c #E89B32", "b+ c #C79954", "c+ c #243E52", "d+ c #1E394F", "e+ c #99A4A6", "f+ c #646F6F", "g+ c #1E2626", "h+ c #192020", "i+ c #0D1010", "j+ c #414545", "k+ c #98A2A2", "l+ c #889498", "m+ c #7F8D94", "n+ c #667882", "o+ c #5D727E", "p+ c #556B79", "q+ c #506675", "r+ c #455C6D", "s+ c #3C5567", "t+ c #364F62", "u+ c #2F495E", "v+ c #2A4459", "w+ c #264157", "x+ c #213C52", "y+ c #1D384E", "z+ c #6B7A84", "A+ c #99A5A6", "B+ c #586363", "C+ c #1B2323", "D+ c #101717", "E+ c #525757", "F+ c #A7B0B0", "G+ c #AAB4B3", "H+ c #A9B4B2", "I+ c #AAB4B4", "J+ c #A8B2B2", "K+ c #A3ADAD", "L+ c #9DA8A9", "M+ c #95A2A4", "N+ c #909DA1", "O+ c #8A989D", "P+ c #85949A", "Q+ c #7C8B94", "R+ c #748690", "S+ c #6D7F8B", "T+ c #697A86", "U+ c #929DA3", "V+ c #97A2A2", "W+ c #182121", "X+ c #0A0F0F", "Y+ c #000000", "Z+ c #070808", "`+ c #575D5D", " @ c #838B8B", ".@ c #95A09F", "+@ c #8D9997", "@@ c #8A9595", "#@ c #8B9696", "$@ c #909B9B", "%@ c #96A09F", "&@ c #96A2A1", "*@ c #95A1A0", "=@ c #939F9F", "-@ c #919D9D", ";@ c #8E9B9B", ">@ c #8E9898", ",@ c #434D4D", "'@ c #131C1C", ")@ c #070A0A", "!@ c #313535", "~@ c #292D2D", "{@ c #252A2A", "]@ c #626B6B", "^@ c #7D8988", "/@ c #6E7B7A", "(@ c #4C5757", "_@ c #444E4E", ":@ c #424B4B", "<@ c #444E4D", "[@ c #4B5555", "}@ c #596464", "|@ c #727C7C", "1@ c #778282", "2@ c #323B3A", "3@ c #080B0B", "4@ c #B4BCBC", "5@ c #A8AFAF", "6@ c #A4ACAC", "7@ c #A1AAAA", "8@ c #9BA5A5", "9@ c #949D9D", "0@ c #869090", "a@ c #798383", "b@ c #6F7A7A", "c@ c #616B6B", "d@ c #4F5858", "e@ c #404A4A", "f@ c #2F3838", "g@ c #232B2A", "h@ c #181F1F", "i@ c #121919", "j@ c #0F1515", "k@ c #101515", "l@ c #070909", "m@ c #010101", "n@ c #010202", "o@ c #000101", "p@ c #A2A9A9", "q@ c #747C7C", "r@ c #7A8383", "s@ c #848E8E", "t@ c #8F9898", "u@ c #9BA4A4", "v@ c #A5AEAE", "w@ c #9FA7A7", "x@ c #B6BFBF", "y@ c #ADB8B7", "z@ c #A6B0B0", "A@ c #9EA9A8", "B@ c #889292", "C@ c #7F8A89", "D@ c #747F7F", "E@ c #636C6C", "F@ c #545C5C", "G@ c #303636", "H@ c #191E1E", "I@ c #030808", "J@ c #010303", "K@ c #A1A8A9", "L@ c #919999", "M@ c #7C8484", "N@ c #697171", "O@ c #707877", "P@ c #9CA5A4", "Q@ c #C2C9C9", "R@ c #C0C8C8", "S@ c #C2CACA", "T@ c #ADB7B7", "U@ c #A9B3B2", "V@ c #A5B0B0", "W@ c #A2ACAC", "X@ c #9FAAA9", "Y@ c #9BA6A6", "Z@ c #707A79", "`@ c #4A5252", " # c #4B5252", ".# c #313939", "+# c #020808", "@# c #000202", "## c #A3ABAB", "$# c #AAB1B1", "%# c #BFC6C6", "&# c #BEC6C5", "*# c #BEC6C6", "=# c #BFC7C7", "-# c #ABB5B4", ";# c #9BA7A7", "># c #8F9A99", ",# c #606968", "'# c #484E4E", ")# c #444B4B", "!# c #4F5656", "~# c #010606", "{# c #2B2D2D", "]# c #B2B9B9", "^# c #BFC5C5", "/# c #C9CECE", "(# c #CCD2D2", "_# c #C6CECE", ":# c #C7CFCE", "<# c #C7CECE", "[# c #C4CBCB", "}# c #C0C8C7", "|# c #A6B1B0", "1# c #9FAAAA", "2# c #97A3A3", "3# c #7C8585", "4# c #474D4D", "5# c #454B4B", "6# c #4D5454", "7# c #4C5454", "8# c #272E2E", "9# c #000303", "0# c #686C6C", "a# c #9EA4A4", "b# c #A7ADAD", "c# c #A1A7A7", "d# c #A5ACAB", "e# c #A9AFAF", "f# c #ACB2B2", "g# c #B1B9B9", "h# c #BDC4C4", "i# c #B4BDBD", "j# c #A3AEAD", "k# c #9CA7A7", "l# c #5E6766", "m# c #494F4F", "n# c #3E4343", "o# c #4F5655", "p# c #464C4B", "q# c #4F5757", "r# c #212828", "s# c #6B6D6D", "t# c #9FA3A3", "u# c #BABFBF", "v# c #B1B8B8", "w# c #B6BDBD", "x# c #ABB3B3", "y# c #A5ACAC", "z# c #A5ADAC", "A# c #9FA6A6", "B# c #8D9595", "C# c #808887", "D# c #858F8E", "E# c #889192", "F# c #949E9E", "G# c #808B8B", "H# c #6D7777", "I# c #717979", "J# c #5D6464", "K# c #677070", "L# c #596060", "M# c #464F4F", "N# c #171D1C", "O# c #2F3030", "P# c #6D6F6F", "Q# c #A8ACAC", "R# c #CDD2D2", "S# c #D0D6D5", "T# c #C5CCCB", "U# c #B9BFBF", "V# c #ADB5B5", "W# c #A1A8A8", "X# c #A2AAAA", "Y# c #9FA8A7", "Z# c #9AA4A3", "`# c #8D9696", " $ c #848D8D", ".$ c #5B6262", "+$ c #8F9A9A", "@$ c #A9B2B2", "#$ c #899292", "$$ c #768080", "%$ c #7D8888", "&$ c #444A4A", "*$ c #141717", "=$ c #373939", "-$ c #717574", ";$ c #9B9F9F", ">$ c #B9BEBE", ",$ c #C1C7C7", "'$ c #BDC5C5", ")$ c #B3BABA", "!$ c #9EA7A6", "~$ c #899393", "{$ c #6D7675", "]$ c #99A3A2", "^$ c #AEB5B5", "/$ c #8E9696", "($ c #8E9595", "_$ c #818C8B", ":$ c #495353", "<$ c #0C1010", "[$ c #646867", "}$ c #B5BBBB", "|$ c #C1C8C7", "1$ c #B1BABA", "2$ c #B5BEBE", "3$ c #6C7575", "4$ c #9BA4A3", "5$ c #B0B8B8", "6$ c #919898", "7$ c #8D9695", "8$ c #818B8A", "9$ c #5D6666", "0$ c #4E5858", "a$ c #1C2424", "b$ c #020404", "c$ c #3C3E3E", "d$ c #7D8181", "e$ c #818787", "f$ c #B6BEBE", "g$ c #ADB6B6", "h$ c #8C9594", "i$ c #5A6161", "j$ c #596262", "k$ c #171E1E", "l$ c #040908", "m$ c #333635", "n$ c #5F6363", "o$ c #8D9494", "p$ c #A7AEAE", "q$ c #ACB4B3", "r$ c #868E8E", "s$ c #5A6565", "t$ c #303939", "u$ c #050808", "v$ c #343535", "w$ c #656A6A", "x$ c #737B7A", "y$ c #373F3F", " ", " . + @ # ", " $ % & * = - ; > , ' ) ! ~ ", " { ] ^ / ( _ : < [ } | 1 2 3 4 5 6 ", " 7 8 9 0 a b c d e f g h i j k l m n ", " o p q r s t u v w x y z A B C D E F G ", " H I J s K L M N O P Q R S T U V W X Y ", " Z ` ...+.@.#.$.%.&.*.=.-.;.>.,.'.).!.~. ", " {.].^./.(._.:.<.[.}.|.1.2.3.4.5.6.7.!.8. ", " 9.0.a.b.c.d.e.f.g.h.i.j.k.l.m.n.o.p.q.r.s. ", " t.u.v.w.x.y.z.A.B.C.D.E.F.G.H.I.J.K.L.M.s. ", " N.O.P.Q.R.S.T.U.V.W.X.Y.Z.`. +.+++@+#+$+%+ ", " &+*+=+-+;+>+,+'+)+!+~+{+]+^+/+(+_+:+<+[+}+ ", " |+1+2+3+4+5+6+7+8+9+0+a+b+c+d+k e+f+g+h+i+ ", " j+k+l+m+n+o+p+q+r+s+t+u+v+w+x+y+z+A+B+C+D+ ", " E+F+G+H+I+J+K+L+M+N+O+P+Q+R+S+T+U+V+F W+X+ ", " Y+Z+& `+ @.@+@@@#@$@%@&@*@=@-@;@>@,@'@)@ ", " * * !@~@{@]@^@/@B+(@_@:@<@[@}@f+|@1@2@3@ ", " Y+4@5@6@7@8@9@0@a@b@c@d@e@f@g@h@i@j@k@l@m@n@o@ ", " Y+p@q@r@s@t@u@v@w@x@y@z@A@'.B@C@D@E@F@G@H@I@J@ ", " Y+K@L@M@N@O@P@Q@R@S@T@U@V@W@X@Y@k+Z@`@ #.#+#@# ", " Y+##$#S@%#&#*#R@=#Q@-#z@K+X@;#>#,#'#)#!#!.~#@# ", " {#]#^#/#(#_#:#<#[#}#|#K+1#2#3#4#5#5#6#7#8#9#Y+ ", " 0#a#b#c#d#e#f#p@g#h#i#j#1#k#l#m#n#o#p#!#q#r#o@Y+ ", " s#t#(#u#v#w#x#y#z#A#B#C#D#B@E#F#G#H#I#J#K#L#M#N# ", " O#P#Q#R#S#T#U#V#W#X#Y#Z#`# $.$+$@$#$< Z@$$%$&$*$ ", " =$-$;$>$,$'$)$!$%@~${$]$^$/$($#$_$F@:$<$ ", " [$[$}$|$1$2$3$4$5$u@6$7$8$9$0$a$b$ ", " Y+c$d$e$l f$g$e#h$3#i$j$k$l$ ", " m$n$o$p$q$r$s$t$u$ ", " v$w$x$y$)@ ", " "}; bum-2.5.2/icons/bum_serv_off.png0000644000175000017500000000246510352342264013531 00000000000000‰PNG  IHDRàw=øbKGDÿÿÿ ½§“ pHYs  šœtIMEÕ 2µwüÕÂtEXtComment(c) 2000 Jakub 'Jimmac' Steiner This image was created using Gimp. Gimp is free software as defined by the Free Software Foundation and is available for download at http://www.gimp.orgFZ ôIDATHÇ¥–ËoUÆ3Ûc‘Äv #שÅIº ›(D*bƒ„R²Ê*⯨ĉ]PYB([R$Ôª «$rÈ‹¦ÊcLÆñxÆöõ<. &Qš—žÍ,îóós¾sn6ˆI`0ü*@0 h. ¯r Üà\ÞÒuýób±øI>Ÿ'ŸÏGLӔϞ=kïì씫Õê2ð°8@ðo4ཉ‰‰‡óóóÅþþþKÇ¡T*ù¥Rég×u¿~3z$r -·gff~ZXX¸ÝÛÛ{e±XŒññq5“ÉŒ–ËåB¿†n7€D.—ûvqqq"_:”R"¥Äu]Z­J»Ý~{ggGeÀ>Ÿ…vEôwïß¿ÿ~<?sàyAày®ëâº.B:Ùl6Ò××÷±eYË@ðO‹®^¬I2™ü¨P(¨NÏóX]]åÉ“'¸®‹a,//³¿¿išcY·nÝÊ“@â|m/e066–•R"„@UUVVVˆF£xžÇÒÒ©TŠžž?~L¡PÀ¶m²Ùllwww8lk® ‘HhÍfMÓ¨T*!xúô)º®388ÈÑѵZL&C©TâÞ½{H)Ñu] «9¥†›››­££#NNNæåË—Äb1 …³³³ÌÍÍa†a099‰ïûH)1 #š!ÿ×v‘bÛv®X,~à8BîܹƒišLMMaÛ6õz)%Éd]×q])%/^¼plÛþX §ûê6•Rw:ùT*¥;Žƒã8loo“J¥h4X–E¥R¡¿¿×uQ”ê¹¶¶¶!¥|žŸ…K®¯¯Ýh4d³Ùäää!†aP­V©Õj43çRJÊår+‚GÀÐé6h”ò·½½½w‡††ò‘HD‰F£lll ë:ªªbYét)%[[[âððð{à›‹ÑߤEàMEQŒŒŒ|V¯×¾ï“H$ð}MÓˆD"Ôj5ÓqœGÀ° žì–Á)UðK<¿›Íf £££ôööÒl61 !ÄÀ—ÀnØAò*ռΠ•N§›BÖ××q‡v»}¦IÀ_¡öˆëöÚeá`š&Éd’ééiFFFÈd2ôôôœtÎëÎÿÐuMÓ888Àó<Úí6A ª]íJ€ìëë“§‚V¯×Bœ§(¸j‹ý— äóçÏlÛ&—Ë100@:FÓ4|ßw Ðæ5LrÀCEQ,UUeÈ÷ÀW@ÐyMS7€Oípk}¾2ô.‡›/Ü‹†@±PÌšÝ:àoóðíœzæêNIEND®B`‚bum-2.5.2/icons/Makefile.am0000644000175000017500000000026110352342264012373 00000000000000icondir = ${datadir}/pixmaps icon_DATA = bum.png \ bum_serv_boh.png \ bum_serv_none.png \ bum_serv_off.png \ bum_serv_on.png \ bum.xpm EXTRA_DIST = $(icon_DATA) bum-2.5.2/icons/Makefile.in0000644000175000017500000002340111244776075012421 00000000000000# Makefile.in generated by automake 1.10.2 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : subdir = icons DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = SOURCES = DIST_SOURCES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; am__installdirs = "$(DESTDIR)$(icondir)" iconDATA_INSTALL = $(INSTALL_DATA) DATA = $(icon_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POFILES = @POFILES@ POSUB = @POSUB@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host_alias = @host_alias@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ icondir = ${datadir}/pixmaps icon_DATA = bum.png \ bum_serv_boh.png \ bum_serv_none.png \ bum_serv_off.png \ bum_serv_on.png \ bum.xpm EXTRA_DIST = $(icon_DATA) all: all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu icons/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu icons/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-iconDATA: $(icon_DATA) @$(NORMAL_INSTALL) test -z "$(icondir)" || $(MKDIR_P) "$(DESTDIR)$(icondir)" @list='$(icon_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ echo " $(iconDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(icondir)/$$f'"; \ $(iconDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(icondir)/$$f"; \ done uninstall-iconDATA: @$(NORMAL_UNINSTALL) @list='$(icon_DATA)'; for p in $$list; do \ f=$(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(icondir)/$$f'"; \ rm -f "$(DESTDIR)$(icondir)/$$f"; \ done tags: TAGS TAGS: ctags: CTAGS CTAGS: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ else \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(DATA) installdirs: for dir in "$(DESTDIR)$(icondir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am info: info-am info-am: install-data-am: install-iconDATA install-dvi: install-dvi-am install-exec-am: install-html: install-html-am install-info: install-info-am install-man: install-pdf: install-pdf-am install-ps: install-ps-am installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-iconDATA .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic distclean \ distclean-generic distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-iconDATA install-info install-info-am \ install-man install-pdf install-pdf-am install-ps \ install-ps-am install-strip installcheck installcheck-am \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-iconDATA # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: bum-2.5.2/icons/bum.png0000644000175000017500000000744710352342264011645 00000000000000‰PNG  IHDR00Wù‡bKGDÿÿÿ ½§“ pHYs  ÒÝ~ütIMEÕi0Âç´IDAThÞíšù]gyÇ?g½ëÜ}6Ïbgñx‰3ŽÃ$@„QSŽTŠR !¥•û'´¿¢æ‡J¥¨¿@A´L (4…Ç1±MBˆcÇžÄËijÏܹ۹gy—þpf&n $ÄÓ J=Ò•î9÷èžçû>Ï÷û|ß÷=ðÿÇï÷0>ÀgMý·^p]Çu¿\,—Èç F:“ #fõ«§ççþâƒð!à(`ÞzѲ,?Û‘Ý7<:¶cphÈêéí5®ë$ •Íuél¶ËŒT*P­®ò7_ý*—¦§ß5>û}:X*—¿S,•&óù‚‘Éf6ÔÕÝ-&T}Û·›…|ÁÐZJi­´²¢0¢Õl"…@I‰Ò¥eZkh5h)Éær()±m{#k§¶@Ooïw¿ðøãwï½ãò¹ÔÛ×Ç×¾ö÷†á$0mÛv°I'A¦XAãJ›H„P(¥PJ¢¤"¥@‰Özý7ňçãºaa»©tº¿íyýÀÍ-P,ë×®“¬ôSìéǶmLÃı-´Ò()p"©5B+FË9™™¦T[åïz†9ík´Öñ½J¡µ¦³\Â0 ¢(D)E±R™l_¿> üóV˜úÐ=÷ˆ·._µó]ƒØ–EÂu±- Û41 HÚŠQ[ð±àƒÍkvšjbuá,ܼÁÐ=i^Nw¾¼Ò(%èíîD*Eà‘aš–íºf"™œ |ÿ70ß2%S)»æùX¦…iZ8¶EÂqH8Ã%É‘ÝM>º- kõ2™›(Î] ïÖQ»w ÜD ôzÐD‡6MLÓ"ˆ"-„ ÓÑãºGWèßr¹Rés)”•Ä0 LÓÀÐ`PJ >Ùõ&ã퓼mâLï!º:¶ƒ¸µe¼á4©Ñ ¦j¼ÐH1³mr@F’d"RŠÀ÷!„aÚ6n2 õúoT£ßµ„&wŽŒ|xaq;™Fk@k””dÝ#…€±è$V¸BÓ y>êäZ#‚~7â¸ÂîÙ“8*âóûç¯~ÞÞä:2x~‹ ¥hM.ŸguqñèV`ßþýæÌÕëX‰"(’ñŽˆ;õ2;² Tè°fmãµÆæ<üH •f¹!ð³ýl¯Œ0ØšåÁ_*Ò ¥5¶eãØ&BZ­Ö&±1Œ­kd]==GÇÆÇõ¹þÄèDj 5.Ó{ñ ”Ë}Û±Õgç-<ßGk’HÞX–ü|ô 7èF­c£5¶maBÚ­V¤¤t”R[  #—› ¢m:±rñ(Y¦¡cêh­AEȨMI”VD‘$Œ"r¶…÷æ2kóó˜{ (“XD!Åb.îBàyž­¤DI‰eÛ[ P(P¯Õ1R+”ˆƒþ¦7ÀþŸf`8Ljz¶8ÔÝàí•,«Íˆ(Œ° ˜0ûÎü’Òü,3ýhÍ:‰%årÛ¶Qh|ß76š›ÒzËL}äþûÅììœëêCJµ©¹'`:gØø³6ªìÏ-qc`€ 3K˜®É„%9ðæëäf¹?m”bkÍøÎÚA€ÚíöfwÖJm]º{{xûÆÊVhÀXç˜Òšùº Þ–<›Þͧz]d5Ï¡7Ï3ùúL-)gÓdF¶³Ú×ÉÍ\¯,x›Á£¡”ÏâµcUò}€Ú"ý¥J¥·P®ØÍv€Ìèxdâ@ ¤Æo+~p¹Àªù7V=sšÂÍ›Hýä#d…”ÄÏ\Ôo ´ŠB)E6ÂóÛh ¾çi¥”¡”B ±%&÷î¿ãpàûø‘Ær¬ …Ž;꺤^]‚›+Kô9‡'&9|¯C€Azgšò9JÑMp?ߣE(bØ–A.ŸÇ÷kaˆb“ïf Þs ŒŽ9ív€4]ÌõÚ”J¡4(©ÐZŪ¢Ö¼å\FóÝF€’Šƒ—î} SüdZŠ´FÑ×]!ß‘¡ÕZÅ[ï¿Ùä·Yjû=êÿ“#cc²T*ÚLNJƒZ½ÅÌÍYB¡h+½|ÜYM¨Öݦּxa•ãç‹(]@ëÙu¤Ðr™4š¸Ö½[,•¢xê¶ä …ÉJWåR‰r©ˆFcÙ '!%aÑò|ÚaÄZ½Åür¯„­–OÃó‰"A(A( ? ý€l&…±Þ‘Û·d CDÝ~ ¥R)J&=­uF£m¥2TAôŽ’(…ãšØŽK.›`x°{Ó¨™–Rš(„R …Z—a)•bžP„h¥b ÕqÖÂv´þÛÛpùâÅÿÉ‘#OÞRRýžìÀ¶m&ï½—H  “HÈM•AµÑë„åWc™ ¥Ä²`¥¶«ÚzÉ(¥B ¢)Ä · ÀkµN'6Îççûÿýé§'×O~ô&Wë5hµZ„~Ü ÜD‚t*E>Ÿ#—ËaZÖænè»ÒïH²V ß÷‘RÆ¥†¿0-ëJÊÛ0ùá{ï=éºn†a`».Ùl†ŽŽÅb‘t:M!Ÿ'‘LFNÂ5hV«¶ßl¾–«T>^_^®ßîºÐÔ³/?’ËuaÑn· Ãv»MËóh44 êÍ&Íf“µµ5êµÍzf£AËóð}Ÿ0ˆÂ0 B²áù-ËÂrœ(á8Fè·ñMx ˜ÔºŒ>õ¾K(™Lò­o|ƒR¥‚Òšb©„eY$“I’É$==èîn ÓÄo·éîé‰Å÷ñ}?U[cii‰F½ÁÊÒ^Û£Q¯ÓöÚ´šM¼VËñ[- Žë"„8`X榥Up[”^o,¦ Z³¸´D¹\F*…×ö¨”Ë$Ü–eá·ÛdÒiš^‹DÂűm2é4†wîDI…Tñ:‘”±ê´ Z^‹F½ÁùsçJqîõ3TW«†Rʸmk§y ¿Ÿ³gÎpùÒ%4ÍdJòÄOP)•QZÓÝÝM&¢Ñj¡ä†%–H©ÑRÆ6|£‹K…kYèl†…ÅEN;F¥³“##¼9=½Ùo€Ö˜–ž={Ût‹–eÑ|r¹ÍÃ0×+”VqðJÅÁk½¼–’HIþã™qýêUÝ}7g~ùKJ¤ëÝš­ Èd28¶½¹´ÑÀ²™Ì;Ë#³²u)µŒ-†”›e(•Ž3#ÓÓÓ¼øüótwu3ºkçΞå®C‡¸tå rc.ð.0ß4=ôÝ• =TŠEŠ…ÆùÍ)%¬—Jì‘”VH­ãà•" Ž?ŒŸ<ó#vﻃÅÅ´”lëïçÂùóŒof€Û(¡É»:ùð#,¬./7ÖªÕôÌÌŒ¶lÛ¬”Ëf&¦P(L¥0M#ž(EÛ÷1L“(Šý¾R2.¥‘BpãêUžþÞ÷H§Óì»óNξú*÷Üwoœ}îîöMLðê+¯Eë¦håýô©?üÜç&ÿôK_êïèè`iq­5a)ǶŒ0ÆÆH/-- A©\¦\,Ò‘Ë ÁZ½Ž’©ã’‘Rrì§?åԋǹï¹|ñ"®ã°kß^^zá8fyu• Ý¦§¯›šÂ«Õb» ùM–ú¿8rÿÇ>vôËO>9922B­^gia'‘À¶mRÉ$‘”¬®®’p4°Z]Å2-¤”\¹rË¶Èæò(¥èèè@)E¡P@Á…éi†‡‡9~ì• ™tš/¼Àý=Äé—^¢§»›d6Ë©Ÿ`~vÎ÷jµsÀŸÿ¶ùÀ­Ž~åÉ'ÿú{ŒÎ®. „”ñÈø>¦eQ«ÕˆÂ­5™l6V#Ûæú$\¥B)ªË+¤³YV—0m‹mñÅóXY^&™Lb;.ÉT’jµÊÚê*ÅR‰cÏ=Çö¡ê_ÿé»~ÔnâÝö¬[¾Ÿ~åå—÷~çÛß¾|íÚµñÙ¹9 ÅÅb‰ÎJ…|>‡6 ¹N2‰a™ÌÏÍã8kÕ*¥bd:M$­F“R©ÄÂü<Ç=Oÿöíô÷õ1:4D"•¢Q¯chÍÌÌõ©tÓ4)wvâØßüú×ÿE ñ•w þ×r`­^w ¹Ü#£ccS}ýý|þ ±ÿÎ;ɤ3h¥â =Ï÷ Âf½Žø,//“J¦ÈærÔk5N¼xœ½û÷3>:F:‘`æÚ5V––س{7ÍÛo¿M:“å­éifoÜ gp§§¦¨.-½ç½»÷zã”a|êá‡LÜuï¢X*S*ˆ¢ˆ(ŠX©VÑZÓl·9÷úë\¾t‰ÜÃCC” EæY[[õ,^=ó"ŠèéÝF³ÙäåÓ§ع“gøCVæç‘Q´å6IžL&­¡ááܶm}ñ‹lß9@­ÞÀu]ÒÉ$ßüÖ?0²k÷Þ}?¸zý:ÍFƒ(ÈòX†iÙœŸžæ×^cç®]üüÔ)®\¼Hèy(!þ×üÚÌüÑcÙ5>ÎàÐéL†vN¥é©TXk4|ŸF½ÎJµÊÂü‰d¯åqæÕWÙ{àÏýøÇ\›™QAÛ»©ÂèóÀKôF÷€ñÝ»§º{{ùÌç>ËàÐÎx•-H».©TŠÙù90L¦ßz‹WNždtÏfff8ý³ŸI¿ÙT2 ï/Äý vê§>ûè£GFÆÆè¤³³B.—Ç÷}N:…Þ8wŽWNž Õêu%Ä×à?ˆW Žl¨YWw7ŸyôQ††‡¹tå2ç/LóÌ÷¿ïÕ–—EŸ~?Áÿ>Ž)`ê“?¬÷NLD†eZßÿ?ñ²ÇÿÈÌúömüt4È<ú—IEND®B`‚bum-2.5.2/po/0000777000175000017500000000000011244776116007737 500000000000000bum-2.5.2/po/ko.po0000644000175000017500000003001010401567070010605 00000000000000# Korean translation for bum # Copyright (c) (c) 2006 Canonical Ltd, and Rosetta Contributors 2006 # This file is distributed under the same license as the bum package. # FIRST AUTHOR , 2006. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: bum\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2005-09-27 11:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: bum:84 msgid "" "You have asked to modify one or more services in the System Runlevel (rcSd). " "This operation could compromise the general stability of your system and, in " "some cases, cause possible damage to your hardware.\n" "Are you 100% sure?" msgstr "" "시스템 실행레벨 rcSd) ì˜ í•˜ë‚˜ ë˜ëŠ” ë‹¤ìˆ˜ì˜ ì„œë¹„ìŠ¤ë¥¼ 바꾸는 ê²ƒì„ ìš”ì²­ 하였습니다. ì´ ì¡°ìž‘ì€ ì‹œìŠ¤í…œì˜ ì¼ë°˜ì ì¸ ì•ˆì •ì„±ì„ ì ˆì¶©í•˜ì—¬ì•¼ " "하고, ê²½ìš°ì— ë”°ë¼ì„œëŠ”, í•˜ë“œì›¨ì–´ì˜ ì†ìƒì„ 초래할 ìˆ˜ë„ ìžˆìŠµë‹ˆë‹¤.\n" "100% 확실 합니까?" #: bum:87 bum:1090 bum:1102 bum:1143 msgid "Services" msgstr "서비스" #: bum:88 msgid "Change start\\/stop priority" msgstr "시작\\/중지 순위 변경" #: bum:89 msgid "Activate service & apply now" msgstr "서비스 활성화와 지금 ì ìš©" #: bum:90 msgid "Deactivate service & apply now" msgstr "서비스 비활성화와 지금 ì ìš©" #: bum:91 msgid "Start service now" msgstr "지금 서비스 시작" #: bum:92 msgid "Stop service now" msgstr "지금 서비스 중지" #: bum:126 bum:657 bum:664 bum:668 msgid "Apply changes" msgstr "변경 ì ìš©" #: bum:127 bum:960 msgid "" "Start or stop services now? \n" "(If you answer No, changes will be applied at next boot.)" msgstr "" "지금 서비스를 시작 ë˜ëŠ” 중지 하겠습니까? \n" "(만약 아니오를 대답하면, 변경 ì‚¬í•­ì€ ë‹¤ìŒ ë¶€íŒ…ì‹œì— ì ìš©ì´ ë©ë‹ˆë‹¤.)" #: bum:136 bum:950 msgid "Exit" msgstr "종료" #: bum:178 msgid "Help" msgstr "ë„움ë§" #: bum:181 msgid "About" msgstr "ì •ë³´" #: bum:207 msgid "translator-credits" msgstr "번역ìž-명예" #: bum:208 msgid "Special credits to:" msgstr "특별한 명예:" #: bum:209 msgid "Acknowledgments to:" msgstr "ê°ì‚¬:" #: bum:221 msgid "Released under GNU General Public License (GPL)" msgstr "GNU 공개 ë¼ì´ì„¼ìФ(GPL) í•˜ì— ë°œí‘œ" #: bum:222 msgid "A graphical tool to handle runlevels configuration." msgstr "실행레벨 ì„¤ì •ì„ ì¡°ì ˆí•˜ê¸° 위한 그래픽 ë„구" #: bum:290 bum:351 bum:405 msgid "Activate" msgstr "활성화" #: bum:291 bum:406 msgid "Service name" msgstr "서비스 ì´ë¦„" #: bum:293 msgid "Single user" msgstr "ë‹¨ë… ì‚¬ìš©ìž" #: bum:352 msgid "Script name" msgstr "스í¬ë¦½íЏ ì´ë¦„" #: bum:376 msgid "" "Editing in run level S is not allowed! Playing with rcS.d symlinks is an " "administration activity requiring deep knowledge of the runlevel system." msgstr "" "실행 레벨 S ë‚´ì˜ íŽ¸ì§‘ì€ í—ˆìš©ë˜ì§€ 않습니다! rcS.d 심ë§í¬ë¥¼ 조작하는 ê²ƒì€ ì‹¤í–‰ë ˆë²¨ ì‹œìŠ¤í…œì˜ ê¹Šì€ ì§€ì‹ì´ 필요한 관리 작업 입니다." #: bum:407 msgid "Description " msgstr "설명 " #: bum:408 msgid "Running" msgstr "실행중" #: bum:446 bum:467 bum:700 bum:718 bum:733 msgid "You must select a script before!" msgstr "ì´ì „ì— ìŠ¤í¬ë¦½íŠ¸ë¥¼ 반드시 ì„ íƒí•˜ì—¬ì•¼ 합니다!" #: bum:490 bum:546 msgid "Deactivate & apply now" msgstr "비활성화와 지금 ì ìš©" #: bum:491 bum:547 msgid "Activate & apply now" msgstr "활성화와 지금 ì ìš©" #: bum:492 bum:744 msgid "Change start/stop priority" msgstr "시작/중지 순위 변경" #: bum:513 bum:562 msgid "Stop now" msgstr "지금 중지" #: bum:514 bum:563 msgid "Start now" msgstr "지금 시작" #: bum:708 msgid "Service stopped." msgstr "서비스 중지ë¨." #: bum:709 bum:724 msgid "Failed command execution." msgstr "명령 실행 실패함." #: bum:723 msgid "Service started." msgstr "서비스 시작ë¨." #: bum:752 msgid "" "Changes will be applied as soon as \n" "you click on OK button." msgstr "" "변경 ì‚¬í•­ì€ ìµœëŒ€í•œ 빨리 ì ìš© ë©ë‹ˆë‹¤ \n" "í™•ì¸ ë²„íŠ¼ì„ ëˆ„ë¥´ì‹­ì‹œìš”." #: bum:761 msgid "Startup Priority:" msgstr "스타트업 순위:" #: bum:770 msgid "Shutdown Priority:" msgstr "셧다운 순위" #: bum:954 msgid "Cancel changes and exit" msgstr "변경 취소후 종료" #: bum:961 msgid "_Apply changes" msgstr "변경 ì ìš©(_A)" #: bum:967 msgid "Apply changes " msgstr "변경 ì ìš© " #: bum:1003 msgid "This program must be run with root privileges!" msgstr "ì´ í”„ë¡œê·¸ëž¨ì€ ë°˜ë“œì‹œ 루트 권한으로 실행하여야 합니다!" #: bum:1015 msgid "Another bum is running, or the file:" msgstr "다른 bumì´ ì‹¤í–‰ì¤‘, ë˜ëŠ” 파ì¼:" #: bum:1015 msgid "remains locked!" msgstr "잠겨진 ìƒíƒœ 입니다!" #: bum:1040 msgid "Please wait... loading data..." msgstr "기다리십시요... ë°ì´í„° 불러오는 중..." #: bum:1091 bum:1121 msgid "Information" msgstr "ì •ë³´" #: bum:1120 msgid "Scripts" msgstr "스í¬ë¦½íЏ" #: bum:1132 msgid "Startup and shutdown scripts" msgstr "스타트업과 셧다운 스í¬ë¦½íЏ" #: bum:1146 msgid "Summary" msgstr "요약" #: bum:1184 msgid "Run as root or 'gksudo bum'\n" msgstr "root로 실행 ë˜ëŠ” 'gksudo bum'\n" #: bum:1185 msgid "Another bum is running, or the file /var/lock/bum remains locked!\n" msgstr "다른 bumì´ ì‹¤í–‰ì¤‘, ë˜ëŠ” íŒŒì¼ /var/lock/bum ì´ ìž ê²¨ì§„ ìƒíƒœ 입니다!\n" #: bumlib.pm:271 bumlib.pm:316 msgid "Sorry, no information found for this package." msgstr "미안 합니다, ì´ íŒ¨í‚¤ì§€ì— ëŒ€í•œ ì •ë³´ê°€ 없습니다." #: bum_init.pm:37 msgid "Perform intelligent power management of your system" msgstr "ì‹œìŠ¤í…œì˜ ì§€ëŠ¥ì ì¸ ì „ì› ê´€ë¦¬ 수행" #: bum_init.pm:38 msgid "For laptops, saves power if running on battery" msgstr "노트ë¶ì„ 위해, 배터리로 실행 ì‹œì— ì „ì›ì„ 절약 합니다" #: bum_init.pm:39 msgid "Sound Architecture Services " msgstr "사운드 아키í…ì³ ì„œë¹„ìŠ¤ " #: bum_init.pm:40 msgid "Runs system housekeeping chores on specified days" msgstr "ì§€ì •ëœ ìš”ì¼ì— 시스템 정리 ìž‘ì—…ì„ ì‹¤í–‰" #: bum_init.pm:41 msgid "Web Server" msgstr "웹 서버" #: bum_init.pm:42 msgid "New generation Web Server" msgstr "새 세대 웹 서버" #: bum_init.pm:43 msgid "Monitors battery status for some older laptops" msgstr "ì˜¤ëž˜ëœ ë…¸íŠ¸ë¶ì„ 위한 배터리 모니터" #: bum_init.pm:44 msgid "Enables scheduling of jobs" msgstr "ìž‘ì—…ì˜ ì¼ì •관리를 가능하게 합니다" #: bum_init.pm:45 msgid "Support for extra formats to run programs" msgstr "í”„ë¡œê·¸ëž¨ì„ ì‹¤í–‰í•˜ê¸° 위한 추가 í˜•ì‹ ì§€ì›" #: bum_init.pm:46 msgid "Saves messages at boot to a log file" msgstr "부트 시 메세지를 로그 파ì¼ë¡œ 저장 합니다" #: bum_init.pm:47 msgid "Bluetooth services" msgstr "블루투스 서비스" #: bum_init.pm:48 msgid "Runs system housekeeping chores on specified dates/times" msgstr "ì‹œì •ëœ ë‚ ì§œ/시ê°ì— 시스템 정리 ìž‘ì—…ì„ ì‹¤í–‰ 합니다" #: bum_init.pm:49 msgid "Manages print jobs" msgstr "ì¸ì‡„ ìž‘ì—…ì„ ê´€ë¦¬ 합니다" #: bum_init.pm:50 bum_init.pm:51 msgid "Delivers messages between applications" msgstr "프로그램 ê°„ì— ë©”ì„¸ì§€ë¥¼ 배달 합니다" #: bum_init.pm:52 msgid "Update dynamic IP address at DynDNS.org" msgstr "DynDNS.org ì—서 ìœ ë™ IP 주소를 ì—…ë°ì´íЏ" #: bum_init.pm:53 msgid "Configures your system for internet access via a modem" msgstr "ëª¨ëŽ€ì„ í†µí•´ ì¸í„°ë„· ì‚¬ìš©ì„ í•˜ëŠ” ì‹œìŠ¤í…œì„ ì„¤ì • 합니다" #: bum_init.pm:54 msgid "Dictionary Server" msgstr "사전 서버" #: bum_init.pm:55 msgid "Hard Disk Volume Management" msgstr "하드 ë””ìŠ¤í¬ ìš©ëŸ‰ 관리" #: bum_init.pm:56 msgid "Detects changes in files/directories" msgstr "파ì¼/디렉토리 ë³€ê²½ì„ ê°ì§€ 합니다" #: bum_init.pm:57 msgid "Mail retrieval and forwarding utility" msgstr "ë©”ì¼ ì½ê¸°ì™€ 전송 유틸리티" #: bum_init.pm:58 msgid "Power and special key management for Toshiba laptops" msgstr "ë„시바 노트ë¶ì„ 위한 ì „ì›ê³¼ 특수 키 관리" #: bum_init.pm:59 msgid "GNOME Display Manager" msgstr "그놈 ë””ìŠ¤í”Œë ˆì´ ê´€ë¦¬ìž" #: bum_init.pm:60 msgid "Tunes hard disk parameters for high performance" msgstr "ê³ ì„±ëŠ¥ì„ ìœ„í•´ 하드 ë””ìŠ¤í¬ íŒŒë¼ë¯¸í„° ì¡°ì • 합니다" #: bum_init.pm:61 msgid "Auto-configures laptop hotkeys" msgstr "ìžë™ 설정 ë…¸íŠ¸ë¶ í•«í‚¤" #: bum_init.pm:62 msgid "Detects new devices when plugged in" msgstr "í”ŒëŸ¬ê·¸ì¸ ì‹œì— ìƒˆ 장치를 ê°ì§€ 합니다" #: bum_init.pm:63 msgid "HP Printing and Imaging System" msgstr "HP ì¸ì‡„와 ì´ë¯¸ì§€ 시스템" #: bum_init.pm:64 msgid "HP OfficeJet Linux driver" msgstr "HP 오피스젯 리눅스 드ë¼ì´ë²„" #: bum_init.pm:65 msgid "Conexant HSF modem management" msgstr "Conexant HSF 모뎀 관리" #: bum_init.pm:66 msgid "Tools to configure network services" msgstr "ë„¤íŠ¸ì›Œí¬ ì„œë¹„ìŠ¤ 설정 ë„구" #: bum_init.pm:67 msgid "Manager for incoming Internet connections" msgstr "수신하는 ì¸í„°ë„· ì—°ê²°ì„ ìœ„í•œ 관리ìž" #: bum_init.pm:68 msgid "KDE Display Manager" msgstr "KDE ë””ìŠ¤í”Œë ˆì´ ê´€ë¦¬ìž" #: bum_init.pm:69 msgid "Logs important system events" msgstr "중요한 시스템 ì´ë²¤íŠ¸ë¥¼ ê¸°ë¡ í•©ë‹ˆë‹¤" #: bum_init.pm:70 msgid "Handles physical Hard Disk Volumes in Logical groups" msgstr "논리 그룹 ë‚´ì˜ ì‹¤ì œ 하드 ë””ìŠ¤í¬ ìš©ëŸ‰ì„ ê´€ë¦¬ 합니다" #: bum_init.pm:71 msgid "Creates special files to interact with hardware" msgstr "하드웨어와 ìƒí˜¸ 작용하는 특별한 파ì¼ì„ 만듭니다" #: bum_init.pm:72 bum_init.pm:73 msgid "Manages multiple disk devices for fault-tolerance" msgstr "실패없는 복수 ë””ìŠ¤í¬ ìž¥ì¹˜ë¥¼ 관리 합니다" #: bum_init.pm:74 msgid "Fast and stable SQL database server" msgstr "빠르고 ì•ˆì •ëœ SQL ë°ì´íƒ€ë² ì´ìФ 서버" #: bum_init.pm:75 msgid "Manages your Internet connection" msgstr "ì¸í„°ë„· ì—°ê²°ì„ ê´€ë¦¬ 합니다" #: bum_init.pm:76 msgid "Update the system time using the Internet" msgstr "ì¸í„°ë„·ì„ 사용하여 시스템 ì‹œê° ê´€ë¦¬" #: bum_init.pm:77 msgid "NVIDIA video card management" msgstr "NVIDIA 비디오 카드 관리" #: bum_init.pm:78 msgid "Manages the insertion/removal of Laptop cards" msgstr "ë…¸íŠ¸ë¶ ì¹´ë“œì˜ ì‚½ìž…/제거를 관리 합니다" #: bum_init.pm:79 msgid "High performance Mail Server" msgstr "고성능 ë©”ì¼ ì„œë²„" #: bum_init.pm:80 msgid "Controls CPU speed and voltage to save power" msgstr "ì „ì› ì ˆì•½ì„ ìœ„í•´ CPU ì†ë„와 ì „ì••ì„ ì¡°ì ˆ 합니다" #: bum_init.pm:81 msgid "Manages internet access via a modem" msgstr "ëª¨ëŽ€ì„ í†µí•´ ì¸í„°ë„· ì‚¬ìš©ì„ ê´€ë¦¬ 합니다" #: bum_init.pm:82 msgid "Speeds up boot by starting operations early" msgstr "ì¼ì° ìž‘ì—…ì„ ì‹œìž‘í•´ì„œ 부트 ì†ë„를 빨리 합니다" #: bum_init.pm:83 msgid "Fast remote file copy program" msgstr "빠른 ì›ê²© íŒŒì¼ ë³µì‚¬ 프로그램" #: bum_init.pm:84 msgid "Share files among computers on a LAN" msgstr "LAN ìƒì˜ 컴퓨터들과 íŒŒì¼ ê³µìœ " #: bum_init.pm:85 msgid "SmartLink modem management" msgstr "SmartLink 모뎀 관리" #: bum_init.pm:86 msgid "Internet WWW proxy server" msgstr "ì¸í„°ë„· WWW 프ë½ì‹œ 서버" #: bum_init.pm:87 msgid "Allows users securely to log into the machine remotely" msgstr "ì›ê²©ì—서 사용ìžê°€ 안전하게 장비로 ë¡œê·¸ì¸ í•˜ë„ë¡ í—ˆìš© 합니다" #: bum_init.pm:88 msgid "Allows specific users to gain superuser status" msgstr "특정한 사용ìžê°€ 슈í¼ìœ ì € ê¶Œí•œì„ ê°–ë„ë¡ í—ˆìš© 합니다" #: bum_init.pm:89 msgid "System Logging Service" msgstr "시스템 ê¸°ë¡ ì„œë¹„ìŠ¤" #: bum_init.pm:90 bum_init.pm:91 msgid "Creates new devices when plugged in" msgstr "í”ŒëŸ¬ê·¸ì¸ ì‹œì— ìƒˆ 장치를 만듭니다" #: bum_init.pm:92 msgid "Save/Recover video state" msgstr "저장/복구 비디오 ìƒíƒœ" #: bum_init.pm:93 msgid "Web-based remote administration for this computer" msgstr "ì´ ì»´í“¨í„°ë¥¼ 위한 웹 기반 ì›ê²© 관리" #: bum_init.pm:94 msgid "Main Graphical Interface" msgstr "주 그래픽 ì¸í„°íŽ˜ì´ìФ"bum-2.5.2/po/nl.po0000644000175000017500000003366010354222661010624 00000000000000# Boot-Up Manager # # msgid "" msgstr "" "Project-Id-Version: bum-1.3.4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2005-12-27 12:29+0100\n" "PO-Revision-Date: 2005-06-13 14:34+0100\n" "Last-Translator: Bavo Teerlynck \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../data/bum.desktop.in.in.h:1 #, fuzzy msgid "Graphical runlevel configuration tool" msgstr "Een grafisch hulpprogramma om opstartniveaus te configureren" #: ../lib/bum_app.pm:107 msgid "You must run this program as the root user." msgstr "" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../lib/bum_cbk.pm:44 ../data/bum.glade.h:23 msgid "translator-credits" msgstr "bavo_t@yahoo.com" #: ../lib/bum_cbk.pm:50 msgid "A graphical tool to handle runlevels configuration." msgstr "Een grafisch hulpprogramma om opstartniveaus te configureren" #: ../lib/bum_cbk.pm:76 #, fuzzy msgid "" "Start or stop services now? \n" "(If you answer No, changes will be applied at next boot.)" msgstr "" "Start/Stop scripts nu? \n" "(Indien u NEEN antwoord zullen de veranderingen doorgevoerd worden wanneer u " "de computer opnieuw opstart)" #: ../lib/bum_ops.pm:119 ../lib/bum_ops.pm:183 ../lib/bum_ops.pm:385 msgid "Activate" msgstr "" #: ../lib/bum_ops.pm:125 #, fuzzy msgid "Description" msgstr "Beschrijving " #: ../lib/bum_ops.pm:131 ../lib/bum_ops.pm:192 msgid "Running" msgstr "Actief..." #: ../lib/bum_ops.pm:184 #, fuzzy msgid "Service name" msgstr "Diensten" #: ../lib/bum_ops.pm:185 msgid "Single user" msgstr "Eén gebruiker" #: ../lib/bum_ops.pm:386 msgid "Script name" msgstr "Script naam" #: ../lib/bum_ops.pm:407 msgid "Editing in run level S is not allowed!" msgstr "" #: ../lib/bum_ops.pm:409 msgid "" "Playing with rcS.d symlinks is an administration activity requiring deep " "knowledge of the runlevel system." msgstr "" #: ../lib/bum_ops.pm:557 msgid "Deactivate & apply now" msgstr "Desactiveren & nu toepassen" #: ../lib/bum_ops.pm:558 msgid "Activate & apply now" msgstr "Activeren & nu toepassen" #: ../lib/bum_ops.pm:559 ../data/bum.glade.h:9 msgid "Change start/stop priority" msgstr "Verander Start/Stop Prioriteit" #: ../lib/bum_ops.pm:561 msgid "Stop now" msgstr "Stop nu" #: ../lib/bum_ops.pm:562 msgid "Start now" msgstr "Start nu" #: ../lib/bum_ops.pm:619 ../lib/bum_ops.pm:643 ../lib/bum_ops.pm:667 #: ../lib/bum_ops.pm:682 msgid "You must select a script before!" msgstr "U moet eerst een script selecteren!" #: ../lib/bum_ops.pm:628 msgid "Service stopped." msgstr "Dienst gestopt" #: ../lib/bum_ops.pm:631 ../lib/bum_ops.pm:655 msgid "Failed command execution." msgstr "Verzenden van het commando is mislukt." #: ../lib/bum_ops.pm:652 msgid "Service started." msgstr "Dienst gestart" #: ../lib/bum_ops.pm:756 msgid "Another bum is running, or the file:" msgstr "Een andere instantie van bum is gestart, of het bestand:" #: ../lib/bum_ops.pm:758 msgid "remains locked!" msgstr "Blijft gesloten!" #: ../lib/bumlib.pm:309 msgid "Sorry, no information found for this package." msgstr "Sorry, er is geen informatie over dit pakket beschikbaar." #: ../lib/bum_init.pm:37 msgid "Perform intelligent power management of your system" msgstr "Voer intelligent energiebeheer uit op uw systeem" #: ../lib/bum_init.pm:38 #, fuzzy msgid "For laptops, does power management and enables hotkeys" msgstr "Spaart energie als de laptop op de batterij draait" #: ../lib/bum_init.pm:39 msgid "Sound Architecture Services " msgstr "Geluids diensten" #: ../lib/bum_init.pm:40 msgid "Runs system housekeeping chores on specified days" msgstr "Voert systeem onderhoudstaken uit op bepaalde dagen" #: ../lib/bum_init.pm:41 msgid "Web Server" msgstr "Web server" #: ../lib/bum_init.pm:42 msgid "New generation Web Server" msgstr "Nieuwe generatie Web Server" #: ../lib/bum_init.pm:43 msgid "Monitors battery status for some older laptops" msgstr "Controleert de batterijstatus van enkele oudere laptops" #: ../lib/bum_init.pm:44 msgid "Enables scheduling of jobs" msgstr "Zet het plannen van taken aan " #: ../lib/bum_init.pm:45 msgid "Support for extra formats to run programs" msgstr "" #: ../lib/bum_init.pm:46 msgid "Service to get internet domain names" msgstr "" #: ../lib/bum_init.pm:47 msgid "Saves messages at boot to a log file" msgstr "Bewaard opstartberichten in een log bestand" #: ../lib/bum_init.pm:48 msgid "Bluetooth services" msgstr "" #: ../lib/bum_init.pm:49 msgid "Update virus database" msgstr "" #: ../lib/bum_init.pm:50 msgid "Runs system housekeeping chores on specified dates/times" msgstr "Voert systeem onderhoudstaken uit op bepaalde datums/uren" #: ../lib/bum_init.pm:51 msgid "Manages print jobs" msgstr "Managed print opdrachten" #: ../lib/bum_init.pm:52 ../lib/bum_init.pm:53 msgid "Delivers messages between applications" msgstr "Zend berichten tussen verschillende applicaties" #: ../lib/bum_init.pm:54 msgid "Updates your details on DNS hosting providers" msgstr "" #: ../lib/bum_init.pm:55 msgid "Configures your system for internet access via a modem" msgstr "Configureert uw systeem voor internettoegang met een modem" #: ../lib/bum_init.pm:56 msgid "Dictionary Server" msgstr "Woordenboek server" #: ../lib/bum_init.pm:57 msgid "Hard Disk Volume Management" msgstr "Harde Schijf Volumebeheer" #: ../lib/bum_init.pm:58 msgid "Detects changes in files/directories" msgstr "Detecteert veranderingen in bestanden en directories" #: ../lib/bum_init.pm:59 msgid "Mail retrieval and forwarding utility" msgstr "Hulpmiddel om mails te ontvangen en door te sturen" #: ../lib/bum_init.pm:60 msgid "Power and special key management for Toshiba laptops" msgstr "Energiebeheer en speciale toetsen voor Toshiba laptops" #: ../lib/bum_init.pm:61 msgid "GNOME Display Manager" msgstr "Inlogscherm voor GNOME." #: ../lib/bum_init.pm:62 msgid "Tunes hard disk parameters for high performance" msgstr "" "Verbetert de instellingen van de harde schijf voor een betere performantie" #: ../lib/bum_init.pm:63 msgid "Auto-configures laptop hotkeys" msgstr "" #: ../lib/bum_init.pm:64 msgid "Detects new devices when plugged in" msgstr "Detecteert nieuwe apparaten wanneer ze aangesloten worden" #: ../lib/bum_init.pm:65 msgid "HP Printing and Imaging System" msgstr "" #: ../lib/bum_init.pm:66 msgid "HP OfficeJet Linux driver" msgstr "HP OfficeJet Linux driver" #: ../lib/bum_init.pm:67 msgid "Conexant HSF modem management" msgstr "Conexant modem beheer" #: ../lib/bum_init.pm:68 msgid "Tools to configure network services" msgstr "Hulpmiddelen om de netwerkdiensten te configureren" #: ../lib/bum_init.pm:69 msgid "Manager for incoming Internet connections" msgstr "Manager voor inkomende netwerkverbindingen" #: ../lib/bum_init.pm:70 msgid "KDE Display Manager" msgstr "Inlogscherm voor KDE" #: ../lib/bum_init.pm:71 msgid "Logs important system events" msgstr "Logt belangrijke systeemgebeurtenissen" #: ../lib/bum_init.pm:72 #, fuzzy msgid "Auto-enables laptop mode when running on batteries" msgstr "Spaart energie als de laptop op de batterij draait" #: ../lib/bum_init.pm:73 msgid "Handles physical Hard Disk Volumes in Logical groups" msgstr "Behandeld fysieke harde schijven in logische groepen" #: ../lib/bum_init.pm:74 msgid "Creates special files to interact with hardware" msgstr "Maakt speciale bestanden aan om met de hardware te communiceren" #: ../lib/bum_init.pm:75 ../lib/bum_init.pm:76 msgid "Manages multiple disk devices for fault-tolerance" msgstr "Beheert verschillende schijven voor fout-tolerantie" #: ../lib/bum_init.pm:77 msgid "Allows remote access for playing music" msgstr "" #: ../lib/bum_init.pm:78 msgid "Fast and stable SQL database server" msgstr "" #: ../lib/bum_init.pm:79 msgid "Manages your Internet connection" msgstr "Beheerd uw verbinding met het internet" #: ../lib/bum_init.pm:80 msgid "Update the system time using the Internet" msgstr "Update de systeemklok via het internet" #: ../lib/bum_init.pm:81 msgid "NVIDIA video card management" msgstr "NVIDIA videokaart beheer" #: ../lib/bum_init.pm:82 msgid "Manages the insertion/removal of Laptop cards" msgstr "Beheert het toevoegen en verwijderen van Laptopkaarten" #: ../lib/bum_init.pm:83 msgid "High performance Mail Server" msgstr "Hoge performantie mail server" #: ../lib/bum_init.pm:84 msgid "Controls CPU speed and voltage to save power" msgstr "Controleert de processorsnelheid en het voltage om energie te sparen" #: ../lib/bum_init.pm:85 msgid "Manages internet access via a modem" msgstr "Beheert verbinding met het internet via een modem" #: ../lib/bum_init.pm:86 msgid "Speeds up boot by starting operations early" msgstr "Versnelt het opstarten door operaties vroeger te starten" #: ../lib/bum_init.pm:87 msgid "Fast remote file copy program" msgstr "Programma om snel te kopiëren op een andere computer" #: ../lib/bum_init.pm:88 msgid "Share files among computers on a LAN" msgstr "Deel bestanden met andere computers over een lokaal netwerk" #: ../lib/bum_init.pm:89 msgid "SmartLink modem management" msgstr "SmartLink modem beheer" #: ../lib/bum_init.pm:90 msgid "Internet WWW proxy server" msgstr "" #: ../lib/bum_init.pm:91 msgid "Allows users securely to log into the machine remotely" msgstr "Staat gebruikers toe via een beveiligde verbinding in te loggen" #: ../lib/bum_init.pm:92 msgid "Allows specific users to gain superuser status" msgstr "" "Staat specifieke gebruikers toe om de status van superuser te verwerven" #: ../lib/bum_init.pm:93 msgid "System Logging Service" msgstr "Systeem log dienst" #: ../lib/bum_init.pm:94 msgid "Program to use the IBM ThinkPad(tm) special keys" msgstr "" #: ../lib/bum_init.pm:95 ../lib/bum_init.pm:96 msgid "Creates new devices when plugged in" msgstr "Maakt nieuwe apparaten aan wanneer ze aangesloten worden" #: ../lib/bum_init.pm:97 msgid "User bootsplash utility" msgstr "" #: ../lib/bum_init.pm:98 msgid "Save/Recover video state" msgstr "" #: ../lib/bum_init.pm:99 msgid "The Very Secure FTP daemon" msgstr "" #: ../lib/bum_init.pm:100 msgid "Web-based remote administration for this computer" msgstr "Web-gebaseerde administratie van op afstand voor deze computer" #: ../lib/bum_init.pm:101 msgid "Graphical utility for managing wi-fi connections" msgstr "" #: ../lib/bum_init.pm:102 msgid "Main Graphical Interface" msgstr "Eigenlijke grafische interface" #: ../data/bum.glade.h:1 #, fuzzy msgid "Changes will be applied as soon as you click on OK button." msgstr "Veranderingen zullen doorgevoerd worden wanneer u op OK klikt" #: ../data/bum.glade.h:2 #, fuzzy msgid "Please wait... loading data..." msgstr "" "Even geduld ... \n" " de gegevens worden ingeladen ..." #: ../data/bum.glade.h:3 msgid "Activate service & apply now" msgstr "Dienst activeren & nu toepassen" #: ../data/bum.glade.h:4 msgid "Advanced" msgstr "" #: ../data/bum.glade.h:5 msgid "" "Almost all the services started with init scripts in runlevels 2-3-4-5 and " "rcS.d don't have a standard, \"human readable\" description of their main " "behaviour. Very often the package description for these services is very " "cryptic and the common user is quite disorientated and doesn't understand " "the meaning. Boot-Up Manager (BUM) will use a special list to display the " "package description in its main view window.\n" "To contribute to this list, please feel free to update this wiki-web page: \n" msgstr "" #: ../data/bum.glade.h:8 msgid "Boot-Up Manager" msgstr "" #: ../data/bum.glade.h:10 msgid "Deactivate service & apply now" msgstr "Dienst desactiveren & nu toepassen" #: ../data/bum.glade.h:11 msgid "Progress" msgstr "" #: ../data/bum.glade.h:12 msgid "Report new human description" msgstr "" #: ../data/bum.glade.h:13 msgid "Report new service description" msgstr "" #: ../data/bum.glade.h:14 msgid "Services" msgstr "Diensten" #: ../data/bum.glade.h:15 msgid "Shutdown Priority:" msgstr "Afsluit Prioriteit" #: ../data/bum.glade.h:16 msgid "Start service now" msgstr "Start dienst nu" #: ../data/bum.glade.h:17 msgid "Startup Priority:" msgstr "Opstart Prioriteit" #: ../data/bum.glade.h:18 msgid "Startup and shutdown scripts" msgstr "" #: ../data/bum.glade.h:19 msgid "Stop service now" msgstr "Stop dienst nu" #: ../data/bum.glade.h:20 msgid "Summary" msgstr "Overzicht" #: ../data/bum.glade.h:21 msgid "_File" msgstr "" #~ msgid "Update dynamic IP address at DynDNS.org" #~ msgstr "Update IP-adres bij DynDNS.org" #~ msgid "" #~ "You have asked to modify one or more services in the System Runlevel " #~ "(rcSd). This operation could compromise the general stability of your " #~ "system and, in some cases, cause possible damage to your hardware.\n" #~ "Are you 100% sure?" #~ msgstr "" #~ "U wenst één of meerdere diensten in het Systeem Opstartniveau (rcSd) te " #~ "wijzigen. Dit kan lijden tot een instabiel systeem, en in sommige " #~ "gevallen kan het schade aan uw hardware toebrengen.\n" #~ "Bent u 100% zeker van wat u doet?" #~ msgid "Change start\\/stop priority" #~ msgstr "Verander Start\\/Stop Prioriteit" #~ msgid "Apply changes" #~ msgstr "Wijzigingen toepassen" #~ msgid "Exit" #~ msgstr "Afsluiten" #~ msgid "Help" #~ msgstr "Hulp" #~ msgid "About" #~ msgstr "Info" #~ msgid "Special credits to:" #~ msgstr "Speciale dank aan:" #~ msgid "Acknowledgments to:" #~ msgstr "Erkenning aan:" #~ msgid "Released under GNU General Public License (GPL)" #~ msgstr "Vrijgegeven onder de GNU General Public License (GPL)" #~ msgid "Cancel changes and exit" #~ msgstr "Verwerp wijzigingen en Afsluiten" #~ msgid "_Apply changes" #~ msgstr "_Wijzigingen doorvoeren" #~ msgid "Apply changes " #~ msgstr "Wijzigingen doorvoeren" #~ msgid "This program must be run with root privileges!" #~ msgstr "U moet dit programma uitvoeren als de supergebruiker" #~ msgid "Information" #~ msgstr "Informatie" #, fuzzy #~ msgid "Scripts" #~ msgstr "Script naam" #~ msgid "Run as root or 'gksudo bum'\n" #~ msgstr "Voer uit als root of 'gksudo bum'\n" #~ msgid "Another bum is running, or the file /var/lock/bum remains locked!\n" #~ msgstr "" #~ "Een andere bum is gestart, of het bestand·/var/lock/bum·blijft·gesloten!\n" bum-2.5.2/po/he.po0000644000175000017500000003306210353270074010603 00000000000000# 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. # msgid "" msgstr "" "Project-Id-Version: bum-2.1.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2005-12-24 16:58+0100\n" "PO-Revision-Date: 2005-10-28 18:34+0100\n" "Last-Translator: Fabio Marzocca \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../data/bum.desktop.in.in.h:1 msgid "Graphical runlevel configuration tool" msgstr "עורך שלבי הרצה גרפי" #: ../lib/bum_app.pm:107 msgid "You must run this program as the root user." msgstr "×תה מוכרח להריץ ×ת התוכנה כמשתמש על" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../lib/bum_cbk.pm:44 ../data/bum.glade.h:23 msgid "translator-credits" msgstr "Mark Bloch" #: ../lib/bum_cbk.pm:50 msgid "A graphical tool to handle runlevels configuration." msgstr "עורך גרפי להגדרת שלבי הרצה" #: ../lib/bum_cbk.pm:76 msgid "" "Start or stop services now? \n" "(If you answer No, changes will be applied at next boot.)" msgstr "" "להפעיל ×ו לכבות שירות עכשיו? \n" "(×× ×ª×¢× ×” ל×,×”×©×™× ×•×™×™× ×™×™×›× ×¡×• לתוקף רק בהפעלה מחדש הב××” של המחשב.)" #: ../lib/bum_ops.pm:119 ../lib/bum_ops.pm:183 ../lib/bum_ops.pm:385 msgid "Activate" msgstr "פעיל" #: ../lib/bum_ops.pm:125 msgid "Description" msgstr "ת×ור" #: ../lib/bum_ops.pm:131 ../lib/bum_ops.pm:192 msgid "Running" msgstr "רץ" #: ../lib/bum_ops.pm:184 msgid "Service name" msgstr "×©× ×©×™×¨×•×ª" #: ../lib/bum_ops.pm:185 msgid "Single user" msgstr "משתמש יחיד" #: ../lib/bum_ops.pm:386 msgid "Script name" msgstr "×©× ×ª×¡×¨×™×˜" #: ../lib/bum_ops.pm:407 msgid "Editing in run level S is not allowed!" msgstr "עריכה בשלב הרצה S ×סורה!" #: ../lib/bum_ops.pm:409 msgid "" "Playing with rcS.d symlinks is an administration activity requiring deep " "knowledge of the runlevel system." msgstr "" "שינוי ×”×œ×™× ×§×™× ×”×¡×™×ž×‘×•×œ×™× ×‘-rcS.d זו פעילות מנהלתית הדורשת ידע מעמיק ×¢× ×ž×¢×¨×›×ª " "שלבי ההרצה." #: ../lib/bum_ops.pm:557 msgid "Deactivate & apply now" msgstr "נטרל עכשיו" #: ../lib/bum_ops.pm:558 msgid "Activate & apply now" msgstr "הפעל עכשיו" #: ../lib/bum_ops.pm:559 ../data/bum.glade.h:9 msgid "Change start/stop priority" msgstr "שנה עדיפות ריצה החל/עצור" #: ../lib/bum_ops.pm:561 msgid "Stop now" msgstr "עצור עכשיו" #: ../lib/bum_ops.pm:562 msgid "Start now" msgstr "התחל עכשיו" #: ../lib/bum_ops.pm:619 ../lib/bum_ops.pm:643 ../lib/bum_ops.pm:667 #: ../lib/bum_ops.pm:682 msgid "You must select a script before!" msgstr "×תה מוכרח לבחור תסריט הרצה קוד×!" #: ../lib/bum_ops.pm:628 msgid "Service stopped." msgstr "שירות נעצר" #: ../lib/bum_ops.pm:631 ../lib/bum_ops.pm:655 msgid "Failed command execution." msgstr "הרצת פקודה נכשלה." #: ../lib/bum_ops.pm:652 msgid "Service started." msgstr "שירות הופעל" #: ../lib/bum_ops.pm:756 msgid "Another bum is running, or the file:" msgstr "עורך שלבי הרצה גרפי נוסף פועל, ×ו הקובץ:" #: ../lib/bum_ops.pm:758 msgid "remains locked!" msgstr "נש×ר נעול!" #: ../lib/bumlib.pm:309 msgid "Sorry, no information found for this package." msgstr "סליחה, ×œ× × ×ž×¦× ×ž×™×“×¢ על החבילה הזו" #: ../lib/bum_init.pm:37 msgid "Perform intelligent power management of your system" msgstr "בצע צריכת חשמל חכמה במערכת" #: ../lib/bum_init.pm:38 msgid "For laptops, saves power if running on battery" msgstr "×œ×ž×—×©×‘×™× × ×™×™×“×™×, צריכת חשמל מינימלית ×× ×¨×¥ על סוללה" #: ../lib/bum_init.pm:39 msgid "Sound Architecture Services " msgstr "×©×™×¨×•×ª×™× ×œ×˜×™×¤×•×œ בקול" #: ../lib/bum_init.pm:40 msgid "Runs system housekeeping chores on specified days" msgstr "מריץ מטלות לשמירת המערכת ×‘×™×ž×™× ×ž×•×’×“×¨×™×" #: ../lib/bum_init.pm:41 msgid "Web Server" msgstr "שרת רשת" #: ../lib/bum_init.pm:42 msgid "New generation Web Server" msgstr "דור חדש של שרת ×ינטרנט" #: ../lib/bum_init.pm:43 msgid "Monitors battery status for some older laptops" msgstr "מנטר פעילות סוללה בשביל ×ž×—×©×‘×™× × ×™×™×“×™× ×™×©× ×™×" #: ../lib/bum_init.pm:44 msgid "Enables scheduling of jobs" msgstr "×פשר תזמון של עבודות" #: ../lib/bum_init.pm:45 msgid "Support for extra formats to run programs" msgstr "תמיכה ×‘×¤×•×¨×ž×˜×™× × ×•×¡×¤×™× ×œ×”×¨×¦×ª תוכניות" #: ../lib/bum_init.pm:46 msgid "Service to get internet domain names" msgstr "שירות לקבל פרטי שמות מתח×" #: ../lib/bum_init.pm:47 msgid "Saves messages at boot to a log file" msgstr "שומר הודעות ב×תחול לקובץ רישו×" #: ../lib/bum_init.pm:48 msgid "Bluetooth services" msgstr "שירות שן-כחולה" #: ../lib/bum_init.pm:49 msgid "Update virus database" msgstr "" #: ../lib/bum_init.pm:50 msgid "Runs system housekeeping chores on specified dates/times" msgstr "מריץ מטלות לשמירת המערכת בת×ריכי×/×–×ž× ×™× ×ž×•×’×“×¨×™×" #: ../lib/bum_init.pm:51 msgid "Manages print jobs" msgstr "מנהל עבודות הדפסה" #: ../lib/bum_init.pm:52 ../lib/bum_init.pm:53 msgid "Delivers messages between applications" msgstr "מעביר הודעות בין יישומי×" #: ../lib/bum_init.pm:54 msgid "Update dynamic IP address at DynDNS.org" msgstr "עדכן ip ב-DynDNS.org" #: ../lib/bum_init.pm:55 msgid "Configures your system for internet access via a modem" msgstr "מגדיר ×ת המערכת בשביל חיבור ל×ינטרנט ×¢× ×ž×•×“×" #: ../lib/bum_init.pm:56 msgid "Dictionary Server" msgstr "שרת מילון" #: ../lib/bum_init.pm:57 msgid "Hard Disk Volume Management" msgstr "ניהול דיסק קשיח" #: ../lib/bum_init.pm:58 msgid "Detects changes in files/directories" msgstr "מגלה ×©×™× ×•×™×™× ×‘×§×‘×¦×™×/תיקיות" #: ../lib/bum_init.pm:59 msgid "Mail retrieval and forwarding utility" msgstr "×™×™×©×•× ×œ×˜×™×¤×•×œ בדו×ר" #: ../lib/bum_init.pm:60 msgid "Power and special key management for Toshiba laptops" msgstr "ניהול צריכת חשמל ומפתחות בשביל ×ž×—×©×‘×™× × ×™×™×“×™× ×©×œ טושיבה" #: ../lib/bum_init.pm:61 msgid "GNOME Display Manager" msgstr "מנהל תצוגה גנו×" #: ../lib/bum_init.pm:62 msgid "Tunes hard disk parameters for high performance" msgstr "כונון הדיסק הקשיח ×œ×‘×™×¦×•×¢×™× ×’×‘×•×”×™×" #: ../lib/bum_init.pm:63 msgid "Auto-configures laptop hotkeys" msgstr "מגדיר ×וטומטית ×ž×§×©×™× ×—×ž×™× ×‘×ž×—×©×‘ הנייד" #: ../lib/bum_init.pm:64 msgid "Detects new devices when plugged in" msgstr "מגלה ×”×ª×§× ×™× ×—×“×©×™× ×‘×¨×’×¢ שמחוברי×" #: ../lib/bum_init.pm:65 msgid "HP Printing and Imaging System" msgstr "×™×™×©×•× ×”×“×¤×¡×” ותמונה של HP " #: ../lib/bum_init.pm:66 msgid "HP OfficeJet Linux driver" msgstr "מנהל התקן HP OfficeJet" #: ../lib/bum_init.pm:67 msgid "Conexant HSF modem management" msgstr "ניהול ×ž×•×“× ×”×¢×•×‘×“ ×¢× Conexant HSF" #: ../lib/bum_init.pm:68 msgid "Tools to configure network services" msgstr "×›×œ×™× ×œ×”×’×“×¨×ª שירותי רשת" #: ../lib/bum_init.pm:69 msgid "Manager for incoming Internet connections" msgstr "מנהל לחיבורי רשת נכנסי×" #: ../lib/bum_init.pm:70 msgid "KDE Display Manager" msgstr "מנהל תצוגה KDE" #: ../lib/bum_init.pm:71 msgid "Logs important system events" msgstr "×¨×™×©×•× ×רועי מערכת חשובי×" #: ../lib/bum_init.pm:72 msgid "Handles physical Hard Disk Volumes in Logical groups" msgstr "ניהול ×“×™×¡×§×™× ×§×©×™×—×™× ×¤×™×–×™×™× ×‘×§×‘×•×¦×•×ª לוגיות" #: ../lib/bum_init.pm:73 msgid "Creates special files to interact with hardware" msgstr "יוצר ×§×‘×¦×™× ×ž×™×•×—×“×™× ×œ×ª×§×©×•×¨ ×¢× ×”×—×•×ž×¨×”" #: ../lib/bum_init.pm:74 ../lib/bum_init.pm:75 msgid "Manages multiple disk devices for fault-tolerance" msgstr "ניהול ×”×ª×§× ×™× ×ž×¨×•×‘×™ ×“×™×¡×§×™× ×‘×©×‘×™×œ שרידות" #: ../lib/bum_init.pm:76 msgid "Allows remote access for playing music" msgstr "" #: ../lib/bum_init.pm:77 msgid "Fast and stable SQL database server" msgstr "שרת מידע SQL מהיר ויציב" #: ../lib/bum_init.pm:78 msgid "Manages your Internet connection" msgstr "מנהל ×ת החיבור שלך ל×ינטרנט" #: ../lib/bum_init.pm:79 msgid "Update the system time using the Internet" msgstr "עדכן ×ת שעון המערכת בעזרת ×”×ינטרנט" #: ../lib/bum_init.pm:80 msgid "NVIDIA video card management" msgstr "ניהול כרטיס גרפי NVIDIA" #: ../lib/bum_init.pm:81 msgid "Manages the insertion/removal of Laptop cards" msgstr "מנהל ×ת ההוצ××”/הכנסה של כרטיסי מחשב נייד" #: ../lib/bum_init.pm:82 msgid "High performance Mail Server" msgstr "שרת דו×ר בעל ×‘×™×¦×•×¢×™× ×’×‘×•×”×™×" #: ../lib/bum_init.pm:83 msgid "Controls CPU speed and voltage to save power" msgstr "משגיח על מהירות המעבד והוולטז' על מנת לשמור על צריכת החשמל" #: ../lib/bum_init.pm:84 msgid "Manages internet access via a modem" msgstr "נהל ×—×™×‘×•×¨×™× ×œ×ינטרנט דרך מוד×" #: ../lib/bum_init.pm:85 msgid "Speeds up boot by starting operations early" msgstr "מקצר ×ת תהליך ×”×תחול על-ידי התחלת פעולות ×ž×•×§×“× ×™×•×ª×¨" #: ../lib/bum_init.pm:86 msgid "Fast remote file copy program" msgstr "×™×™×©×•× ×ž×”×™×¨ להעתקת ×§×‘×¦×™× ×ž×¨×—×•×§" #: ../lib/bum_init.pm:87 msgid "Share files among computers on a LAN" msgstr "שתף ×§×‘×¦×™× ×¢× ×ž×—×©×‘×™× ×‘×¨×©×ª המקומית" #: ../lib/bum_init.pm:88 msgid "SmartLink modem management" msgstr "ניהול ×ž×•×“× ×‘×¢×–×¨×ª SmartLink" #: ../lib/bum_init.pm:89 msgid "Internet WWW proxy server" msgstr "שרת פרוקסי בשביל ×—×™×‘×•×¨×™× ×œ×ינטרנט" #: ../lib/bum_init.pm:90 msgid "Allows users securely to log into the machine remotely" msgstr "מ×פשר ×œ×ž×©×ª×ž×©×™× ×œ×”×ª×—×‘×¨ בצורה מ×ובטחת מרחוק למחשב" #: ../lib/bum_init.pm:91 msgid "Allows specific users to gain superuser status" msgstr "×פשר ×œ×ž×©×ª×ž×©×™× ×ž×¡×•×™×™×ž×™× ×œ×§×‘×œ סטטוס של משתמש על" #: ../lib/bum_init.pm:92 msgid "System Logging Service" msgstr "שירות ×¨×™×©×•× ×ž×¢×¨×›×ª" #: ../lib/bum_init.pm:93 ../lib/bum_init.pm:94 msgid "Creates new devices when plugged in" msgstr "יוצר ×”×ª×§× ×™× ×—×“×©×™× ×›×שר מחוברי×" #: ../lib/bum_init.pm:95 msgid "User bootsplash utility" msgstr "כלי לניהול bootsplash" #: ../lib/bum_init.pm:96 msgid "Save/Recover video state" msgstr "שמור/שחזר ×ת מצב הויד×ו" #: ../lib/bum_init.pm:97 msgid "The Very Secure FTP daemon" msgstr "" #: ../lib/bum_init.pm:98 msgid "Web-based remote administration for this computer" msgstr "ניהול המחשב מרחוק בעזרת שרת ×ינטרנט" #: ../lib/bum_init.pm:99 msgid "Graphical utility for managing wi-fi connections" msgstr "תוכנית שירות גרפית לניהול ×—×™×‘×•×¨×™× ×לחוטיי×" #: ../lib/bum_init.pm:100 msgid "Main Graphical Interface" msgstr "ממשק גרפי ר×שי" #: ../data/bum.glade.h:1 msgid "Changes will be applied as soon as you click on OK button." msgstr "×”×©×™× ×•×™×™× ×™×—×•×œ×• ברגע שתלחץ על הכפתור ×”×ישור" #: ../data/bum.glade.h:2 msgid "Please wait... loading data..." msgstr "בבקשה המתן... טוען מידע" #: ../data/bum.glade.h:3 msgid "Activate service & apply now" msgstr "הפעל שירות והחל עכשיו" #: ../data/bum.glade.h:4 msgid "Advanced" msgstr "מתקד×" #: ../data/bum.glade.h:5 msgid "" "Almost all the services started with init scripts in runlevels 2-3-4-5 and " "rcS.d don't have a standard, \"human readable\" description of their main " "behaviour. Very often the package description for these services is very " "cryptic and the common user is quite disorientated and doesn't understand " "the meaning. Boot-Up Manager (BUM) will use a special list to display the " "package description in its main view window.\n" "To contribute to this list, please feel free to update this wiki-web page: \n" msgstr "" #: ../data/bum.glade.h:8 msgid "Boot-Up Manager" msgstr "מנהל ×תחול" #: ../data/bum.glade.h:10 msgid "Deactivate service & apply now" msgstr "נטרל ×©×™×¨×•×ª×™× ×¢×›×©×™×•" #: ../data/bum.glade.h:11 msgid "Progress" msgstr "התקדמות" #: ../data/bum.glade.h:12 msgid "Report new human description" msgstr "" #: ../data/bum.glade.h:13 msgid "Report new service description" msgstr "" #: ../data/bum.glade.h:14 msgid "Services" msgstr "שירותי×" #: ../data/bum.glade.h:15 msgid "Shutdown Priority:" msgstr "עדיפות בשלב הכיבוי" #: ../data/bum.glade.h:16 msgid "Start service now" msgstr "×תחל שירות עכשיו" #: ../data/bum.glade.h:17 msgid "Startup Priority:" msgstr "עדיפות בשלב העלייה" #: ../data/bum.glade.h:18 msgid "Startup and shutdown scripts" msgstr "תסרטי ×תחול וכיבוי" #: ../data/bum.glade.h:19 msgid "Stop service now" msgstr "עצור שירות עכשיו" #: ../data/bum.glade.h:20 msgid "Summary" msgstr "סיכו×" #: ../data/bum.glade.h:21 msgid "_File" msgstr "קובץ" bum-2.5.2/po/sv.po0000644000175000017500000003647410362131276010651 00000000000000# Swedish translation of bum. # Boot-Up Manager # # Daniel Nylander , 2006. # msgid "" msgstr "" "Project-Id-Version: bum 2.1.4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2005-12-27 12:29+0100\n" "PO-Revision-Date: 2006-01-13 22:02+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../data/bum.desktop.in.in.h:1 msgid "Graphical runlevel configuration tool" msgstr "Grafiskt konfigurationsverktyg av körnivÃ¥er" #: ../lib/bum_app.pm:107 msgid "You must run this program as the root user." msgstr "Du mÃ¥ste köra det här programmet som root." #. TRANSLATORS: Replace this string with your names, one name per line. #: ../lib/bum_cbk.pm:44 #: ../data/bum.glade.h:23 msgid "translator-credits" msgstr "" "Daniel Nylander \n" "Skicka synpunkter pÃ¥ översättningen till " #: ../lib/bum_cbk.pm:50 msgid "A graphical tool to handle runlevels configuration." msgstr "Ett grafiskt verktyg att hantera konfiguration av körnivÃ¥er." #: ../lib/bum_cbk.pm:76 msgid "" "Start or stop services now? \n" "(If you answer No, changes will be applied at next boot.)" msgstr "" "Starta eller stoppa tjänster nu? \n" "(Om du svara Nej kommer ändringar att verkställa vid nästa uppstart.)" #: ../lib/bum_ops.pm:119 #: ../lib/bum_ops.pm:183 #: ../lib/bum_ops.pm:385 msgid "Activate" msgstr "Aktivera" #: ../lib/bum_ops.pm:125 msgid "Description" msgstr "Beskrivning" #: ../lib/bum_ops.pm:131 #: ../lib/bum_ops.pm:192 msgid "Running" msgstr "Kör" #: ../lib/bum_ops.pm:184 msgid "Service name" msgstr "Tjänstenamn" #: ../lib/bum_ops.pm:185 msgid "Single user" msgstr "En-användare" #: ../lib/bum_ops.pm:386 msgid "Script name" msgstr "Skriptnamn" #: ../lib/bum_ops.pm:407 msgid "Editing in run level S is not allowed!" msgstr "Redigering i körnivÃ¥ S tillÃ¥ts inte!" #: ../lib/bum_ops.pm:409 msgid "Playing with rcS.d symlinks is an administration activity requiring deep knowledge of the runlevel system." msgstr "Leka med rcS.d-symlänkar är en administrationsaktivitet som kräver djup kunskap om körnivÃ¥systemet." #: ../lib/bum_ops.pm:557 msgid "Deactivate & apply now" msgstr "Deaktivera & verkställ nu" #: ../lib/bum_ops.pm:558 msgid "Activate & apply now" msgstr "Aktivera & verkställ nu" #: ../lib/bum_ops.pm:559 #: ../data/bum.glade.h:9 msgid "Change start/stop priority" msgstr "Ändra start-/stopp-prioritet" #: ../lib/bum_ops.pm:561 msgid "Stop now" msgstr "Stoppa nu" #: ../lib/bum_ops.pm:562 msgid "Start now" msgstr "Starta nu" #: ../lib/bum_ops.pm:619 #: ../lib/bum_ops.pm:643 #: ../lib/bum_ops.pm:667 #: ../lib/bum_ops.pm:682 msgid "You must select a script before!" msgstr "Du mÃ¥ste välja ett skript först!" #: ../lib/bum_ops.pm:628 msgid "Service stopped." msgstr "Tjänst stoppad." #: ../lib/bum_ops.pm:631 #: ../lib/bum_ops.pm:655 msgid "Failed command execution." msgstr "Misslyckades att starta kommando." #: ../lib/bum_ops.pm:652 msgid "Service started." msgstr "Tjänst startad." #: ../lib/bum_ops.pm:756 msgid "Another bum is running, or the file:" msgstr "En annan bum körs, eller filen:" #: ../lib/bum_ops.pm:758 msgid "remains locked!" msgstr "fortfarande lÃ¥st!" #: ../lib/bumlib.pm:309 msgid "Sorry, no information found for this package." msgstr "Tyvärr, ingen information hittades för det här paketet." #: ../lib/bum_init.pm:37 msgid "Perform intelligent power management of your system" msgstr "Genomför intelligent strömhantering för ditt system" #: ../lib/bum_init.pm:38 msgid "For laptops, does power management and enables hotkeys" msgstr "För bärbara datorer, strömhantering och aktiverar snabbtangenter" #: ../lib/bum_init.pm:39 msgid "Sound Architecture Services " msgstr "Tjänster för ljudarkitektur " #: ../lib/bum_init.pm:40 msgid "Runs system housekeeping chores on specified days" msgstr "Kör systemhantering och andra sysslor pÃ¥ angivna dagar" #: ../lib/bum_init.pm:41 msgid "Web Server" msgstr "Webbserver" #: ../lib/bum_init.pm:42 msgid "New generation Web Server" msgstr "Nya generationens webbserver" #: ../lib/bum_init.pm:43 msgid "Monitors battery status for some older laptops" msgstr "Övervakar batteristatus för vissa äldre bärbara datorer" #: ../lib/bum_init.pm:44 msgid "Enables scheduling of jobs" msgstr "Aktiverar schemaläggning av jobb" #: ../lib/bum_init.pm:45 msgid "Support for extra formats to run programs" msgstr "Stöd för extra format för att köra program" #: ../lib/bum_init.pm:46 msgid "Service to get internet domain names" msgstr "Tjänst för att hämta Internet-domännamn" #: ../lib/bum_init.pm:47 msgid "Saves messages at boot to a log file" msgstr "Sparar meddelanden vid uppstart till en loggfil" #: ../lib/bum_init.pm:48 msgid "Bluetooth services" msgstr "Bluetooth-tjänster" #: ../lib/bum_init.pm:49 msgid "Update virus database" msgstr "Uppdatera virusdatabas" #: ../lib/bum_init.pm:50 msgid "Runs system housekeeping chores on specified dates/times" msgstr "Kör systemhantering och andra sysslor pÃ¥ angivna datum/tider" #: ../lib/bum_init.pm:51 msgid "Manages print jobs" msgstr "Hanterar utskriftsjobb" #: ../lib/bum_init.pm:52 #: ../lib/bum_init.pm:53 msgid "Delivers messages between applications" msgstr "Levererar meddelanden mellan program" #: ../lib/bum_init.pm:54 msgid "Updates your details on DNS hosting providers" msgstr "Uppdaterar dina detaljer hos DNS-leverantörer" #: ../lib/bum_init.pm:55 msgid "Configures your system for internet access via a modem" msgstr "Konfigurerar ditt system för tillgÃ¥ng till Internet via ett modem" #: ../lib/bum_init.pm:56 msgid "Dictionary Server" msgstr "Ordboksserver" #: ../lib/bum_init.pm:57 msgid "Hard Disk Volume Management" msgstr "Hantering av hÃ¥rddiskvolymer" #: ../lib/bum_init.pm:58 msgid "Detects changes in files/directories" msgstr "Detekterar ändringar i filer/kataloger" #: ../lib/bum_init.pm:59 msgid "Mail retrieval and forwarding utility" msgstr "Verktyg för hämtning och vidarebefodring av e-post" #: ../lib/bum_init.pm:60 msgid "Power and special key management for Toshiba laptops" msgstr "Ström och hantering av specialtangenter för Toshiba-datorer" #: ../lib/bum_init.pm:61 msgid "GNOME Display Manager" msgstr "Skrivbordsmiljön GNOME" #: ../lib/bum_init.pm:62 msgid "Tunes hard disk parameters for high performance" msgstr "Skruvar pÃ¥ hÃ¥rddiskparametrar för högre prestanda" #: ../lib/bum_init.pm:63 msgid "Auto-configures laptop hotkeys" msgstr "Automatisk konfiguration av snabbtangenter pÃ¥ bärbara datorer" #: ../lib/bum_init.pm:64 msgid "Detects new devices when plugged in" msgstr "Detekterar nya enheter när de kopplas in" #: ../lib/bum_init.pm:65 msgid "HP Printing and Imaging System" msgstr "Utskrift- och bildsystem för HP" #: ../lib/bum_init.pm:66 msgid "HP OfficeJet Linux driver" msgstr "Drivare för HP OfficeJet" #: ../lib/bum_init.pm:67 msgid "Conexant HSF modem management" msgstr "Hantering av Conexant HSF-modem" #: ../lib/bum_init.pm:68 msgid "Tools to configure network services" msgstr "Verktyg för att konfigurera nätverkstjänster" #: ../lib/bum_init.pm:69 msgid "Manager for incoming Internet connections" msgstr "Hanterare för inkommande Internet-anslutningar" #: ../lib/bum_init.pm:70 msgid "KDE Display Manager" msgstr "Skrivbordsmiljön KDE" #: ../lib/bum_init.pm:71 msgid "Logs important system events" msgstr "Loggar viktiga systemhändelser" #: ../lib/bum_init.pm:72 msgid "Auto-enables laptop mode when running on batteries" msgstr "Auto-aktiverar läge för bärbara datorer vid körning pÃ¥ batteri" #: ../lib/bum_init.pm:73 msgid "Handles physical Hard Disk Volumes in Logical groups" msgstr "Hanterar fysiska hÃ¥rddiskvolymer i logiska grupper" #: ../lib/bum_init.pm:74 msgid "Creates special files to interact with hardware" msgstr "Skapar specialfiler för att kommunicera med hÃ¥rdvara" #: ../lib/bum_init.pm:75 #: ../lib/bum_init.pm:76 msgid "Manages multiple disk devices for fault-tolerance" msgstr "Hanterar multipla diskenheter för feltolerans" #: ../lib/bum_init.pm:77 msgid "Allows remote access for playing music" msgstr "TillÃ¥ter fjärrtillgÃ¥ng för uppspelning av musik" #: ../lib/bum_init.pm:78 msgid "Fast and stable SQL database server" msgstr "Snabb och stabil SQL-databasserver" #: ../lib/bum_init.pm:79 msgid "Manages your Internet connection" msgstr "Hanterar din Internetanslutning" #: ../lib/bum_init.pm:80 msgid "Update the system time using the Internet" msgstr "Uppdatera systemklockan via Internet" #: ../lib/bum_init.pm:81 msgid "NVIDIA video card management" msgstr "Hantering av NVIDIA-grafikkort" #: ../lib/bum_init.pm:82 msgid "Manages the insertion/removal of Laptop cards" msgstr "Hanterar inmatning/borttagning av kort i bärbara datorer" #: ../lib/bum_init.pm:83 msgid "High performance Mail Server" msgstr "Högprestanda e-postserver" #: ../lib/bum_init.pm:84 msgid "Controls CPU speed and voltage to save power" msgstr "Kontrollerar CPU-hastighet och strömsparläge" #: ../lib/bum_init.pm:85 msgid "Manages internet access via a modem" msgstr "Hanterar tillgÃ¥ng till Internet via ett modem" #: ../lib/bum_init.pm:86 msgid "Speeds up boot by starting operations early" msgstr "Ökar uppstartsfarten genom att starta operationer tidigare" #: ../lib/bum_init.pm:87 msgid "Fast remote file copy program" msgstr "Snabbt filkopieringsprogram" #: ../lib/bum_init.pm:88 msgid "Share files among computers on a LAN" msgstr "Dela filer mellan andra datorer pÃ¥ ett LAN" #: ../lib/bum_init.pm:89 msgid "SmartLink modem management" msgstr "Hanterar Smartlink-modem" #: ../lib/bum_init.pm:90 msgid "Internet WWW proxy server" msgstr "Webbproxyserver" #: ../lib/bum_init.pm:91 msgid "Allows users securely to log into the machine remotely" msgstr "TillÃ¥ter användare logga in säkert pÃ¥ maskinen frÃ¥n fjärrsystem" #: ../lib/bum_init.pm:92 msgid "Allows specific users to gain superuser status" msgstr "TillÃ¥ter specifika användare att fÃ¥ superanvändarstatus" #: ../lib/bum_init.pm:93 msgid "System Logging Service" msgstr "Tjänst för systemloggning" #: ../lib/bum_init.pm:94 msgid "Program to use the IBM ThinkPad(tm) special keys" msgstr "Program för att använda specialtangenter pÃ¥ IBM ThinkPad(tm)" #: ../lib/bum_init.pm:95 #: ../lib/bum_init.pm:96 msgid "Creates new devices when plugged in" msgstr "Skapar nya enheter när de kopplas in" #: ../lib/bum_init.pm:97 msgid "User bootsplash utility" msgstr "Verktyg för uppstartsbild" #: ../lib/bum_init.pm:98 msgid "Save/Recover video state" msgstr "Spara/Ã…terställ grafikstatus" #: ../lib/bum_init.pm:99 msgid "The Very Secure FTP daemon" msgstr "Den mycket säkra FTP-demonen" #: ../lib/bum_init.pm:100 msgid "Web-based remote administration for this computer" msgstr "Webbaserad fjärradministration av den här datorn" #: ../lib/bum_init.pm:101 msgid "Graphical utility for managing wi-fi connections" msgstr "Grafiskt verktyg för att hantera WiFi-anslutningar" #: ../lib/bum_init.pm:102 msgid "Main Graphical Interface" msgstr "Grafiskt gränssnitt" #: ../data/bum.glade.h:1 msgid "Changes will be applied as soon as you click on OK button." msgstr "Ändringar kommer att verkställas sÃ¥ snart du har klickat pÃ¥ OK-knappen." #: ../data/bum.glade.h:2 msgid "Please wait... loading data..." msgstr "Var god vänta... läser in data..." #: ../data/bum.glade.h:3 msgid "Activate service & apply now" msgstr "Aktivera tjänst & verkställ nu" #: ../data/bum.glade.h:4 msgid "Advanced" msgstr "Avancerat" #: ../data/bum.glade.h:5 msgid "" "Almost all the services started with init scripts in runlevels 2-3-4-5 and rcS.d don't have a standard, \"human readable\" description of their main behaviour. Very often the package description for these services is very cryptic and the common user is quite disorientated and doesn't understand the meaning. Boot-Up Manager (BUM) will use a special list to display the package description in its main view window.\n" "To contribute to this list, please feel free to update this wiki-web page: \n" msgstr "" "Nästan alla tjänster som startas med init-skript i körnivÃ¥erna 2-3-4-5 och rcS.d har ingen standard \"mänskligt läsbar\"-beskrivning av deras huvudsakliga beteende. Mycket ofta är paketbeskrivningen för dessa tjänster mycket kryptisk och en vanlig användare förstÃ¥r ofta inte vad som menas. Uppstartshanteraren (BUM) kommer att använda en speciell lista för att visa paketbeskrivningar i sitt huvudfönster.\n" "För att bidraga till denna lista, känn dig välkommen att uppdatera Wiki-sidan: \n" #: ../data/bum.glade.h:8 msgid "Boot-Up Manager" msgstr "Uppstartshanterare" #: ../data/bum.glade.h:10 msgid "Deactivate service & apply now" msgstr "Deaktivera tjänst & verkställ nu" #: ../data/bum.glade.h:11 msgid "Progress" msgstr "Förlopp" #: ../data/bum.glade.h:12 msgid "Report new human description" msgstr "Rapportera ny mänsklig beskrivning" #: ../data/bum.glade.h:13 msgid "Report new service description" msgstr "Rapportera ny tjänstebeskrivning" #: ../data/bum.glade.h:14 msgid "Services" msgstr "Tjänster" #: ../data/bum.glade.h:15 msgid "Shutdown Priority:" msgstr "Nedstängningsprioritet:" #: ../data/bum.glade.h:16 msgid "Start service now" msgstr "Starta tjänst nu" #: ../data/bum.glade.h:17 msgid "Startup Priority:" msgstr "Uppstartsprioritet:" #: ../data/bum.glade.h:18 msgid "Startup and shutdown scripts" msgstr "Uppstart- och nedstängningsskript" #: ../data/bum.glade.h:19 msgid "Stop service now" msgstr "Stoppa tjänst nu" #: ../data/bum.glade.h:20 msgid "Summary" msgstr "Översikt" #: ../data/bum.glade.h:21 msgid "_File" msgstr "_Arkiv" #~ msgid "Update dynamic IP address at DynDNS.org" #~ msgstr "Update IP-adres bij DynDNS.org" #~ msgid "" #~ "You have asked to modify one or more services in the System Runlevel " #~ "(rcSd). This operation could compromise the general stability of your " #~ "system and, in some cases, cause possible damage to your hardware.\n" #~ "Are you 100% sure?" #~ msgstr "" #~ "U wenst één of meerdere diensten in het Systeem Opstartniveau (rcSd) te " #~ "wijzigen. Dit kan lijden tot een instabiel systeem, en in sommige " #~ "gevallen kan het schade aan uw hardware toebrengen.\n" #~ "Bent u 100% zeker van wat u doet?" #~ msgid "Change start\\/stop priority" #~ msgstr "Verander Start\\/Stop Prioriteit" #~ msgid "Apply changes" #~ msgstr "Wijzigingen toepassen" #~ msgid "Exit" #~ msgstr "Afsluiten" #~ msgid "Help" #~ msgstr "Hulp" #~ msgid "About" #~ msgstr "Info" #~ msgid "Special credits to:" #~ msgstr "Speciale dank aan:" #~ msgid "Acknowledgments to:" #~ msgstr "Erkenning aan:" #~ msgid "Released under GNU General Public License (GPL)" #~ msgstr "Vrijgegeven onder de GNU General Public License (GPL)" #~ msgid "Cancel changes and exit" #~ msgstr "Verwerp wijzigingen en Afsluiten" #~ msgid "_Apply changes" #~ msgstr "_Wijzigingen doorvoeren" #~ msgid "Apply changes " #~ msgstr "Wijzigingen doorvoeren" #~ msgid "This program must be run with root privileges!" #~ msgstr "U moet dit programma uitvoeren als de supergebruiker" #~ msgid "Information" #~ msgstr "Informatie" #, fuzzy #~ msgid "Scripts" #~ msgstr "Script naam" #~ msgid "Run as root or 'gksudo bum'\n" #~ msgstr "Voer uit als root of 'gksudo bum'\n" #~ msgid "Another bum is running, or the file /var/lock/bum remains locked!\n" #~ msgstr "" #~ "Een andere bum is gestart, of het bestand·/var/lock/bum·blijft·gesloten!\n" bum-2.5.2/po/fr.po0000644000175000017500000003625710502220777010630 00000000000000# French translation for bum # Copyright (C) 2005-2006 Free Software Foundation, Inc. # This file is distributed under the same license as the bum package. # Robert-André Mauchin , 2006. # # msgid "" msgstr "" "Project-Id-Version: bum\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-08-19 13:12+0200\n" "PO-Revision-Date: 2006-08-19 13:36:14+0200\n" "Last-Translator: Robert-André Mauchin \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../data/bum.desktop.in.in.h:1 msgid "BootUp-Manager" msgstr "BootUp-Manager" #: ../data/bum.desktop.in.in.h:2 msgid "Graphical runlevel configuration tool" msgstr "Un outil graphique pour configurer les runlevels" #: ../lib/bum_app.pm:107 msgid "You must run this program as the root user." msgstr "Vous devez lancer cette application en tant que root." #. TRANSLATORS: Replace this string with your names, one name per line. #: ../lib/bum_cbk.pm:44 ../data/bum.glade.h:23 msgid "translator-credits" msgstr "" "Robert-André Mauchin \n" "Coffee " #: ../lib/bum_cbk.pm:50 msgid "A graphical tool to handle runlevels configuration." msgstr "Un outil graphique pour gérer la configuration des runlevels." #: ../lib/bum_cbk.pm:75 msgid "" "Start or stop services now? \n" "(If you answer No, changes will be applied at next boot.)" msgstr "" "Démarrer ou arrêter les services maintenant ? \n" "(Si vous répondez Non, les modifications seront appliquées au prochain " "démarrage.)" #: ../lib/bum_ops.pm:119 ../lib/bum_ops.pm:183 ../lib/bum_ops.pm:385 msgid "Activate" msgstr "Activation" #: ../lib/bum_ops.pm:125 msgid "Description" msgstr "Description" #: ../lib/bum_ops.pm:131 ../lib/bum_ops.pm:192 msgid "Running" msgstr "En cours" #: ../lib/bum_ops.pm:184 msgid "Service name" msgstr "Nom des services" #: ../lib/bum_ops.pm:185 msgid "Single user" msgstr "Single user" #: ../lib/bum_ops.pm:386 msgid "Script name" msgstr "Nom du script" #: ../lib/bum_ops.pm:407 msgid "Editing in run level S is not allowed!" msgstr "L'édition dans le runlevel S n'est pas autorisée !" #: ../lib/bum_ops.pm:409 msgid "" "Playing with rcS.d symlinks is an administration activity requiring deep " "knowledge of the runlevel system." msgstr "" "Jouer avec les liens symboliques de rcS.d est une tâche d'administration " "exigeant une connaissance profonde du système des runlevels." #: ../lib/bum_ops.pm:557 msgid "Deactivate & apply now" msgstr "Désactiver et appliquer maintenant" #: ../lib/bum_ops.pm:558 msgid "Activate & apply now" msgstr "Activer et appliquer maintenant" #: ../lib/bum_ops.pm:559 ../data/bum.glade.h:9 msgid "Change start/stop priority" msgstr "Changer les priorités de démarrage et d'arrêt" #: ../lib/bum_ops.pm:561 msgid "Stop now" msgstr "Arrêter maintenant" #: ../lib/bum_ops.pm:562 msgid "Start now" msgstr "Démarrer maintenant" #: ../lib/bum_ops.pm:619 ../lib/bum_ops.pm:643 ../lib/bum_ops.pm:667 #: ../lib/bum_ops.pm:682 msgid "You must select a script before!" msgstr "Vous devez d'abord sélectionner un script !" #: ../lib/bum_ops.pm:628 msgid "Service stopped." msgstr "Service arrêté." #: ../lib/bum_ops.pm:631 ../lib/bum_ops.pm:655 msgid "Failed command execution." msgstr "L'exécution de la commande a échoué." #: ../lib/bum_ops.pm:652 msgid "Service started." msgstr "Service démarré." #: ../lib/bum_ops.pm:756 msgid "An instance of BUM is already running!" msgstr "Une autre instance de BUM est déjà lancé !" #: ../lib/bumlib.pm:296 msgid "Sorry, no information found for this package." msgstr "Désolé, auncune information trouvée pour ce paquet." #: ../lib/bum_init.pm:37 msgid "Perform intelligent power management of your system" msgstr "Gère la consommation d'énergie du système" #: ../lib/bum_init.pm:38 msgid "For laptops, does power management and enables hotkeys" msgstr "Économise l'énergie et active les raccourcis clavier pour les portable" #: ../lib/bum_init.pm:39 msgid "Sound Architecture Services " msgstr "Services de l'architecture sonore " #: ../lib/bum_init.pm:40 msgid "Runs system housekeeping chores on specified days" msgstr "Exécute les tâches d'entretien système à des jours spécifiques" #: ../lib/bum_init.pm:41 msgid "Web Server" msgstr "Serveur Web" #: ../lib/bum_init.pm:42 msgid "New generation Web Server" msgstr "Serveur Web nouvelle génération" #: ../lib/bum_init.pm:43 msgid "Monitors battery status for some older laptops" msgstr "Moniteur de batterie pour certains anciens portables" #: ../lib/bum_init.pm:44 msgid "Enables scheduling of jobs" msgstr "Active la planification des tâches" #: ../lib/bum_init.pm:45 msgid "Automounter for Linux" msgstr "Agent de montage automatique pour Linux" #: ../lib/bum_init.pm:46 msgid "Support for extra formats to run programs" msgstr "Prise en charge de formats supplémentaires pour exécuter des programmes" #: ../lib/bum_init.pm:47 msgid "Service to get internet domain names" msgstr "Service fournissant les noms de domaines Internet" #: ../lib/bum_init.pm:48 msgid "Saves messages at boot to a log file" msgstr "Enregistre les messages d'amorçage dans un journal" #: ../lib/bum_init.pm:49 msgid "Bluetooth services" msgstr "Services Bluetooth" #: ../lib/bum_init.pm:50 msgid "Update virus database" msgstr "Met à jour de la base de données virales" #: ../lib/bum_init.pm:51 msgid "Runs system housekeeping chores on specified dates/times" msgstr "Exécute les tâches d'entretien système à des dates/heures spécifiques" #: ../lib/bum_init.pm:52 msgid "Manages print jobs" msgstr "Gère des travaux d'impression" #: ../lib/bum_init.pm:53 ../lib/bum_init.pm:54 msgid "Delivers messages between applications" msgstr "Délivre les messages entre les applications" #: ../lib/bum_init.pm:55 msgid "Updates your details on DNS hosting providers" msgstr "Met à jour vos détails chez les fournisseurs d'hébergement DNS" #: ../lib/bum_init.pm:56 msgid "Configures your system for internet access via a modem" msgstr "Configure votre système pour un accès internet par modem" #: ../lib/bum_init.pm:57 msgid "Provides IP addresses to clients via DHCP" msgstr "Fournit des adresses IP aux clients par DHCP" #: ../lib/bum_init.pm:58 msgid "Dictionary Server" msgstr "Serveur de dictionnaires" #: ../lib/bum_init.pm:59 msgid "Hard Disk Volume Management" msgstr "Gestion des volumes des disques durs" #: ../lib/bum_init.pm:60 msgid "Detects changes in files/directories" msgstr "Détecte les modifications dans les fichiers/répertoires" #: ../lib/bum_init.pm:61 msgid "Mail retrieval and forwarding utility" msgstr "Outils de gestion des courriels" #: ../lib/bum_init.pm:62 msgid "Power and special key management for Toshiba laptops" msgstr "" "Gestionnaire de l'énergie et des touches spéciales sur les portables Toshiba" #: ../lib/bum_init.pm:63 msgid "GNOME Display Manager" msgstr "Gestionnaire de connexions GNOME (GDM)" #: ../lib/bum_init.pm:64 msgid "Tunes hard disk parameters for high performance" msgstr "Ajuste les paramètres des disques pour de meilleures performances." #: ../lib/bum_init.pm:65 msgid "Auto-configures laptop hotkeys" msgstr "" "Configure automatiquement les raccourcis clavier des ordinateurs " "portables" #: ../lib/bum_init.pm:66 msgid "Detects new devices when plugged in" msgstr "Détecte les nouveaux périphériques lors de leur branchement" #: ../lib/bum_init.pm:67 msgid "HP Printing and Imaging System" msgstr "Système d'impression et d'imagerie HP" #: ../lib/bum_init.pm:68 msgid "HP OfficeJet Linux driver" msgstr "Pilote pour HP OfficeJet" #: ../lib/bum_init.pm:69 msgid "Conexant HSF modem management" msgstr "Gestion des modem Conexant HSF" #: ../lib/bum_init.pm:70 msgid "Tools to configure network services" msgstr "Outils pour configurer les services réseaux." #: ../lib/bum_init.pm:71 msgid "Manager for incoming Internet connections" msgstr "Gestionnaire de connexions internet entrantes" #: ../lib/bum_init.pm:72 msgid "KDE Display Manager" msgstr "Gestionnaire de connexions KDE" #: ../lib/bum_init.pm:73 msgid "Logs important system events" msgstr "Enregistre les événements système importants" #: ../lib/bum_init.pm:74 msgid "Auto-enables laptop mode when running on batteries" msgstr "Active automatiquement le mode laptop si fonctionnement sur batterie" #: ../lib/bum_init.pm:75 msgid "Handles physical Hard Disk Volumes in Logical groups" msgstr "Gère les volumes de disque physique en groupes logiques" #: ../lib/bum_init.pm:76 msgid "Creates special files to interact with hardware" msgstr "Crée des fichiers spéciaux pour interagir avec le matériel" #: ../lib/bum_init.pm:77 ../lib/bum_init.pm:78 msgid "Manages multiple disk devices for fault-tolerance" msgstr "" "Gère plusieurs périphériques de disques en vue de la tolérance aux erreurs" #: ../lib/bum_init.pm:79 msgid "Allows remote access for playing music" msgstr "Permet l'accès à distance pour jouer de la musique" #: ../lib/bum_init.pm:80 msgid "Fast and stable SQL database server" msgstr "Serveur de base de données rapide et stable SQL" #: ../lib/bum_init.pm:81 msgid "Manages your Internet connection" msgstr "Gère votre connexion Internet" #: ../lib/bum_init.pm:82 msgid "Update the system time using the Internet" msgstr "Mise à jour de l'heure système par internet" #: ../lib/bum_init.pm:83 msgid "NVIDIA video card management" msgstr "Gestionnaire de carte vidéo NVIDIA" #: ../lib/bum_init.pm:84 msgid "Common files for NVIDIA video cards" msgstr "Fichiers communs pour les cartes vidéo NVIDIA" #: ../lib/bum_init.pm:85 msgid "Manages the insertion/removal of Laptop cards" msgstr "Gère l'insertion et le retrait des cartes PCMCIA" #: ../lib/bum_init.pm:86 msgid "High performance Mail Server" msgstr "Serveur mail de haute performance" #: ../lib/bum_init.pm:87 msgid "Controls CPU speed and voltage to save power" msgstr "Contrôle la vitesse et l'alimentation du CPU pour économiser l'énergie" #: ../lib/bum_init.pm:88 msgid "Manages internet access via a modem" msgstr "Gère l'accès internet par modem" #: ../lib/bum_init.pm:89 msgid "Speeds up boot by starting operations early" msgstr "Accélère le boot en démarrant précocement certaines opérations" #: ../lib/bum_init.pm:90 msgid "Fast remote file copy program" msgstr "Programme de copie rapide de fichiers distants" #: ../lib/bum_init.pm:91 msgid "Share files among computers on a LAN" msgstr "Partage des fichiers avec d'autres ordinateurs sur une LAN" #: ../lib/bum_init.pm:92 msgid "SmartLink modem management" msgstr "Gestion des modem SmartLink" #: ../lib/bum_init.pm:93 msgid "Internet WWW proxy server" msgstr "Serveur de proxy web" #: ../lib/bum_init.pm:94 msgid "Mail spam filter" msgstr "Filtre anti-pourriel" #: ../lib/bum_init.pm:95 msgid "Allows users securely to log into the machine remotely" msgstr "" "Autorise les utilisateurs à se connecter à la machine à distance (sécurisé)" #: ../lib/bum_init.pm:96 msgid "Stops saving boot messages to a log file" msgstr "Arrête l'enregistrement des messages d'amorçage dans un journal" #: ../lib/bum_init.pm:97 msgid "Allows specific users to gain superuser status" msgstr "" "Autorise des utilisateurs spécifiques à obtenir le statut de superutilisateur" #: ../lib/bum_init.pm:98 msgid "System Logging Service" msgstr "Service de connexion système" #: ../lib/bum_init.pm:99 msgid "Program to use the IBM ThinkPad(tm) special keys" msgstr "Programme pour utiliser les touches spéciales du Thinkpad(tm) IBM" #: ../lib/bum_init.pm:100 ../lib/bum_init.pm:101 msgid "Creates new devices when plugged in" msgstr "Crée de nouveaux périphériques lors de leur branchement" #: ../lib/bum_init.pm:102 msgid "User bootsplash utility" msgstr "Utilitaire du bootsplash utilisateur" #: ../lib/bum_init.pm:103 msgid "Save/Recover video state" msgstr "Enregistre/récupère l'état de l'affichage" #: ../lib/bum_init.pm:104 msgid "The Very Secure FTP daemon" msgstr "Le démon de Very Secure FTP" #: ../lib/bum_init.pm:105 msgid "Web-based remote administration for this computer" msgstr "Administration à distance de ce poste par interface web" #: ../lib/bum_init.pm:106 msgid "Graphical utility for managing wi-fi connections" msgstr "Utilitaire graphique pour gérer les connections Wi-Fi" #: ../lib/bum_init.pm:107 msgid "Main Graphical Interface" msgstr "Interface graphique principale" #: ../lib/bum_init.pm:108 msgid "Open Source Web Application Server" msgstr "Serveur d'application web open source" #: ../data/bum.glade.h:1 msgid "Changes will be applied as soon as you click on OK button." msgstr "" "Les modifications seront appliquées dès que vous cliquerez sur le bouton Valider." "" #: ../data/bum.glade.h:2 msgid "Please wait... loading data..." msgstr "Veuillez patienter...chargement en cours..." #: ../data/bum.glade.h:3 msgid "Activate service & apply now" msgstr "Activer le service et appliquer maintenant" #: ../data/bum.glade.h:4 msgid "Advanced" msgstr "Avancé" #: ../data/bum.glade.h:5 msgid "" "Almost all the services started with init scripts in runlevels 2-3-4-5 and " "rcS.d don't have a standard, \"human readable\" description of their main " "behaviour. Very often the package description for these services is very " "cryptic and the common user is quite disorientated and doesn't understand " "the meaning. Boot-Up Manager (BUM) will use a special list to display the " "package description in its main view window.\n" "To contribute to this list, please feel free to update this wiki-web page: \n" msgstr "" "A peu près tous les services démarrés avec des scripts de démarrage dans les " "runlevels 2-3-4-5 et rcS.d ne possèdent pas de descriptions standards, " "« humainement compréhensibles » de leur comportement principal. Bien souvent " "la description du paquet pour ces services est peu déchiffrable et " "l'utilisateur lambda est légèrement désorienté et ne comprends pas leur " "sens. Boot-Up Manager (BUM) utilise une liste spéciale pour afficher la " "description du paquet dans sa fenêtre principale.\n" "Si vous souhaitez contribuer à cette liste, vous pouvez librement mettre à " "jour cette page web wiki : \n" #: ../data/bum.glade.h:8 msgid "Boot-Up Manager" msgstr "Boot-Up Manager" #: ../data/bum.glade.h:10 msgid "Deactivate service & apply now" msgstr "Désactiver le service et appliquer maintenant" #: ../data/bum.glade.h:11 msgid "Progress" msgstr "Progression" #: ../data/bum.glade.h:12 msgid "Report new human description" msgstr "Rapporter une nouvelle description *humaine*" #: ../data/bum.glade.h:13 msgid "Report new service description" msgstr "Rapporter une nouvelle description de service" #: ../data/bum.glade.h:14 msgid "Services" msgstr "Services" #: ../data/bum.glade.h:15 msgid "Shutdown Priority:" msgstr "Priorité de fermeture :" #: ../data/bum.glade.h:16 msgid "Start service now" msgstr "Démarrer le service maintenant" #: ../data/bum.glade.h:17 msgid "Startup Priority:" msgstr "Priorité de démarrage :" #: ../data/bum.glade.h:18 msgid "Startup and shutdown scripts" msgstr "Scripts de démarrage et d'arrêt" #: ../data/bum.glade.h:19 msgid "Stop service now" msgstr "Arrêter le service maintenant" #: ../data/bum.glade.h:20 msgid "Summary" msgstr "Résumé" #: ../data/bum.glade.h:21 msgid "_File" msgstr "_Fichier" bum-2.5.2/po/es.po0000644000175000017500000003673111244010236010614 00000000000000# Boot-Up Manager # This file is distributed under the same license as the bum package. # Fabio Marzocca , 2005. # bum po translation to Spanish # Copyright (C) 2009 Software in the Public Interest # This file is distributed under the same license as the bum package. # # Changes: # - Initial translation # Fernando Dominguez , 2009 # # - Updates # Omar Campagne , 2009 # # Traductores, si no conocen el formato PO, merece la pena leer la # 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: 2.5.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2005-12-27 12:29+0100\n" "PO-Revision-Date: 2009-07-13 00:40+0200\n" "Last-Translator: Omar Campagne \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" "X-Poedit-Language: Spanish\n" "X-Poedit-Country: SPAIN\n" #: ../data/bum.desktop.in.in.h:1 msgid "Graphical runlevel configuration tool" msgstr "" "Herramienta gráfica para manejar la configuración de los niveles de " "ejecución («runlevels»)." #: ../lib/bum_app.pm:107 msgid "You must run this program as the root user." msgstr "Debe ejecutar este programa como usuario «root» (administrador)." #. TRANSLATORS: Replace this string with your names, one name per line. #: ../lib/bum_cbk.pm:44 ../data/bum.glade.h:23 msgid "translator-credits" msgstr "" "Fernando Dominguéz, 2005\n" "Omar Campagne, 2009" #: ../lib/bum_cbk.pm:50 msgid "A graphical tool to handle runlevels configuration." msgstr "" "Una herramienta gráfica para gestionar la configuración de los niveles de " "ejecución («runlevels»)." #: ../lib/bum_cbk.pm:76 msgid "" "Start or stop services now? \n" "(If you answer No, changes will be applied at next boot.)" msgstr "" "¿Iniciar o parar los scripts ahora? \n" "(Si responde «No», los cambios se aplicarán en el próximo arranque)." #: ../lib/bum_ops.pm:119 ../lib/bum_ops.pm:183 ../lib/bum_ops.pm:385 msgid "Activate" msgstr "Activar" #: ../lib/bum_ops.pm:125 msgid "Description" msgstr "Descripción" #: ../lib/bum_ops.pm:131 ../lib/bum_ops.pm:192 msgid "Running" msgstr "En ejecución" #: ../lib/bum_ops.pm:184 msgid "Service name" msgstr "Nombre del servicio" #: ../lib/bum_ops.pm:185 msgid "Single user" msgstr "Usuario único" #: ../lib/bum_ops.pm:386 msgid "Script name" msgstr "Nombre del script" #: ../lib/bum_ops.pm:407 msgid "Editing in run level S is not allowed!" msgstr "!No se permite editar en el nivel de ejecución S!" #: ../lib/bum_ops.pm:409 msgid "" "Playing with rcS.d symlinks is an administration activity requiring deep " "knowledge of the runlevel system." msgstr "" "Jugar con los enlaces simbólicos de rcS.d es una actividad administrativa " "que requiere un profundo conocimiento acerca del sistema de niveles de " "ejecución." #: ../lib/bum_ops.pm:557 msgid "Deactivate & apply now" msgstr "Desactivar y aplicar ahora" #: ../lib/bum_ops.pm:558 msgid "Activate & apply now" msgstr "Activar y aplicar ahora" #: ../lib/bum_ops.pm:559 ../data/bum.glade.h:9 msgid "Change start/stop priority" msgstr "Cambiar prioridad de inicio/parada" #: ../lib/bum_ops.pm:561 msgid "Stop now" msgstr "Parar ahora" #: ../lib/bum_ops.pm:562 msgid "Start now" msgstr "Iniciar ahora" #: ../lib/bum_ops.pm:619 ../lib/bum_ops.pm:643 ../lib/bum_ops.pm:667 #: ../lib/bum_ops.pm:682 msgid "You must select a script before!" msgstr "¡Antes debe seleccionar un script!" #: ../lib/bum_ops.pm:628 msgid "Service stopped." msgstr "Servicio parado." #: ../lib/bum_ops.pm:631 ../lib/bum_ops.pm:655 msgid "Failed command execution." msgstr "Ejecución de la orden fallida." #: ../lib/bum_ops.pm:652 msgid "Service started." msgstr "Servicio iniciado." #: ../lib/bum_ops.pm:756 msgid "Another bum is running, or the file:" msgstr "Hay otra instancia de bum en ejecución, o el archivo: " #: ../lib/bum_ops.pm:758 msgid "remains locked!" msgstr "permanece bloqueado!" #: ../lib/bumlib.pm:309 msgid "Sorry, no information found for this package." msgstr "Lo siento, no se encontró información para este paquete." #: ../lib/bum_init.pm:37 msgid "Perform intelligent power management of your system" msgstr "Efectúa una administración de energía inteligente de su sistema" #: ../lib/bum_init.pm:38 msgid "For laptops, does power management and enables hotkeys" msgstr "" "En portátiles, realiza administración de energía y activa teclas de " "acceso rápido" #: ../lib/bum_init.pm:39 msgid "Sound Architecture Services " msgstr "Servicios de arquitectura de sonido" #: ../lib/bum_init.pm:40 msgid "Runs system housekeeping chores on specified days" msgstr "" "Ejecuta tareas de administración rutinarias del sistema en los días " "especificados" #: ../lib/bum_init.pm:41 msgid "Web Server" msgstr "Servidor web" #: ../lib/bum_init.pm:42 msgid "New generation Web Server" msgstr "Nueva generación de servidor web" #: ../lib/bum_init.pm:43 msgid "Monitors battery status for some older laptops" msgstr "Monitoriza el estado de la batería en algunos portátiles antiguos" #: ../lib/bum_init.pm:44 msgid "Enables scheduling of jobs" msgstr "Permite la programación de tareas" #: ../lib/bum_init.pm:45 msgid "Support for extra formats to run programs" msgstr "Compatibilidad con formatos adicionales para ejecutar programas" #: ../lib/bum_init.pm:46 msgid "Service to get internet domain names" msgstr "Servicio para obtener nombres de dominio de internet" #: ../lib/bum_init.pm:47 msgid "Saves messages at boot to a log file" msgstr "Guarda los mensajes de arranque en un archivo de registro" #: ../lib/bum_init.pm:48 msgid "Bluetooth services" msgstr "Servicios de Bluetooth" #: ../lib/bum_init.pm:49 msgid "Update virus database" msgstr "Actualiza la base de datos de virus" #: ../lib/bum_init.pm:50 msgid "Runs system housekeeping chores on specified dates/times" msgstr "" "Ejecuta tareas de administración rutinarias en las fechas/horas " "especificadas" #: ../lib/bum_init.pm:51 msgid "Manages print jobs" msgstr "Gestiona los trabajos de impresión" #: ../lib/bum_init.pm:52 ../lib/bum_init.pm:53 msgid "Delivers messages between applications" msgstr "Entrega mensajes entre aplicaciones" #: ../lib/bum_init.pm:54 msgid "Updates your details on DNS hosting providers" msgstr "Actualiza los detalles acerca de proveedores de DNS hosting" #: ../lib/bum_init.pm:55 msgid "Configures your system for internet access via a modem" msgstr "Configura su sistema para acceso a Internet vía módem" #: ../lib/bum_init.pm:56 msgid "Dictionary Server" msgstr "Servidor de diccionario" #: ../lib/bum_init.pm:57 msgid "Hard Disk Volume Management" msgstr "Gestor de volúmenes de disco duro" #: ../lib/bum_init.pm:58 msgid "Detects changes in files/directories" msgstr "Detecta cambios en archivos y directorios" #: ../lib/bum_init.pm:59 msgid "Mail retrieval and forwarding utility" msgstr "Utilidad para obtener y remitir correo" #: ../lib/bum_init.pm:60 msgid "Power and special key management for Toshiba laptops" msgstr "" "Administración de energía y de teclas especiales para portátiles Toshiba" #: ../lib/bum_init.pm:61 msgid "GNOME Display Manager" msgstr "Gestor de entrada de GNOME" #: ../lib/bum_init.pm:62 msgid "Tunes hard disk parameters for high performance" msgstr "Ajusta los parámetros del disco duro para obtener altas prestaciones" #: ../lib/bum_init.pm:63 msgid "Auto-configures laptop hotkeys" msgstr "Configura automáticamente las teclas rápidas en portátiles" #: ../lib/bum_init.pm:64 msgid "Detects new devices when plugged in" msgstr "Detecta nuevos dispositivos cuando se conectan" #: ../lib/bum_init.pm:65 msgid "HP Printing and Imaging System" msgstr "Sistema HP de impresión e imágenes." #: ../lib/bum_init.pm:66 msgid "HP OfficeJet Linux driver" msgstr "Controlador de Linux para HP OfficeJet" #: ../lib/bum_init.pm:67 msgid "Conexant HSF modem management" msgstr "Administración de módem Conexant" #: ../lib/bum_init.pm:68 msgid "Tools to configure network services" msgstr "Herramientas para configurar servicios de red" #: ../lib/bum_init.pm:69 msgid "Manager for incoming Internet connections" msgstr "Administrador de conexiones entrantes de Internet" #: ../lib/bum_init.pm:70 msgid "KDE Display Manager" msgstr "Gestor de entrada KDE" #: ../lib/bum_init.pm:71 msgid "Logs important system events" msgstr "Registra sucesos importantes del sistema" #: ../lib/bum_init.pm:72 msgid "Auto-enables laptop mode when running on batteries" msgstr "" "Activa automáticamente el modo portátil («laptop mode») cuando se utiliza la " "batería" #: ../lib/bum_init.pm:73 msgid "Handles physical Hard Disk Volumes in Logical groups" msgstr "Maneja volúmenes de discos duros físicos en grupos lógicos" #: ../lib/bum_init.pm:74 msgid "Creates special files to interact with hardware" msgstr "Crea archivos especiales para interactuar con el hardware" #: ../lib/bum_init.pm:75 ../lib/bum_init.pm:76 msgid "Manages multiple disk devices for fault-tolerance" msgstr "Controla múltiples dispositivos de disco para la tolerancia a fallos" #: ../lib/bum_init.pm:77 msgid "Allows remote access for playing music" msgstr "Permite el acceso remoto para reproducir música" #: ../lib/bum_init.pm:78 msgid "Fast and stable SQL database server" msgstr "Servidor SQL rápido y estable" #: ../lib/bum_init.pm:79 msgid "Manages your Internet connection" msgstr "Controla su conexión a Internet" #: ../lib/bum_init.pm:80 msgid "Update the system time using the Internet" msgstr "Actualiza la hora del sistema a través de Internet" #: ../lib/bum_init.pm:81 msgid "NVIDIA video card management" msgstr "Administración de la tarjeta de vídeo NVIDIA" #: ../lib/bum_init.pm:82 msgid "Manages the insertion/removal of Laptop cards" msgstr "Gestiona la inserción/retirada de tarjetas de portátiles" #: ../lib/bum_init.pm:83 msgid "High performance Mail Server" msgstr "Servidor de correo de alto rendimiento" #: ../lib/bum_init.pm:84 msgid "Controls CPU speed and voltage to save power" msgstr "Controla la velocidad y voltaje de la CPU para ahorrar energía" #: ../lib/bum_init.pm:85 msgid "Manages internet access via a modem" msgstr "Administra el acceso a Internet vía módem" #: ../lib/bum_init.pm:86 msgid "Speeds up boot by starting operations early" msgstr "Acelera el arranque anticipando el inicio de las operaciones" #: ../lib/bum_init.pm:87 msgid "Fast remote file copy program" msgstr "Programa de copia rápida de archivos remotos" #: ../lib/bum_init.pm:88 msgid "Share files among computers on a LAN" msgstr "Comparte archivos entre ordenadores de una LAN" #: ../lib/bum_init.pm:89 msgid "SmartLink modem management" msgstr "Administración de módem SmartLink" #: ../lib/bum_init.pm:90 msgid "Internet WWW proxy server" msgstr "Servidor proxy de internet WWW" #: ../lib/bum_init.pm:91 msgid "Allows users securely to log into the machine remotely" msgstr "" "Permite a los usuarios conectarse con seguridad al sistema de manera remota. " #: ../lib/bum_init.pm:92 msgid "Allows specific users to gain superuser status" msgstr "Permite a usuarios específicos obtener estatus de superusuario" #: ../lib/bum_init.pm:93 msgid "System Logging Service" msgstr "Servicio de registro del sistema" #: ../lib/bum_init.pm:94 msgid "Program to use the IBM ThinkPad(tm) special keys" msgstr "Programa para utilizar las teclas especiales de IBM ThinkPad(tm)" #: ../lib/bum_init.pm:95 ../lib/bum_init.pm:96 msgid "Creates new devices when plugged in" msgstr "Crea nuevos dispositivos cuando se conectan" #: ../lib/bum_init.pm:97 msgid "User bootsplash utility" msgstr "Utilidad de usuario de imagen de inicio" #: ../lib/bum_init.pm:98 msgid "Save/Recover video state" msgstr "Guardar/recuperar estado de vídeo" #: ../lib/bum_init.pm:99 msgid "The Very Secure FTP daemon" msgstr "El daemon Very Secure FTP" #: ../lib/bum_init.pm:100 msgid "Web-based remote administration for this computer" msgstr "Administración remota basada en web para este ordenador" #: ../lib/bum_init.pm:101 msgid "Graphical utility for managing wi-fi connections" msgstr "Utilidad gráfica para la administración de conexiones wi-fi" #: ../lib/bum_init.pm:102 msgid "Main Graphical Interface" msgstr "Interfaz gráfica principal" #: ../data/bum.glade.h:1 msgid "Changes will be applied as soon as you click on OK button." msgstr "Los cambios se aplicarán tan pronto como pulse el botón de OK." #: ../data/bum.glade.h:2 msgid "Please wait... loading data..." msgstr "Por favor espere... cargando datos..." #: ../data/bum.glade.h:3 msgid "Activate service & apply now" msgstr "Activar el servicio y aplicar ahora" #: ../data/bum.glade.h:4 msgid "Advanced" msgstr "Avanzado" #: ../data/bum.glade.h:5 msgid "" "Almost all the services started with init scripts in runlevels 2-3-4-5 and " "rcS.d don't have a standard, \"human readable\" description of their main " "behaviour. Very often the package description for these services is very " "cryptic and the common user is quite disorientated and doesn't understand " "the meaning. Boot-Up Manager (BUM) will use a special list to display the " "package description in its main view window.\n" "To contribute to this list, please feel free to update this wiki-web page: \n" msgstr "" "Casi todos los servicios que se inician con «init scripts» en los niveles de " "ejecución 2, 3, 4, 5, y rcS.d no tienen una descripción de su comportamiento " "legible para los humanos. A menudo, la descripción del paquete de estos " "servicios es bastante críptica con lo que el usuario medio acaba bastante " "desorientado, y no entiende el significado. Boot-Up Manager (BUM) utiliza " "una lista especial para mostrar la descripción del paquete en su ventana " "principal.\n" "Es usted libre de contribuir a esta lista actualizando esta página wiki:\n" #: ../data/bum.glade.h:8 msgid "Boot-Up Manager" msgstr "Boot-Up Manager" #: ../data/bum.glade.h:10 msgid "Deactivate service & apply now" msgstr "Desactivar el servicio y aplicar ahora" #: ../data/bum.glade.h:11 msgid "Progress" msgstr "Progreso" #: ../data/bum.glade.h:12 msgid "Report new human description" msgstr "Enviar nueva descripción para humanos" #: ../data/bum.glade.h:13 msgid "Report new service description" msgstr "Enviar nueva descripción de servicio" #: ../data/bum.glade.h:14 msgid "Services" msgstr "Servicios" #: ../data/bum.glade.h:15 msgid "Shutdown Priority:" msgstr "Prioridad de apagado:" #: ../data/bum.glade.h:16 msgid "Start service now" msgstr "Iniciar el servicio ahora" #: ../data/bum.glade.h:17 msgid "Startup Priority:" msgstr "Prioridad de Inicio:" #: ../data/bum.glade.h:18 msgid "Startup and shutdown scripts" msgstr "Scripts de inicio y apagado." #: ../data/bum.glade.h:19 msgid "Stop service now" msgstr "Parar el servicio ahora" #: ../data/bum.glade.h:20 msgid "Summary" msgstr "Resumen" #: ../data/bum.glade.h:21 msgid "_File" msgstr "_Archivo" #~ msgid "Update dynamic IP address at DynDNS.org" #~ msgstr "Actualiza una dirección IP dinámica en DynDNS.org" bum-2.5.2/po/tr.po0000644000175000017500000004014110401566710010627 00000000000000# Turkish translation of BUM. # Copyright (C) 2001-2003 Free Software Foundation, Inc. # Fırat KÜÇÜK , 2005. # msgid "" msgstr "" "Project-Id-Version: BUM v.1.3.4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-01-29 15:56+0100\n" "PO-Revision-Date: 2005-07-16 16:39+0200\n" "Last-Translator: Fırat KÜÇÜK \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../data/bum.desktop.in.in.h:1 msgid "Graphical runlevel configuration tool" msgstr "Çalışma seviyelerini yapılandırmalarını yönetmek için grafik araç." #: ../lib/bum_app.pm:107 msgid "You must run this program as the root user." msgstr "Bu programı root kullanıcısı olarak çalıştırmalısınız." #. TRANSLATORS: Replace this string with your names, one name per line. #: ../lib/bum_cbk.pm:44 ../data/bum.glade.h:23 msgid "translator-credits" msgstr "Fırat KÜÇÜK " #: ../lib/bum_cbk.pm:50 msgid "A graphical tool to handle runlevels configuration." msgstr "Çalışma seviyesi yapılandırmalarını yönetmek için grafik araç." #: ../lib/bum_cbk.pm:75 msgid "" "Start or stop services now? \n" "(If you answer No, changes will be applied at next boot.)" msgstr "" "Hizmetler ÅŸimdi baÅŸlatılsın veya sonlandırılsın mı?\n" "Cevabınız HAYIR ise, deÄŸiÅŸiklikler bir sonraki baÅŸlangıçta uygulanacaktır.)" #: ../lib/bum_ops.pm:119 ../lib/bum_ops.pm:183 ../lib/bum_ops.pm:385 msgid "Activate" msgstr "EtkinleÅŸtir" #: ../lib/bum_ops.pm:125 msgid "Description" msgstr "Tanım" #: ../lib/bum_ops.pm:131 ../lib/bum_ops.pm:192 msgid "Running" msgstr "Çalışıyor" #: ../lib/bum_ops.pm:184 msgid "Service name" msgstr "Hizmet adı" #: ../lib/bum_ops.pm:185 msgid "Single user" msgstr "Tek kullanıcı" #: ../lib/bum_ops.pm:386 msgid "Script name" msgstr "Betik adı" #: ../lib/bum_ops.pm:407 msgid "Editing in run level S is not allowed!" msgstr "Çalışma seviyesi S'in düzenlenmesine izin verilmedi!" #: ../lib/bum_ops.pm:409 msgid "" "Playing with rcS.d symlinks is an administration activity requiring deep " "knowledge of the runlevel system." msgstr "" "rcS.d sembolik baÄŸları ile oynamak çalışma seviyesi hakkında derin bilgi " "gerektiren bir yönetim faaliyetidir." #: ../lib/bum_ops.pm:557 msgid "Deactivate & apply now" msgstr "Åžimdi durdur & uygula" #: ../lib/bum_ops.pm:558 msgid "Activate & apply now" msgstr "Åžimdi etkinleÅŸtir & uygula" #: ../lib/bum_ops.pm:559 ../data/bum.glade.h:9 msgid "Change start/stop priority" msgstr "BaÅŸlangıç/bitiÅŸ önceliÄŸini deÄŸiÅŸtir" #: ../lib/bum_ops.pm:561 msgid "Stop now" msgstr "Åžimdi dudur" #: ../lib/bum_ops.pm:562 msgid "Start now" msgstr "Åžimdi baÅŸlat" #: ../lib/bum_ops.pm:619 ../lib/bum_ops.pm:643 ../lib/bum_ops.pm:667 #: ../lib/bum_ops.pm:682 msgid "You must select a script before!" msgstr "Öncelikle bir betik seçmelisiniz!" #: ../lib/bum_ops.pm:628 msgid "Service stopped." msgstr "Hizmet durduruldu." #: ../lib/bum_ops.pm:631 ../lib/bum_ops.pm:655 msgid "Failed command execution." msgstr "Yönerge çalıştırılması baÅŸarısız." #: ../lib/bum_ops.pm:652 msgid "Service started." msgstr "Hizmet baÅŸlatıldı." #: ../lib/bum_ops.pm:756 msgid "An instance of BUM is already running!" msgstr "" #: ../lib/bumlib.pm:296 msgid "Sorry, no information found for this package." msgstr "Üzgünüz, bu paket için bilgi bulunamadı." #: ../lib/bum_init.pm:37 msgid "Perform intelligent power management of your system" msgstr "Sisteminizin akıllı güç yönetimini saÄŸlar" #: ../lib/bum_init.pm:38 msgid "For laptops, does power management and enables hotkeys" msgstr "" "Taşınılabilir bilgisayarlar için güç yönetimini ve akıllı tuÅŸları etkin kılar" #: ../lib/bum_init.pm:39 msgid "Sound Architecture Services " msgstr "Ses Mimarisi Hizmetleri " #: ../lib/bum_init.pm:40 msgid "Runs system housekeeping chores on specified days" msgstr "Belirtilen günlerde sistem idaresini çalıştırır" #: ../lib/bum_init.pm:41 msgid "Web Server" msgstr "AÄŸ Sunucusu" #: ../lib/bum_init.pm:42 msgid "New generation Web Server" msgstr "Yeni nesil AÄŸ Sunucusu" #: ../lib/bum_init.pm:43 msgid "Monitors battery status for some older laptops" msgstr "Bazı eski dizüstü bilgisayarlar için pil durumunu görüntüler" #: ../lib/bum_init.pm:44 msgid "Enables scheduling of jobs" msgstr "İşlerin takvimlendirilmesini saÄŸlar" #: ../lib/bum_init.pm:45 msgid "Support for extra formats to run programs" msgstr "Programları çalıştırmak için ek biçimler saÄŸlar" #: ../lib/bum_init.pm:46 msgid "Service to get internet domain names" msgstr "Internet alan adlarını alma hizmeti verir" #: ../lib/bum_init.pm:47 msgid "Saves messages at boot to a log file" msgstr "Açılıştaki iletileri bir günlük dosyasına kaydeder" #: ../lib/bum_init.pm:48 msgid "Bluetooth services" msgstr "Bluetooth hizmetleri" #: ../lib/bum_init.pm:49 msgid "Update virus database" msgstr "Virus veritabanını güncelle" #: ../lib/bum_init.pm:50 msgid "Runs system housekeeping chores on specified dates/times" msgstr "Belirtilen tarih/zamanlarda sistem idaresini çalıştırır" #: ../lib/bum_init.pm:51 msgid "Manages print jobs" msgstr "Baskı iÅŸlerini yönetir" #: ../lib/bum_init.pm:52 ../lib/bum_init.pm:53 msgid "Delivers messages between applications" msgstr "Uygulamalar arasında iletiler gönderir" #: ../lib/bum_init.pm:54 msgid "Updates your details on DNS hosting providers" msgstr "DNS hizmet saÄŸlacısındaki bilgilerinizi günceller" #: ../lib/bum_init.pm:55 msgid "Configures your system for internet access via a modem" msgstr "" "Sisteminiz için bir modem üzerinden yapılan internet eriÅŸimini yapılandırır" #: ../lib/bum_init.pm:56 msgid "Dictionary Server" msgstr "Sözlük Sunucusu" #: ../lib/bum_init.pm:57 msgid "Hard Disk Volume Management" msgstr "Sabit Disk Bölüm Yönetimi" #: ../lib/bum_init.pm:58 msgid "Detects changes in files/directories" msgstr "Dosya/dizinlerdeki deÄŸiÅŸiklikleri bulur" #: ../lib/bum_init.pm:59 msgid "Mail retrieval and forwarding utility" msgstr "Posta alma ve yönlendirme aracı" #: ../lib/bum_init.pm:60 msgid "Power and special key management for Toshiba laptops" msgstr "Toshiba dizüstü bilgisayarlar için güç ve özel tuÅŸ yönetimi" #: ../lib/bum_init.pm:61 msgid "GNOME Display Manager" msgstr "GNOME Ekran Yöneticisi" #: ../lib/bum_init.pm:62 msgid "Tunes hard disk parameters for high performance" msgstr "Yüksek baÅŸarım için sabit disk deÄŸiÅŸkenlerini ayarlar" #: ../lib/bum_init.pm:63 msgid "Auto-configures laptop hotkeys" msgstr "Dizüstü bilgisayarların akıllı tuÅŸlarını otomatik yapılandırır" #: ../lib/bum_init.pm:64 msgid "Detects new devices when plugged in" msgstr "Yeni aygıtlar takıldığı zaman bulur" #: ../lib/bum_init.pm:65 msgid "HP Printing and Imaging System" msgstr "HP Yazdırma ve Görüntüleme Sistemi" #: ../lib/bum_init.pm:66 msgid "HP OfficeJet Linux driver" msgstr "HP OfficeJet Linux sürücüsü" #: ../lib/bum_init.pm:67 msgid "Conexant HSF modem management" msgstr "Conexant HSF modem yönetimi" #: ../lib/bum_init.pm:68 msgid "Tools to configure network services" msgstr "AÄŸ Hizmetlerini yapılandırmak için araçlar" #: ../lib/bum_init.pm:69 msgid "Manager for incoming Internet connections" msgstr "Gelen internet baÄŸlantıları için yönetici" #: ../lib/bum_init.pm:70 msgid "KDE Display Manager" msgstr "KDE Ekran Yöneticisi" #: ../lib/bum_init.pm:71 msgid "Logs important system events" msgstr "Önemli sistem olaylarının günlüğünü tutar" #: ../lib/bum_init.pm:72 msgid "Auto-enables laptop mode when running on batteries" msgstr "" "Batarya ile çalışılıyorken dizüstü bilgisayar kipini otomatik etkinleÅŸtirir" #: ../lib/bum_init.pm:73 msgid "Handles physical Hard Disk Volumes in Logical groups" msgstr "Mantıksal gruplardaki fiziksel Sabit Disk Bölümlerini tutar" #: ../lib/bum_init.pm:74 msgid "Creates special files to interact with hardware" msgstr "Donanımla haberleÅŸen özel dosyalar oluÅŸturur" #: ../lib/bum_init.pm:75 ../lib/bum_init.pm:76 msgid "Manages multiple disk devices for fault-tolerance" msgstr "Hata-toleransı için çoklu disk aygıtlarını yönetir" #: ../lib/bum_init.pm:77 msgid "Allows remote access for playing music" msgstr "Müzik çalmak için uzaktan eriÅŸime izin verir" #: ../lib/bum_init.pm:78 msgid "Fast and stable SQL database server" msgstr "Hızlı ve kararlı SQL veritabanı sunucusu" #: ../lib/bum_init.pm:79 msgid "Manages your Internet connection" msgstr "İnternet baÄŸlantınızı yönetir" #: ../lib/bum_init.pm:80 msgid "Update the system time using the Internet" msgstr "İnterneti kullanarak sistem zamanınızı günceller" #: ../lib/bum_init.pm:81 msgid "NVIDIA video card management" msgstr "NVIDIA ekran kartı yönetimi" #: ../lib/bum_init.pm:82 msgid "Manages the insertion/removal of Laptop cards" msgstr "Dizüstü kartlarının sökülüp/çıkartılmasını yönetir" #: ../lib/bum_init.pm:83 msgid "High performance Mail Server" msgstr "Yüksek baÅŸarımlı Posta Sunucusu" #: ../lib/bum_init.pm:84 msgid "Controls CPU speed and voltage to save power" msgstr "Güç tasarrufu için iÅŸlemci hızını ve gerilimini denetler" #: ../lib/bum_init.pm:85 msgid "Manages internet access via a modem" msgstr "Bir modem üzerinden yapılan internet eriÅŸimini yönetir" #: ../lib/bum_init.pm:86 msgid "Speeds up boot by starting operations early" msgstr "İşlemleri önceden yaparak açılışı hızlandırır" #: ../lib/bum_init.pm:87 msgid "Fast remote file copy program" msgstr "Hızlı uzak dosya kopyalama programı" #: ../lib/bum_init.pm:88 msgid "Share files among computers on a LAN" msgstr "Bir yerel aÄŸ üzerindeki bilgisayarların dosyalarını paylaÅŸtırır" #: ../lib/bum_init.pm:89 msgid "SmartLink modem management" msgstr "SmartLink modem yönetimi" #: ../lib/bum_init.pm:90 msgid "Internet WWW proxy server" msgstr "İnternet WWW vekil sunucusu" #: ../lib/bum_init.pm:91 msgid "Allows users securely to log into the machine remotely" msgstr "" "Kullanıcıların makinalara uzaktan güvenli bir ÅŸekilde baÄŸlanmalarına imkan " "tanır" #: ../lib/bum_init.pm:92 msgid "Allows specific users to gain superuser status" msgstr "" "Belirtilen kullanıcılara süper kullanıcı yetkisi kazandırmaya imkan tanır" #: ../lib/bum_init.pm:93 msgid "System Logging Service" msgstr "Sistem Günlük Hizmeti" #: ../lib/bum_init.pm:94 msgid "Program to use the IBM ThinkPad(tm) special keys" msgstr "IBM ThinkPad(tm) özel tuÅŸlarını kullanmak için program" #: ../lib/bum_init.pm:95 ../lib/bum_init.pm:96 msgid "Creates new devices when plugged in" msgstr "Takıldığında yeni aygıtlar oluÅŸturur" #: ../lib/bum_init.pm:97 msgid "User bootsplash utility" msgstr "Kullanıcı sistem açılış ekranı aracı" #: ../lib/bum_init.pm:98 msgid "Save/Recover video state" msgstr "Ekran durumunu kaydet/düzelt" #: ../lib/bum_init.pm:99 msgid "The Very Secure FTP daemon" msgstr "Çok Güvenli FTP hizmeti" #: ../lib/bum_init.pm:100 msgid "Web-based remote administration for this computer" msgstr "Bu bilgisayar için aÄŸ-tabanlı uzaktan yönetim" #: ../lib/bum_init.pm:101 msgid "Graphical utility for managing wi-fi connections" msgstr "Kablosuz aÄŸ yönetimi için grafik araç" #: ../lib/bum_init.pm:102 msgid "Main Graphical Interface" msgstr "Ana Grafik Arabirim" #: ../data/bum.glade.h:1 msgid "Changes will be applied as soon as you click on OK button." msgstr "" "DeÄŸiÅŸiklikler, TAMAM tuÅŸuna bastığınız\n" "anda uygulanacaktır." #: ../data/bum.glade.h:2 msgid "Please wait... loading data..." msgstr "Lütfen bekleyin... veri yükleniyor..." #: ../data/bum.glade.h:3 msgid "Activate service & apply now" msgstr "Hizmeti etkinleÅŸtir & ÅŸimdi uygula" #: ../data/bum.glade.h:4 msgid "Advanced" msgstr "GeliÅŸmiÅŸ" #: ../data/bum.glade.h:5 msgid "" "Almost all the services started with init scripts in runlevels 2-3-4-5 and " "rcS.d don't have a standard, \"human readable\" description of their main " "behaviour. Very often the package description for these services is very " "cryptic and the common user is quite disorientated and doesn't understand " "the meaning. Boot-Up Manager (BUM) will use a special list to display the " "package description in its main view window.\n" "To contribute to this list, please feel free to update this wiki-web page: \n" msgstr "" "Çalışma seviyesi 2-3-4-5 ve rcS.d'deki baÅŸlangıç betikleri ile baÅŸlatılan " "hemen hemen tüm hizmetlerin ana davranışları içerisinde standart, " "\"anlaşılabilir\" bir tanım yoktur. ÇoÄŸunlukla bu hizmetlerin paket " "tanımları son derece karmaşıktır ve son kullanıcı için oldukça ÅŸaşırtıcı ve " "ifadesi anlaşılmazdır. Açılış Hizmet Yöneticisi (BUM), ana görünüm " "penceresindeki paket tanımını görüntülemek için özel bir liste " "kullanacaktır.\n" "Bu listeye katkıda bulunmak için, lütfen wiki-web sayfasını güncellemekten " "çekinmeyin: \n" #: ../data/bum.glade.h:8 msgid "Boot-Up Manager" msgstr "Açılış Hizmet Yöneticisi" #: ../data/bum.glade.h:10 msgid "Deactivate service & apply now" msgstr "Hizmeti durdur & ÅŸimdi uygula" #: ../data/bum.glade.h:11 msgid "Progress" msgstr "İlerleme" #: ../data/bum.glade.h:12 msgid "Report new human description" msgstr "Yeni anlaşılabilir tanım bildir" #: ../data/bum.glade.h:13 msgid "Report new service description" msgstr "Yeni hizmet tanımı bildir" #: ../data/bum.glade.h:14 msgid "Services" msgstr "Hizmetler" #: ../data/bum.glade.h:15 msgid "Shutdown Priority:" msgstr "Kapanış ÖnceliÄŸi:" #: ../data/bum.glade.h:16 msgid "Start service now" msgstr "Hizmeti ÅŸimdi baÅŸlat" #: ../data/bum.glade.h:17 msgid "Startup Priority:" msgstr "BaÅŸlangıç ÖnceliÄŸi:" #: ../data/bum.glade.h:18 msgid "Startup and shutdown scripts" msgstr "BaÅŸlangıç ve sonladırma betikleri" #: ../data/bum.glade.h:19 msgid "Stop service now" msgstr "Hizmeti ÅŸimdi durdur" #: ../data/bum.glade.h:20 msgid "Summary" msgstr "Özet" #: ../data/bum.glade.h:21 msgid "_File" msgstr "_Dosya" #~ msgid "Another bum is running, or the file:" #~ msgstr "BaÅŸka bir bum çalışmakta veya dosya:" #~ msgid "remains locked!" #~ msgstr "kilitli kalmış!" #~ msgid "For laptops, saves power if running on battery" #~ msgstr "Dizüstü sistemler pil ile çalışıyorlarsa enerjilerini korur" #~ msgid "Update dynamic IP address at DynDNS.org" #~ msgstr "DynDNS.org'daki devingen IP adresini günceller" #~ msgid "" #~ "You have asked to modify one or more services in the System Runlevel " #~ "(rcSd). This operation could compromise the general stability of your " #~ "system and, in some cases, cause possible damage to your hardware.\n" #~ "Are you 100% sure?" #~ msgstr "" #~ "Sistem çalışma seviyesinde bir veya daha fazla hizmette deÄŸiÅŸiklik yapmak " #~ "üzeresiniz (rcSd). Bu iÅŸlem, genel sistem kararlılığını etkileyebilir ve " #~ "bazı mümkün olan durumlarda donanımınıza zarar verebilir.\n" #~ "100% emin misiniz?" #~ msgid "Change start\\/stop priority" #~ msgstr "BaÅŸlangıç\\/BitiÅŸ ÖnceliÄŸini DeÄŸiÅŸtir" #~ msgid "Apply changes" #~ msgstr "DeÄŸiÅŸiklikleri Uygula" #~ msgid "Exit" #~ msgstr "Çıkış" #~ msgid "Help" #~ msgstr "Yardım" #~ msgid "About" #~ msgstr "Hakkında" #~ msgid "Special credits to:" #~ msgstr "Özel katkıda bulunanlar:" #~ msgid "Acknowledgments to:" #~ msgstr "TeÅŸekkür:" #~ msgid "Released under GNU General Public License (GPL)" #~ msgstr "(GPL) GNU Genel Kamu Lisansı altında Yayınlanmaktadır" #~ msgid "Cancel changes and exit" #~ msgstr "DeÄŸiÅŸiklikleri iptal et ve çık" #~ msgid "_Apply changes" #~ msgstr "_DeÄŸiÅŸiklikleri uygula" #~ msgid "Apply changes " #~ msgstr "DeÄŸiÅŸiklikleri uygula " #~ msgid "This program must be run with root privileges!" #~ msgstr "Bu program root yetkisi ile çalıştırılmalıdır!" #~ msgid "Information" #~ msgstr "Bilgi" #, fuzzy #~ msgid "Scripts" #~ msgstr "Betik adı" #~ msgid "Run as root or 'gksudo bum'\n" #~ msgstr "root olarak çalıştırın veya 'gksudo bum'\n" #~ msgid "Another bum is running, or the file /var/lock/bum remains locked!\n" #~ msgstr "" #~ "Bir baÅŸka bum çalışıyor, veya /var/lock/bum dosyası kilitli kalmış!\n" bum-2.5.2/po/nb.po0000644000175000017500000002703710401567071010613 00000000000000# Norwegian BokmÃ¥l translation for bum # Copyright (c) (c) 2006 Canonical Ltd, and Rosetta Contributors 2006 # This file is distributed under the same license as the bum package. # FIRST AUTHOR , 2006. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: bum\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2005-09-27 11:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian BokmÃ¥l \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: bum:84 msgid "" "You have asked to modify one or more services in the System Runlevel (rcSd). " "This operation could compromise the general stability of your system and, in " "some cases, cause possible damage to your hardware.\n" "Are you 100% sure?" msgstr "" "Du spurte om Ã¥ modifisere en eller flere tjenster i Systemets KjørenivÃ¥ " "(rcS.d). Denne operasjonen kan gjøre systemet ustabilt og i noen tilfeller " "skade maskinvaren.\n" "Er du 100% sikker?" #: bum:87 bum:1090 bum:1102 bum:1143 msgid "Services" msgstr "Tjenester" #: bum:88 msgid "Change start\\/stop priority" msgstr "Forandre start\\/stop prioritet" #: bum:89 msgid "Activate service & apply now" msgstr "Aktiver tjeneste & bekreft nÃ¥" #: bum:90 msgid "Deactivate service & apply now" msgstr "Deaktiver tjeneste & bekreft nÃ¥" #: bum:91 msgid "Start service now" msgstr "Start tjeneste nÃ¥" #: bum:92 msgid "Stop service now" msgstr "Stopp tjeneste nÃ¥" #: bum:126 bum:657 bum:664 bum:668 msgid "Apply changes" msgstr "Bruke instillingene" #: bum:127 bum:960 msgid "" "Start or stop services now? \n" "(If you answer No, changes will be applied at next boot.)" msgstr "" "Start eller stopp tjenester nÃ¥?\n" "(Hvis du svarer Nei, vil forandringene bli gjeldende ved neste start av " "systemet)" #: bum:136 bum:950 msgid "Exit" msgstr "Avslutt" #: bum:178 msgid "Help" msgstr "Hjelp" #: bum:181 msgid "About" msgstr "Om" #: bum:207 msgid "translator-credits" msgstr "oversetter" #: bum:208 msgid "Special credits to:" msgstr "spesiell takk til:" #: bum:209 msgid "Acknowledgments to:" msgstr "Hilsen til:" #: bum:221 msgid "Released under GNU General Public License (GPL)" msgstr "Utgitt under GNU General Public License (GPL)" #: bum:222 msgid "A graphical tool to handle runlevels configuration." msgstr "Et grafisk verktøy til Ã¥ forandre systemes kjørenivÃ¥ instillinger." #: bum:290 bum:351 bum:405 msgid "Activate" msgstr "Aktiver" #: bum:291 bum:406 msgid "Service name" msgstr "Tjeneste navn" #: bum:293 msgid "Single user" msgstr "En-bruker" #: bum:352 msgid "Script name" msgstr "Skript navn" #: bum:376 msgid "" "Editing in run level S is not allowed! Playing with rcS.d symlinks is an " "administration activity requiring deep knowledge of the runlevel system." msgstr "" "Ã… forandre i kjørenivÃ¥ 5 er ikke tillat! Ã… forandre pÃ¥ rc5.d symlinker er " "administrator aktivitet som krever dyp kjennskap til kjørenivÃ¥ systemet" #: bum:407 msgid "Description " msgstr "Forklaring " #: bum:408 msgid "Running" msgstr "Kjører" #: bum:446 bum:467 bum:700 bum:718 bum:733 msgid "You must select a script before!" msgstr "Du mÃ¥ velge ett skript først!" #: bum:490 bum:546 msgid "Deactivate & apply now" msgstr "Deaktiver & aktiver forandringer nÃ¥" #: bum:491 bum:547 msgid "Activate & apply now" msgstr "Aktiver og aktiver forandringer nÃ¥" #: bum:492 bum:744 msgid "Change start/stop priority" msgstr "Skift start/stopp prioritet" #: bum:513 bum:562 msgid "Stop now" msgstr "Stopp nÃ¥" #: bum:514 bum:563 msgid "Start now" msgstr "Start nÃ¥" #: bum:708 msgid "Service stopped." msgstr "Tjeneste stoppet." #: bum:709 bum:724 msgid "Failed command execution." msgstr "Kunne ikke kjøre kommandoen." #: bum:723 msgid "Service started." msgstr "Tjenesten startet." #: bum:752 msgid "" "Changes will be applied as soon as \n" "you click on OK button." msgstr "" "Forandringene vil bli aktivert sÃ¥ snart\n" "du trykker pÃ¥ OK knappen." #: bum:761 msgid "Startup Priority:" msgstr "Oppstarts Prioritet:" #: bum:770 msgid "Shutdown Priority:" msgstr "Nedstengnings Prioritet:" #: bum:954 msgid "Cancel changes and exit" msgstr "Avbryt forandringene og avslutt" #: bum:961 msgid "_Apply changes" msgstr "_Godkjenn forandringer" #: bum:967 msgid "Apply changes " msgstr "Godkjenn forandringer " #: bum:1003 msgid "This program must be run with root privileges!" msgstr "Dette programmet mÃ¥ kjører med root privilegier!" #: bum:1015 msgid "Another bum is running, or the file:" msgstr "En annen prosess av bum kjører, eller filen:" #: bum:1015 msgid "remains locked!" msgstr "er fortsatt lÃ¥st!" #: bum:1040 msgid "Please wait... loading data..." msgstr "Vennligst vent... laster data..." #: bum:1091 bum:1121 msgid "Information" msgstr "Informasjon" #: bum:1120 msgid "Scripts" msgstr "Skript" #: bum:1132 msgid "Startup and shutdown scripts" msgstr "Oppstart og nedstengings skript" #: bum:1146 msgid "Summary" msgstr "Oppsummering" #: bum:1184 msgid "Run as root or 'gksudo bum'\n" msgstr "Kjør som root eller 'gksudo bum'\n" #: bum:1185 msgid "Another bum is running, or the file /var/lock/bum remains locked!\n" msgstr "" "En annen prosess av bum kjører, eller filen /var/lock/bum er fortsatt lÃ¥st!\n" #: bumlib.pm:271 bumlib.pm:316 msgid "Sorry, no information found for this package." msgstr "Beklager, ingen informasjon er funnet for denne pakken." #: bum_init.pm:37 msgid "Perform intelligent power management of your system" msgstr "Utfør intelligent strømstyring av systemet" #: bum_init.pm:38 msgid "For laptops, saves power if running on battery" msgstr "For bærbare, spører strøm hvis kjørt pÃ¥ batteri" #: bum_init.pm:39 msgid "Sound Architecture Services " msgstr "Lyd arkitektur tjeneste " #: bum_init.pm:40 msgid "Runs system housekeeping chores on specified days" msgstr "Kjører system rengjørings oppgaver pÃ¥ angitte dager" #: bum_init.pm:41 msgid "Web Server" msgstr "Web Tjener" #: bum_init.pm:42 msgid "New generation Web Server" msgstr "Ny generasjons Web Tjener" #: bum_init.pm:43 msgid "Monitors battery status for some older laptops" msgstr "OvervÃ¥ker batteri statusen for noen eldre bærebare maskiner" #: bum_init.pm:44 msgid "Enables scheduling of jobs" msgstr "Klargjør for planlegging av oppgaver" #: bum_init.pm:45 msgid "Support for extra formats to run programs" msgstr "Mulighet for ekstra formater til Ã¥ kjøre programmer" #: bum_init.pm:46 msgid "Saves messages at boot to a log file" msgstr "Lagrer meldinger ved oppstart til en logg fil" #: bum_init.pm:47 msgid "Bluetooth services" msgstr "Bluetooth tjenester" #: bum_init.pm:48 msgid "Runs system housekeeping chores on specified dates/times" msgstr "Kjører system rengjørings rutiner pÃ¥ fastsatte dager/timer" #: bum_init.pm:49 msgid "Manages print jobs" msgstr "Styrer printer utskrifter" #: bum_init.pm:50 bum_init.pm:51 msgid "Delivers messages between applications" msgstr "Sender meldinger mellom applikasjoner" #: bum_init.pm:52 msgid "Update dynamic IP address at DynDNS.org" msgstr "Oppdaterer den dynamiske ip addressen hos DynDNS.org" #: bum_init.pm:53 msgid "Configures your system for internet access via a modem" msgstr "Konfigurerer systemet ditt for Ã¥ akksessere internett via ett modem" #: bum_init.pm:54 msgid "Dictionary Server" msgstr "Ordbok Tjener" #: bum_init.pm:55 msgid "Hard Disk Volume Management" msgstr "Hard Disk administrasjon" #: bum_init.pm:56 msgid "Detects changes in files/directories" msgstr "Oppdager forandringer i filer/mapper" #: bum_init.pm:57 msgid "Mail retrieval and forwarding utility" msgstr "E-post mottaker og videresendings verktøy" #: bum_init.pm:58 msgid "Power and special key management for Toshiba laptops" msgstr "Strøm og \"spesial knapper\" styring for Toshiba bærbare maskiner" #: bum_init.pm:59 msgid "GNOME Display Manager" msgstr "GNOME Display Manager" #: bum_init.pm:60 msgid "Tunes hard disk parameters for high performance" msgstr "Kalibrerer hard disk parametrer for høy ytelse" #: bum_init.pm:61 msgid "Auto-configures laptop hotkeys" msgstr "Auto-konfigurerer snarveisknapper pÃ¥ bærbare maskiner" #: bum_init.pm:62 msgid "Detects new devices when plugged in" msgstr "Oppdager nye enheter nÃ¥r de blir tilkoblet" #: bum_init.pm:63 msgid "HP Printing and Imaging System" msgstr "HP Printing and Imaging System" #: bum_init.pm:64 msgid "HP OfficeJet Linux driver" msgstr "HP OfficeJet Linux driver" #: bum_init.pm:65 msgid "Conexant HSF modem management" msgstr "Conexant HSF modem management" #: bum_init.pm:66 msgid "Tools to configure network services" msgstr "Verktøy for Ã¥ konfigurere nettverks tjenestene" #: bum_init.pm:67 msgid "Manager for incoming Internet connections" msgstr "Administrasjon for inkommende Internett tilkoblinger" #: bum_init.pm:68 msgid "KDE Display Manager" msgstr "KDE Display Manager" #: bum_init.pm:69 msgid "Logs important system events" msgstr "Logger viktige system hendelser" #: bum_init.pm:70 msgid "Handles physical Hard Disk Volumes in Logical groups" msgstr "HÃ¥ndterer fyskiske Hard Disker i logiske grupper" #: bum_init.pm:71 msgid "Creates special files to interact with hardware" msgstr "Lager spesielle filer til Ã¥ samarbeide med hardwaren" #: bum_init.pm:72 bum_init.pm:73 msgid "Manages multiple disk devices for fault-tolerance" msgstr "HÃ¥ndterer flere disker for feil toleranse" #: bum_init.pm:74 msgid "Fast and stable SQL database server" msgstr "Rask og stabil SQL database server" #: bum_init.pm:75 msgid "Manages your Internet connection" msgstr "HÃ¥ndterer Internett tilkoblingen" #: bum_init.pm:76 msgid "Update the system time using the Internet" msgstr "Oppdaterer system klokken over Internett" #: bum_init.pm:77 msgid "NVIDIA video card management" msgstr "NVIDIA grafikk kort hÃ¥ndtering" #: bum_init.pm:78 msgid "Manages the insertion/removal of Laptop cards" msgstr "HÃ¥ndterer insetting/fjerning av laptop kort" #: bum_init.pm:79 msgid "High performance Mail Server" msgstr "Høy ytelses Epost Tjener" #: bum_init.pm:80 msgid "Controls CPU speed and voltage to save power" msgstr "Kontrollerer CPU klokkehastighet og volt, for Ã¥ spare strøm" #: bum_init.pm:81 msgid "Manages internet access via a modem" msgstr "HÃ¥ndterer Internett tilgangen via ett modem" #: bum_init.pm:82 msgid "Speeds up boot by starting operations early" msgstr "Korter ned oppstarts tiden ved Ã¥ starte operasjoner tidlig" #: bum_init.pm:83 msgid "Fast remote file copy program" msgstr "Raskt fjern fils kopierings program" #: bum_init.pm:84 msgid "Share files among computers on a LAN" msgstr "Deler filer mellom andre maskiner i ett LAN" #: bum_init.pm:85 msgid "SmartLink modem management" msgstr "Smartling modem hÃ¥ndtering" #: bum_init.pm:86 msgid "Internet WWW proxy server" msgstr "Internett WWW proxy tjener" #: bum_init.pm:87 msgid "Allows users securely to log into the machine remotely" msgstr "Tillater brukere Ã¥ sikkert logge inn pÃ¥ maskinen uten fysisk tilgang" #: bum_init.pm:88 msgid "Allows specific users to gain superuser status" msgstr "Tillater spesielle brukere Ã¥ fÃ¥ superbruker status" #: bum_init.pm:89 msgid "System Logging Service" msgstr "System Logging Tjeneste" #: bum_init.pm:90 bum_init.pm:91 msgid "Creates new devices when plugged in" msgstr "Lager nye enheter nÃ¥r de blir plugget inn" #: bum_init.pm:92 msgid "Save/Recover video state" msgstr "Lagrer/Rekonstruerer video status" #: bum_init.pm:93 msgid "Web-based remote administration for this computer" msgstr "Web basert fjern administrasjon for denne maskinen" #: bum_init.pm:94 msgid "Main Graphical Interface" msgstr "Hoved Grafisk Brukergrensesnitt"bum-2.5.2/po/pl.po0000644000175000017500000003132210353270073010616 00000000000000# Polish translation of bum-1.3.2. # Copyright (C) 2005 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Remigiusz Dymecki , 2005. # # msgid "" msgstr "" "Project-Id-Version: bum-1.3.4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2005-12-24 16:58+0100\n" "PO-Revision-Date: 2005-10-24 16:32+0200\n" "Last-Translator: Remigiusz Dymecki \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../data/bum.desktop.in.in.h:1 msgid "Graphical runlevel configuration tool" msgstr "Graficzne narzÄ™dzie do zarzÄ…dzania usÅ‚ugami startowymi." #: ../lib/bum_app.pm:107 msgid "You must run this program as the root user." msgstr "Musisz uruchomić ten program jako administrator." #. TRANSLATORS: Replace this string with your names, one name per line. #: ../lib/bum_cbk.pm:44 ../data/bum.glade.h:23 msgid "translator-credits" msgstr "Remigiusz Dymecki " #: ../lib/bum_cbk.pm:50 msgid "A graphical tool to handle runlevels configuration." msgstr "Graficzne narzÄ™dzie do zarzÄ…dzania usÅ‚ugami startowymi." #: ../lib/bum_cbk.pm:76 msgid "" "Start or stop services now? \n" "(If you answer No, changes will be applied at next boot.)" msgstr "" "Włączyć czy wyłączyć usÅ‚ugÄ™ teraz? \n" "(JeÅ›li odpowiesz Nie, zmiany zostanÄ… zatwierdzone podczas nastÄ™pnego startu)" #: ../lib/bum_ops.pm:119 ../lib/bum_ops.pm:183 ../lib/bum_ops.pm:385 msgid "Activate" msgstr "Aktywuj" #: ../lib/bum_ops.pm:125 msgid "Description" msgstr "Opis" #: ../lib/bum_ops.pm:131 ../lib/bum_ops.pm:192 msgid "Running" msgstr "Pracuje" #: ../lib/bum_ops.pm:184 msgid "Service name" msgstr "Nazwa usÅ‚ugi" #: ../lib/bum_ops.pm:185 msgid "Single user" msgstr "PojedyÅ„czy użytkownik" #: ../lib/bum_ops.pm:386 msgid "Script name" msgstr "Nazwa skryptu" #: ../lib/bum_ops.pm:407 msgid "Editing in run level S is not allowed!" msgstr "Edytowanie·\"run·level·S\"·jest·niedozwolone!" #: ../lib/bum_ops.pm:409 msgid "" "Playing with rcS.d symlinks is an administration activity requiring deep " "knowledge of the runlevel system." msgstr "Edytowanie \"rcS.d\" wymaga dużej wiedzy na dany temat." #: ../lib/bum_ops.pm:557 msgid "Deactivate & apply now" msgstr "Deaktywuj i zastosuj teraz" #: ../lib/bum_ops.pm:558 msgid "Activate & apply now" msgstr "Aktywuj i zastosuj teraz" #: ../lib/bum_ops.pm:559 ../data/bum.glade.h:9 msgid "Change start/stop priority" msgstr "ZmieÅ„ priorytet włączania/wyłączania" #: ../lib/bum_ops.pm:561 msgid "Stop now" msgstr "Wyłącz teraz" #: ../lib/bum_ops.pm:562 msgid "Start now" msgstr "Włącz teraz" #: ../lib/bum_ops.pm:619 ../lib/bum_ops.pm:643 ../lib/bum_ops.pm:667 #: ../lib/bum_ops.pm:682 msgid "You must select a script before!" msgstr "Musisz pierw wybrać skrypt!" #: ../lib/bum_ops.pm:628 msgid "Service stopped." msgstr "UsÅ‚uga wyłączona" #: ../lib/bum_ops.pm:631 ../lib/bum_ops.pm:655 msgid "Failed command execution." msgstr "Nieudane wykonanie polecenia." #: ../lib/bum_ops.pm:652 msgid "Service started." msgstr "UsÅ‚uga włączona" #: ../lib/bum_ops.pm:756 msgid "Another bum is running, or the file:" msgstr "Inny bum jest włączony lub plik:" #: ../lib/bum_ops.pm:758 msgid "remains locked!" msgstr "pozostaÅ‚oÅ›ci zablokowane!" #: ../lib/bumlib.pm:309 msgid "Sorry, no information found for this package." msgstr "Przepraszamy, nie znaleziono informacji o tym pakiecie." #: ../lib/bum_init.pm:37 msgid "Perform intelligent power management of your system" msgstr "Inteligentny zarzÄ…dca zasilania" #: ../lib/bum_init.pm:38 msgid "For laptops, saves power if running on battery" msgstr "Dla laptopów, oszczÄ™dzaj energiÄ™ jeÅ›li używasz baterii" #: ../lib/bum_init.pm:39 msgid "Sound Architecture Services " msgstr "UsÅ‚uga architektury dźwiÄ™ku" #: ../lib/bum_init.pm:40 msgid "Runs system housekeeping chores on specified days" msgstr "Włącz sprzÄ…tanie system w okreÅ›lone dni" #: ../lib/bum_init.pm:41 msgid "Web Server" msgstr "Serwer www" #: ../lib/bum_init.pm:42 msgid "New generation Web Server" msgstr "Serwer www nowej generacji" #: ../lib/bum_init.pm:43 msgid "Monitors battery status for some older laptops" msgstr "Poziom baterii dla starszych laptopów" #: ../lib/bum_init.pm:44 msgid "Enables scheduling of jobs" msgstr "WÅ‚acz harmonogram zadaÅ„" #: ../lib/bum_init.pm:45 msgid "Support for extra formats to run programs" msgstr "Wsparcie dla dodatkowych formatów w celu uruchomienia aplikacji" #: ../lib/bum_init.pm:46 msgid "Service to get internet domain names" msgstr "UsÅ‚uga do pozyskania adresów dns" #: ../lib/bum_init.pm:47 msgid "Saves messages at boot to a log file" msgstr "Zapisz wiadomoÅ›ci poczas startu systemu do pliku" #: ../lib/bum_init.pm:48 msgid "Bluetooth services" msgstr "UsÅ‚uga Bluetooth" #: ../lib/bum_init.pm:49 msgid "Update virus database" msgstr "" #: ../lib/bum_init.pm:50 msgid "Runs system housekeeping chores on specified dates/times" msgstr "Włącz sprzÄ…tanie systemu o okreÅ›lonej dacie/godzinie" #: ../lib/bum_init.pm:51 msgid "Manages print jobs" msgstr "ZarzÄ…dzaj zadaniami drukowania" #: ../lib/bum_init.pm:52 ../lib/bum_init.pm:53 msgid "Delivers messages between applications" msgstr "Dostarczaj wiadomoÅ›ci pomiÄ™dzy programami" #: ../lib/bum_init.pm:54 msgid "Update dynamic IP address at DynDNS.org" msgstr "Zaktualizuj dynamiczny adres IP na DynDNS.org" #: ../lib/bum_init.pm:55 msgid "Configures your system for internet access via a modem" msgstr "Konfiguracja systemu dla połączanie internetowego poprzez modem" #: ../lib/bum_init.pm:56 msgid "Dictionary Server" msgstr "Serwer sÅ‚ownika" #: ../lib/bum_init.pm:57 msgid "Hard Disk Volume Management" msgstr "ZarzÄ…dca partycji na dysku twardny" #: ../lib/bum_init.pm:58 msgid "Detects changes in files/directories" msgstr "Wykrywaj zmiany w plikach/katalogach" #: ../lib/bum_init.pm:59 msgid "Mail retrieval and forwarding utility" msgstr "Programy do przyjmowania i przekierowania poczty" #: ../lib/bum_init.pm:60 msgid "Power and special key management for Toshiba laptops" msgstr "ZarzÄ…dca energi oraz specialnych klawiszy dla laptów Toshiba" #: ../lib/bum_init.pm:61 msgid "GNOME Display Manager" msgstr "ZarzÄ…dca logowania - GNOME" #: ../lib/bum_init.pm:62 msgid "Tunes hard disk parameters for high performance" msgstr "Wyreguluj parametry dysku twardego w celu lepszego dziaÅ‚ania" #: ../lib/bum_init.pm:63 msgid "Auto-configures laptop hotkeys" msgstr "Automatyczna konfiguracja specjalnych przycisków w laptopach" #: ../lib/bum_init.pm:64 msgid "Detects new devices when plugged in" msgstr "Wykryj nowe urzÄ…dzenia po podłączeniu" #: ../lib/bum_init.pm:65 msgid "HP Printing and Imaging System" msgstr "HP Printing i Imaging System" #: ../lib/bum_init.pm:66 msgid "HP OfficeJet Linux driver" msgstr "Sterownik HP OfficeJet" #: ../lib/bum_init.pm:67 msgid "Conexant HSF modem management" msgstr "ZarzÄ…dca modemu - Conexant HSF" #: ../lib/bum_init.pm:68 msgid "Tools to configure network services" msgstr "NarzÄ™dzia do konfiguracji usÅ‚ug sieciowych" #: ../lib/bum_init.pm:69 msgid "Manager for incoming Internet connections" msgstr "ZarzÄ…dca dla przychodzÄ…cych połączeÅ„ internetowych." #: ../lib/bum_init.pm:70 msgid "KDE Display Manager" msgstr "ZarzÄ…dca logowania KDE" #: ../lib/bum_init.pm:71 msgid "Logs important system events" msgstr "Zapisuj ważne zdarzenia systemowe" #: ../lib/bum_init.pm:72 msgid "Handles physical Hard Disk Volumes in Logical groups" msgstr "Ustawianie partycje w logiczne grupy" #: ../lib/bum_init.pm:73 msgid "Creates special files to interact with hardware" msgstr "Stwórz specialne pliki do oddziaÅ‚ywania na sprzÄ™t" #: ../lib/bum_init.pm:74 ../lib/bum_init.pm:75 msgid "Manages multiple disk devices for fault-tolerance" msgstr "ZarzÄ…dzaj dyskami w celu tolerowania uszkodzeÅ„" #: ../lib/bum_init.pm:76 msgid "Allows remote access for playing music" msgstr "" #: ../lib/bum_init.pm:77 msgid "Fast and stable SQL database server" msgstr "Szybki i stabilny serwer bazy danych SQL" #: ../lib/bum_init.pm:78 msgid "Manages your Internet connection" msgstr "ZarzÄ…dzaj swoim połączeniem Internetowym" #: ../lib/bum_init.pm:79 msgid "Update the system time using the Internet" msgstr "Aktualizuj czas komputera z Internetu" #: ../lib/bum_init.pm:80 msgid "NVIDIA video card management" msgstr "ZarzÄ…dca kartami video - NVIDIA" #: ../lib/bum_init.pm:81 msgid "Manages the insertion/removal of Laptop cards" msgstr "ZarzÄ…dzaj wkÅ‚adanymi/wyciÄ…ganymi kartami do laptopa" #: ../lib/bum_init.pm:82 msgid "High performance Mail Server" msgstr "Wysokiej klasy Serwer Pocztowy" #: ../lib/bum_init.pm:83 msgid "Controls CPU speed and voltage to save power" msgstr "Ustal prÄ™dkość i zasialnie procesora w celu oszczÄ™dnoÅ›ci zasilania" #: ../lib/bum_init.pm:84 msgid "Manages internet access via a modem" msgstr "ZarzÄ…dzaj połączenie internetowym poprzez modem" #: ../lib/bum_init.pm:85 msgid "Speeds up boot by starting operations early" msgstr "Przyspierz włączanie systemu poprzez wczeÅ›niejsze włączanie operacji" #: ../lib/bum_init.pm:86 msgid "Fast remote file copy program" msgstr "Program do szybkiego zdalnego kopiowania plików" #: ../lib/bum_init.pm:87 msgid "Share files among computers on a LAN" msgstr "UdostÄ™pniaj pliki innym komputerom w sieci lokalnej" #: ../lib/bum_init.pm:88 msgid "SmartLink modem management" msgstr "ZarzÄ…dca modemu - SmartLink" #: ../lib/bum_init.pm:89 msgid "Internet WWW proxy server" msgstr "Serwer proxy-WWW" #: ../lib/bum_init.pm:90 msgid "Allows users securely to log into the machine remotely" msgstr "Zezwól użytownikom do zdalnego logowania" #: ../lib/bum_init.pm:91 msgid "Allows specific users to gain superuser status" msgstr "Zezwól konkretnym użytkownikom do uzyskania uprawnieÅ„ administratora" #: ../lib/bum_init.pm:92 msgid "System Logging Service" msgstr "UsÅ‚uga zapisywania zdarzeÅ„ systemowych" #: ../lib/bum_init.pm:93 ../lib/bum_init.pm:94 msgid "Creates new devices when plugged in" msgstr "Stwórz nowe urzÄ…dzenie po podłączeniu" #: ../lib/bum_init.pm:95 msgid "User bootsplash utility" msgstr "NarzÄ™dzie do graficznego ekranu startowego" #: ../lib/bum_init.pm:96 msgid "Save/Recover video state" msgstr "Zapisz/Odtwórz stan obrazu" #: ../lib/bum_init.pm:97 msgid "The Very Secure FTP daemon" msgstr "" #: ../lib/bum_init.pm:98 msgid "Web-based remote administration for this computer" msgstr "Zdalna administracja komputera poprzez sieć WWW" #: ../lib/bum_init.pm:99 msgid "Graphical utility for managing wi-fi connections" msgstr "Graficzny program do zarzÄ…dzania połączeÅ„ z sieciÄ… wi-fi" #: ../lib/bum_init.pm:100 msgid "Main Graphical Interface" msgstr "Główny graficzny interfejs" #: ../data/bum.glade.h:1 msgid "Changes will be applied as soon as you click on OK button." msgstr "Zmiany zostanÄ… wykonane po naciÅ›niÄ™ciu na przycisk OK." #: ../data/bum.glade.h:2 msgid "Please wait... loading data..." msgstr "ProszÄ™ czekać... Å‚adowanie danych..." #: ../data/bum.glade.h:3 msgid "Activate service & apply now" msgstr "Aktywuj usÅ‚ugi i zastosuj teraz" #: ../data/bum.glade.h:4 msgid "Advanced" msgstr "Zaawansowane" #: ../data/bum.glade.h:5 msgid "" "Almost all the services started with init scripts in runlevels 2-3-4-5 and " "rcS.d don't have a standard, \"human readable\" description of their main " "behaviour. Very often the package description for these services is very " "cryptic and the common user is quite disorientated and doesn't understand " "the meaning. Boot-Up Manager (BUM) will use a special list to display the " "package description in its main view window.\n" "To contribute to this list, please feel free to update this wiki-web page: \n" msgstr "" #: ../data/bum.glade.h:8 msgid "Boot-Up Manager" msgstr "ZarzÄ…dca programów startowych" #: ../data/bum.glade.h:10 msgid "Deactivate service & apply now" msgstr "Deaktywuj usÅ‚ugi i zastosuj teraz" #: ../data/bum.glade.h:11 msgid "Progress" msgstr "DziaÅ‚anie" #: ../data/bum.glade.h:12 msgid "Report new human description" msgstr "" #: ../data/bum.glade.h:13 msgid "Report new service description" msgstr "" #: ../data/bum.glade.h:14 msgid "Services" msgstr "UsÅ‚ugi" #: ../data/bum.glade.h:15 msgid "Shutdown Priority:" msgstr "Priorytet wyłączania" #: ../data/bum.glade.h:16 msgid "Start service now" msgstr "Włącz usÅ‚ugÄ™ teraz" #: ../data/bum.glade.h:17 msgid "Startup Priority:" msgstr "Priorytet włączania" #: ../data/bum.glade.h:18 msgid "Startup and shutdown scripts" msgstr "Skrypty podczas wyłączania i wyłączania systemu" #: ../data/bum.glade.h:19 msgid "Stop service now" msgstr "Wyłączy usÅ‚ugÄ™ teraz" #: ../data/bum.glade.h:20 msgid "Summary" msgstr "Podsumowanie" #: ../data/bum.glade.h:21 msgid "_File" msgstr "Plik" bum-2.5.2/po/de.po0000644000175000017500000003165110354222701010574 00000000000000# Boot-Up Manager # This file is distributed under the same license as the PACKAGE package. # Fabio Marzocca , 2005. # # msgid "" msgstr "" "Project-Id-Version: bum-2.0.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2005-12-27 12:30+0100\n" "PO-Revision-Date: 2005-10-25 19:23+0200\n" "Last-Translator: Viktor Bindewald \n" "Language-Team: Fab XxX \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../data/bum.desktop.in.in.h:1 msgid "Graphical runlevel configuration tool" msgstr "Ein graphisches Werkzeug zur Handhabung von Runlevel Konfiguration" #: ../lib/bum_app.pm:107 msgid "You must run this program as the root user." msgstr "Dieses Programm muss als root ausgeführt werden." #. TRANSLATORS: Replace this string with your names, one name per line. #: ../lib/bum_cbk.pm:44 ../data/bum.glade.h:23 msgid "translator-credits" msgstr "" "Fabian \n" "Viktor Bindewald " #: ../lib/bum_cbk.pm:50 msgid "A graphical tool to handle runlevels configuration." msgstr "Ein graphisches Werkzeug zur Handhabung von Runlevel-Konfiguration" #: ../lib/bum_cbk.pm:76 msgid "" "Start or stop services now? \n" "(If you answer No, changes will be applied at next boot.)" msgstr "" "Skripte jetzt starten/stoppen? \n" "(Falls sie jetzt NEIN antworten, werden die Änderungen beim nächsten " "Systemstart angewendet.)" #: ../lib/bum_ops.pm:119 ../lib/bum_ops.pm:183 ../lib/bum_ops.pm:385 msgid "Activate" msgstr "Aktivieren" #: ../lib/bum_ops.pm:125 msgid "Description" msgstr "Beschreibung" #: ../lib/bum_ops.pm:131 ../lib/bum_ops.pm:192 msgid "Running" msgstr "Läuft" #: ../lib/bum_ops.pm:184 msgid "Service name" msgstr "Dienstname" #: ../lib/bum_ops.pm:185 msgid "Single user" msgstr "1-User" #: ../lib/bum_ops.pm:386 msgid "Script name" msgstr "Skriptname" #: ../lib/bum_ops.pm:407 msgid "Editing in run level S is not allowed!" msgstr "Das Bearbeiten im Runlevel S ist nicht erlaubt!" #: ../lib/bum_ops.pm:409 msgid "" "Playing with rcS.d symlinks is an administration activity requiring deep " "knowledge of the runlevel system." msgstr "" "Mit den rcS.d-Symlinks zu spielen ist ein administrative Tätigkeit, die viel " "Wissen über das Runlevel-System benötigt." #: ../lib/bum_ops.pm:557 msgid "Deactivate & apply now" msgstr "Deaktivieren & Änderungen anwenden" #: ../lib/bum_ops.pm:558 msgid "Activate & apply now" msgstr "Aktivieren & Änderungen anwenden" #: ../lib/bum_ops.pm:559 ../data/bum.glade.h:9 msgid "Change start/stop priority" msgstr "Start/Stop Priorität ändern" #: ../lib/bum_ops.pm:561 msgid "Stop now" msgstr "Jetzt stoppen" #: ../lib/bum_ops.pm:562 msgid "Start now" msgstr "Jetzt starten" #: ../lib/bum_ops.pm:619 ../lib/bum_ops.pm:643 ../lib/bum_ops.pm:667 #: ../lib/bum_ops.pm:682 msgid "You must select a script before!" msgstr "Sie müssen zuerst ein Skrip auswählen!" #: ../lib/bum_ops.pm:628 msgid "Service stopped." msgstr "Dienst gestoppt." #: ../lib/bum_ops.pm:631 ../lib/bum_ops.pm:655 msgid "Failed command execution." msgstr "Befehl konnte nicht ausgeführt werden." #: ../lib/bum_ops.pm:652 msgid "Service started." msgstr "Dienst gestartet." #: ../lib/bum_ops.pm:756 msgid "Another bum is running, or the file:" msgstr "Eine andere Instanz von bum läuft, oder die Datei:" #: ../lib/bum_ops.pm:758 msgid "remains locked!" msgstr "bleibt gesperrt!" #: ../lib/bumlib.pm:309 msgid "Sorry, no information found for this package." msgstr "Keine Informationen für dieses Paket gefunden." #: ../lib/bum_init.pm:37 msgid "Perform intelligent power management of your system" msgstr "Intelligentes Energie-Management auf Ihrem System ausführen" #: ../lib/bum_init.pm:38 #, fuzzy msgid "For laptops, does power management and enables hotkeys" msgstr "Für Laptops, spart Energie im Batteriemodus" #: ../lib/bum_init.pm:39 msgid "Sound Architecture Services " msgstr "Klangarchitektur Services" #: ../lib/bum_init.pm:40 msgid "Runs system housekeeping chores on specified days" msgstr "Führt System-Aufräumarbeiten an bestimmten Tagen durch" #: ../lib/bum_init.pm:41 msgid "Web Server" msgstr "Webserver" #: ../lib/bum_init.pm:42 msgid "New generation Web Server" msgstr "Webserver der neuen Generation" #: ../lib/bum_init.pm:43 msgid "Monitors battery status for some older laptops" msgstr "Beobachtet Batteriestatus älterer Laptops" #: ../lib/bum_init.pm:44 msgid "Enables scheduling of jobs" msgstr "Ermöglicht das Planen von Aufgaben" #: ../lib/bum_init.pm:45 msgid "Support for extra formats to run programs" msgstr "Unterstützung für zusätzliche Formate um Programme laufen zu lassen" #: ../lib/bum_init.pm:46 msgid "Service to get internet domain names" msgstr "Dienst um Internet-Domainnamen zu erhalten." #: ../lib/bum_init.pm:47 msgid "Saves messages at boot to a log file" msgstr "Speichert Nachrichten beim Systemstart in Logdatei" #: ../lib/bum_init.pm:48 msgid "Bluetooth services" msgstr "Bluetooth-Dienste" #: ../lib/bum_init.pm:49 msgid "Update virus database" msgstr "" #: ../lib/bum_init.pm:50 msgid "Runs system housekeeping chores on specified dates/times" msgstr "Führt System-Aufräumarbeiten zu bestimmten Zeiten/Tagen durch" #: ../lib/bum_init.pm:51 msgid "Manages print jobs" msgstr "Verwaltet Druckaufgaben" #: ../lib/bum_init.pm:52 ../lib/bum_init.pm:53 msgid "Delivers messages between applications" msgstr "Transportiert Nachrichten zwischen Programmen" #: ../lib/bum_init.pm:54 msgid "Updates your details on DNS hosting providers" msgstr "" #: ../lib/bum_init.pm:55 msgid "Configures your system for internet access via a modem" msgstr "Richtet ihr System für Modemanschluss ein" #: ../lib/bum_init.pm:56 msgid "Dictionary Server" msgstr "Wörterbuch-Server" #: ../lib/bum_init.pm:57 msgid "Hard Disk Volume Management" msgstr "Festplattenmanagement" #: ../lib/bum_init.pm:58 msgid "Detects changes in files/directories" msgstr "Erkennt Änderungen an Dateien/Ordnern" #: ../lib/bum_init.pm:59 msgid "Mail retrieval and forwarding utility" msgstr "Mailabfrage und -weiterleitung" #: ../lib/bum_init.pm:60 msgid "Power and special key management for Toshiba laptops" msgstr "Energie- und spezielles Schlüsselmanagement für Toshiba Laptops" #: ../lib/bum_init.pm:61 msgid "GNOME Display Manager" msgstr "GNOME Display Manager" #: ../lib/bum_init.pm:62 msgid "Tunes hard disk parameters for high performance" msgstr "Verbessert Festplattenparameter für bessere Leistung" #: ../lib/bum_init.pm:63 msgid "Auto-configures laptop hotkeys" msgstr "Konfiguriert automatisch Laptop-Spezialtasten" #: ../lib/bum_init.pm:64 msgid "Detects new devices when plugged in" msgstr "Erkennt neue Geräte beim Anstecken" #: ../lib/bum_init.pm:65 msgid "HP Printing and Imaging System" msgstr "HP Druck- und Bildverarbeitungssystem" #: ../lib/bum_init.pm:66 msgid "HP OfficeJet Linux driver" msgstr "HP OfficeJet Linux Treiber" #: ../lib/bum_init.pm:67 msgid "Conexant HSF modem management" msgstr "Conexant HSF-Modemverwaltung" #: ../lib/bum_init.pm:68 msgid "Tools to configure network services" msgstr "Netzwerkkonfigurationsprogramme" #: ../lib/bum_init.pm:69 msgid "Manager for incoming Internet connections" msgstr "Manager für eingehende Internetverbindungen" #: ../lib/bum_init.pm:70 msgid "KDE Display Manager" msgstr "KDE Display Manager" #: ../lib/bum_init.pm:71 msgid "Logs important system events" msgstr "Speichert wichtige Systemereignisse" #: ../lib/bum_init.pm:72 #, fuzzy msgid "Auto-enables laptop mode when running on batteries" msgstr "Für Laptops, spart Energie im Batteriemodus" #: ../lib/bum_init.pm:73 msgid "Handles physical Hard Disk Volumes in Logical groups" msgstr "Regelt physische Festplattenvolumes in logischen Gruppen" #: ../lib/bum_init.pm:74 msgid "Creates special files to interact with hardware" msgstr "Erstellt spezielle Dateien um mit Hardware zu kommunizieren" #: ../lib/bum_init.pm:75 ../lib/bum_init.pm:76 msgid "Manages multiple disk devices for fault-tolerance" msgstr "Regelt Geräte mit mehreren Platten für mehr Fehlertoleranz" #: ../lib/bum_init.pm:77 msgid "Allows remote access for playing music" msgstr "" #: ../lib/bum_init.pm:78 msgid "Fast and stable SQL database server" msgstr "Schneller und stabiler SQL-Datenbankserver" #: ../lib/bum_init.pm:79 msgid "Manages your Internet connection" msgstr "Regelt Ihre Internetverbindung" #: ../lib/bum_init.pm:80 msgid "Update the system time using the Internet" msgstr "Gleicht die Systemzeit über das Internet an" #: ../lib/bum_init.pm:81 msgid "NVIDIA video card management" msgstr "NVIDIA Graphikkartenmanagement" #: ../lib/bum_init.pm:82 msgid "Manages the insertion/removal of Laptop cards" msgstr "Regelt die" #: ../lib/bum_init.pm:83 msgid "High performance Mail Server" msgstr "Hochleistungs Mailserver" #: ../lib/bum_init.pm:84 msgid "Controls CPU speed and voltage to save power" msgstr "Regelt CPU Geschwindigkeit und Strom um Energie zu sparen" #: ../lib/bum_init.pm:85 msgid "Manages internet access via a modem" msgstr "Regelt Internetzugang über Modem" #: ../lib/bum_init.pm:86 msgid "Speeds up boot by starting operations early" msgstr "Beschleunigt Systemstart durch früheres Starten von Operationen" #: ../lib/bum_init.pm:87 msgid "Fast remote file copy program" msgstr "Programm zum schnellen, entfernten kopieren" #: ../lib/bum_init.pm:88 msgid "Share files among computers on a LAN" msgstr "Dateien mit anderen Computern in einem lokalen Netzwerk teilen" #: ../lib/bum_init.pm:89 msgid "SmartLink modem management" msgstr "SmartLink Modem Management" #: ../lib/bum_init.pm:90 msgid "Internet WWW proxy server" msgstr "WWW-Proxy-Server" #: ../lib/bum_init.pm:91 msgid "Allows users securely to log into the machine remotely" msgstr "Ermöglichen, von einem entfernten Rechner anmelden" #: ../lib/bum_init.pm:92 msgid "Allows specific users to gain superuser status" msgstr "Erlaubt bestimmten BenutzerInnen, SuperUser-Rechte zu erlangen" #: ../lib/bum_init.pm:93 msgid "System Logging Service" msgstr "Systemlogservice" #: ../lib/bum_init.pm:94 msgid "Program to use the IBM ThinkPad(tm) special keys" msgstr "" #: ../lib/bum_init.pm:95 ../lib/bum_init.pm:96 msgid "Creates new devices when plugged in" msgstr "Erstellt neue Geräte beim Anstecken" #: ../lib/bum_init.pm:97 msgid "User bootsplash utility" msgstr "Benutzerbootsplash-Werkzeug" #: ../lib/bum_init.pm:98 msgid "Save/Recover video state" msgstr "Videostatus speichern/wiederherstellen" #: ../lib/bum_init.pm:99 msgid "The Very Secure FTP daemon" msgstr "" #: ../lib/bum_init.pm:100 msgid "Web-based remote administration for this computer" msgstr "Webbasierter Fernzugriff auf diesen Computer" #: ../lib/bum_init.pm:101 msgid "Graphical utility for managing wi-fi connections" msgstr "Grafisches Werkzeug um WiFi-Verbindungen zu verwalten" #: ../lib/bum_init.pm:102 msgid "Main Graphical Interface" msgstr "Graphische Hauptoberfläche" #: ../data/bum.glade.h:1 msgid "Changes will be applied as soon as you click on OK button." msgstr "" "Änderungen werden angewendet sobald Sie auf den OK-Knopf klicken." #: ../data/bum.glade.h:2 msgid "Please wait... loading data..." msgstr "Bitte warten... Lade Daten..." #: ../data/bum.glade.h:3 msgid "Activate service & apply now" msgstr "Service aktivieren & Änderungen anwenden" #: ../data/bum.glade.h:4 msgid "Advanced" msgstr "Erweitert" #: ../data/bum.glade.h:5 msgid "" "Almost all the services started with init scripts in runlevels 2-3-4-5 and " "rcS.d don't have a standard, \"human readable\" description of their main " "behaviour. Very often the package description for these services is very " "cryptic and the common user is quite disorientated and doesn't understand " "the meaning. Boot-Up Manager (BUM) will use a special list to display the " "package description in its main view window.\n" "To contribute to this list, please feel free to update this wiki-web page: \n" msgstr "" #: ../data/bum.glade.h:8 msgid "Boot-Up Manager" msgstr "Boot-Up Manager" #: ../data/bum.glade.h:10 msgid "Deactivate service & apply now" msgstr "Service deaktivieren & Änderungen anwenden" #: ../data/bum.glade.h:11 msgid "Progress" msgstr "Fortschritt" #: ../data/bum.glade.h:12 msgid "Report new human description" msgstr "" #: ../data/bum.glade.h:13 msgid "Report new service description" msgstr "" #: ../data/bum.glade.h:14 msgid "Services" msgstr "Dienste" #: ../data/bum.glade.h:15 msgid "Shutdown Priority:" msgstr "Runterfahrpriorität" #: ../data/bum.glade.h:16 msgid "Start service now" msgstr "Dienst jetzt starten" #: ../data/bum.glade.h:17 msgid "Startup Priority:" msgstr "Systemstart Priorität:" #: ../data/bum.glade.h:18 msgid "Startup and shutdown scripts" msgstr "Skripte beim Systemstart und dem Herunterfahren" #: ../data/bum.glade.h:19 msgid "Stop service now" msgstr "Dienst jetzt stoppen" #: ../data/bum.glade.h:20 msgid "Summary" msgstr "Übersicht" #: ../data/bum.glade.h:21 msgid "_File" msgstr "_Datei" #~ msgid "Update dynamic IP address at DynDNS.org" #~ msgstr "Erneuert dynamische IP auf DynDNS.org" bum-2.5.2/po/ka.po0000644000175000017500000005707110361756163010617 00000000000000# translation of ka.po to Georgian # Georgian translation for bum # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the bum package. # Vladimer Sichinava , 2005. # Vladimer Sichinava , 2005, 2006. # msgid "" msgstr "" "Project-Id-Version: ka\n" "Report-Msgid-Bugs-To:\n" "POT-Creation-Date: 2005-09-27 11:34+0200\n" "PO-Revision-Date: 2006-01-09 01:14+0100\n" "Last-Translator: Vladimer Sichinava \n" "Language-Team: Georgian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: bum:84 msgid "" "You have asked to modify one or more services in the System Runlevel (rcSd). " "This operation could compromise the general stability of your system and, in " "some cases, cause possible damage to your hardware.\n" "Are you 100% sure?" msgstr "" "თქვენ·მáƒáƒ˜áƒ—ხáƒáƒ•ეთ·ზáƒáƒ’იერთი·System·Runlevel·(rcSd)·-ის·სერვისის·შეცვლáƒ,·\n" "რáƒáƒ›áƒáƒªÂ·áƒ¨áƒ”იძლებáƒÂ·áƒ¡áƒáƒ”რთáƒÂ·áƒ¡áƒ˜áƒ¡áƒ¢áƒ”მის·áƒáƒ áƒáƒ›áƒ“გრáƒáƒ“áƒáƒ‘áƒÂ·áƒ’áƒáƒ›áƒáƒ˜áƒ¬áƒ•იáƒáƒ¡Â·áƒáƒœÂ·áƒ›áƒ¬áƒ§áƒáƒ‘რიდáƒáƒœÂ·\n" "გáƒáƒ›áƒáƒ˜áƒ§áƒ•áƒáƒœáƒáƒ¡Â·áƒ áƒáƒ›áƒ”ლიმე·მიერთებული·მáƒáƒ¬áƒ§áƒáƒ‘ილáƒáƒ‘áƒ.\\n\n" "დáƒáƒ áƒ¬áƒ›áƒ£áƒœáƒ”ბული·ბრძáƒáƒœáƒ“ებით·100%·თუ·რáƒáƒ¡Â·áƒáƒ™áƒ”თებთ?" #: bum:87 bum:1090 bum:1102 bum:1143 msgid "Services" msgstr "სერვისი" #: bum:88 msgid "Change start\\/stop priority" msgstr "ჩáƒáƒ áƒ—ვáƒ\\\\/გáƒáƒ›áƒáƒ áƒ—ვის·პრიáƒáƒ áƒ˜áƒ¢áƒ”ტის·შეცვლáƒ" #: bum:89 msgid "Activate service & apply now" msgstr "სერვისის გáƒáƒáƒ¥áƒ¢áƒ˜áƒ£áƒ áƒ”ბრდრდáƒáƒ›áƒ¢áƒ™áƒ˜áƒªáƒ”ბáƒ" #: bum:90 msgid "Deactivate service & apply now" msgstr "სერვისის დეáƒáƒ¥áƒ¢áƒ˜áƒ•ირებრდრმიღებáƒ" #: bum:91 msgid "Start service now" msgstr "სერვისის მყისვე გáƒáƒ¨áƒ•ებáƒ" #: bum:92 msgid "Stop service now" msgstr "გáƒáƒáƒ©áƒ”რე სერვისი áƒáƒ®áƒšáƒáƒ•ე" #: bum:126 bum:657 bum:664 bum:668 msgid "Apply changes" msgstr "ცვლილებების·დáƒáƒ›áƒ¢áƒ™áƒ˜áƒªáƒ”ბáƒ" #: bum:127 bum:960 msgid "" "Start or stop services now? \n" "(If you answer No, changes will be applied at next boot.)" msgstr "" "გáƒáƒ•უშვრáƒáƒœ შევწყვიტრსერვის პრáƒáƒ’რáƒáƒ›áƒ áƒáƒ®áƒšáƒáƒ•ე?\n" "(áƒáƒ áƒ-ს შემთხვევáƒáƒ¨áƒ˜, ყáƒáƒ•ელი ცვლილებრგáƒáƒ“áƒáƒ¢áƒ•ირთვის შემდგáƒáƒ› დáƒáƒ›áƒ¢áƒ™áƒ˜áƒªáƒ“დებრ.)" #: bum:136 bum:950 msgid "Exit" msgstr "გáƒáƒ¡áƒ•ლáƒ" #: bum:178 msgid "Help" msgstr "დáƒáƒ®áƒ›áƒáƒ áƒ”ბáƒ" #: bum:181 msgid "About" msgstr "პრáƒáƒ’რáƒáƒ›áƒ˜áƒ¡ შესáƒáƒ®áƒ”ბ" #: bum:207 msgid "translator-credits" msgstr "თáƒáƒ áƒ’მáƒáƒœáƒ˜-შესრულებულიáƒ" #: bum:208 msgid "Special credits to:" msgstr "გáƒáƒœáƒ¡áƒáƒ™áƒ£áƒ—რებული·მáƒáƒ“ლáƒáƒ‘áƒ:" #: bum:209 msgid "Acknowledgments to:" msgstr "პრáƒáƒ’რáƒáƒ›áƒáƒ–ე·იმუშáƒáƒ•ეს:" #: bum:221 msgid "Released under GNU General Public License (GPL)" msgstr "პრáƒáƒ’რáƒáƒ›áƒÂ·áƒ”ქვემდებáƒáƒ áƒ”ბáƒÂ·GNU·(GPL)·-ის·ლიცენზიáƒáƒ¡." #: bum:222 msgid "A graphical tool to handle runlevels configuration." msgstr "პრáƒáƒ’რáƒáƒ›áƒáƒ—რჩáƒáƒ¢áƒ•ირთვის გრáƒáƒ¤áƒ˜áƒ™áƒ£áƒšáƒ˜ კáƒáƒœáƒ¤áƒ˜áƒ’ურáƒáƒ¢áƒáƒ áƒ˜." #: bum:290 bum:351 bum:405 msgid "Activate" msgstr "áƒáƒ¥áƒ¢áƒ˜áƒ•ირებáƒ" #: bum:291 bum:406 msgid "Service name" msgstr "სერვისის სáƒáƒ®áƒ”ლი" #: bum:293 msgid "Single user" msgstr "ერთი მáƒáƒ›áƒ®áƒ›áƒáƒ áƒ”ბელი" #: bum:352 msgid "Script name" msgstr "სკრიპტის სáƒáƒ®áƒ”ლი" #: bum:376 msgid "" "Editing in run level S is not allowed! Playing with rcS.d symlinks is an " "administration activity requiring deep knowledge of the runlevel system." msgstr "" "ყურáƒáƒ“ღებáƒ!ჩáƒáƒ¢áƒ•ირთვის·runlevel·S·-" "ის·რედáƒáƒ¥áƒ¢áƒ˜áƒ áƒ”ბáƒÂ·áƒ¡áƒáƒ¡áƒ¢áƒ˜áƒ™áƒáƒ“·áƒáƒ™áƒ áƒ«áƒáƒšáƒ£áƒšáƒ˜áƒ,·áƒáƒ’რეთვე·rcS.d symlink -ებთáƒáƒœ მუშáƒáƒáƒ‘რ" "áƒáƒ“მინისტრáƒáƒ¢áƒáƒ áƒ£áƒšáƒ˜ სáƒáƒ¥áƒ›áƒ”áƒ,·სáƒáƒ­áƒ˜áƒ áƒáƒ გáƒáƒ¦áƒ áƒ›áƒáƒ•ებული ცáƒáƒ“ნáƒÂ·áƒ©áƒáƒ¢áƒ•ირთვის პრáƒáƒªáƒ”სების " "მუშáƒáƒáƒ‘ის·შესáƒáƒ®áƒ”ბ." #: bum:407 msgid "Description " msgstr "áƒáƒ¦áƒ¬áƒ”რილáƒáƒ‘áƒÂ·Â·. " #: bum:408 msgid "Running" msgstr "გáƒáƒ¨áƒ•ებულიáƒ" #: bum:446 bum:467 bum:700 bum:718 bum:733 msgid "You must select a script before!" msgstr "მáƒáƒœáƒ˜áƒ¨áƒœáƒ”თ რáƒáƒ˜áƒ›áƒ” სკრიპტი მáƒáƒœáƒáƒ›áƒ“ე!" #: bum:490 bum:546 msgid "Deactivate & apply now" msgstr "დეáƒáƒ¥áƒ¢áƒ˜áƒ•ირებრდრდáƒáƒ›áƒ¢áƒ™áƒ˜áƒªáƒ”ბáƒ" #: bum:491 bum:547 msgid "Activate & apply now" msgstr "გáƒáƒáƒ¥áƒ¢áƒ˜áƒ£áƒ áƒ”ბრდრდáƒáƒ›áƒ¢áƒ™áƒ˜áƒªáƒ”ბáƒ" #: bum:492 bum:744 msgid "Change start/stop priority" msgstr "შეცვáƒáƒšáƒ” გáƒáƒ¨áƒ•ებáƒ/გáƒáƒ›áƒáƒ áƒ—ვის პრიáƒáƒ áƒ˜áƒ¢áƒ”ტი" #: bum:513 bum:562 msgid "Stop now" msgstr "შეწყვიტე áƒáƒ®áƒšáƒáƒ•ე" #: bum:514 bum:563 msgid "Start now" msgstr "გáƒáƒ¨áƒ•ებრáƒáƒ®áƒšáƒáƒ•ე" #: bum:708 msgid "Service stopped." msgstr "სერვისი გáƒáƒ—იშულიáƒ." #: bum:709 bum:724 msgid "Failed command execution." msgstr "áƒáƒžáƒ”რáƒáƒªáƒ˜áƒ ვერ/áƒáƒ  ჩáƒáƒ¢áƒáƒ áƒ“áƒ." #: bum:723 msgid "Service started." msgstr "სერვისი ჩáƒáƒ˜áƒ áƒ—áƒ." #: bum:752 msgid "" "Changes will be applied as soon as \n" "you click on OK button." msgstr "" "ყáƒáƒ•ელი·ცვლილებáƒÂ·OK·ღილáƒáƒ™áƒ˜áƒ¡\\n\n" "დáƒáƒ¬áƒ™áƒáƒžáƒ•ისáƒáƒ¡Â·áƒ“áƒáƒ›áƒ¢áƒ™áƒ˜áƒªáƒ“ებáƒ." #: bum:761 msgid "Startup Priority:" msgstr "დáƒáƒ¬áƒ§áƒ”ბის პრიáƒáƒ áƒ˜áƒ¢áƒ”ტი:" #: bum:770 msgid "Shutdown Priority:" msgstr "გáƒáƒ›áƒáƒ áƒ—ვის პრიáƒáƒ áƒ˜áƒ¢áƒ”ტი:" #: bum:954 msgid "Cancel changes and exit" msgstr "ცვლილებáƒáƒ—áƒÂ·áƒ’áƒáƒ£áƒ¥áƒ›áƒ”ბáƒÂ·áƒ“áƒÂ·áƒ“áƒáƒ¡áƒ áƒ£áƒšáƒ”ბáƒ" #: bum:961 msgid "_Apply changes" msgstr "ცვლილებáƒáƒ—áƒÂ·_დáƒáƒ›áƒ¢áƒ™áƒ˜áƒªáƒ”ბáƒ" #: bum:967 msgid "Apply changes " msgstr "ცვლილებáƒáƒ—áƒÂ·áƒ“áƒáƒ›áƒ¢áƒ™áƒ˜áƒªáƒ”ბრ" #: bum:1003 msgid "This program must be run with root privileges!" msgstr "პრáƒáƒ’რáƒáƒ›áƒ root-ის უფლებებით უნდრჩáƒáƒ˜áƒ¢áƒ•ირთáƒáƒ¡!" #: bum:1015 msgid "Another bum is running, or the file:" msgstr "ჩáƒáƒ áƒ—ულირსხვრbum áƒáƒœ რáƒáƒ˜áƒ›áƒ” ფáƒáƒ˜áƒšáƒ˜:" #: bum:1015 msgid "remains locked!" msgstr "რჩებრჩáƒáƒ™áƒ”ტილი!" #: bum:1040 msgid "Please wait... loading data..." msgstr "გთხáƒáƒ•თ მáƒáƒ˜áƒ—მინáƒáƒ—...მიმდინáƒáƒ áƒ”áƒáƒ‘ს·ჩáƒáƒ¢áƒ•ირთვáƒ..." #: bum:1091 bum:1121 msgid "Information" msgstr "ინფáƒáƒ áƒ›áƒáƒªáƒ˜áƒ" #: bum:1120 msgid "Scripts" msgstr "სკრიპტი" #: bum:1132 msgid "Startup and shutdown scripts" msgstr "ჩáƒáƒ áƒ—ვის დრგáƒáƒ›áƒáƒ áƒ—ვის სკრიპტი" #: bum:1146 msgid "Summary" msgstr "შეჯáƒáƒ›áƒ”ბáƒ" #: bum:1184 msgid "Run as root or 'gksudo bum'\n" msgstr "სáƒáƒ¬áƒ˜áƒ áƒáƒ”ბს·root-ით·გáƒáƒ¨áƒ•ებáƒáƒ¡Â·áƒáƒœÂ·'gksudo·bum'\\n\n" #: bum:1185 msgid "Another bum is running, or the file /var/lock/bum remains locked!\n" msgstr "ჩáƒáƒ¢áƒ•ირთულიáƒÂ·áƒ¡áƒ®áƒ•áƒÂ·BUM-ი,·áƒáƒœÂ·áƒ¤áƒáƒ˜áƒšáƒ˜Â·/var/lock/bum·ჩáƒáƒ™áƒ”ტილიáƒ!\\n\n" #: bumlib.pm:271 bumlib.pm:316 msgid "Sorry, no information found for this package." msgstr "ვერ ვპáƒáƒ£áƒšáƒáƒ‘ ინფáƒáƒ áƒ›áƒáƒªáƒ˜áƒáƒ¡ áƒáƒ› პრáƒáƒ’რáƒáƒ›áƒ˜áƒ¡ შესáƒáƒ®áƒ”ბ." #: bum_init.pm:37 msgid "Perform intelligent power management of your system" msgstr "მáƒáƒáƒ®áƒ“ინე სისტემის ელ-კვების უკეთესი მáƒáƒ®áƒ›áƒáƒ áƒ”ბáƒ" #: bum_init.pm:38 msgid "For laptops, saves power if running on battery" msgstr "ლეპტáƒáƒžáƒ”ბისთვის,·ელექტრáƒÂ·áƒ”ნერგიის·დáƒáƒ–áƒáƒ’ვáƒ" #: bum_init.pm:39 msgid "Sound Architecture Services " msgstr "ხმის áƒáƒ áƒ¥áƒ˜áƒ¢áƒ”ქტურის სერვისები " #: bum_init.pm:40 msgid "Runs system housekeeping chores on specified days" msgstr "სისტემის ტექ-შემáƒáƒ¬áƒ›áƒ”ბის დáƒáƒ’ეგმილ დღეებში ჩáƒáƒ áƒ—ვáƒ" #: bum_init.pm:41 msgid "Web Server" msgstr "ვებ სერვერი" #: bum_init.pm:42 msgid "New generation Web Server" msgstr "áƒáƒ®áƒáƒšáƒ˜ ტიპის ვებ სერვერი" #: bum_init.pm:43 msgid "Monitors battery status for some older laptops" msgstr "áƒáƒ©áƒ•ენებს ელემენტების სტáƒáƒ¢áƒ£áƒ¡ ზáƒáƒ’იერთ ძველ ლეპტáƒáƒžáƒ”ბზე" #: bum_init.pm:44 msgid "Enables scheduling of jobs" msgstr "რთáƒáƒ•ს áƒáƒ›áƒáƒªáƒáƒœáƒáƒ—რსკედულინგს" #: bum_init.pm:45 msgid "Support for extra formats to run programs" msgstr "ექსტრრგáƒáƒ¤áƒáƒ áƒ—áƒáƒ”ბების მხáƒáƒ áƒ“áƒáƒ­áƒ”რრპრáƒáƒ’რáƒáƒ›áƒ”ბის გáƒáƒ¨áƒ•ებისთვის" #: bum_init.pm:46 msgid "Saves messages at boot to a log file" msgstr "ინáƒáƒ®áƒáƒ•ს ჩáƒáƒ¢áƒ•ირთვის წერილებს áƒáƒ¥áƒ›áƒ˜áƒ¡ ფáƒáƒ˜áƒšáƒ¨áƒ˜" #: bum_init.pm:47 msgid "Bluetooth services" msgstr "ბლუტუტის სერვისები" #: bum_init.pm:48 msgid "Runs system housekeeping chores on specified dates/times" msgstr "წმენდს სისტემáƒáƒ¡ მითითებულ რიცხვსრდრსáƒáƒáƒ—ში" #: bum_init.pm:49 msgid "Manages print jobs" msgstr "ბეჭდვის დáƒáƒ•áƒáƒšáƒ”ბáƒáƒ—რმენეჯმენტი" #: bum_init.pm:50 bum_init.pm:51 msgid "Delivers messages between applications" msgstr "პრáƒáƒ’რáƒáƒ›áƒáƒ—რშáƒáƒ áƒ˜áƒ¡ წერილთრურთიერთ გáƒáƒ’ზáƒáƒ•ნáƒ" #: bum_init.pm:52 msgid "Update dynamic IP address at DynDNS.org" msgstr "DynDNS.org·-ის·მეშვეáƒáƒ‘ით·დინáƒáƒ›áƒ˜áƒ£áƒ áƒ˜Â·IP·მისáƒáƒ›áƒáƒ áƒ—ის·გáƒáƒœáƒáƒ®áƒšáƒ”ბáƒ" #: bum_init.pm:53 msgid "Configures your system for internet access via a modem" msgstr "მáƒáƒ áƒ—áƒáƒ•ს თქვენს სისტემáƒáƒ¡ ინტერნეტში მáƒáƒ“ემით შესვლისáƒáƒ—ვის" #: bum_init.pm:54 msgid "Dictionary Server" msgstr "ლექსიკáƒáƒœáƒ˜áƒ¡ სერვერი" #: bum_init.pm:55 msgid "Hard Disk Volume Management" msgstr "მყáƒáƒ áƒ˜ დისკის მáƒáƒªáƒ£áƒšáƒáƒ‘ის მენეჯმენტი" #: bum_init.pm:56 msgid "Detects changes in files/directories" msgstr "áƒáƒ•ლენს ცვლილებებს ფáƒáƒ˜áƒšáƒ¨áƒ˜/დირექტáƒáƒ áƒ˜áƒáƒ¨áƒ˜" #: bum_init.pm:57 msgid "Mail retrieval and forwarding utility" msgstr "მეილის მიღების áƒáƒœ გáƒáƒ’ზáƒáƒ•ნის უტილიტáƒ." #: bum_init.pm:58 msgid "Power and special key management for Toshiba laptops" msgstr "" "ჩáƒáƒ áƒ—ვის დრსპეციფიური ღილáƒáƒ™áƒ”ბის მმáƒáƒ áƒ—ველი ტáƒáƒ¨áƒ˜áƒ‘áƒáƒ¡ მáƒáƒ áƒ™áƒ˜áƒ¡ ლეპტáƒáƒžáƒ˜áƒ¡áƒ—ვის" #: bum_init.pm:59 msgid "GNOME Display Manager" msgstr "GNOME ეკრáƒáƒœ მმáƒáƒ áƒ—ველი" #: bum_init.pm:60 msgid "Tunes hard disk parameters for high performance" msgstr "áƒáƒ áƒ”გულირებს დისკს უკეთესი დრსწრáƒáƒ¤áƒ˜ მუშáƒáƒáƒ‘ისთვის" #: bum_init.pm:61 msgid "Auto-configures laptop hotkeys" msgstr "ლეპტáƒáƒžáƒ˜áƒ¡ გáƒáƒ›áƒáƒ«áƒáƒ®áƒ”ბის კლáƒáƒ•იშის áƒáƒ•ტáƒáƒ™áƒáƒœáƒ¤áƒ˜áƒ’ურáƒáƒªáƒ˜áƒ" #: bum_init.pm:62 msgid "Detects new devices when plugged in" msgstr "მიერთებულ ხელსáƒáƒ¬áƒ§áƒáƒ—რáƒáƒ•ტáƒáƒáƒ›áƒáƒªáƒœáƒáƒ‘áƒ" #: bum_init.pm:63 msgid "HP Printing and Imaging System" msgstr "HP-ის ბეჭდვის სისტემáƒ" #: bum_init.pm:64 msgid "HP OfficeJet Linux driver" msgstr "HP OfficeJet-ის ლინუქს დრáƒáƒ˜áƒ•ერი" #: bum_init.pm:65 msgid "Conexant HSF modem management" msgstr "Conexant HSF მáƒáƒ“ემის მენეჯმენტი" #: bum_init.pm:66 msgid "Tools to configure network services" msgstr "ქსელის მმáƒáƒ áƒ—ველი სერვისები" #: bum_init.pm:67 msgid "Manager for incoming Internet connections" msgstr "შემáƒáƒ•áƒáƒšáƒ˜ ინტერნეტ დáƒáƒ™áƒáƒ•შირების მმáƒáƒ áƒ—ველი" #: bum_init.pm:68 msgid "KDE Display Manager" msgstr "KDE ეკრáƒáƒœ მმáƒáƒ áƒ—ველი" #: bum_init.pm:69 msgid "Logs important system events" msgstr "მნიშვნელáƒáƒ•áƒáƒœáƒ˜ მáƒáƒ•ლენების áƒáƒ¥áƒ›áƒ¨áƒ˜ ჩáƒáƒ¬áƒ”რáƒ" #: bum_init.pm:70 msgid "Handles physical Hard Disk Volumes in Logical groups" msgstr "მყáƒáƒ áƒ˜ დისკის ლáƒáƒ’იკურ დáƒáƒœáƒáƒ§áƒáƒ¤áƒ”ბáƒáƒ“ დáƒáƒ§áƒáƒ¤áƒ" #: bum_init.pm:71 msgid "Creates special files to interact with hardware" msgstr "მáƒáƒ¬áƒ§áƒáƒ‘ილáƒáƒ‘ებთáƒáƒœ დáƒáƒ¡áƒáƒ™áƒáƒ•შირებლáƒáƒ“ ქმნის სპეც ფáƒáƒ˜áƒšáƒ”ბს" #: bum_init.pm:72 bum_init.pm:73 msgid "Manages multiple disk devices for fault-tolerance" msgstr "დიდი რáƒáƒáƒ“ენáƒáƒ‘ის მყáƒáƒ áƒ˜ დისკების მმáƒáƒ áƒ—ველი" #: bum_init.pm:74 msgid "Fast and stable SQL database server" msgstr "სწრáƒáƒ¤áƒ˜ დრსტáƒáƒ‘ილუსი SQL მáƒáƒœáƒáƒªáƒ”მთრბáƒáƒœáƒ™áƒ˜" #: bum_init.pm:75 msgid "Manages your Internet connection" msgstr "მáƒáƒ áƒ—áƒáƒ•ს თქვენს ინტერნეტ კáƒáƒ•შირს" #: bum_init.pm:76 msgid "Update the system time using the Internet" msgstr "სისტემის სáƒáƒáƒ—ის ინტერნეტის მეშვეáƒáƒ‘ით გáƒáƒœáƒáƒ®áƒšáƒ”ბáƒ" #: bum_init.pm:77 msgid "NVIDIA video card management" msgstr "NVIDIA -იáƒáƒ¡ ვიდერკáƒáƒ áƒ¢áƒ˜áƒ¡ მáƒáƒ áƒ—ვáƒ" #: bum_init.pm:78 msgid "Manages the insertion/removal of Laptop cards" msgstr "ლეპტáƒáƒž კáƒáƒ áƒ¢áƒ”ბის დáƒáƒ§áƒ”ნებáƒ/მáƒáƒ¨áƒáƒ áƒ”ბის მმáƒáƒ áƒ—ველი" #: bum_init.pm:79 msgid "High performance Mail Server" msgstr "მáƒáƒ¦áƒáƒšáƒ˜ ეფექტურáƒáƒ‘ის მეილ სერვერი" #: bum_init.pm:80 msgid "Controls CPU speed and voltage to save power" msgstr "CPU-ს სიჩქáƒáƒ áƒ˜áƒ¡áƒ დრვáƒáƒšáƒ¢áƒáƒŸáƒ˜áƒ¡ მáƒáƒ™áƒáƒœáƒ¢áƒ áƒáƒšáƒ”ბელი" #: bum_init.pm:81 msgid "Manages internet access via a modem" msgstr "მáƒáƒ“ემის მეშვეáƒáƒ‘ით ინტერნეტ კáƒáƒ•შირის მმáƒáƒ áƒ—ვáƒ" #: bum_init.pm:82 msgid "Speeds up boot by starting operations early" msgstr "áƒáƒ©áƒ¥áƒáƒ áƒ”ბს სისტემის ჩáƒáƒ¢áƒ•ირთვáƒáƒ¡ დáƒáƒ•áƒáƒšáƒ”ბáƒáƒ—რდრáƒáƒ–ე áƒáƒ“რე გáƒáƒ¨áƒ•ებით" #: bum_init.pm:83 msgid "Fast remote file copy program" msgstr "დáƒáƒ¨áƒáƒ áƒ”ბულ ფáƒáƒ˜áƒšáƒ—რსწრáƒáƒ¤áƒ˜ გáƒáƒ“მáƒáƒ›áƒ¢áƒáƒœáƒ˜ პრáƒáƒ’რáƒáƒ›áƒ" #: bum_init.pm:84 msgid "Share files among computers on a LAN" msgstr "ფáƒáƒ˜áƒšáƒ—რგáƒáƒ–იáƒáƒ áƒ”ბრLAN ქსელში" #: bum_init.pm:85 msgid "SmartLink modem management" msgstr "SmartLink მáƒáƒ“ემის მმáƒáƒ áƒ—ველი" #: bum_init.pm:86 msgid "Internet WWW proxy server" msgstr "ინტერნეტ WWW პრáƒáƒ¥áƒ¡áƒ˜ სერვერი" #: bum_init.pm:87 msgid "Allows users securely to log into the machine remotely" msgstr "მáƒáƒ›áƒ®áƒ›áƒáƒ áƒ”ბელთრსისტემáƒáƒ¨áƒ˜ უსáƒáƒ¤áƒ áƒ—ხრგáƒáƒ áƒ” წვდáƒáƒ›áƒ" #: bum_init.pm:88 msgid "Allows specific users to gain superuser status" msgstr "" "ზáƒáƒ’იერთი მáƒáƒ›áƒ®áƒ›áƒáƒ áƒ”ბლისთვის superuser-ის სტáƒáƒ¢áƒ£áƒ¡áƒ˜áƒ¡ მინიჭების შესáƒáƒ«áƒšáƒ”ბლáƒáƒ‘áƒ" #: bum_init.pm:89 msgid "System Logging Service" msgstr "სისტემის áƒáƒ¥áƒ›áƒ—რშექმნის სერვისი" #: bum_init.pm:90 bum_init.pm:91 msgid "Creates new devices when plugged in" msgstr "მáƒáƒ¬áƒ§áƒáƒ‘ილáƒáƒ‘ის მმáƒáƒ áƒ—ველი მáƒáƒ—ი მიერთების შემთხვევáƒáƒ¨áƒ˜." #: bum_init.pm:92 msgid "Save/Recover video state" msgstr "შენáƒáƒ®áƒ•áƒ/áƒáƒ¦áƒ“გენრვიდერრეჟიმის" #: bum_init.pm:93 msgid "Web-based remote administration for this computer" msgstr "ვებზე დáƒáƒ¤áƒ£áƒ«áƒœáƒ”ბული სისტემის გáƒáƒ áƒ” მმáƒáƒ áƒ—ველი" #: bum_init.pm:94 msgid "Main Graphical Interface" msgstr "ძირითáƒáƒ“ი გრáƒáƒ¤áƒ˜áƒ™áƒ£áƒšáƒ˜ ინტერფეისი" #~ msgid "Graphical runlevel configuration tool" #~ msgstr "ჩáƒáƒ¢áƒ•ირთვის runlevel-ის გრáƒáƒ¤áƒ˜áƒ™áƒ£áƒšáƒ˜ კáƒáƒœáƒ¤áƒ˜áƒ’ურáƒáƒ¢áƒáƒ áƒ˜." #~ msgid "You must run this program as the root user." #~ msgstr "პრáƒáƒ’რáƒáƒ›áƒ root-ის უფლებებით უნდრჩáƒáƒ˜áƒ áƒ—áƒáƒ¡." #~ msgid "Description" #~ msgstr "áƒáƒ¦áƒ¬áƒ”რილáƒáƒ‘áƒ" #~ msgid "Editing in run level S is not allowed!" #~ msgstr "S ჩáƒáƒ¢áƒ•ირთვის პრáƒáƒªáƒ”სის რედáƒáƒ¥áƒ¢áƒ˜áƒ áƒ”ბრáƒáƒ™áƒ áƒ«áƒáƒšáƒ£áƒšáƒ˜áƒ!" #~ msgid "" #~ "Playing with rcS.d symlinks is an administration activity requiring deep " #~ "knowledge of the runlevel system." #~ msgstr "" #~ "ყურáƒáƒ“ღებრrcS.d symlink -თáƒáƒœ თáƒáƒ›áƒáƒ¨áƒ˜ áƒáƒ“მინისტრáƒáƒ¢áƒáƒ áƒ£áƒšáƒ˜ სáƒáƒ¥áƒ›áƒ”áƒ,სáƒáƒ­áƒ˜áƒ áƒáƒ " #~ "ჩáƒáƒ¢áƒ•ირთვის პრáƒáƒªáƒ”სების მუშáƒáƒáƒ‘ის გáƒáƒ¦áƒ áƒ›áƒáƒ•ებული ცáƒáƒ“ნáƒ." #~ msgid "For laptops, does power management and enables hotkeys" #~ msgstr "ლეპტáƒáƒžáƒ”ბისთვის უკეთესი ელ-კვებრდრგáƒáƒ›áƒáƒ«áƒáƒ®áƒ”ბის კლáƒáƒ•იშების ჩáƒáƒ áƒ—ვáƒ" #~ msgid "Service to get internet domain names" #~ msgstr "სერვისი ინტერნეტ დáƒáƒ›áƒ”ნის სáƒáƒ®áƒ”ლთრáƒáƒ—ვისებისთვის" #~ msgid "Update virus database" #~ msgstr "ვირუსთრმáƒáƒœáƒáƒªáƒ”მთრბáƒáƒ–ის გáƒáƒœáƒáƒ®áƒšáƒ”ბáƒ" #~ msgid "Updates your details on DNS hosting providers" #~ msgstr "áƒáƒœáƒáƒ®áƒšáƒ”ბს თქვენს მáƒáƒœáƒáƒªáƒ”მებს DNS áƒáƒœ ჰáƒáƒ¡áƒ¢áƒ˜áƒœáƒ’ის პრáƒáƒ•áƒáƒ˜áƒ“ერებთáƒáƒœ" #~ msgid "Auto-enables laptop mode when running on batteries" #~ msgstr "დენის ქსელიდáƒáƒœ გáƒáƒ›áƒáƒ áƒ—ვისáƒáƒ¡ ლეპტáƒáƒž რეჟიმის ჩáƒáƒ áƒ—ვáƒ" #~ msgid "Allows remote access for playing music" #~ msgstr "მუსიკის გáƒáƒ¨áƒ•ებისთვის გáƒáƒ áƒ” წვდáƒáƒ›áƒ˜áƒ¡ დáƒáƒ¨áƒ•ებáƒ" #~ msgid "Program to use the IBM ThinkPad(tm) special keys" #~ msgstr "IBM ThinkPad(tm)-ის ტიპის კáƒáƒ›áƒžáƒ˜áƒ£áƒ¢áƒ”რის სპეც-ღილáƒáƒ™áƒ”ბის მáƒáƒ áƒ—ვáƒ" #~ msgid "User bootsplash utility" #~ msgstr "მáƒáƒ›áƒ®áƒ›áƒáƒ áƒ”ბელის ჩáƒáƒ¢áƒ•ირთვის სურáƒáƒ—ი" #~ msgid "The Very Secure FTP daemon" #~ msgstr "ძáƒáƒšáƒ–ედ სáƒáƒ˜áƒ›áƒ”დრFTP -ის დემáƒáƒœáƒ˜" #~ msgid "Graphical utility for managing wi-fi connections" #~ msgstr "Wi-Fi კáƒáƒ•შირების გრáƒáƒ¤áƒ˜áƒ™áƒ£áƒšáƒ˜ მმáƒáƒ áƒ—ველი" #~ msgid "Changes will be applied as soon as you click on OK button." #~ msgstr "ყáƒáƒ•ელი ცვლილებრდáƒáƒ›áƒ¢áƒ™áƒ˜áƒªáƒ“დებáƒ, დიáƒáƒ® ღილáƒáƒ™áƒ˜áƒ¡ დáƒáƒ¬áƒ™áƒáƒžáƒ•ისáƒáƒ¡" #~ msgid "Please wait... loading data..." #~ msgstr "გთხáƒáƒ•თ მáƒáƒ˜áƒ—მინáƒáƒ—...მიმდინáƒáƒ áƒ”áƒáƒ‘ს მáƒáƒœáƒáƒªáƒ”მთრჩáƒáƒ¢áƒ•ირთვáƒ..." #~ msgid "Advanced" #~ msgstr "გáƒáƒ¤áƒáƒ áƒ—áƒáƒ•ებული" #~ msgid "" #~ "Almost all the services started with init scripts in runlevels 2-3-4-5 and " #~ "rcS.d don't have a standard, \"human readable\" description of their main " #~ "behaviour. Very often the package description for these services is very " #~ "cryptic and the common user is quite disorientated and doesn't understand " #~ "the meaning. Boot-Up Manager (BUM) will use a special list to display the " #~ "package description in its main view window.\n" #~ "To contribute to this list, please feel free to update this wiki-web page: \n" #~ msgstr "" #~ "სისტემის სáƒáƒ¬áƒ§áƒ˜áƒ¡áƒ˜ ჩáƒáƒ¢áƒ•ირთვის სკრიპტებს (init scripts) რáƒáƒ›áƒšáƒ”ბიც იმყáƒáƒ¤áƒ”ბიáƒáƒœ მე2-" #~ "3-4-5 runlevel-ში დრáƒáƒ’რეთვე rcS.d-ში, áƒáƒ“áƒáƒ›áƒ˜áƒáƒœáƒ£áƒ  áƒáƒ¦áƒ¥áƒ›áƒáƒ¡ áƒáƒ  ექვემდებáƒáƒ áƒ”ბიáƒáƒœ. " #~ "ხშირáƒáƒ“ პრáƒáƒ’რáƒáƒ›áƒ˜áƒ¡ áƒáƒ¦áƒ¬áƒ”რილáƒáƒ‘ის ტექსტი კáƒáƒ“ირებულირდრთáƒáƒ•ისი სირთულით áƒáƒ‘ნევს " #~ "რიგით მáƒáƒ›áƒ®áƒ›áƒáƒ áƒ”ბელს. áƒáƒ› მიზეზის გáƒáƒ›áƒ Boot-Up·Manager (ჩáƒáƒ—ვირთვის მენეჯერი) " #~ "იყენებს სპეციáƒáƒšáƒ£áƒ  პრáƒáƒ’რáƒáƒ›áƒáƒ—რგáƒáƒœáƒ›áƒáƒ áƒ—ების სიáƒáƒ¡ რáƒáƒ›áƒ”ლიც·პრáƒáƒ’რáƒáƒ›áƒ˜áƒ¡ მთáƒáƒ•áƒáƒ  " #~ "ფáƒáƒœáƒ¯áƒáƒ áƒáƒ¨áƒ˜áƒ გáƒáƒ›áƒáƒ¡áƒáƒ®áƒ£áƒšáƒ˜.\n" #~ "თუ გნებáƒáƒ•თ áƒáƒ› სიáƒáƒ¨áƒ˜ თქვენი წვლილის შეტáƒáƒœáƒ შეგიძლიáƒáƒ— გáƒáƒœáƒáƒáƒ®áƒšáƒáƒ— შემდეგი ვიკი-" #~ "ვებ გვერდი: \n" #~ msgid "Boot-Up Manager" #~ msgstr "ჩáƒáƒ¢áƒ•ირთვის მმáƒáƒ áƒ—ველი" #~ msgid "Progress" #~ msgstr "მიმდინáƒáƒ áƒ”áƒáƒ‘ს" #~ msgid "Report new human description" #~ msgstr "áƒáƒ®áƒáƒšáƒ˜ áƒáƒ“áƒáƒ›áƒ˜áƒáƒœáƒ£áƒ áƒ˜ áƒáƒ¦áƒ¬áƒ”რილáƒáƒ‘ის áƒáƒœáƒ’áƒáƒ áƒ˜áƒ¨áƒ˜" #~ msgid "Report new service description" #~ msgstr "áƒáƒ®áƒáƒšáƒ˜ სერვისის áƒáƒ¦áƒ¬áƒ”რილáƒáƒ‘ის áƒáƒœáƒ’áƒáƒ áƒ˜áƒ¨áƒ˜" #~ msgid "_File" #~ msgstr "_ფáƒáƒ˜áƒšáƒ˜"bum-2.5.2/po/Makefile.in.in0000644000175000017500000001536511244776073012341 00000000000000# Makefile for program source directory in GNU NLS utilities package. # Copyright (C) 1995, 1996, 1997 by Ulrich Drepper # Copyright (C) 2004-2008 Rodney Dawes # # This file may be copied and used freely without restrictions. It may # be used in projects which are not available under a GNU Public License, # but which still want to provide support for the GNU gettext functionality. # # - Modified by Owen Taylor to use GETTEXT_PACKAGE # instead of PACKAGE and to look for po2tbl in ./ not in intl/ # # - Modified by jacob berkman to install # Makefile.in.in and po2tbl.sed.in for use with glib-gettextize # # - Modified by Rodney Dawes for use with intltool # # We have the following line for use by intltoolize: # INTLTOOL_MAKEFILE GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ top_builddir = @top_builddir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ datadir = @datadir@ datarootdir = @datarootdir@ libdir = @libdir@ DATADIRNAME = @DATADIRNAME@ itlocaledir = $(prefix)/$(DATADIRNAME)/locale subdir = po install_sh = @install_sh@ # Automake >= 1.8 provides @mkdir_p@. # Until it can be supposed, use the safe fallback: mkdir_p = $(install_sh) -d INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ GMSGFMT = @GMSGFMT@ MSGFMT = @MSGFMT@ XGETTEXT = @XGETTEXT@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ MSGMERGE = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist GENPOT = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot ALL_LINGUAS = @ALL_LINGUAS@ PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi) USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep '^$$lang$$' $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep '^$$lang$$'`"; then printf "$$lang "; fi; done; fi) USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done) POFILES=$(shell LINGUAS="$(PO_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done) DISTFILES = Makefile.in.in POTFILES.in $(POFILES) EXTRA_DISTFILES = ChangeLog POTFILES.skip Makevars LINGUAS POTFILES = \ # This comment gets stripped out CATALOGS=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.gmo "; done) .SUFFIXES: .SUFFIXES: .po .pox .gmo .mo .msg .cat .po.pox: $(MAKE) $(GETTEXT_PACKAGE).pot $(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox .po.mo: $(MSGFMT) -o $@ $< .po.gmo: file=`echo $* | sed 's,.*/,,'`.gmo \ && rm -f $$file && $(GMSGFMT) -o $$file $< .po.cat: sed -f ../intl/po2msg.sed < $< > $*.msg \ && rm -f $@ && gencat $@ $*.msg all: all-@USE_NLS@ all-yes: $(CATALOGS) all-no: $(GETTEXT_PACKAGE).pot: $(POTFILES) $(GENPOT) install: install-data install-data: install-data-@USE_NLS@ install-data-no: all install-data-yes: all linguas="$(USE_LINGUAS)"; \ for lang in $$linguas; do \ dir=$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES; \ $(mkdir_p) $$dir; \ if test -r $$lang.gmo; then \ $(INSTALL_DATA) $$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \ echo "installing $$lang.gmo as $$dir/$(GETTEXT_PACKAGE).mo"; \ else \ $(INSTALL_DATA) $(srcdir)/$$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \ echo "installing $(srcdir)/$$lang.gmo as" \ "$$dir/$(GETTEXT_PACKAGE).mo"; \ fi; \ if test -r $$lang.gmo.m; then \ $(INSTALL_DATA) $$lang.gmo.m $$dir/$(GETTEXT_PACKAGE).mo.m; \ echo "installing $$lang.gmo.m as $$dir/$(GETTEXT_PACKAGE).mo.m"; \ else \ if test -r $(srcdir)/$$lang.gmo.m ; then \ $(INSTALL_DATA) $(srcdir)/$$lang.gmo.m \ $$dir/$(GETTEXT_PACKAGE).mo.m; \ echo "installing $(srcdir)/$$lang.gmo.m as" \ "$$dir/$(GETTEXT_PACKAGE).mo.m"; \ else \ true; \ fi; \ fi; \ done # Empty stubs to satisfy archaic automake needs dvi info tags TAGS ID: # Define this as empty until I found a useful application. install-exec installcheck: uninstall: linguas="$(USE_LINGUAS)"; \ for lang in $$linguas; do \ rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \ rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \ done check: all $(GETTEXT_PACKAGE).pot rm -f missing notexist srcdir=$(srcdir) $(INTLTOOL_UPDATE) -m if [ -r missing -o -r notexist ]; then \ exit 1; \ fi mostlyclean: rm -f *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp rm -f .intltool-merge-cache clean: mostlyclean distclean: clean rm -f Makefile Makefile.in POTFILES stamp-it rm -f *.mo *.msg *.cat *.cat.m *.gmo maintainer-clean: distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." rm -f Makefile.in.in distdir = ../$(PACKAGE)-$(VERSION)/$(subdir) dist distdir: $(DISTFILES) dists="$(DISTFILES)"; \ extra_dists="$(EXTRA_DISTFILES)"; \ for file in $$extra_dists; do \ test -f $(srcdir)/$$file && dists="$$dists $(srcdir)/$$file"; \ done; \ for file in $$dists; do \ test -f $$file || file="$(srcdir)/$$file"; \ ln $$file $(distdir) 2> /dev/null \ || cp -p $$file $(distdir); \ done update-po: Makefile $(MAKE) $(GETTEXT_PACKAGE).pot tmpdir=`pwd`; \ linguas="$(USE_LINGUAS)"; \ for lang in $$linguas; do \ echo "$$lang:"; \ result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \ if $$result; then \ if cmp $(srcdir)/$$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ rm -f $$tmpdir/$$lang.new.po; \ else \ if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ :; \ else \ echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ rm -f $$tmpdir/$$lang.new.po; \ exit 1; \ fi; \ fi; \ else \ echo "msgmerge for $$lang.gmo failed!"; \ rm -f $$tmpdir/$$lang.new.po; \ fi; \ done Makefile POTFILES: stamp-it @if test ! -f $@; then \ rm -f stamp-it; \ $(MAKE) stamp-it; \ fi stamp-it: Makefile.in.in $(top_builddir)/config.status POTFILES.in cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ $(SHELL) ./config.status # Tell versions [3.59,3.63) of GNU make not to export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: bum-2.5.2/po/ChangeLog0000644000175000017500000000000010354223040011373 00000000000000bum-2.5.2/po/it.po0000644000175000017500000003631710624113263010626 00000000000000# Boot-Up Manager # This file is distributed under the same license as the bum package. # Fabio Marzocca , 2005. # Beniamino Caputo <>, 2005. # Fabio Marzocca , 2005. # <>, 2005. # # msgid "" msgstr "" "Project-Id-Version: bum 2.1.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2007-05-20 20:41+0200\n" "PO-Revision-Date: 2007-05-20 20:42+0100\n" "Last-Translator: Fabio Marzocca \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../data/bum.desktop.in.in.h:1 msgid "BootUp-Manager" msgstr "Boot-Up Manager" #: ../data/bum.desktop.in.in.h:2 msgid "Graphical runlevel configuration tool" msgstr "Un tool grafico per gestire la configurazione dei runlevel" #: ../lib/bum_app.pm:108 msgid "You must run this program as the root user." msgstr "Questo programma deve essere eseguito con i privilegi di root!" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../lib/bum_cbk.pm:44 #: ../data/bum.glade.h:23 msgid "translator-credits" msgstr "Beniamino Caputo " #: ../lib/bum_cbk.pm:50 msgid "A graphical tool to handle runlevels configuration." msgstr "Un tool grafico per gestire la configurazione dei runlevel." #: ../lib/bum_cbk.pm:75 msgid "" "Start or stop services now? \n" "(If you answer No, changes will be applied at next boot.)" msgstr "" "Avvia o arresta i servizi adesso? \n" "(Rispondendo NO, le modifiche saranno attivate al prossimo riavvio del sistema.)" #: ../lib/bum_ops.pm:120 #: ../lib/bum_ops.pm:184 #: ../lib/bum_ops.pm:387 msgid "Activate" msgstr "Attiva" #: ../lib/bum_ops.pm:126 msgid "Description" msgstr "Descrizione" #: ../lib/bum_ops.pm:132 #: ../lib/bum_ops.pm:193 msgid "Running" msgstr "In esecuzione" #: ../lib/bum_ops.pm:185 msgid "Service name" msgstr "Nome del servizio" #: ../lib/bum_ops.pm:186 msgid "Single user" msgstr "Monoutente" #: ../lib/bum_ops.pm:388 msgid "Script name" msgstr "Nome dello script" #: ../lib/bum_ops.pm:409 msgid "Editing in run level S is not allowed!" msgstr "Non sono consentite modifiche nel run level S!" #: ../lib/bum_ops.pm:411 msgid "Playing with rcS.d symlinks is an administration activity requiring deep knowledge of the runlevel system." msgstr "La gestione dei link simbolici nella directory rcS.d rappresenta un'attività di amministrazione avanzata, che richiede profonde conoscenze del sistema di inizializzazione." #: ../lib/bum_ops.pm:559 msgid "Deactivate & apply now" msgstr "Disattiva & arresta adesso" #: ../lib/bum_ops.pm:560 msgid "Activate & apply now" msgstr "Attiva & avvia adesso" #: ../lib/bum_ops.pm:561 #: ../data/bum.glade.h:9 msgid "Change start/stop priority" msgstr "Cambia la priorità di avvio/arresto" #: ../lib/bum_ops.pm:563 msgid "Stop now" msgstr "Arresta adesso" #: ../lib/bum_ops.pm:564 msgid "Start now" msgstr "Avvia adesso" #: ../lib/bum_ops.pm:621 #: ../lib/bum_ops.pm:645 #: ../lib/bum_ops.pm:669 #: ../lib/bum_ops.pm:684 msgid "You must select a script before!" msgstr "Dovete prima selezionare uno script!" #: ../lib/bum_ops.pm:630 msgid "Service stopped." msgstr "Servizio arrestato." #: ../lib/bum_ops.pm:633 #: ../lib/bum_ops.pm:657 msgid "Failed command execution." msgstr "Esecuzione del comando fallita." #: ../lib/bum_ops.pm:654 msgid "Service started." msgstr "Servizio avviato." #: ../lib/bum_ops.pm:758 msgid "An instance of BUM is already running!" msgstr "BUM è già in esecuzione!" #: ../lib/bumlib.pm:298 msgid "Sorry, no information found for this package." msgstr "Spiacente, nessuna informazione disponibile per questo pacchetto" #: ../lib/bum_init.pm:37 msgid "Perform intelligent power management of your system" msgstr "Gestione intelligente dell'energia della vostra macchina" #: ../lib/bum_init.pm:38 msgid "For laptops, does power management and enables hotkeys" msgstr "Risparmia energia della batteria dei laptop" #: ../lib/bum_init.pm:39 msgid "Sound Architecture Services " msgstr "Servizi del sistema audio" #: ../lib/bum_init.pm:40 msgid "Runs system housekeeping chores on specified days" msgstr "Esegue funzioni di sistema nei giorni specificati" #: ../lib/bum_init.pm:41 msgid "Web Server" msgstr "Server Web" #: ../lib/bum_init.pm:42 msgid "New generation Web Server" msgstr "Server Web di nuova generazione" #: ../lib/bum_init.pm:43 msgid "Monitors battery status for some older laptops" msgstr "Controlla lo stato della batteria" #: ../lib/bum_init.pm:44 msgid "Tool to report program crashes" msgstr "Genera automaticamente segnalazioni di crash per il debug" #: ../lib/bum_init.pm:45 msgid "Enables scheduling of jobs" msgstr "Consente la pianificazione dei lavori" #: ../lib/bum_init.pm:46 msgid "Automounter for Linux" msgstr "Automounter per Linux" #: ../lib/bum_init.pm:47 msgid "Discover services and hosts on a local network" msgstr "Rileva servizi e indirizzi di rete su una LAN" #: ../lib/bum_init.pm:48 msgid "Support for extra formats to run programs" msgstr "Supporto per nuovi formati di esecuzione programmi" #: ../lib/bum_init.pm:49 msgid "Service to get internet domain names" msgstr "Servizio per ottenere i nomi di dominio internet" #: ../lib/bum_init.pm:50 msgid "Easy scatter-gather network file transfer" msgstr "Strumento per la distribuzione di files in rete" #: ../lib/bum_init.pm:51 msgid "Scripts for initializing and shutting down the system" msgstr "Script per l'inizializzazione del sistema" #: ../lib/bum_init.pm:52 msgid "Saves messages at boot to a log file" msgstr "Salva i messaggi del boot in un file di log" #: ../lib/bum_init.pm:53 #: ../lib/bum_init.pm:54 msgid "Bluetooth services" msgstr "Servizi Bluetooth" #: ../lib/bum_init.pm:55 msgid "Update virus database" msgstr "Aggiorna il databse dei virus" #: ../lib/bum_init.pm:56 msgid "Runs system housekeeping chores on specified dates/times" msgstr "Esegue funzioni di sistema nei giorni/ore specificati" #: ../lib/bum_init.pm:57 msgid "Manages print jobs" msgstr "Gestisce i lavori di stampa" #: ../lib/bum_init.pm:58 #: ../lib/bum_init.pm:59 msgid "Delivers messages between applications" msgstr "Recapita messaggi tra le applicazioni" #: ../lib/bum_init.pm:60 msgid "Updates your details on DNS hosting providers" msgstr "Aggiorna i tuoi dettagli su vari providers di DNS" #: ../lib/bum_init.pm:61 msgid "Configures your system for internet access via a modem" msgstr "Configura il sistema per l'accesso Internet tramite modem" #: ../lib/bum_init.pm:62 msgid "Provides IP addresses to clients via DHCP" msgstr "Fornisce indirizzi IP ai client via DHCP" #: ../lib/bum_init.pm:63 msgid "Dictionary Server" msgstr "Server del dizionario" #: ../lib/bum_init.pm:64 msgid "Hard Disk Volume Management" msgstr "Gestione dei volumi del disco rigido" #: ../lib/bum_init.pm:65 msgid "Detects changes in files/directories" msgstr "Rileva modifiche nei file/directory" #: ../lib/bum_init.pm:66 msgid "Mail retrieval and forwarding utility" msgstr "Strumento per il recupero/inoltro di mail" #: ../lib/bum_init.pm:67 msgid "A Text to Speech synthesis software" msgstr "Sistema di sintesi vocale multilingue generale" #: ../lib/bum_init.pm:68 msgid "Power and special key management for Toshiba laptops" msgstr "Gestione energia e tasti speciali per laptop Toshiba" #: ../lib/bum_init.pm:69 msgid "GNOME Display Manager" msgstr "Gestore del display GNOME" #: ../lib/bum_init.pm:70 msgid "Tunes hard disk parameters for high performance" msgstr "Regola i parametri del disco per migliori prestazioni" #: ../lib/bum_init.pm:71 msgid "Auto-configures laptop hotkeys" msgstr "Configura automaticamente i tasti funzione del portatile" #: ../lib/bum_init.pm:72 msgid "Detects new devices when plugged in" msgstr "Rileva nuovi dispositivi inseriti" #: ../lib/bum_init.pm:73 msgid "HP Printing and Imaging System" msgstr "Sistema di stampa e immagini per stampanti HP" #: ../lib/bum_init.pm:74 msgid "HP OfficeJet Linux driver" msgstr "Driver Linux per HP OfficeJet" #: ../lib/bum_init.pm:75 msgid "Conexant HSF modem management" msgstr "Gestione dei modem Conexant" #: ../lib/bum_init.pm:76 msgid "Tools to configure network services" msgstr "Strumenti per la configurazione dei servizi di rete" #: ../lib/bum_init.pm:77 msgid "Manager for incoming Internet connections" msgstr "Gestore delle connessioni Internet in ingresso" #: ../lib/bum_init.pm:78 msgid "KDE Display Manager" msgstr "Gestore del display KDE" #: ../lib/bum_init.pm:79 msgid "Logs important system events" msgstr "Registra eventi di sistema importanti" #: ../lib/bum_init.pm:80 msgid "Auto-enables laptop mode when running on batteries" msgstr "Auto-abilita la modalità laptop quando si usano le batterie" #: ../lib/bum_init.pm:81 msgid "Handles physical Hard Disk Volumes in Logical groups" msgstr "Gestisce i volumi fisici del disco in gruppi logici" #: ../lib/bum_init.pm:82 msgid "Creates special files to interact with hardware" msgstr "Crea file speciali per interagire con l'hardware" #: ../lib/bum_init.pm:83 #: ../lib/bum_init.pm:84 msgid "Manages multiple disk devices for fault-tolerance" msgstr "Gestisce dischi multipli assicurando tolleranza da guasti" #: ../lib/bum_init.pm:85 msgid "Allows remote access for playing music" msgstr "Consente l'accesso remoto per riprodurre file musicali" #: ../lib/bum_init.pm:86 msgid "Fast and stable SQL database server" msgstr "Server SQL veloce e stabile" #: ../lib/bum_init.pm:87 msgid "Manages your Internet connection" msgstr "Gestore delle connessioni Internet" #: ../lib/bum_init.pm:88 #: ../lib/bum_init.pm:89 msgid "Update the system time using the Internet" msgstr "Aggiorna l'ora del sistema dalla rete" #: ../lib/bum_init.pm:90 msgid "NVIDIA video card management" msgstr "Gestione scheda video NVIDIA" #: ../lib/bum_init.pm:91 msgid "Common files for NVIDIA video cards" msgstr "File comuni per schede video NVIDIA" #: ../lib/bum_init.pm:92 msgid "Manages the insertion/removal of Laptop cards" msgstr "Gestisce l'inserimento/rimozione delle schede esterne" #: ../lib/bum_init.pm:93 msgid "High performance Mail Server" msgstr "Server di Posta ad alte prestazioni" #: ../lib/bum_init.pm:94 msgid "Controls CPU speed and voltage to save power" msgstr "Controllo della velocità e della tensione della CPU" #: ../lib/bum_init.pm:95 msgid "Manages internet access via a modem" msgstr "Gestisce l'accesso ad internet tramite modem" #: ../lib/bum_init.pm:96 msgid "Speeds up boot by starting operations early" msgstr "Velocizza il boot anticipando alcune operazioni" #: ../lib/bum_init.pm:97 msgid "Fast remote file copy program" msgstr "Programma per copiare velocemente file a distanza" #: ../lib/bum_init.pm:98 msgid "Share files among computers on a LAN" msgstr "Condivisione di file tra i computer di una LAN" #: ../lib/bum_init.pm:99 msgid "SmartLink modem management" msgstr "Gestione dei modem SmartLink" #: ../lib/bum_init.pm:100 msgid "Internet WWW proxy server" msgstr "Server proxy per Internet" #: ../lib/bum_init.pm:101 msgid "Mail spam filter" msgstr "Filtro anti-spam nelle mail" #: ../lib/bum_init.pm:102 msgid "Allows users securely to log into the machine remotely" msgstr "Consente accessi sicuri al tuo computer da remoto" #: ../lib/bum_init.pm:103 msgid "Stops saving boot messages to a log file" msgstr "Interrompe il salvataggio dei messaggi del boot" #: ../lib/bum_init.pm:104 msgid "Allows specific users to gain superuser status" msgstr "Consente a utenti specifici di accedere ai diritti superutente" #: ../lib/bum_init.pm:105 msgid "System Logging Service" msgstr "Servizio di registrazione messaggi di sistema" #: ../lib/bum_init.pm:106 msgid "Program to use the IBM ThinkPad(tm) special keys" msgstr "Programma per usare i tasti speciali dell'IBM ThinkPad(tm)" #: ../lib/bum_init.pm:107 #: ../lib/bum_init.pm:108 msgid "Creates new devices when plugged in" msgstr "Crea nuovi dispositivi quando inseriti" #: ../lib/bum_init.pm:109 msgid "User bootsplash utility" msgstr "Utilità per mostrare un'immagine all'avvio" #: ../lib/bum_init.pm:110 msgid "Save/Recover video state" msgstr "Salva/recupero lo stato del video" #: ../lib/bum_init.pm:111 msgid "The Very Secure FTP daemon" msgstr "Servizio di collegamento FTP sicuro" #: ../lib/bum_init.pm:112 msgid "Web-based remote administration for this computer" msgstr "Amministrazione remota del computer via Web" #: ../lib/bum_init.pm:113 msgid "Graphical utility for managing wi-fi connections" msgstr "Utilità grafica per la gestione delle connessioni wi-fi" #: ../lib/bum_init.pm:114 msgid "Main Graphical Interface" msgstr "Interfaccia grafica principale" #: ../lib/bum_init.pm:115 msgid "Open Source Web Application Server" msgstr "Server per applicazioni web" #: ../data/bum.glade.h:1 msgid "Changes will be applied as soon as you click on OK button." msgstr "" "Le modifiche saranno attivate appena \n" "premete il pulsante OK." #: ../data/bum.glade.h:2 msgid "Please wait... loading data..." msgstr "Attendere prego... caricamento dati..." #: ../data/bum.glade.h:3 msgid "Activate service & apply now" msgstr "Attiva il servizio & avvia adesso" #: ../data/bum.glade.h:4 msgid "Advanced" msgstr "Modalità avanzata" #: ../data/bum.glade.h:5 msgid "" "Almost all the services started with init scripts in runlevels 2-3-4-5 and rcS.d don't have a standard, \"human readable\" description of their main behaviour. Very often the package description for these services is very cryptic and the common user is quite disorientated and doesn't understand the meaning. Boot-Up Manager (BUM) will use a special list to display the package description in its main view window.\n" "To contribute to this list, please feel free to update this wiki-web page: \n" msgstr "" "Quasi sempre i servizi lanciati nei runlevel 2-3-4-5 e rcS.d non dispongono di una descrizione facilmente interpretabile circa il loro comportamento. Molto spesso la descrizione del pacchetto è criptica e l'utente comune è disorientato e non ne coglie il significato. Boot-Up Manager (BUM) usa una speciale lista per visualizzare la descrizione del pacchetto nella finestra principale.\n" "Per contribuire a questa lista, potete aggiornare la seguente pagina wiki-web:\n" #: ../data/bum.glade.h:8 msgid "Boot-Up Manager" msgstr "Boot-Up Manager" #: ../data/bum.glade.h:10 msgid "Deactivate service & apply now" msgstr "Disattiva il servizio & arresta adesso" #: ../data/bum.glade.h:11 msgid "Progress" msgstr "Avanzamento" #: ../data/bum.glade.h:12 msgid "Report new human description" msgstr "Segnala una nuova descrizione" #: ../data/bum.glade.h:13 msgid "Report new service description" msgstr "Segnala una nuova descrizione per un servizio" #: ../data/bum.glade.h:14 msgid "Services" msgstr "Servizi" #: ../data/bum.glade.h:15 msgid "Shutdown Priority:" msgstr "Priorità di arresto:" #: ../data/bum.glade.h:16 msgid "Start service now" msgstr "Avvia il servizio adesso" #: ../data/bum.glade.h:17 msgid "Startup Priority:" msgstr "Priorità di avvio:" #: ../data/bum.glade.h:18 msgid "Startup and shutdown scripts" msgstr "Script di avvio e di chiusura" #: ../data/bum.glade.h:19 msgid "Stop service now" msgstr "Arresta il servizio adesso" #: ../data/bum.glade.h:20 msgid "Summary" msgstr "Riepilogo" #: ../data/bum.glade.h:21 msgid "_File" msgstr "_File" #~ msgid "Update dynamic IP address at DynDNS.org" #~ msgstr "Aggiorna un IP dinamico a DynDNS.org" bum-2.5.2/po/ru.po0000644000175000017500000003215110353270073010632 00000000000000# 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. # msgid "" msgstr "" "Project-Id-Version: bum 1.3.4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2005-12-24 16:58+0100\n" "PO-Revision-Date: 2005-05-28 19:37+0300\n" "Last-Translator: David Kaisemann \n" "Language-Team: David Kaisemann \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Russian\n" "X-Poedit-Country: RUSSIAN FEDERATION\n" #: ../data/bum.desktop.in.in.h:1 #, fuzzy msgid "Graphical runlevel configuration tool" msgstr "ГрафичеÑÐºÐ°Ñ ÑƒÑ‚Ð¸Ð»Ð¸Ñ‚Ð° Ð´Ð»Ñ Ð½Ð°Ñтройки уровней запуÑка." #: ../lib/bum_app.pm:107 msgid "You must run this program as the root user." msgstr "" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../lib/bum_cbk.pm:44 ../data/bum.glade.h:23 msgid "translator-credits" msgstr "David Kaisemann " #: ../lib/bum_cbk.pm:50 msgid "A graphical tool to handle runlevels configuration." msgstr "ГрафичеÑÐºÐ°Ñ ÑƒÑ‚Ð¸Ð»Ð¸Ñ‚Ð° Ð´Ð»Ñ Ð½Ð°Ñтройки уровней запуÑка." #: ../lib/bum_cbk.pm:76 #, fuzzy msgid "" "Start or stop services now? \n" "(If you answer No, changes will be applied at next boot.)" msgstr "" "ЗапуÑтить/ОÑтановить Ñкрипты ÑейчаÑ? \n" "(ЕÑли вы ответите ÐЕТ, то Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð²ÑтупÑÑ‚ в Ñилу при Ñледующем запуÑке)" #: ../lib/bum_ops.pm:119 ../lib/bum_ops.pm:183 ../lib/bum_ops.pm:385 msgid "Activate" msgstr "" #: ../lib/bum_ops.pm:125 #, fuzzy msgid "Description" msgstr "ОпиÑание" #: ../lib/bum_ops.pm:131 ../lib/bum_ops.pm:192 msgid "Running" msgstr "" #: ../lib/bum_ops.pm:184 #, fuzzy msgid "Service name" msgstr "СервиÑÑ‹" #: ../lib/bum_ops.pm:185 #, fuzzy msgid "Single user" msgstr "Одиночный пользователь" #: ../lib/bum_ops.pm:386 msgid "Script name" msgstr "Ðазвание Ñкрипта" #: ../lib/bum_ops.pm:407 msgid "Editing in run level S is not allowed!" msgstr "" #: ../lib/bum_ops.pm:409 msgid "" "Playing with rcS.d symlinks is an administration activity requiring deep " "knowledge of the runlevel system." msgstr "" #: ../lib/bum_ops.pm:557 #, fuzzy msgid "Deactivate & apply now" msgstr "Деактивировать и Применить" #: ../lib/bum_ops.pm:558 #, fuzzy msgid "Activate & apply now" msgstr "Ðктивировать и Применить" #: ../lib/bum_ops.pm:559 ../data/bum.glade.h:9 #, fuzzy msgid "Change start/stop priority" msgstr "Изменить приоритет запуÑка/оÑтановки" #: ../lib/bum_ops.pm:561 msgid "Stop now" msgstr "ОÑтановить" #: ../lib/bum_ops.pm:562 msgid "Start now" msgstr "ЗапуÑтить" #: ../lib/bum_ops.pm:619 ../lib/bum_ops.pm:643 ../lib/bum_ops.pm:667 #: ../lib/bum_ops.pm:682 msgid "You must select a script before!" msgstr "Сначала вы должны выбрать Ñкрипт!" #: ../lib/bum_ops.pm:628 msgid "Service stopped." msgstr "Ð¡ÐµÑ€Ð²Ð¸Ñ Ð¾Ñтановлен." #: ../lib/bum_ops.pm:631 ../lib/bum_ops.pm:655 msgid "Failed command execution." msgstr "" #: ../lib/bum_ops.pm:652 msgid "Service started." msgstr "Ð¡ÐµÑ€Ð²Ð¸Ñ Ð·Ð°Ð¿ÑƒÑ‰ÐµÐ½." #: ../lib/bum_ops.pm:756 msgid "Another bum is running, or the file:" msgstr "BUM уже запущен или файл:" #: ../lib/bum_ops.pm:758 msgid "remains locked!" msgstr "закрыт!" #: ../lib/bumlib.pm:309 msgid "Sorry, no information found for this package." msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð´Ð»Ñ Ð´Ð°Ð½Ð½Ð¾Ð³Ð¾ пакета не найдена." #: ../lib/bum_init.pm:37 msgid "Perform intelligent power management of your system" msgstr "" #: ../lib/bum_init.pm:38 msgid "For laptops, saves power if running on battery" msgstr "" #: ../lib/bum_init.pm:39 msgid "Sound Architecture Services " msgstr "" #: ../lib/bum_init.pm:40 msgid "Runs system housekeeping chores on specified days" msgstr "" #: ../lib/bum_init.pm:41 msgid "Web Server" msgstr "" #: ../lib/bum_init.pm:42 msgid "New generation Web Server" msgstr "" #: ../lib/bum_init.pm:43 msgid "Monitors battery status for some older laptops" msgstr "" #: ../lib/bum_init.pm:44 msgid "Enables scheduling of jobs" msgstr "" #: ../lib/bum_init.pm:45 msgid "Support for extra formats to run programs" msgstr "" #: ../lib/bum_init.pm:46 msgid "Service to get internet domain names" msgstr "" #: ../lib/bum_init.pm:47 msgid "Saves messages at boot to a log file" msgstr "" #: ../lib/bum_init.pm:48 msgid "Bluetooth services" msgstr "" #: ../lib/bum_init.pm:49 msgid "Update virus database" msgstr "" #: ../lib/bum_init.pm:50 msgid "Runs system housekeeping chores on specified dates/times" msgstr "" #: ../lib/bum_init.pm:51 msgid "Manages print jobs" msgstr "" #: ../lib/bum_init.pm:52 ../lib/bum_init.pm:53 msgid "Delivers messages between applications" msgstr "" #: ../lib/bum_init.pm:54 msgid "Update dynamic IP address at DynDNS.org" msgstr "" #: ../lib/bum_init.pm:55 msgid "Configures your system for internet access via a modem" msgstr "" #: ../lib/bum_init.pm:56 msgid "Dictionary Server" msgstr "" #: ../lib/bum_init.pm:57 msgid "Hard Disk Volume Management" msgstr "" #: ../lib/bum_init.pm:58 msgid "Detects changes in files/directories" msgstr "" #: ../lib/bum_init.pm:59 msgid "Mail retrieval and forwarding utility" msgstr "" #: ../lib/bum_init.pm:60 msgid "Power and special key management for Toshiba laptops" msgstr "" #: ../lib/bum_init.pm:61 msgid "GNOME Display Manager" msgstr "" #: ../lib/bum_init.pm:62 msgid "Tunes hard disk parameters for high performance" msgstr "" #: ../lib/bum_init.pm:63 msgid "Auto-configures laptop hotkeys" msgstr "" #: ../lib/bum_init.pm:64 msgid "Detects new devices when plugged in" msgstr "" #: ../lib/bum_init.pm:65 msgid "HP Printing and Imaging System" msgstr "" #: ../lib/bum_init.pm:66 msgid "HP OfficeJet Linux driver" msgstr "" #: ../lib/bum_init.pm:67 msgid "Conexant HSF modem management" msgstr "" #: ../lib/bum_init.pm:68 msgid "Tools to configure network services" msgstr "" #: ../lib/bum_init.pm:69 msgid "Manager for incoming Internet connections" msgstr "" #: ../lib/bum_init.pm:70 msgid "KDE Display Manager" msgstr "" #: ../lib/bum_init.pm:71 msgid "Logs important system events" msgstr "" #: ../lib/bum_init.pm:72 msgid "Handles physical Hard Disk Volumes in Logical groups" msgstr "" #: ../lib/bum_init.pm:73 msgid "Creates special files to interact with hardware" msgstr "" #: ../lib/bum_init.pm:74 ../lib/bum_init.pm:75 msgid "Manages multiple disk devices for fault-tolerance" msgstr "" #: ../lib/bum_init.pm:76 msgid "Allows remote access for playing music" msgstr "" #: ../lib/bum_init.pm:77 msgid "Fast and stable SQL database server" msgstr "" #: ../lib/bum_init.pm:78 msgid "Manages your Internet connection" msgstr "" #: ../lib/bum_init.pm:79 msgid "Update the system time using the Internet" msgstr "" #: ../lib/bum_init.pm:80 msgid "NVIDIA video card management" msgstr "" #: ../lib/bum_init.pm:81 msgid "Manages the insertion/removal of Laptop cards" msgstr "" #: ../lib/bum_init.pm:82 msgid "High performance Mail Server" msgstr "" #: ../lib/bum_init.pm:83 msgid "Controls CPU speed and voltage to save power" msgstr "" #: ../lib/bum_init.pm:84 msgid "Manages internet access via a modem" msgstr "" #: ../lib/bum_init.pm:85 msgid "Speeds up boot by starting operations early" msgstr "" #: ../lib/bum_init.pm:86 msgid "Fast remote file copy program" msgstr "" #: ../lib/bum_init.pm:87 msgid "Share files among computers on a LAN" msgstr "" #: ../lib/bum_init.pm:88 msgid "SmartLink modem management" msgstr "" #: ../lib/bum_init.pm:89 msgid "Internet WWW proxy server" msgstr "" #: ../lib/bum_init.pm:90 msgid "Allows users securely to log into the machine remotely" msgstr "" #: ../lib/bum_init.pm:91 msgid "Allows specific users to gain superuser status" msgstr "" #: ../lib/bum_init.pm:92 msgid "System Logging Service" msgstr "" #: ../lib/bum_init.pm:93 ../lib/bum_init.pm:94 msgid "Creates new devices when plugged in" msgstr "" #: ../lib/bum_init.pm:95 msgid "User bootsplash utility" msgstr "" #: ../lib/bum_init.pm:96 msgid "Save/Recover video state" msgstr "" #: ../lib/bum_init.pm:97 msgid "The Very Secure FTP daemon" msgstr "" #: ../lib/bum_init.pm:98 msgid "Web-based remote administration for this computer" msgstr "" #: ../lib/bum_init.pm:99 msgid "Graphical utility for managing wi-fi connections" msgstr "" #: ../lib/bum_init.pm:100 msgid "Main Graphical Interface" msgstr "" #: ../data/bum.glade.h:1 #, fuzzy msgid "Changes will be applied as soon as you click on OK button." msgstr "" "Ð˜Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð²ÑтупÑÑ‚ в Ñилу как только \n" "вы нажмёте кнопку OK." #: ../data/bum.glade.h:2 #, fuzzy msgid "Please wait... loading data..." msgstr "" "ПожалуйÑта, подождите... \n" "Идёт загрузка данных..." #: ../data/bum.glade.h:3 #, fuzzy msgid "Activate service & apply now" msgstr "ЗапуÑтить ÑÐµÑ€Ð²Ð¸Ñ Ð¸ Применить" #: ../data/bum.glade.h:4 msgid "Advanced" msgstr "" #: ../data/bum.glade.h:5 msgid "" "Almost all the services started with init scripts in runlevels 2-3-4-5 and " "rcS.d don't have a standard, \"human readable\" description of their main " "behaviour. Very often the package description for these services is very " "cryptic and the common user is quite disorientated and doesn't understand " "the meaning. Boot-Up Manager (BUM) will use a special list to display the " "package description in its main view window.\n" "To contribute to this list, please feel free to update this wiki-web page: \n" msgstr "" #: ../data/bum.glade.h:8 msgid "Boot-Up Manager" msgstr "" #: ../data/bum.glade.h:10 #, fuzzy msgid "Deactivate service & apply now" msgstr "ОÑтановить ÑÐµÑ€Ð²Ð¸Ñ Ð¸ Применить" #: ../data/bum.glade.h:11 msgid "Progress" msgstr "" #: ../data/bum.glade.h:12 msgid "Report new human description" msgstr "" #: ../data/bum.glade.h:13 msgid "Report new service description" msgstr "" #: ../data/bum.glade.h:14 msgid "Services" msgstr "СервиÑÑ‹" #: ../data/bum.glade.h:15 msgid "Shutdown Priority:" msgstr "Приоритет оÑтановки:" #: ../data/bum.glade.h:16 #, fuzzy msgid "Start service now" msgstr "ЗапуÑтить ÑервиÑ" #: ../data/bum.glade.h:17 msgid "Startup Priority:" msgstr "Приоритет запуÑка:" #: ../data/bum.glade.h:18 msgid "Startup and shutdown scripts" msgstr "" #: ../data/bum.glade.h:19 #, fuzzy msgid "Stop service now" msgstr "ОÑтановить ÑервиÑ" #: ../data/bum.glade.h:20 msgid "Summary" msgstr "Общие" #: ../data/bum.glade.h:21 msgid "_File" msgstr "" #~ msgid "" #~ "You have asked to modify one or more services in the System Runlevel " #~ "(rcSd). This operation could compromise the general stability of your " #~ "system and, in some cases, cause possible damage to your hardware.\n" #~ "Are you 100% sure?" #~ msgstr "" #~ "Ð’Ñ‹ пытаетеÑÑŒ изменить один или неÑколько ÑервиÑов в СиÑтемном уровне " #~ "запуÑка (rcSd). Ð”Ð°Ð½Ð½Ð°Ñ Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ñ Ð¼Ð¾Ð¶ÐµÑ‚ нарушить Ñтабильную работу ÑиÑтемы " #~ "и, в Ñ€Ñде Ñлучаев, может нанеÑти ущерб вашему оборудованию.\n" #~ "Ð’Ñ‹ на 100% уверены в Ñвоих дейÑтвиÑÑ…?" #, fuzzy #~ msgid "Change start\\/stop priority" #~ msgstr "Изменить приоритет запуÑка\\/оÑтановки" #~ msgid "Apply changes" #~ msgstr "Применить изменениÑ" #~ msgid "Exit" #~ msgstr "Выход" #~ msgid "Help" #~ msgstr "Помощь" #~ msgid "About" #~ msgstr "О программе" #~ msgid "Special credits to:" #~ msgstr "ОÑобые благодарноÑти:" #~ msgid "Acknowledgments to:" #~ msgstr "ПризнательноÑть:" #~ msgid "Released under GNU General Public License (GPL)" #~ msgstr "РаÑпроÑтранÑетÑÑ Ð² рамках GNU General Public License (GPL)" #~ msgid "Cancel changes and exit" #~ msgstr "Отменить Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð¸ выйти" #~ msgid "_Apply changes" #~ msgstr "_Применить изменениÑ" #~ msgid "Apply changes " #~ msgstr "Применить изменениÑ" #~ msgid "This program must be run with root privileges!" #~ msgstr "" #~ "Ð”Ð°Ð½Ð½Ð°Ñ Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð¼Ð° должна быть запущена\n" #~ "Ñ Ð¿Ñ€Ð¸Ð²Ð¸Ð»ÐµÐ³Ð¸Ñми ÑуперпользователÑ!" #~ msgid "Information" #~ msgstr "ИнформациÑ" #, fuzzy #~ msgid "Scripts" #~ msgstr "Ðазвание Ñкрипта" #~ msgid "Run as root or 'gksudo bum'\n" #~ msgstr "ЗапуÑтите как Ñуперпользователь (root) или 'gksudo bum'\n" #~ msgid "Another bum is running, or the file /var/lock/bum remains locked!\n" #~ msgstr "BUM уже запущен или файл /var/lock/bum закрыт!\n" #~ msgid "Start on Boot " #~ msgstr "ЗапуÑкать при загрузке" bum-2.5.2/po/mk.po0000644000175000017500000004203410353270070010611 00000000000000# English translation of Macedonian translation of Bum. # Copyright (C) 2005 THE Macedonian translation of Bum'S COPYRIGHT HOLDER # This file is distributed under the same license as the Macedonian translation of Bum package. # Ðрангел Ðнгов , 2005. # # # msgid "" msgstr "" "Project-Id-Version: Macedonian translation of Bum 1.3.4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2005-12-24 16:58+0100\n" "PO-Revision-Date: 2005-07-15 13:35+0200\n" "Last-Translator: Ðрангел Ðнгов \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../data/bum.desktop.in.in.h:1 #, fuzzy msgid "Graphical runlevel configuration tool" msgstr "Графичка алатка за конфигурација на нивоата на извршување." #: ../lib/bum_app.pm:107 msgid "You must run this program as the root user." msgstr "" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../lib/bum_cbk.pm:44 ../data/bum.glade.h:23 msgid "translator-credits" msgstr "Ðрангел Ðнгов " #: ../lib/bum_cbk.pm:50 msgid "A graphical tool to handle runlevels configuration." msgstr "Графичка алатка за конфигурација на нивоата на извршување." #: ../lib/bum_cbk.pm:76 msgid "" "Start or stop services now? \n" "(If you answer No, changes will be applied at next boot.)" msgstr "" "Да подигнам или Ñтопирам ÑервиÑи? \n" "(ако одговорите ÐЕ, промените ќе бидат применети при наредното подигнување.)" #: ../lib/bum_ops.pm:119 ../lib/bum_ops.pm:183 ../lib/bum_ops.pm:385 msgid "Activate" msgstr "Ðктивирај" #: ../lib/bum_ops.pm:125 #, fuzzy msgid "Description" msgstr "ОпиÑ" #: ../lib/bum_ops.pm:131 ../lib/bum_ops.pm:192 msgid "Running" msgstr "Извршувам" #: ../lib/bum_ops.pm:184 msgid "Service name" msgstr "Име на ÑервиÑ" #: ../lib/bum_ops.pm:185 msgid "Single user" msgstr "Еден кориÑник" #: ../lib/bum_ops.pm:386 msgid "Script name" msgstr "Име на Ñкриптата" #: ../lib/bum_ops.pm:407 msgid "Editing in run level S is not allowed!" msgstr "" #: ../lib/bum_ops.pm:409 #, fuzzy msgid "" "Playing with rcS.d symlinks is an administration activity requiring deep " "knowledge of the runlevel system." msgstr "" "Уредување во нивото на извршување S не е дозволено! Играње Ñо Ñимболичките " "врÑки во rcS.d е многу напредна админиÑтраторÑка активноÑÑ‚ за која што би " "требало да имате познавање од целиот ÑиÑтем за нивоа на извршување." #: ../lib/bum_ops.pm:557 msgid "Deactivate & apply now" msgstr "Деактивирај и примени" #: ../lib/bum_ops.pm:558 msgid "Activate & apply now" msgstr "Ðктивирај и примени" #: ../lib/bum_ops.pm:559 ../data/bum.glade.h:9 msgid "Change start/stop priority" msgstr "Промени го приоритетот на ÑервиÑите" #: ../lib/bum_ops.pm:561 msgid "Stop now" msgstr "Стопирај" #: ../lib/bum_ops.pm:562 msgid "Start now" msgstr "Подигни" #: ../lib/bum_ops.pm:619 ../lib/bum_ops.pm:643 ../lib/bum_ops.pm:667 #: ../lib/bum_ops.pm:682 msgid "You must select a script before!" msgstr "Мора да одберете Ñкрипта претходно!" #: ../lib/bum_ops.pm:628 msgid "Service stopped." msgstr "СервиÑот е Ñтопиран." #: ../lib/bum_ops.pm:631 ../lib/bum_ops.pm:655 msgid "Failed command execution." msgstr "Ðе уÑпеав да ја извршам командата." #: ../lib/bum_ops.pm:652 msgid "Service started." msgstr "СервиÑот е подигнат." #: ../lib/bum_ops.pm:756 msgid "Another bum is running, or the file:" msgstr "Работи уште еден bum, или пак датотеката:" #: ../lib/bum_ops.pm:758 msgid "remains locked!" msgstr "оÑтанува заклучен!" #: ../lib/bumlib.pm:309 msgid "Sorry, no information found for this package." msgstr "Извинете, нема информации за пакетот." #: ../lib/bum_init.pm:37 msgid "Perform intelligent power management of your system" msgstr "Интелигентно надгледување на менаџментот за енергија" #: ../lib/bum_init.pm:38 msgid "For laptops, saves power if running on battery" msgstr "За лаптопи, зачувува енергија додека работи на батерија" #: ../lib/bum_init.pm:39 msgid "Sound Architecture Services " msgstr "СервиÑи за звучна архитектура" #: ../lib/bum_init.pm:40 msgid "Runs system housekeeping chores on specified days" msgstr "Извршува чиÑтки на одредени денови" #: ../lib/bum_init.pm:41 msgid "Web Server" msgstr "Веб Ñервер" #: ../lib/bum_init.pm:42 msgid "New generation Web Server" msgstr "Ðова генерација на веб Ñервер" #: ../lib/bum_init.pm:43 msgid "Monitors battery status for some older laptops" msgstr "Го надгледува ÑтатуÑот на батеријата на поÑтари лаптопи" #: ../lib/bum_init.pm:44 msgid "Enables scheduling of jobs" msgstr "Вклучува закажување на работи" #: ../lib/bum_init.pm:45 msgid "Support for extra formats to run programs" msgstr "" #: ../lib/bum_init.pm:46 msgid "Service to get internet domain names" msgstr "" #: ../lib/bum_init.pm:47 msgid "Saves messages at boot to a log file" msgstr "Ги зачувува пораките од подигнувањето во датотека" #: ../lib/bum_init.pm:48 msgid "Bluetooth services" msgstr "" #: ../lib/bum_init.pm:49 msgid "Update virus database" msgstr "" #: ../lib/bum_init.pm:50 msgid "Runs system housekeeping chores on specified dates/times" msgstr "Извршува чиÑтки на одредени датуми/времиња." #: ../lib/bum_init.pm:51 msgid "Manages print jobs" msgstr "Го менаџира печатењето" #: ../lib/bum_init.pm:52 ../lib/bum_init.pm:53 msgid "Delivers messages between applications" msgstr "ИÑпорачува пораки помеѓу апликациите" #: ../lib/bum_init.pm:54 msgid "Update dynamic IP address at DynDNS.org" msgstr "Ðжурира динамичка IP адреÑа на DynDNS.org" #: ../lib/bum_init.pm:55 msgid "Configures your system for internet access via a modem" msgstr "Го конфигурира Вашиот ÑиÑтем за интернет приÑтап преку модем" #: ../lib/bum_init.pm:56 msgid "Dictionary Server" msgstr "Сервер Ñо речник" #: ../lib/bum_init.pm:57 msgid "Hard Disk Volume Management" msgstr "Менаџмент за проÑтори на тврдиот диÑк" #: ../lib/bum_init.pm:58 msgid "Detects changes in files/directories" msgstr "Детектира промени во датотеки/директориуми" #: ../lib/bum_init.pm:59 msgid "Mail retrieval and forwarding utility" msgstr "Ðлатка за Ñобирање и иÑпраќање на е-пошта" #: ../lib/bum_init.pm:60 msgid "Power and special key management for Toshiba laptops" msgstr "Менаџмент за копчиња на Тошиба лаптопи" #: ../lib/bum_init.pm:61 msgid "GNOME Display Manager" msgstr "Менаџер за приказ на Гном" #: ../lib/bum_init.pm:62 msgid "Tunes hard disk parameters for high performance" msgstr "Ги менува нивото на перформанÑите на тврдиот диÑк" #: ../lib/bum_init.pm:63 msgid "Auto-configures laptop hotkeys" msgstr "" #: ../lib/bum_init.pm:64 msgid "Detects new devices when plugged in" msgstr "Детектира нови уреди при приклучување" #: ../lib/bum_init.pm:65 msgid "HP Printing and Imaging System" msgstr "" #: ../lib/bum_init.pm:66 msgid "HP OfficeJet Linux driver" msgstr "HP OfficeJet драјвер за ЛинукÑ" #: ../lib/bum_init.pm:67 msgid "Conexant HSF modem management" msgstr "Менаџмент на Conexant HSF модем" #: ../lib/bum_init.pm:68 msgid "Tools to configure network services" msgstr "Ðлатки за конфигурација на мрежни ÑервиÑи" #: ../lib/bum_init.pm:69 msgid "Manager for incoming Internet connections" msgstr "Менаџер за доаѓачки интернет врÑки" #: ../lib/bum_init.pm:70 msgid "KDE Display Manager" msgstr "Менаџер за приказ на КДЕ" #: ../lib/bum_init.pm:71 msgid "Logs important system events" msgstr "Логира важни ÑиÑтемÑки наÑтани" #: ../lib/bum_init.pm:72 msgid "Handles physical Hard Disk Volumes in Logical groups" msgstr "Се Ñправува Ñо физички проÑтори на тврдиот диÑк во логички групи" #: ../lib/bum_init.pm:73 msgid "Creates special files to interact with hardware" msgstr "Креирај Ñпецијални датотеки за интеракција Ñо хардверот" #: ../lib/bum_init.pm:74 ../lib/bum_init.pm:75 msgid "Manages multiple disk devices for fault-tolerance" msgstr "Се Ñправува Ñо повеќе диÑкови" #: ../lib/bum_init.pm:76 msgid "Allows remote access for playing music" msgstr "" #: ../lib/bum_init.pm:77 msgid "Fast and stable SQL database server" msgstr "Брз и Ñтабилен SQL Ñервер" #: ../lib/bum_init.pm:78 msgid "Manages your Internet connection" msgstr "Ја менаџира Вашата интернет врÑка" #: ../lib/bum_init.pm:79 msgid "Update the system time using the Internet" msgstr "Ðжурирај го ÑиÑтемÑкиот чаÑовник преку интернет" #: ../lib/bum_init.pm:80 msgid "NVIDIA video card management" msgstr "Менаџмент за графичката картичка NVIDIA" #: ../lib/bum_init.pm:81 msgid "Manages the insertion/removal of Laptop cards" msgstr "Менаџира внеÑување/отÑтранување на картички во лаптоп" #: ../lib/bum_init.pm:82 msgid "High performance Mail Server" msgstr "Сервер за е-пошта Ñо виÑоки перформанÑи" #: ../lib/bum_init.pm:83 msgid "Controls CPU speed and voltage to save power" msgstr "Ја контролира брзината и волтажата на процеÑорот" #: ../lib/bum_init.pm:84 msgid "Manages internet access via a modem" msgstr "Менаџира интернет приÑтап преку модем" #: ../lib/bum_init.pm:85 msgid "Speeds up boot by starting operations early" msgstr "Го забрзува подигнувањето" #: ../lib/bum_init.pm:86 msgid "Fast remote file copy program" msgstr "Брза програма за одалечено копирање на датотеки" #: ../lib/bum_init.pm:87 msgid "Share files among computers on a LAN" msgstr "Делење на датотеки помеѓу компјутерите на мрежата" #: ../lib/bum_init.pm:88 msgid "SmartLink modem management" msgstr "Менаџмент за SmartLink модеми" #: ../lib/bum_init.pm:89 msgid "Internet WWW proxy server" msgstr "Интернет WWW прокÑи Ñервер" #: ../lib/bum_init.pm:90 msgid "Allows users securely to log into the machine remotely" msgstr "Дозволува одалечено најавување" #: ../lib/bum_init.pm:91 msgid "Allows specific users to gain superuser status" msgstr "Дозволува одредени кориÑници да добијат ÑÑ‚Ð°Ñ‚ÑƒÑ Ð½Ð° Ñупер-кориÑник" #: ../lib/bum_init.pm:92 msgid "System Logging Service" msgstr "Ð¡ÐµÑ€Ð²Ð¸Ñ Ð·Ð° логирање" #: ../lib/bum_init.pm:93 ../lib/bum_init.pm:94 msgid "Creates new devices when plugged in" msgstr "Креира нов уред веднаш по приклучувањето" #: ../lib/bum_init.pm:95 msgid "User bootsplash utility" msgstr "" #: ../lib/bum_init.pm:96 msgid "Save/Recover video state" msgstr "Зачувај/Врати видео ÑоÑтојба" #: ../lib/bum_init.pm:97 msgid "The Very Secure FTP daemon" msgstr "" #: ../lib/bum_init.pm:98 msgid "Web-based remote administration for this computer" msgstr "Веб-базирана далечна админиÑтрација за овој компјутер" #: ../lib/bum_init.pm:99 msgid "Graphical utility for managing wi-fi connections" msgstr "" #: ../lib/bum_init.pm:100 msgid "Main Graphical Interface" msgstr "Главен графички интерфејÑ" #: ../data/bum.glade.h:1 #, fuzzy msgid "Changes will be applied as soon as you click on OK button." msgstr "" "Промените ќе бидат применети веднаш \n" "што ќе го кликнете копчето Во ред." #: ../data/bum.glade.h:2 #, fuzzy msgid "Please wait... loading data..." msgstr "Ве молам почекајте... вчитувам податоци..." #: ../data/bum.glade.h:3 msgid "Activate service & apply now" msgstr "Ðктивирај ÑÐµÑ€Ð²Ð¸Ñ Ð¸ примени веднаш" #: ../data/bum.glade.h:4 msgid "Advanced" msgstr "" #: ../data/bum.glade.h:5 msgid "" "Almost all the services started with init scripts in runlevels 2-3-4-5 and " "rcS.d don't have a standard, \"human readable\" description of their main " "behaviour. Very often the package description for these services is very " "cryptic and the common user is quite disorientated and doesn't understand " "the meaning. Boot-Up Manager (BUM) will use a special list to display the " "package description in its main view window.\n" "To contribute to this list, please feel free to update this wiki-web page: \n" msgstr "" #: ../data/bum.glade.h:8 msgid "Boot-Up Manager" msgstr "" #: ../data/bum.glade.h:10 msgid "Deactivate service & apply now" msgstr "Деактивирај ÑÐµÑ€Ð²Ð¸Ñ Ð¸ примени веднаш" #: ../data/bum.glade.h:11 msgid "Progress" msgstr "" #: ../data/bum.glade.h:12 msgid "Report new human description" msgstr "" #: ../data/bum.glade.h:13 msgid "Report new service description" msgstr "" #: ../data/bum.glade.h:14 msgid "Services" msgstr "СервиÑи" #: ../data/bum.glade.h:15 msgid "Shutdown Priority:" msgstr "Приоритет за гаÑнење:" #: ../data/bum.glade.h:16 msgid "Start service now" msgstr "Подигни ÑервиÑ" #: ../data/bum.glade.h:17 msgid "Startup Priority:" msgstr "Приоритет за подигнување:" #: ../data/bum.glade.h:18 msgid "Startup and shutdown scripts" msgstr "Скрипти за подигнување и иÑклучување" #: ../data/bum.glade.h:19 msgid "Stop service now" msgstr "Стопирај ÑервиÑ" #: ../data/bum.glade.h:20 msgid "Summary" msgstr "Ðакратко" #: ../data/bum.glade.h:21 msgid "_File" msgstr "" #~ msgid "" #~ "You have asked to modify one or more services in the System Runlevel " #~ "(rcSd). This operation could compromise the general stability of your " #~ "system and, in some cases, cause possible damage to your hardware.\n" #~ "Are you 100% sure?" #~ msgstr "" #~ "Побаравте да биде направена промена на еден или повеќе ÑервиÑи во нивото " #~ "на извршување (rcSd). Оваа операција може да ја загрози ÑтабилноÑта на " #~ "Вашиот ÑиÑтем и во некои Ñлучаи дури да предизвика и штета на Вашиот " #~ "хардвер.\n" #~ "Дали Ñте 100% Ñигурни?" #~ msgid "Change start\\/stop priority" #~ msgstr "Промени приоритет за подигнување/Ñтопирање" #~ msgid "Apply changes" #~ msgstr "Примени промени" #~ msgid "Exit" #~ msgstr "Излез" #~ msgid "Help" #~ msgstr "Помош" #~ msgid "About" #~ msgstr "За" #~ msgid "Special credits to:" #~ msgstr "Специјална благодарноÑÑ‚ до:" #~ msgid "Acknowledgments to:" #~ msgstr "Одобрувања за:" #~ msgid "Released under GNU General Public License (GPL)" #~ msgstr "Објавено под GNU General Public License (GPL)" #~ msgid "Cancel changes and exit" #~ msgstr "Откажи ги промените и излези" #~ msgid "_Apply changes" #~ msgstr "_Примени промени" #~ msgid "Apply changes " #~ msgstr "Примени промени" #~ msgid "This program must be run with root privileges!" #~ msgstr "Програмата мора да Ñе изврши Ñо root привилегии!" #~ msgid "Information" #~ msgstr "Информација" #, fuzzy #~ msgid "Scripts" #~ msgstr "Име на Ñкриптата" #~ msgid "Run as root or 'gksudo bum'\n" #~ msgstr "Извршете го како root или пак Ñо 'gksudo bum'\n" #~ msgid "Another bum is running, or the file /var/lock/bum remains locked!\n" #~ msgstr "" #~ "Работи уште еден bum, или пак датотеката /var/lock/bum е заклучена!\n" bum-2.5.2/po/POTFILES.in0000644000175000017500000000020011166431350011407 00000000000000[encoding: UTF-8] data/bum.desktop.in.in lib/bum_app.pm lib/bum_cbk.pm lib/bum_ops.pm lib/bumlib.pm lib/bum_init.pm data/bum.ui bum-2.5.2/config.guess0000755000175000017500000012703510775231256011564 00000000000000#! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # Inc. timestamp='2007-03-06' # 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 # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program 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 # along with this program; if not, write to the Free Software # 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. # 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 # exits with 0. Otherwise, it exits with 1. # # The plan is that this can be called by configure scripts if you # don't specify an explicit build system type. me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] Output the configuration name of the system \`$me' is run on. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. 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 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" >&2 exit 1 ;; * ) break ;; esac done if test $# != 0; then echo "$me: too many arguments$help" >&2 exit 1 fi trap '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. # 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 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 ; fi ;; ,,*) CC_FOR_BUILD=$CC ;; ,*,*) CC_FOR_BUILD=$HOST_CC ;; 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 1994-08-24) if (test -f /.attbin/uname) >/dev/null 2>&1 ; then PATH=$PATH:/.attbin ; export PATH fi UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:NetBSD:*:*) # 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. # # 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 ;; sh5el) machine=sh5le-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_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 # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). # Return netbsd for either. FIX? os=netbsd else os=netbsdelf fi ;; *) os=netbsd ;; esac # The OS release # 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 ;; *: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:*:*) case $UNAME_RELEASE in *4.0) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` ;; *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. 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 ;; 21064:Windows_NT:50:3) echo alpha-dec-winnt3.5 exit ;; Amiga*:UNIX_System_V:4.0:*) echo m68k-unknown-sysv4 exit ;; *:[Aa]miga[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-amigaos exit ;; *:[Mm]orph[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-morphos exit ;; *:OS/390:*:*) echo i370-ibm-openedition 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 ;; arm:riscos:*:*|arm:RISCOS:*:*) echo arm-unknown-riscos exit ;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) echo hppa1.1-hitachi-hiuxmpp 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 echo pyramid-pyramid-sysv3 else echo pyramid-pyramid-bsd fi exit ;; NILE*:*:*:dcosx) echo pyramid-pyramid-svr4 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 ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; i86pc:SunOS:5.*:*) echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 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 ;; sun4*:SunOS:*:*) case "`/usr/bin/arch -k`" in Series*|S4*) UNAME_RELEASE=`uname -v` ;; esac # Japanese Language versions have a version number like `4.1.3-JL'. echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` exit ;; sun3*:SunOS:*:*) echo m68k-sun-sunos${UNAME_RELEASE} exit ;; sun*:*:4.2BSD:*) 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) echo m68k-sun-sunos${UNAME_RELEASE} ;; sun4) echo sparc-sun-sunos${UNAME_RELEASE} ;; esac exit ;; aushp:SunOS:*:*) echo sparc-auspex-sunos${UNAME_RELEASE} 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 # > m68000). The system name ranges from "MiNT" over "FreeMiNT" # to the lowercase version "mint" (or "freemint"). Finally # the system name "TOS" denotes a system which is actually not # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) echo m68k-milan-mint${UNAME_RELEASE} exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) echo m68k-hades-mint${UNAME_RELEASE} exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) echo m68k-unknown-mint${UNAME_RELEASE} exit ;; m68k:machten:*:*) echo m68k-apple-machten${UNAME_RELEASE} exit ;; powerpc:machten:*:*) echo powerpc-apple-machten${UNAME_RELEASE} exit ;; RISC*:Mach:*:*) echo mips-dec-mach_bsd4.3 exit ;; RISC*:ULTRIX:*:*) echo mips-dec-ultrix${UNAME_RELEASE} exit ;; VAX*:ULTRIX*:*:*) echo vax-dec-ultrix${UNAME_RELEASE} exit ;; 2020:CLIX:*:* | 2430:CLIX:*:*) echo clipper-intergraph-clix${UNAME_RELEASE} exit ;; mips:*:*:UMIPS | mips:*:*:RISCos) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #ifdef __cplusplus #include /* for printf() prototype */ int main (int argc, char *argv[]) { #else int main (argc, argv) int argc; char *argv[]; { #endif #if defined (host_mips) && defined (MIPSEB) #if defined (SYSTYPE_SYSV) printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_SVR4) printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); #endif #endif exit (-1); } EOF $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 ;; Motorola:PowerMAX_OS:*:*) echo powerpc-motorola-powermax 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 ;; m88k:CX/UX:7*:*) echo m88k-harris-cxux7 exit ;; m88k:*:4*:R4*) echo m88k-motorola-sysv4 exit ;; m88k:*:3*:R3*) echo m88k-motorola-sysv3 exit ;; AViiON:dgux:*:*) # DG/UX returns AViiON for all architectures UNAME_PROCESSOR=`/usr/bin/uname -p` if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] then if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ [ ${TARGET_BINARY_INTERFACE}x = x ] then echo m88k-dg-dgux${UNAME_RELEASE} else echo m88k-dg-dguxbcs${UNAME_RELEASE} fi else echo i586-dg-dgux${UNAME_RELEASE} fi exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 exit ;; M88*:*:R3*:*) # Delta 88k system running SVR3 echo m88k-motorola-sysv3 exit ;; XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) echo m88k-tektronix-sysv3 exit ;; Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) echo m68k-tektronix-bsd exit ;; *:IRIX*:*:*) echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` 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 ;; # Note that: echo "'`uname -s`'" gives 'AIX ' i*86:AIX:*:*) echo i386-ibm-aix exit ;; ia64:AIX:*:*) if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} 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 main() { if (!__power_pc()) exit(1); puts("powerpc-ibm-aix3.2.5"); exit(0); } EOF 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 ;; *:AIX:*:[45]) 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 IBM_ARCH=powerpc fi if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${IBM_ARCH}-ibm-aix${IBM_REV} exit ;; *:AIX:*:*) echo rs6000-ibm-aix exit ;; ibmrt:4.4BSD:*|romp-ibm:BSD:*) echo romp-ibm-bsd4.4 exit ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to exit ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx exit ;; DPX/2?00:B.O.S.:*:*) echo m68k-bull-sysv3 exit ;; 9000/[34]??:4.3bsd:1.*:*) echo m68k-hp-bsd exit ;; hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) echo m68k-hp-bsd4.4 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]) 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 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 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 if [ "${HP_ARCH}" = "" ]; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #define _HPUX_SOURCE #include #include int main () { #if defined(_SC_KERNEL_BITS) long bits = sysconf(_SC_KERNEL_BITS); #endif long cpu = sysconf (_SC_CPU_VERSION); switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0"); break; case CPU_PA_RISC1_1: puts ("hppa1.1"); break; case CPU_PA_RISC2_0: #if defined(_SC_KERNEL_BITS) switch (bits) { case 64: puts ("hppa2.0w"); break; case 32: puts ("hppa2.0n"); break; default: puts ("hppa2.0"); break; } break; #else /* !defined(_SC_KERNEL_BITS) */ puts ("hppa2.0"); break; #endif default: puts ("hppa1.0"); break; } exit (0); } EOF (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 ;; ia64:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` echo ia64-hp-hpux${HPUX_REV} exit ;; 3050*:HI-UX:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include int main () { long cpu = sysconf (_SC_CPU_VERSION); /* The order matters, because CPU_IS_HP_MC68K erroneously returns true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct results, however. */ if (CPU_IS_PA_RISC (cpu)) { switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; default: puts ("hppa-hitachi-hiuxwe2"); break; } } else if (CPU_IS_HP_MC68K (cpu)) puts ("m68k-hitachi-hiuxwe2"); else puts ("unknown-hitachi-hiuxwe2"); exit (0); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && { echo "$SYSTEM_NAME"; exit; } echo unknown-hitachi-hiuxwe2 exit ;; 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) echo hppa1.1-hp-bsd exit ;; 9000/8??:4.3bsd:*:*) echo hppa1.0-hp-bsd exit ;; *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) echo hppa1.0-hp-mpeix exit ;; hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) echo hppa1.1-hp-osf exit ;; hp8??:OSF1:*:*) echo hppa1.0-hp-osf exit ;; i*86:OSF1:*:*) if [ -x /usr/sbin/sysversion ] ; then echo ${UNAME_MACHINE}-unknown-osf1mk else echo ${UNAME_MACHINE}-unknown-osf1 fi exit ;; parisc*:Lites*:*:*) echo hppa1.1-hp-lites exit ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd exit ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) echo c34-convex-bsd exit ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) echo c38-convex-bsd exit ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) echo c4-convex-bsd exit ;; CRAY*Y-MP:*:*:*) 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/ \ -e 's/\.[^.]*$/.X/' exit ;; CRAY*TS:*:*:*) echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*T3E:*:*:*) echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*SV1:*:*:*) echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' 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 ;; 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 ;; sparc*:BSD/OS:*:*) echo sparc-unknown-bsdi${UNAME_RELEASE} exit ;; *:BSD/OS:*:*) echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) 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 ;; *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; i*:windows32*:*) # uname -m includes "-pc" on this system. echo ${UNAME_MACHINE}-mingw32 exit ;; i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; *:Interix*:[3456]*) case ${UNAME_MACHINE} in x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; EM64T | authenticamd) echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; esac ;; [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 i586-pc-interix exit ;; i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin exit ;; amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit ;; prep*:SunOS:5.*:*) echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; *:GNU:*:*) # the GNU system echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` 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 ;; arm*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu 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-gnu exit ;; m32r*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; m68*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; mips:Linux:*:*) 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 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; } ;; 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 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:*:*) 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 ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in PA7*) echo hppa1.1-unknown-linux-gnu ;; PA8*) echo hppa2.0-unknown-linux-gnu ;; *) echo hppa-unknown-linux-gnu ;; esac exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) echo hppa64-unknown-linux-gnu exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux exit ;; sh64*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; sh*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; vax:Linux:*:*) echo ${UNAME_MACHINE}-dec-linux-gnu exit ;; x86_64:Linux:*:*) echo x86_64-unknown-linux-gnu exit ;; xtensa:Linux:*:*) echo xtensa-unknown-linux-gnu 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. # 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 targets: *// s/ .*// p'` case "$ld_supported_targets" in elf32-i386) TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" ;; a.out-i386-linux) echo "${UNAME_MACHINE}-pc-linux-gnuaout" exit ;; coff-i386) echo "${UNAME_MACHINE}-pc-linux-gnucoff" 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 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 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; } ;; 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 ;; i*86:UNIX_SV:4.2MP:2.*) # Unixware is an offshoot of SVR4, but it has its own version # number series starting with 2... # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. # Use sysv4.2uw... so that sysv4* matches it. echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} 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 echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} else echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} fi 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|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|grep '^Machine.*Pent *II' >/dev/null) \ && UNAME_MACHINE=i686 (/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 ;; 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 ;; Intel:Mach:3*:*) echo i386-pc-mach3 exit ;; paragon:*:*:*) echo i860-intel-osf1 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 ;; mini*:CTIX:SYS*5:*) # "miniframe" echo m68010-convergent-sysv 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; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { 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; } ;; m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) echo m68k-unknown-lynxos${UNAME_RELEASE} exit ;; mc68030:UNIX_System_V:4.*:*) echo m68k-atari-sysv4 exit ;; TSUNAMI:LynxOS:2.*:*) echo sparc-unknown-lynxos${UNAME_RELEASE} exit ;; rs6000:LynxOS:2.*:*) echo rs6000-unknown-lynxos${UNAME_RELEASE} exit ;; PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*) echo powerpc-unknown-lynxos${UNAME_RELEASE} exit ;; SM[BE]S:UNIX_SV:*:*) echo mips-dde-sysv${UNAME_RELEASE} exit ;; RM*:ReliantUNIX-*:*:*) echo mips-sni-sysv4 exit ;; RM*:SINIX-*:*:*) echo mips-sni-sysv4 exit ;; *:SINIX-*:*:*) if uname -p 2>/dev/null >/dev/null ; then UNAME_MACHINE=`(uname -p) 2>/dev/null` echo ${UNAME_MACHINE}-sni-sysv4 else echo ns32k-sni-sysv fi exit ;; PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort # says echo i586-unisys-sysv4 exit ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes . # How about differentiating between stratus architectures? -djm echo hppa1.1-stratus-sysv4 exit ;; *:*:*:FTX*) # From seanf@swdc.stratus.com. echo i860-stratus-sysv4 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 ;; news*:NEWS-OS:6*:*) echo mips-sony-newsos6 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 ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. echo powerpc-be-beos exit ;; BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. echo powerpc-apple-beos exit ;; BePC:BeOS:*:*) # BeOS running on Intel PC compatible. echo i586-pc-beos exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} exit ;; SX-5:SUPER-UX:*:*) echo sx5-nec-superux${UNAME_RELEASE} exit ;; SX-6:SUPER-UX:*:*) echo sx6-nec-superux${UNAME_RELEASE} exit ;; SX-7:SUPER-UX:*:*) echo sx7-nec-superux${UNAME_RELEASE} exit ;; SX-8:SUPER-UX:*:*) echo sx8-nec-superux${UNAME_RELEASE} exit ;; SX-8R:SUPER-UX:*:*) echo sx8r-nec-superux${UNAME_RELEASE} exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} exit ;; *:Rhapsody:*:*) echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} exit ;; *:Darwin:*:*) 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]*:*) UNAME_PROCESSOR=`uname -p` if test "$UNAME_PROCESSOR" = "x86"; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} exit ;; *:QNX:*:4*) echo i386-pc-qnx exit ;; NSE-?:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; NSR-?:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit ;; *:NonStop-UX:*:*) echo mips-compaq-nonstopux exit ;; BS2000:POSIX*:*:*) echo bs2000-siemens-sysv exit ;; DS/*:UNIX_System_V:*:*) echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} exit ;; *:Plan9:*:*) # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. if test "$cputype" = "386"; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" fi echo ${UNAME_MACHINE}-unknown-plan9 exit ;; *:TOPS-10:*:*) echo pdp10-unknown-tops10 exit ;; *:TENEX:*:*) echo pdp10-unknown-tenex exit ;; KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) echo pdp10-dec-tops20 exit ;; XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) echo pdp10-xkl-tops20 exit ;; *:TOPS-20:*:*) echo pdp10-unknown-tops20 exit ;; *:ITS:*:*) echo pdp10-unknown-its 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 < # include #endif main () { #if defined (sony) #if defined (MIPSEB) /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, I don't know.... */ printf ("mips-sony-bsd\n"); exit (0); #else #include printf ("m68k-sony-newsos%s\n", #ifdef NEWSOS4 "4" #else "" #endif ); exit (0); #endif #endif #if defined (__arm) && defined (__acorn) && defined (__unix) printf ("arm-acorn-riscix\n"); exit (0); #endif #if defined (hp300) && !defined (hpux) printf ("m68k-hp-bsd\n"); exit (0); #endif #if defined (NeXT) #if !defined (__ARCHITECTURE__) #define __ARCHITECTURE__ "m68k" #endif int version; version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; if (version < 4) printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); else printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); exit (0); #endif #if defined (MULTIMAX) || defined (n16) #if defined (UMAXV) printf ("ns32k-encore-sysv\n"); exit (0); #else #if defined (CMU) printf ("ns32k-encore-mach\n"); exit (0); #else printf ("ns32k-encore-bsd\n"); exit (0); #endif #endif #endif #if defined (__386BSD__) printf ("i386-pc-bsd\n"); exit (0); #endif #if defined (sequent) #if defined (i386) printf ("i386-sequent-dynix\n"); exit (0); #endif #if defined (ns32000) printf ("ns32k-sequent-dynix\n"); exit (0); #endif #endif #if defined (_SEQUENT_) struct utsname un; uname(&un); if (strncmp(un.version, "V2", 2) == 0) { printf ("i386-sequent-ptx2\n"); exit (0); } if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ printf ("i386-sequent-ptx1\n"); exit (0); } printf ("i386-sequent-ptx\n"); exit (0); #endif #if defined (vax) # if !defined (ultrix) # include # if defined (BSD) # if BSD == 43 printf ("vax-dec-bsd4.3\n"); exit (0); # else # if BSD == 199006 printf ("vax-dec-bsd4.3reno\n"); exit (0); # else printf ("vax-dec-bsd\n"); exit (0); # endif # endif # else printf ("vax-dec-bsd\n"); exit (0); # endif # else printf ("vax-dec-ultrix\n"); exit (0); # endif #endif #if defined (alliant) && defined (i860) printf ("i860-alliant-bsd\n"); exit (0); #endif exit (1); } EOF $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; } # Convex versions that predate uname can use getsysinfo(1) if [ -x /usr/convex/getsysinfo ] then case `getsysinfo -f cpu_type` in c1*) echo c1-convex-bsd exit ;; c2*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit ;; c34*) echo c34-convex-bsd exit ;; c38*) echo c38-convex-bsd exit ;; c4*) echo c4-convex-bsd exit ;; esac fi cat >&2 < in order to provide the needed information to handle your system. config.guess timestamp = $timestamp uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` /bin/uname -X = `(/bin/uname -X) 2>/dev/null` hostinfo = `(hostinfo) 2>/dev/null` /bin/universe = `(/bin/universe) 2>/dev/null` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` /bin/arch = `(/bin/arch) 2>/dev/null` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` UNAME_MACHINE = ${UNAME_MACHINE} UNAME_RELEASE = ${UNAME_RELEASE} UNAME_SYSTEM = ${UNAME_SYSTEM} UNAME_VERSION = ${UNAME_VERSION} EOF exit 1 # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: bum-2.5.2/intltool-extract.in0000644000175000017500000005565411244776073013122 00000000000000#!@INTLTOOL_PERL@ -w # -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*- # # The Intltool Message Extractor # # Copyright (C) 2000-2001, 2003 Free Software Foundation. # # Intltool 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; either version 2 of the # License, or (at your option) any later version. # # Intltool 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 # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, 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. # # Authors: Kenneth Christiansen # Darin Adler # ## Release information my $PROGRAM = "intltool-extract"; my $PACKAGE = "intltool"; my $VERSION = "0.37.1"; ## Loaded modules use strict; use File::Basename; use Getopt::Long; ## Scalars used by the option stuff my $TYPE_ARG = "0"; my $LOCAL_ARG = "0"; my $HELP_ARG = "0"; my $VERSION_ARG = "0"; my $UPDATE_ARG = "0"; my $QUIET_ARG = "0"; my $SRCDIR_ARG = "."; my $FILE; my $OUTFILE; my $gettext_type = ""; my $input; my %messages = (); my %loc = (); my %count = (); my %comments = (); my $strcount = 0; my $XMLCOMMENT = ""; ## Use this instead of \w for XML files to handle more possible characters. my $w = "[-A-Za-z0-9._:]"; ## Always print first $| = 1; ## Handle options GetOptions ( "type=s" => \$TYPE_ARG, "local|l" => \$LOCAL_ARG, "help|h" => \$HELP_ARG, "version|v" => \$VERSION_ARG, "update" => \$UPDATE_ARG, "quiet|q" => \$QUIET_ARG, "srcdir=s" => \$SRCDIR_ARG, ) or &error; &split_on_argument; ## Check for options. ## This section will check for the different options. sub split_on_argument { if ($VERSION_ARG) { &version; } elsif ($HELP_ARG) { &help; } elsif ($LOCAL_ARG) { &place_local; &extract; } elsif ($UPDATE_ARG) { &place_normal; &extract; } elsif (@ARGV > 0) { &place_normal; &message; &extract; } else { &help; } } sub place_normal { $FILE = $ARGV[0]; $OUTFILE = "$FILE.h"; my $dirname = dirname ($OUTFILE); if (! -d "$dirname" && $dirname ne "") { system ("mkdir -p $dirname"); } } sub place_local { $FILE = $ARGV[0]; $OUTFILE = fileparse($FILE, ()); if (!-e "tmp/") { system("mkdir tmp/"); } $OUTFILE = "./tmp/$OUTFILE.h" } sub determine_type { if ($TYPE_ARG =~ /^gettext\/(.*)/) { $gettext_type=$1 } } ## Sub for printing release information sub version{ print <<_EOF_; ${PROGRAM} (${PACKAGE}) $VERSION Copyright (C) 2000, 2003 Free Software Foundation, Inc. Written by Kenneth Christiansen, 2000. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. _EOF_ exit; } ## Sub for printing usage information sub help { print <<_EOF_; Usage: ${PROGRAM} [OPTION]... [FILENAME] Generates a header file from an XML source file. It grabs all strings between <_translatable_node> and its end tag in XML files. Read manpage (man ${PROGRAM}) for more info. --type=TYPE Specify the file type of FILENAME. Currently supports: "gettext/glade", "gettext/ini", "gettext/keys" "gettext/rfc822deb", "gettext/schemas", "gettext/scheme", "gettext/xml", "gettext/quoted", "gettext/quotedxml" -l, --local Writes output into current working directory (conflicts with --update) --update Writes output into the same directory the source file reside (conflicts with --local) --srcdir Root of the source tree -v, --version Output version information and exit -h, --help Display this help and exit -q, --quiet Quiet mode Report bugs to http://bugzilla.gnome.org/ (product name "$PACKAGE") or send email to . _EOF_ exit; } ## Sub for printing error messages sub error{ print STDERR "Try `${PROGRAM} --help' for more information.\n"; exit; } sub message { print "Generating C format header file for translation.\n" unless $QUIET_ARG; } sub extract { &determine_type; &convert; open OUT, ">$OUTFILE"; binmode (OUT) if $^O eq 'MSWin32'; &msg_write; close OUT; print "Wrote $OUTFILE\n" unless $QUIET_ARG; } sub convert { ## Reading the file { local (*IN); local $/; #slurp mode open (IN, "<$SRCDIR_ARG/$FILE") || die "can't open $SRCDIR_ARG/$FILE: $!"; $input = ; } &type_ini if $gettext_type eq "ini"; &type_keys if $gettext_type eq "keys"; &type_xml if $gettext_type eq "xml"; &type_glade if $gettext_type eq "glade"; &type_scheme if $gettext_type eq "scheme"; &type_schemas if $gettext_type eq "schemas"; &type_rfc822deb if $gettext_type eq "rfc822deb"; &type_quoted if $gettext_type eq "quoted"; &type_quotedxml if $gettext_type eq "quotedxml"; } sub entity_decode_minimal { local ($_) = @_; s/'/'/g; # ' s/"/"/g; # " s/&/&/g; return $_; } sub entity_decode { local ($_) = @_; s/'/'/g; # ' s/"/"/g; # " s/<//g; s/&/&/g; return $_; } sub escape_char { return '\"' if $_ eq '"'; return '\n' if $_ eq "\n"; return '\\\\' if $_ eq '\\'; return $_; } sub escape { my ($string) = @_; return join "", map &escape_char, split //, $string; } sub type_ini { ### For generic translatable desktop files ### while ($input =~ /^(#(.+)\n)?^_.*=(.*)$/mg) { if (defined($2)) { $comments{$3} = $2; } $messages{$3} = []; } } sub type_keys { ### For generic translatable mime/keys files ### while ($input =~ /^\s*_\w+=(.*)$/mg) { $messages{$1} = []; } } sub type_xml { ### For generic translatable XML files ### my $tree = readXml($input); parseTree(0, $tree); } sub print_var { my $var = shift; my $vartype = ref $var; if ($vartype =~ /ARRAY/) { my @arr = @{$var}; print "[ "; foreach my $el (@arr) { print_var($el); print ", "; } print "] "; } elsif ($vartype =~ /HASH/) { my %hash = %{$var}; print "{ "; foreach my $key (keys %hash) { print "$key => "; print_var($hash{$key}); print ", "; } print "} "; } else { print $var; } } # Same syntax as getAttributeString in intltool-merge.in.in, similar logic (look for ## differences comment) sub getAttributeString { my $sub = shift; my $do_translate = shift || 1; my $language = shift || ""; my $translate = shift; my $result = ""; foreach my $e (reverse(sort(keys %{ $sub }))) { my $key = $e; my $string = $sub->{$e}; my $quote = '"'; $string =~ s/^[\s]+//; $string =~ s/[\s]+$//; if ($string =~ /^'.*'$/) { $quote = "'"; } $string =~ s/^['"]//g; $string =~ s/['"]$//g; ## differences from intltool-merge.in.in if ($key =~ /^_/) { $comments{entity_decode($string)} = $XMLCOMMENT if $XMLCOMMENT; $messages{entity_decode($string)} = []; $$translate = 2; } ## differences end here from intltool-merge.in.in $result .= " $key=$quote$string$quote"; } return $result; } # Verbatim copy from intltool-merge.in.in sub getXMLstring { my $ref = shift; my $spacepreserve = shift || 0; my @list = @{ $ref }; my $result = ""; my $count = scalar(@list); my $attrs = $list[0]; my $index = 1; $spacepreserve = 1 if ((exists $attrs->{"xml:space"}) && ($attrs->{"xml:space"} =~ /^["']?preserve["']?$/)); $spacepreserve = 0 if ((exists $attrs->{"xml:space"}) && ($attrs->{"xml:space"} =~ /^["']?default["']?$/)); while ($index < $count) { my $type = $list[$index]; my $content = $list[$index+1]; if (! $type ) { # We've got CDATA if ($content) { # lets strip the whitespace here, and *ONLY* here $content =~ s/\s+/ /gs if (!$spacepreserve); $result .= $content; } } elsif ( "$type" ne "1" ) { # We've got another element $result .= "<$type"; $result .= getAttributeString(@{$content}[0], 0); # no nested translatable elements if ($content) { my $subresult = getXMLstring($content, $spacepreserve); if ($subresult) { $result .= ">".$subresult . ""; } else { $result .= "/>"; } } else { $result .= "/>"; } } $index += 2; } return $result; } # Verbatim copy from intltool-merge.in.in, except for MULTIPLE_OUTPUT handling removed # Translate list of nodes if necessary sub translate_subnodes { my $fh = shift; my $content = shift; my $language = shift || ""; my $singlelang = shift || 0; my $spacepreserve = shift || 0; my @nodes = @{ $content }; my $count = scalar(@nodes); my $index = 0; while ($index < $count) { my $type = $nodes[$index]; my $rest = $nodes[$index+1]; traverse($fh, $type, $rest, $language, $spacepreserve); $index += 2; } } # Based on traverse() in intltool-merge.in.in sub traverse { my $fh = shift; # unused, to allow us to sync code between -merge and -extract my $nodename = shift; my $content = shift; my $language = shift || ""; my $spacepreserve = shift || 0; if ($nodename && "$nodename" eq "1") { $XMLCOMMENT = $content; } elsif ($nodename) { # element my @all = @{ $content }; my $attrs = shift @all; my $translate = 0; my $outattr = getAttributeString($attrs, 1, $language, \$translate); if ($nodename =~ /^_/) { $translate = 1; $nodename =~ s/^_//; } my $lookup = ''; $spacepreserve = 0 if ((exists $attrs->{"xml:space"}) && ($attrs->{"xml:space"} =~ /^["']?default["']?$/)); $spacepreserve = 1 if ((exists $attrs->{"xml:space"}) && ($attrs->{"xml:space"} =~ /^["']?preserve["']?$/)); if ($translate) { $lookup = getXMLstring($content, $spacepreserve); if (!$spacepreserve) { $lookup =~ s/^\s+//s; $lookup =~ s/\s+$//s; } if ($lookup && $translate != 2) { $comments{$lookup} = $XMLCOMMENT if $XMLCOMMENT; $messages{$lookup} = []; } elsif ($translate == 2) { translate_subnodes($fh, \@all, $language, 1, $spacepreserve); } } else { $XMLCOMMENT = ""; my $count = scalar(@all); if ($count > 0) { my $index = 0; while ($index < $count) { my $type = $all[$index]; my $rest = $all[$index+1]; traverse($fh, $type, $rest, $language, $spacepreserve); $index += 2; } } } $XMLCOMMENT = ""; } } # Verbatim copy from intltool-merge.in.in, $fh for compatibility sub parseTree { my $fh = shift; my $ref = shift; my $language = shift || ""; my $name = shift @{ $ref }; my $cont = shift @{ $ref }; while (!$name || "$name" eq "1") { $name = shift @{ $ref }; $cont = shift @{ $ref }; } my $spacepreserve = 0; my $attrs = @{$cont}[0]; $spacepreserve = 1 if ((exists $attrs->{"xml:space"}) && ($attrs->{"xml:space"} =~ /^["']?preserve["']?$/)); traverse($fh, $name, $cont, $language, $spacepreserve); } # Verbatim copy from intltool-merge.in.in sub intltool_tree_comment { my $expat = shift; my $data = $expat->original_string(); my $clist = $expat->{Curlist}; my $pos = $#$clist; $data =~ s/^$//s; push @$clist, 1 => $data; } # Verbatim copy from intltool-merge.in.in sub intltool_tree_cdatastart { my $expat = shift; my $clist = $expat->{Curlist}; my $pos = $#$clist; push @$clist, 0 => $expat->original_string(); } # Verbatim copy from intltool-merge.in.in sub intltool_tree_cdataend { my $expat = shift; my $clist = $expat->{Curlist}; my $pos = $#$clist; $clist->[$pos] .= $expat->original_string(); } # Verbatim copy from intltool-merge.in.in sub intltool_tree_char { my $expat = shift; my $text = shift; my $clist = $expat->{Curlist}; my $pos = $#$clist; # Use original_string so that we retain escaped entities # in CDATA sections. # if ($pos > 0 and $clist->[$pos - 1] eq '0') { $clist->[$pos] .= $expat->original_string(); } else { push @$clist, 0 => $expat->original_string(); } } # Verbatim copy from intltool-merge.in.in sub intltool_tree_start { my $expat = shift; my $tag = shift; my @origlist = (); # Use original_string so that we retain escaped entities # in attribute values. We must convert the string to an # @origlist array to conform to the structure of the Tree # Style. # my @original_array = split /\x/, $expat->original_string(); my $source = $expat->original_string(); # Remove leading tag. # $source =~ s|^\s*<\s*(\S+)||s; # Grab attribute key/value pairs and push onto @origlist array. # while ($source) { if ($source =~ /^\s*([\w:-]+)\s*[=]\s*["]/) { $source =~ s|^\s*([\w:-]+)\s*[=]\s*["]([^"]*)["]||s; push @origlist, $1; push @origlist, '"' . $2 . '"'; } elsif ($source =~ /^\s*([\w:-]+)\s*[=]\s*[']/) { $source =~ s|^\s*([\w:-]+)\s*[=]\s*[']([^']*)[']||s; push @origlist, $1; push @origlist, "'" . $2 . "'"; } else { last; } } my $ol = [ { @origlist } ]; push @{ $expat->{Lists} }, $expat->{Curlist}; push @{ $expat->{Curlist} }, $tag => $ol; $expat->{Curlist} = $ol; } # Copied from intltool-merge.in.in and added comment handler. sub readXml { my $xmldoc = shift || return; my $ret = eval 'require XML::Parser'; if(!$ret) { die "You must have XML::Parser installed to run $0\n\n"; } my $xp = new XML::Parser(Style => 'Tree'); $xp->setHandlers(Char => \&intltool_tree_char); $xp->setHandlers(Start => \&intltool_tree_start); $xp->setHandlers(CdataStart => \&intltool_tree_cdatastart); $xp->setHandlers(CdataEnd => \&intltool_tree_cdataend); ## differences from intltool-merge.in.in $xp->setHandlers(Comment => \&intltool_tree_comment); ## differences end here from intltool-merge.in.in my $tree = $xp->parse($xmldoc); #print_var($tree); # Hello thereHowdydo # would be: # [foo, [{}, 1, "comment", head, [{id => "a"}, 0, "Hello ", em, [{}, 0, "there"]], bar, # [{}, 0, "Howdy", ref, [{}]], 0, "do" ] ] return $tree; } sub type_schemas { ### For schemas XML files ### # FIXME: We should handle escaped < (less than) while ($input =~ / \s* (\s*(?:\s*)?(.*?)\s*<\/default>\s*)? (\s*(?:\s*)?(.*?)\s*<\/short>\s*)? (\s*(?:\s*)?(.*?)\s*<\/long>\s*)? <\/locale> /sgx) { my @totranslate = ($3,$6,$9); my @eachcomment = ($2,$5,$8); foreach (@totranslate) { my $currentcomment = shift @eachcomment; next if !$_; s/\s+/ /g; $messages{entity_decode_minimal($_)} = []; $comments{entity_decode_minimal($_)} = $currentcomment if (defined($currentcomment)); } } } sub type_rfc822deb { ### For rfc822-style Debian configuration files ### my $lineno = 1; my $type = ''; while ($input =~ /\G(.*?)(^|\n)(_+)([^:]+):[ \t]*(.*?)(?=\n\S|$)/sg) { my ($pre, $newline, $underscore, $tag, $text) = ($1, $2, $3, $4, $5); while ($pre =~ m/\n/g) { $lineno ++; } $lineno += length($newline); my @str_list = rfc822deb_split(length($underscore), $text); for my $str (@str_list) { $strcount++; $messages{$str} = []; $loc{$str} = $lineno; $count{$str} = $strcount; my $usercomment = ''; while($pre =~ s/(^|\n)#([^\n]*)$//s) { $usercomment = "\n" . $2 . $usercomment; } $comments{$str} = $tag . $usercomment; } $lineno += ($text =~ s/\n//g); } } sub rfc822deb_split { # Debian defines a special way to deal with rfc822-style files: # when a value contain newlines, it consists of # 1. a short form (first line) # 2. a long description, all lines begin with a space, # and paragraphs are separated by a single dot on a line # This routine returns an array of all paragraphs, and reformat # them. # When first argument is 2, the string is a comma separated list of # values. my $type = shift; my $text = shift; $text =~ s/^[ \t]//mg; return (split(/, */, $text, 0)) if $type ne 1; return ($text) if $text !~ /\n/; $text =~ s/([^\n]*)\n//; my @list = ($1); my $str = ''; for my $line (split (/\n/, $text)) { chomp $line; if ($line =~ /^\.\s*$/) { # New paragraph $str =~ s/\s*$//; push(@list, $str); $str = ''; } elsif ($line =~ /^\s/) { # Line which must not be reformatted $str .= "\n" if length ($str) && $str !~ /\n$/; $line =~ s/\s+$//; $str .= $line."\n"; } else { # Continuation line, remove newline $str .= " " if length ($str) && $str !~ /\n$/; $str .= $line; } } $str =~ s/\s*$//; push(@list, $str) if length ($str); return @list; } sub type_quoted { while ($input =~ /\"(([^\"]|\\\")*[^\\\"])\"/g) { my $message = $1; my $before = $`; $message =~ s/\\\"/\"/g; $before =~ s/[^\n]//g; $messages{$message} = []; $loc{$message} = length ($before) + 2; } } sub type_quotedxml { while ($input =~ /\"(([^\"]|\\\")*[^\\\"])\"/g) { my $message = $1; my $before = $`; $message =~ s/\\\"/\"/g; $message = entity_decode($message); $before =~ s/[^\n]//g; $messages{$message} = []; $loc{$message} = length ($before) + 2; } } sub type_glade { ### For translatable Glade XML files ### my $tags = "label|title|text|format|copyright|comments|preview_text|tooltip|message"; while ($input =~ /<($tags)>([^<]+)<\/($tags)>/sg) { # Glade sometimes uses tags that normally mark translatable things for # little bits of non-translatable content. We work around this by not # translating strings that only includes something like label4 or window1. $messages{entity_decode($2)} = [] unless $2 =~ /^(window|label|dialog)[0-9]+$/; } while ($input =~ /(..[^<]*)<\/items>/sg) { for my $item (split (/\n/, $1)) { $messages{entity_decode($item)} = []; } } ## handle new glade files while ($input =~ /<(property|atkproperty|col)\s+[^>]*translatable\s*=\s*"yes"(?:\s+[^>]*comments\s*=\s*"([^"]*)")?[^>]*>([^<]+)<\/\1>/sg) { $messages{entity_decode($3)} = [] unless $3 =~ /^(window|label)[0-9]+$/; if (defined($2) and !($3 =~ /^(window|label)[0-9]+$/)) { $comments{entity_decode($3)} = entity_decode($2) ; } } while ($input =~ /]*)"\s+description="([^>]+)"\/>/sg) { $messages{entity_decode_minimal($2)} = []; } } sub type_scheme { my ($line, $i, $state, $str, $trcomment, $char); for $line (split(/\n/, $input)) { $i = 0; $state = 0; # 0 - nothing, 1 - string, 2 - translatable string while ($i < length($line)) { if (substr($line,$i,1) eq "\"") { if ($state == 2) { $comments{$str} = $trcomment if ($trcomment); $messages{$str} = []; $str = ''; $state = 0; $trcomment = ""; } elsif ($state == 1) { $str = ''; $state = 0; $trcomment = ""; } else { $state = 1; $str = ''; if ($i>0 && substr($line,$i-1,1) eq '_') { $state = 2; } } } elsif (!$state) { if (substr($line,$i,1) eq ";") { $trcomment = substr($line,$i+1); $trcomment =~ s/^;*\s*//; $i = length($line); } elsif ($trcomment && substr($line,$i,1) !~ /\s|\(|\)|_/) { $trcomment = ""; } } else { if (substr($line,$i,1) eq "\\") { $char = substr($line,$i+1,1); if ($char ne "\"" && $char ne "\\") { $str = $str . "\\"; } $i++; } $str = $str . substr($line,$i,1); } $i++; } } } sub msg_write { my @msgids; if (%count) { @msgids = sort { $count{$a} <=> $count{$b} } keys %count; } else { @msgids = sort keys %messages; } for my $message (@msgids) { my $offsetlines = 1; $offsetlines++ if $message =~ /%/; if (defined ($comments{$message})) { while ($comments{$message} =~ m/\n/g) { $offsetlines++; } } print OUT "# ".($loc{$message} - $offsetlines). " \"$FILE\"\n" if defined $loc{$message}; print OUT "/* ".$comments{$message}." */\n" if defined $comments{$message}; print OUT "/* xgettext:no-c-format */\n" if $message =~ /%/; my @lines = split (/\n/, $message, -1); for (my $n = 0; $n < @lines; $n++) { if ($n == 0) { print OUT "char *s = N_(\""; } else { print OUT " \""; } print OUT escape($lines[$n]); if ($n < @lines - 1) { print OUT "\\n\"\n"; } else { print OUT "\");\n"; } } } } bum-2.5.2/intltool-update.in0000644000175000017500000007442611244776073012730 00000000000000#!@INTLTOOL_PERL@ -w # -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*- # # The Intltool Message Updater # # Copyright (C) 2000-2003 Free Software Foundation. # # Intltool is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # version 2 published by the Free Software Foundation. # # Intltool 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 # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, 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. # # Authors: Kenneth Christiansen # Maciej Stachowiak # Darin Adler ## Release information my $PROGRAM = "intltool-update"; my $VERSION = "0.37.1"; my $PACKAGE = "intltool"; ## Loaded modules use strict; use Getopt::Long; use Cwd; use File::Copy; use File::Find; ## Scalars used by the option stuff my $HELP_ARG = 0; my $VERSION_ARG = 0; my $DIST_ARG = 0; my $POT_ARG = 0; my $HEADERS_ARG = 0; my $MAINTAIN_ARG = 0; my $REPORT_ARG = 0; my $VERBOSE = 0; my $GETTEXT_PACKAGE = ""; my $OUTPUT_FILE = ""; my @languages; my %varhash = (); my %po_files_by_lang = (); # Regular expressions to categorize file types. # FIXME: Please check if the following is correct my $xml_support = "xml(?:\\.in)*|". # http://www.w3.org/XML/ (Note: .in is not required) "ui|". # Bonobo specific - User Interface desc. files "lang|". # ? "glade2?(?:\\.in)*|". # Glade specific - User Interface desc. files (Note: .in is not required) "scm(?:\\.in)*|". # ? (Note: .in is not required) "oaf(?:\\.in)+|". # DEPRECATED: Replaces by Bonobo .server files "etspec|". # ? "server(?:\\.in)+|". # Bonobo specific "sheet(?:\\.in)+|". # ? "schemas(?:\\.in)+|". # GConf specific "pong(?:\\.in)+|". # DEPRECATED: PONG is not used [by GNOME] any longer. "kbd(?:\\.in)+|". # GOK specific. "policy(?:\\.in)+"; # PolicyKit files my $ini_support = "icon(?:\\.in)+|". # http://www.freedesktop.org/Standards/icon-theme-spec "desktop(?:\\.in)+|". # http://www.freedesktop.org/Standards/menu-spec "caves(?:\\.in)+|". # GNOME Games specific "directory(?:\\.in)+|". # http://www.freedesktop.org/Standards/menu-spec "soundlist(?:\\.in)+|". # GNOME specific "keys(?:\\.in)+|". # GNOME Mime database specific "theme(?:\\.in)+|". # http://www.freedesktop.org/Standards/icon-theme-spec "service(?:\\.in)+"; # DBus specific my $buildin_gettext_support = "c|y|cs|cc|cpp|c\\+\\+|h|hh|gob|py"; ## Always flush buffer when printing $| = 1; ## Sometimes the source tree will be rooted somewhere else. my $SRCDIR = $ENV{"srcdir"} || "."; my $POTFILES_in; $POTFILES_in = "<$SRCDIR/POTFILES.in"; my $devnull = ($^O eq 'MSWin32' ? 'NUL:' : '/dev/null'); ## Handle options GetOptions ( "help" => \$HELP_ARG, "version" => \$VERSION_ARG, "dist|d" => \$DIST_ARG, "pot|p" => \$POT_ARG, "headers|s" => \$HEADERS_ARG, "maintain|m" => \$MAINTAIN_ARG, "report|r" => \$REPORT_ARG, "verbose|x" => \$VERBOSE, "gettext-package|g=s" => \$GETTEXT_PACKAGE, "output-file|o=s" => \$OUTPUT_FILE, ) or &Console_WriteError_InvalidOption; &Console_Write_IntltoolHelp if $HELP_ARG; &Console_Write_IntltoolVersion if $VERSION_ARG; my $arg_count = ($DIST_ARG > 0) + ($POT_ARG > 0) + ($HEADERS_ARG > 0) + ($MAINTAIN_ARG > 0) + ($REPORT_ARG > 0); &Console_Write_IntltoolHelp if $arg_count > 1; my $PKGNAME = FindPackageName (); # --version and --help don't require a module name my $MODULE = $GETTEXT_PACKAGE || $PKGNAME || "unknown"; if ($POT_ARG) { &GenerateHeaders; &GeneratePOTemplate; } elsif ($HEADERS_ARG) { &GenerateHeaders; } elsif ($MAINTAIN_ARG) { &FindLeftoutFiles; } elsif ($REPORT_ARG) { &GenerateHeaders; &GeneratePOTemplate; &Console_Write_CoverageReport; } elsif ((defined $ARGV[0]) && $ARGV[0] =~ /^[a-z]/) { my $lang = $ARGV[0]; ## Report error if the language file supplied ## to the command line is non-existent &Console_WriteError_NotExisting("$SRCDIR/$lang.po") if ! -s "$SRCDIR/$lang.po"; if (!$DIST_ARG) { print "Working, please wait..." if $VERBOSE; &GenerateHeaders; &GeneratePOTemplate; } &POFile_Update ($lang, $OUTPUT_FILE); &Console_Write_TranslationStatus ($lang, $OUTPUT_FILE); } else { &Console_Write_IntltoolHelp; } exit; ######### sub Console_Write_IntltoolVersion { print <<_EOF_; ${PROGRAM} (${PACKAGE}) $VERSION Written by Kenneth Christiansen, Maciej Stachowiak, and Darin Adler. Copyright (C) 2000-2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. _EOF_ exit; } sub Console_Write_IntltoolHelp { print <<_EOF_; Usage: ${PROGRAM} [OPTION]... LANGCODE Updates PO template files and merge them with the translations. Mode of operation (only one is allowed): -p, --pot generate the PO template only -s, --headers generate the header files in POTFILES.in -m, --maintain search for left out files from POTFILES.in -r, --report display a status report for the module -d, --dist merge LANGCODE.po with existing PO template Extra options: -g, --gettext-package=NAME override PO template name, useful with --pot -o, --output-file=FILE write merged translation to FILE -x, --verbose display lots of feedback --help display this help and exit --version output version information and exit Examples of use: ${PROGRAM} --pot just create a new PO template ${PROGRAM} xy create new PO template and merge xy.po with it Report bugs to http://bugzilla.gnome.org/ (product name "$PACKAGE") or send email to . _EOF_ exit; } sub echo_n { my $str = shift; my $ret = `echo "$str"`; $ret =~ s/\n$//; # do we need the "s" flag? return $ret; } sub POFile_DetermineType ($) { my $type = $_; my $gettext_type; my $xml_regex = "(?:" . $xml_support . ")"; my $ini_regex = "(?:" . $ini_support . ")"; my $buildin_regex = "(?:" . $buildin_gettext_support . ")"; if ($type =~ /\[type: gettext\/([^\]].*)]/) { $gettext_type=$1; } elsif ($type =~ /schemas(\.in)+$/) { $gettext_type="schemas"; } elsif ($type =~ /glade2?(\.in)*$/) { $gettext_type="glade"; } elsif ($type =~ /scm(\.in)*$/) { $gettext_type="scheme"; } elsif ($type =~ /keys(\.in)+$/) { $gettext_type="keys"; } # bucket types elsif ($type =~ /$xml_regex$/) { $gettext_type="xml"; } elsif ($type =~ /$ini_regex$/) { $gettext_type="ini"; } elsif ($type =~ /$buildin_regex$/) { $gettext_type="buildin"; } else { $gettext_type="unknown"; } return "gettext\/$gettext_type"; } sub TextFile_DetermineEncoding ($) { my $gettext_code="ASCII"; # All files are ASCII by default my $filetype=`file $_ | cut -d ' ' -f 2`; if ($? eq "0") { if ($filetype =~ /^(ISO|UTF)/) { chomp ($gettext_code = $filetype); } elsif ($filetype =~ /^XML/) { $gettext_code="UTF-8"; # We asume that .glade and other .xml files are UTF-8 } } return $gettext_code; } sub isNotValidMissing { my ($file) = @_; return if $file =~ /^\{arch\}\/.*$/; return if $file =~ /^$varhash{"PACKAGE"}-$varhash{"VERSION"}\/.*$/; } sub FindLeftoutFiles { my (@buf_i18n_plain, @buf_i18n_xml, @buf_i18n_xml_unmarked, @buf_i18n_ini, @buf_potfiles, @buf_potfiles_ignore, @buf_allfiles, @buf_allfiles_sorted, @buf_potfiles_sorted, @buf_potfiles_ignore_sorted ); ## Search and find all translatable files find sub { push @buf_i18n_plain, "$File::Find::name" if /\.($buildin_gettext_support)$/; push @buf_i18n_xml, "$File::Find::name" if /\.($xml_support)$/; push @buf_i18n_ini, "$File::Find::name" if /\.($ini_support)$/; push @buf_i18n_xml_unmarked, "$File::Find::name" if /\.(schemas(\.in)+)$/; }, ".."; find sub { push @buf_i18n_plain, "$File::Find::name" if /\.($buildin_gettext_support)$/; push @buf_i18n_xml, "$File::Find::name" if /\.($xml_support)$/; push @buf_i18n_ini, "$File::Find::name" if /\.($ini_support)$/; push @buf_i18n_xml_unmarked, "$File::Find::name" if /\.(schemas(\.in)+)$/; }, "$SRCDIR/.." if "$SRCDIR" ne "."; open POTFILES, $POTFILES_in or die "$PROGRAM: there's no POTFILES.in!\n"; @buf_potfiles = grep !/^(#|\s*$)/, ; close POTFILES; foreach (@buf_potfiles) { s/^\[.*]\s*//; } print "Searching for missing translatable files...\n" if $VERBOSE; ## Check if we should ignore some found files, when ## comparing with POTFILES.in foreach my $ignore ("POTFILES.skip", "POTFILES.ignore") { (-s "$SRCDIR/$ignore") or next; if ("$ignore" eq "POTFILES.ignore") { print "The usage of POTFILES.ignore is deprecated. Please consider moving the\n". "content of this file to POTFILES.skip.\n"; } print "Found $ignore: Ignoring files...\n" if $VERBOSE; open FILE, "<$SRCDIR/$ignore" or die "ERROR: Failed to open $SRCDIR/$ignore!\n"; while () { push @buf_potfiles_ignore, $_ unless /^(#|\s*$)/; } close FILE; @buf_potfiles_ignore_sorted = sort (@buf_potfiles_ignore); } foreach my $file (@buf_i18n_plain) { my $in_comment = 0; my $in_macro = 0; open FILE, "<$file"; while () { # Handle continued multi-line comment. if ($in_comment) { next unless s-.*\*/--; $in_comment = 0; } # Handle continued macro. if ($in_macro) { $in_macro = 0 unless /\\$/; next; } # Handle start of macro (or any preprocessor directive). if (/^\s*\#/) { $in_macro = 1 if /^([^\\]|\\.)*\\$/; next; } # Handle comments and quoted text. while (m-(/\*|//|\'|\")-) # \' and \" keep emacs perl mode happy { my $match = $1; if ($match eq "/*") { if (!s-/\*.*?\*/--) { s-/\*.*--; $in_comment = 1; } } elsif ($match eq "//") { s-//.*--; } else # ' or " { if (!s-$match([^\\]|\\.)*?$match-QUOTEDTEXT-) { warn "mismatched quotes at line $. in $file\n"; s-$match.*--; } } } if (/\w\.GetString *\(QUOTEDTEXT/) { if (defined isNotValidMissing (unpack("x3 A*", $file))) { ## Remove the first 3 chars and add newline push @buf_allfiles, unpack("x3 A*", $file) . "\n"; } last; } ## C_ N_ Q_ and _ are the macros defined in gi8n.h if (/[CNQ]?_ *\(QUOTEDTEXT/) { if (defined isNotValidMissing (unpack("x3 A*", $file))) { ## Remove the first 3 chars and add newline push @buf_allfiles, unpack("x3 A*", $file) . "\n"; } last; } } close FILE; } foreach my $file (@buf_i18n_xml) { open FILE, "<$file"; while () { # FIXME: share the pattern matching code with intltool-extract if (/\s_[-A-Za-z0-9._:]+\s*=\s*\"([^"]+)\"/ || /<_[^>]+>/ || /translatable=\"yes\"/) { if (defined isNotValidMissing (unpack("x3 A*", $file))) { push @buf_allfiles, unpack("x3 A*", $file) . "\n"; } last; } } close FILE; } foreach my $file (@buf_i18n_ini) { open FILE, "<$file"; while () { if (/_(.*)=/) { if (defined isNotValidMissing (unpack("x3 A*", $file))) { push @buf_allfiles, unpack("x3 A*", $file) . "\n"; } last; } } close FILE; } foreach my $file (@buf_i18n_xml_unmarked) { if (defined isNotValidMissing (unpack("x3 A*", $file))) { push @buf_allfiles, unpack("x3 A*", $file) . "\n"; } } @buf_allfiles_sorted = sort (@buf_allfiles); @buf_potfiles_sorted = sort (@buf_potfiles); my %in2; foreach (@buf_potfiles_sorted) { s#^$SRCDIR/../##; s#^$SRCDIR/##; $in2{$_} = 1; } foreach (@buf_potfiles_ignore_sorted) { s#^$SRCDIR/../##; s#^$SRCDIR/##; $in2{$_} = 1; } my @result; foreach (@buf_allfiles_sorted) { my $dummy = $_; my $srcdir = $SRCDIR; $srcdir =~ s#^../##; $dummy =~ s#^$srcdir/../##; $dummy =~ s#^$srcdir/##; $dummy =~ s#_build/##; if (!exists($in2{$dummy})) { push @result, $dummy } } my @buf_potfiles_notexist; foreach (@buf_potfiles_sorted) { chomp (my $dummy = $_); if ("$dummy" ne "" and !(-f "$SRCDIR/../$dummy" or -f "../$dummy")) { push @buf_potfiles_notexist, $_; } } ## Save file with information about the files missing ## if any, and give information about this procedure. if (@result + @buf_potfiles_notexist > 0) { if (@result) { print "\n" if $VERBOSE; unlink "missing"; open OUT, ">missing"; print OUT @result; close OUT; warn "\e[1mThe following files contain translations and are currently not in use. Please\e[0m\n". "\e[1mconsider adding these to the POTFILES.in file, located in the po/ directory.\e[0m\n\n"; print STDERR @result, "\n"; warn "If some of these files are left out on purpose then please add them to\n". "POTFILES.skip instead of POTFILES.in. A file \e[1m'missing'\e[0m containing this list\n". "of left out files has been written in the current directory.\n"; } if (@buf_potfiles_notexist) { unlink "notexist"; open OUT, ">notexist"; print OUT @buf_potfiles_notexist; close OUT; warn "\n" if ($VERBOSE or @result); warn "\e[1mThe following files do not exist anymore:\e[0m\n\n"; warn @buf_potfiles_notexist, "\n"; warn "Please remove them from POTFILES.in. A file \e[1m'notexist'\e[0m\n". "containing this list of absent files has been written in the current directory.\n"; } } ## If there is nothing to complain about, notify the user else { print "\nAll files containing translations are present in POTFILES.in.\n" if $VERBOSE; } } sub Console_WriteError_InvalidOption { ## Handle invalid arguments print STDERR "Try `${PROGRAM} --help' for more information.\n"; exit 1; } sub isProgramInPath { my ($file) = @_; # If either a file exists, or when run it returns 0 exit status return 1 if ((-x $file) or (system("$file --version >$devnull") == 0)); return 0; } sub isGNUGettextTool { my ($file) = @_; # Check that we are using GNU gettext tools if (isProgramInPath ($file)) { my $version = `$file --version`; return 1 if ($version =~ m/.*\(GNU .*\).*/); } return 0; } sub GenerateHeaders { my $EXTRACT = $ENV{"INTLTOOL_EXTRACT"} || "intltool-extract"; ## Generate the .h header files, so we can allow glade and ## xml translation support if (! isProgramInPath ("$EXTRACT")) { print STDERR "\n *** The intltool-extract script wasn't found!" ."\n *** Without it, intltool-update can not generate files.\n"; exit; } else { open (FILE, $POTFILES_in) or die "$PROGRAM: POTFILES.in not found.\n"; while () { chomp; next if /^\[\s*encoding/; ## Find xml files in POTFILES.in and generate the ## files with help from the extract script my $gettext_type= &POFile_DetermineType ($1); if (/\.($xml_support|$ini_support)$/ || /^\[/) { s/^\[[^\[].*]\s*//; my $filename = "../$_"; if ($VERBOSE) { system ($EXTRACT, "--update", "--srcdir=$SRCDIR", "--type=$gettext_type", $filename); } else { system ($EXTRACT, "--update", "--type=$gettext_type", "--srcdir=$SRCDIR", "--quiet", $filename); } } } close FILE; } } # # Generate .pot file from POTFILES.in # sub GeneratePOTemplate { my $XGETTEXT = $ENV{"XGETTEXT"} || "xgettext"; my $XGETTEXT_ARGS = $ENV{"XGETTEXT_ARGS"} || ''; chomp $XGETTEXT; if (! isGNUGettextTool ("$XGETTEXT")) { print STDERR " *** GNU xgettext is not found on this system!\n". " *** Without it, intltool-update can not extract strings.\n"; exit; } print "Building $MODULE.pot...\n" if $VERBOSE; open INFILE, $POTFILES_in; unlink "POTFILES.in.temp"; open OUTFILE, ">POTFILES.in.temp" or die("Cannot open POTFILES.in.temp for writing"); my $gettext_support_nonascii = 0; # checks for GNU gettext >= 0.12 my $dummy = `$XGETTEXT --version --from-code=UTF-8 >$devnull 2>$devnull`; if ($? == 0) { $gettext_support_nonascii = 1; } else { # urge everybody to upgrade gettext print STDERR "WARNING: This version of gettext does not support extracting non-ASCII\n". " strings. That means you should install a version of gettext\n". " that supports non-ASCII strings (such as GNU gettext >= 0.12),\n". " or have to let non-ASCII strings untranslated. (If there is any)\n"; } my $encoding = "ASCII"; my $forced_gettext_code; my @temp_headers; my $encoding_problem_is_reported = 0; while () { next if (/^#/ or /^\s*$/); chomp; my $gettext_code; if (/^\[\s*encoding:\s*(.*)\s*\]/) { $forced_gettext_code=$1; } elsif (/\.($xml_support|$ini_support)$/ || /^\[/) { s/^\[.*]\s*//; print OUTFILE "../$_.h\n"; push @temp_headers, "../$_.h"; $gettext_code = &TextFile_DetermineEncoding ("../$_.h") if ($gettext_support_nonascii and not defined $forced_gettext_code); } else { print OUTFILE "$SRCDIR/../$_\n"; $gettext_code = &TextFile_DetermineEncoding ("$SRCDIR/../$_") if ($gettext_support_nonascii and not defined $forced_gettext_code); } next if (! $gettext_support_nonascii); if (defined $forced_gettext_code) { $encoding=$forced_gettext_code; } elsif (defined $gettext_code and "$encoding" ne "$gettext_code") { if ($encoding eq "ASCII") { $encoding=$gettext_code; } elsif ($gettext_code ne "ASCII") { # Only report once because the message is quite long if (! $encoding_problem_is_reported) { print STDERR "WARNING: You should use the same file encoding for all your project files,\n". " but $PROGRAM thinks that most of the source files are in\n". " $encoding encoding, while \"$_\" is (likely) in\n". " $gettext_code encoding. If you are sure that all translatable strings\n". " are in same encoding (say UTF-8), please \e[1m*prepend*\e[0m the following\n". " line to POTFILES.in:\n\n". " [encoding: UTF-8]\n\n". " and make sure that configure.in/ac checks for $PACKAGE >= 0.27 .\n". "(such warning message will only be reported once.)\n"; $encoding_problem_is_reported = 1; } } } } close OUTFILE; close INFILE; unlink "$MODULE.pot"; my @xgettext_argument=("$XGETTEXT", "--add-comments", "--directory\=.", "--default-domain\=$MODULE", "--flag\=g_strdup_printf:1:c-format", "--flag\=g_string_printf:2:c-format", "--flag\=g_string_append_printf:2:c-format", "--flag\=g_error_new:3:c-format", "--flag\=g_set_error:4:c-format", "--flag\=g_markup_printf_escaped:1:c-format", "--flag\=g_log:3:c-format", "--flag\=g_print:1:c-format", "--flag\=g_printerr:1:c-format", "--flag\=g_printf:1:c-format", "--flag\=g_fprintf:2:c-format", "--flag\=g_sprintf:2:c-format", "--flag\=g_snprintf:3:c-format", "--flag\=g_scanner_error:2:c-format", "--flag\=g_scanner_warn:2:c-format", "--output\=$MODULE\.pot", "--files-from\=\.\/POTFILES\.in\.temp"); my $XGETTEXT_KEYWORDS = &FindPOTKeywords; push @xgettext_argument, $XGETTEXT_KEYWORDS; my $MSGID_BUGS_ADDRESS = &FindMakevarsBugAddress; push @xgettext_argument, "--msgid-bugs-address\=\"$MSGID_BUGS_ADDRESS\"" if $MSGID_BUGS_ADDRESS; push @xgettext_argument, "--from-code\=$encoding" if ($gettext_support_nonascii); push @xgettext_argument, $XGETTEXT_ARGS if $XGETTEXT_ARGS; my $xgettext_command = join ' ', @xgettext_argument; # intercept xgettext error message print "Running $xgettext_command\n" if $VERBOSE; my $xgettext_error_msg = `$xgettext_command 2>\&1`; my $command_failed = $?; unlink "POTFILES.in.temp"; print "Removing generated header (.h) files..." if $VERBOSE; unlink foreach (@temp_headers); print "done.\n" if $VERBOSE; if (! $command_failed) { if (! -e "$MODULE.pot") { print "None of the files in POTFILES.in contain strings marked for translation.\n" if $VERBOSE; } else { print "Wrote $MODULE.pot\n" if $VERBOSE; } } else { if ($xgettext_error_msg =~ /--from-code/) { # replace non-ASCII error message with a more useful one. print STDERR "ERROR: xgettext failed to generate PO template file because there is non-ASCII\n". " string marked for translation. Please make sure that all strings marked\n". " for translation are in uniform encoding (say UTF-8), then \e[1m*prepend*\e[0m the\n". " following line to POTFILES.in and rerun $PROGRAM:\n\n". " [encoding: UTF-8]\n\n"; } else { print STDERR "$xgettext_error_msg"; if (-e "$MODULE.pot") { # is this possible? print STDERR "ERROR: xgettext failed but still managed to generate PO template file.\n". " Please consult error message above if there is any.\n"; } else { print STDERR "ERROR: xgettext failed to generate PO template file. Please consult\n". " error message above if there is any.\n"; } } exit (1); } } sub POFile_Update { -f "$MODULE.pot" or die "$PROGRAM: $MODULE.pot does not exist.\n"; my $MSGMERGE = $ENV{"MSGMERGE"} || "msgmerge"; my ($lang, $outfile) = @_; if (! isGNUGettextTool ("$MSGMERGE")) { print STDERR " *** GNU msgmerge is not found on this system!\n". " *** Without it, intltool-update can not extract strings.\n"; exit; } print "Merging $SRCDIR/$lang.po with $MODULE.pot..." if $VERBOSE; my $infile = "$SRCDIR/$lang.po"; $outfile = "$SRCDIR/$lang.po" if ($outfile eq ""); # I think msgmerge won't overwrite old file if merge is not successful system ("$MSGMERGE", "-o", $outfile, $infile, "$MODULE.pot"); } sub Console_WriteError_NotExisting { my ($file) = @_; ## Report error if supplied language file is non-existing print STDERR "$PROGRAM: $file does not exist!\n"; print STDERR "Try '$PROGRAM --help' for more information.\n"; exit; } sub GatherPOFiles { my @po_files = glob ("./*.po"); @languages = map (&POFile_GetLanguage, @po_files); foreach my $lang (@languages) { $po_files_by_lang{$lang} = shift (@po_files); } } sub POFile_GetLanguage ($) { s/^(.*\/)?(.+)\.po$/$2/; return $_; } sub Console_Write_TranslationStatus { my ($lang, $output_file) = @_; my $MSGFMT = $ENV{"MSGFMT"} || "msgfmt"; if (! isGNUGettextTool ("$MSGFMT")) { print STDERR " *** GNU msgfmt is not found on this system!\n". " *** Without it, intltool-update can not extract strings.\n"; exit; } $output_file = "$SRCDIR/$lang.po" if ($output_file eq ""); system ("$MSGFMT", "-o", "$devnull", "--verbose", $output_file); } sub Console_Write_CoverageReport { my $MSGFMT = $ENV{"MSGFMT"} || "msgfmt"; if (! isGNUGettextTool ("$MSGFMT")) { print STDERR " *** GNU msgfmt is not found on this system!\n". " *** Without it, intltool-update can not extract strings.\n"; exit; } &GatherPOFiles; foreach my $lang (@languages) { print STDERR "$lang: "; &POFile_Update ($lang, ""); } print STDERR "\n\n * Current translation support in $MODULE \n\n"; foreach my $lang (@languages) { print STDERR "$lang: "; system ("$MSGFMT", "-o", "$devnull", "--verbose", "$SRCDIR/$lang.po"); } } sub SubstituteVariable { my ($str) = @_; # always need to rewind file whenever it has been accessed seek (CONF, 0, 0); # cache each variable. varhash is global to we can add # variables elsewhere. while () { if (/^(\w+)=(.*)$/) { ($varhash{$1} = $2) =~ s/^["'](.*)["']$/$1/; } } if ($str =~ /^(.*)\${?([A-Z_]+)}?(.*)$/) { my $rest = $3; my $untouched = $1; my $sub = ""; # Ignore recursive definitions of variables $sub = $varhash{$2} if defined $varhash{$2} and $varhash{$2} !~ /\${?$2}?/; return SubstituteVariable ("$untouched$sub$rest"); } # We're using Perl backticks ` and "echo -n" here in order to # expand any shell escapes (such as backticks themselves) in every variable return echo_n ($str); } sub CONF_Handle_Open { my $base_dirname = getcwd(); $base_dirname =~ s@.*/@@; my ($conf_in, $src_dir); if ($base_dirname =~ /^po(-.+)?$/) { if (-f "Makevars") { my $makefile_source; local (*IN); open (IN, ") { if (/^top_builddir[ \t]*=/) { $src_dir = $_; $src_dir =~ s/^top_builddir[ \t]*=[ \t]*([^ \t\n\r]*)/$1/; chomp $src_dir; if (-f "$src_dir" . "/configure.ac") { $conf_in = "$src_dir" . "/configure.ac" . "\n"; } else { $conf_in = "$src_dir" . "/configure.in" . "\n"; } last; } } close IN; $conf_in || die "Cannot find top_builddir in Makevars."; } elsif (-f "$SRCDIR/../configure.ac") { $conf_in = "$SRCDIR/../configure.ac"; } elsif (-f "$SRCDIR/../configure.in") { $conf_in = "$SRCDIR/../configure.in"; } else { my $makefile_source; local (*IN); open (IN, ") { if (/^top_srcdir[ \t]*=/) { $src_dir = $_; $src_dir =~ s/^top_srcdir[ \t]*=[ \t]*([^ \t\n\r]*)/$1/; chomp $src_dir; $conf_in = "$src_dir" . "/configure.in" . "\n"; last; } } close IN; $conf_in || die "Cannot find top_srcdir in Makefile."; } open (CONF, "<$conf_in"); } else { print STDERR "$PROGRAM: Unable to proceed.\n" . "Make sure to run this script inside the po directory.\n"; exit; } } sub FindPackageName { my $version; my $domain = &FindMakevarsDomain; my $name = $domain || "untitled"; &CONF_Handle_Open; my $conf_source; { local (*IN); open (IN, "<&CONF") || return $name; seek (IN, 0, 0); local $/; # slurp mode $conf_source = ; close IN; } # priority for getting package name: # 1. GETTEXT_PACKAGE # 2. first argument of AC_INIT (with >= 2 arguments) # 3. first argument of AM_INIT_AUTOMAKE (with >= 2 argument) # /^AM_INIT_AUTOMAKE\([\s\[]*([^,\)\s\]]+)/m # the \s makes this not work, why? if ($conf_source =~ /^AM_INIT_AUTOMAKE\(([^,\)]+),([^,\)]+)/m) { ($name, $version) = ($1, $2); $name =~ s/[\[\]\s]//g; $version =~ s/[\[\]\s]//g; $varhash{"PACKAGE_NAME"} = $name if (not $name =~ /\${?AC_PACKAGE_NAME}?/); $varhash{"PACKAGE"} = $name if (not $name =~ /\${?PACKAGE}?/); $varhash{"PACKAGE_VERSION"} = $version if (not $name =~ /\${?AC_PACKAGE_VERSION}?/); $varhash{"VERSION"} = $version if (not $name =~ /\${?VERSION}?/); } if ($conf_source =~ /^AC_INIT\(([^,\)]+),([^,\)]+)/m) { ($name, $version) = ($1, $2); $name =~ s/[\[\]\s]//g; $version =~ s/[\[\]\s]//g; $varhash{"PACKAGE_NAME"} = $name if (not $name =~ /\${?AC_PACKAGE_NAME}?/); $varhash{"PACKAGE"} = $name if (not $name =~ /\${?PACKAGE}?/); $varhash{"PACKAGE_VERSION"} = $version if (not $name =~ /\${?AC_PACKAGE_VERSION}?/); $varhash{"VERSION"} = $version if (not $name =~ /\${?VERSION}?/); } # \s makes this not work, why? $name = $1 if $conf_source =~ /^GETTEXT_PACKAGE=\[?([^\n\]]+)/m; # m4 macros AC_PACKAGE_NAME, AC_PACKAGE_VERSION etc. have same value # as corresponding $PACKAGE_NAME, $PACKAGE_VERSION etc. shell variables. $name =~ s/\bAC_PACKAGE_/\$PACKAGE_/g; $name = $domain if $domain; $name = SubstituteVariable ($name); $name =~ s/^["'](.*)["']$/$1/; return $name if $name; } sub FindPOTKeywords { my $keywords = "--keyword\=\_ --keyword\=N\_ --keyword\=U\_ --keyword\=Q\_"; my $varname = "XGETTEXT_OPTIONS"; my $make_source; { local (*IN); open (IN, "; close IN; } # unwrap lines split with a trailing \ $make_source =~ s/\\ $ \n/ /mxg; $keywords = $1 if $make_source =~ /^$varname[ ]*=\[?([^\n\]]+)/m; return $keywords; } sub FindMakevarsDomain { my $domain = ""; my $makevars_source; { local (*IN); open (IN, "; close IN; } $domain = $1 if $makevars_source =~ /^DOMAIN[ ]*=\[?([^\n\]\$]+)/m; $domain =~ s/^\s+//; $domain =~ s/\s+$//; return $domain; } sub FindMakevarsBugAddress { my $address = ""; my $makevars_source; { local (*IN); open (IN, "; close IN; } $address = $1 if $makevars_source =~ /^MSGID_BUGS_ADDRESS[ ]*=\[?([^\n\]\$]+)/m; $address =~ s/^\s+//; $address =~ s/\s+$//; return $address; } bum-2.5.2/ChangeLog0000644000175000017500000001375311244775220011013 00000000000000# This changelog is obsolete. See debian/changelog 2009-04-06 Fabio Marzocca * configure.in: * lib/bum_init.pm: * lib/bum_app.pm: * lib/bum_cbk.pm: * lib/bum_ops.pm: * data/Makefile.am: * data/bum.ui: Drop Glade - migration to Gtk2::Builder New services descriptions 2008-05-08 Fabio Marzocca * configure.in: * lib/bum_init.pm: New services descriptions 2008-04-03 Fabio Marzocca * Makefile.in: * aclocal.m4: * config.guess: * config.sub: * configure: * configure.in: * data/Makefile.in: * icons/Makefile.in: * intltool-extract.in: * intltool-merge.in: * intltool-update.in: * lib/Makefile.in: * lib/bum_init.pm: * po/Makefile.in.in: Introduced new localized service descriptions 2007-05-20 Fabio Marzocca * configure: * configure.in: Bumping post-release version 2007-05-20 Fabio Marzocca * configure: * configure.in: Preparing release 2.1.10 2007-05-20 Fabio Marzocca * data/bum.glade: * lib/bum_app.pm: * lib/bum_init.pm: * lib/bum_ops.pm: * lib/bumlib.pm: * po/bum.pot: * po/it.po: Fixes: Ubuntu Bug #114187 Introduced new localized service descriptions 2007-05-08 Fabio Marzocca * configure: * configure.in: Bumped post-release version 2007-05-08 Fabio Marzocca * Makefile.in: * aclocal.m4: * config.guess: * config.sub: * configure: * configure.in: * data/Makefile.in: * icons/Makefile.in: * intltool-extract.in: * intltool-merge.in: * intltool-update.in: * lib/Makefile.in: * lib/bum_init.pm: * po/Makefile.in.in: * po/bum.pot: * po/it.po: Preparing release 2.1.9 Bug #422188 Updated init scripts database 2006-09-14 Fabio Marzocca * NEWS: * configure.in: Bumped post-release version 2006-09-14 Fabio Marzocca * Makefile.in: * aclocal.m4: * configure: * configure.in: * data/Makefile.in: * icons/Makefile.in: * intltool-extract.in: * intltool-merge.in: * intltool-update.in: * lib/Makefile.in: * lib/bum_ops.pm: * lib/bumlib.pm: * po/Makefile.in.in: * po/fr.po: Preparing release 2.1.8 Bug #387032 Fixed bug on screen refresh after apply. 2006-06-04 Fabio Marzocca * po/hu.po: Added Hungarian translation 2006-05-15 Fabio Marzocca * configure.in: Bumped post-release version 2006-05-15 Fabio Marzocca * configure: * configure.in: Preparing release 2.1.7 2006-05-15 Fabio Marzocca * lib/bum_init.pm: Updated init scripts database 2006-05-14 Fabio Marzocca * lib/bum_init.pm: Updated init-scripts database 2006-04-19 Fabio Marzocca * po/fr.po: Updated french translation 2006-03-30 Fabio Marzocca * configure: * configure.in: Bumped post-release version 2006-03-30 Fabio Marzocca * NEWS: * configure: * configure.in: * data/bum.desktop.in.in: * po/bum.pot: * po/it.po: Release 2.1.6 - Using gksu instead of gksudo 2006-03-02 Fabio Marzocca * Makefile.in: * aclocal.m4: * autogen.sh: * configure: * configure.in: * data/Makefile.in: * icons/Makefile.in: * install-sh: * intltool-extract.in: * intltool-merge.in: * intltool-update.in: * lib/Makefile.in: * missing: * mkinstalldirs: * po/Makefile.in.in: * po/ko.po: * po/nb.po: Added Norwegian BokmÃ¥l and Korean translation Switched to automake1.8 2006-01-29 Fabio Marzocca * configure.in: Bumped post-release version 2006-01-29 Fabio Marzocca * configure: * configure.in: Released v.2.1.5 2006-01-29 Fabio Marzocca * po/bum.pot: 2006-01-29 Fabio Marzocca * intltool-extract.in: * lib/bum_app.pm: * lib/bum_cbk.pm: * lib/bum_ops.pm: * lib/bumlib.pm: * po/bum.pot: * po/fr.po: * po/it.po: * po/tr.po: Dropped lock file (ubuntu bug #29831) Updated translations 2006-01-28 Fabio Marzocca * configure: * data/bum.glade: Removed "after" from advanced checkbutton 2006-01-16 Fabio Marzocca * po/fr.po: Updated french translation 2006-01-14 Fabio Marzocca * configure.in: * po/sv.po: Added swedish translation (closes:#347972) 2006-01-13 Fabio Marzocca * configure.in: * po/ka.po: * po/tr.po: Added Georgian translation 2005-12-27 Fabio Marzocca * configure.in: Bumped post-release version 2005-12-27 Fabio Marzocca * NEWS: * configure: * configure.in: Preparing v.2.1.4 2005-12-27 Fabio Marzocca * lib/bumlib.pm: 2005-12-27 Fabio Marzocca * lib/bum_init.pm: * po/bum.pot: * po/de.po: * po/es.po: * po/fr.po: * po/it.po: * po/nl.po: Edited service descriptions 2005-12-26 Fabio Marzocca * lib/bum_init.pm: * po/bum.pot: * po/it.po: Added new service descriptions 2005-12-26 Fabio Marzocca * po/bum.pot: Added pot file 2005-12-24 12:00 Fabio Marzocca * Added new init descriptions * Fixed bug on summary description 2005-11-16 12:00 Fabio Marzocca * If "human" description is not provided, defaults to apt-cache * New help menu item added * Released v. 2.1.3 2005-10-27 12:00 Fabio Marzocca * Every column in any view is clickable and sortable * Added "running" icons in Services view 2005-10-26 12:00 Fabio Marzocca * Changes: now summary and standardRL pages share the same treemodel (the one set from SimpleList in standardRL) 2005-10-22 11:58 Fabio Marzocca * New release. Full code & GUI re-styling bum-2.5.2/README0000644000175000017500000000056210352342264010110 00000000000000Boot-Up Manager bum is a runlevel configuration editor which allows to configure init services when the system boots up or reboots. It displays a list of every service which could be started at boot. User can toggle individ†ual services on and off. A detailed documentation on the program could be read at: http://www.marzocca.net/linux/bumdocs.html. bum-2.5.2/data/0000777000175000017500000000000011244776117010233 500000000000000bum-2.5.2/data/bum.desktop.in.in0000644000175000017500000000030611244772234013332 00000000000000[Desktop Entry] _Name=BootUp-Manager _Comment=Graphical runlevel configuration tool Exec=su-to-root -X -c bum Icon=bum Terminal=false Type=Application StartupNotify=true Categories=System;Settings; bum-2.5.2/data/Makefile.am0000644000175000017500000000101511166431075012172 00000000000000NULL = # desktop entry desktopdir = $(datadir)/applications desktop_in_files = bum.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) bum.desktop.in: bum.desktop.in.in sed -e "s|@DATADIR@|$(datadir)|" $< > $@ @INTLTOOL_DESKTOP_RULE@ # ui uidir = $(pkgdatadir) ui_DATA = bum.ui bum.8: pod2man -s 8 ../bum.in > bum.8 man_MANS = bum.8 CLEANFILES = \ *~ \ *.bak \ $(desktop_in_files) \ $(desktop_DATA) \ $(NULL) EXTRA_DIST = \ bum.desktop.in.in \ $(ui_DATA) \ $(man_MANS) \ $(NULL) bum-2.5.2/data/bum.80000644000175000017500000001104711244774474011032 00000000000000.\" Automatically generated by Pod::Man 2.1801 (Pod::Simple 3.05) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is turned on, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .ie \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . nr % 0 . rr F .\} .el \{\ . de IX .. .\} .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. . \" fudge factors for nroff and troff .if n \{\ . ds #H 0 . ds #V .8m . ds #F .3m . ds #[ \f1 . ds #] \fP .\} .if t \{\ . ds #H ((1u-(\\\\n(.fu%2u))*.13m) . ds #V .6m . ds #F 0 . ds #[ \& . ds #] \& .\} . \" simple accents for nroff and troff .if n \{\ . ds ' \& . ds ` \& . ds ^ \& . ds , \& . ds ~ ~ . ds / .\} .if t \{\ . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' .\} . \" troff and (daisy-wheel) nroff accents .ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V' .ds 8 \h'\*(#H'\(*b\h'-\*(#H' .ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#] .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H' .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u' .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#] .ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#] .ds ae a\h'-(\w'a'u*4/10)'e .ds Ae A\h'-(\w'A'u*4/10)'E . \" corrections for vroff .if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u' .if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u' . \" for low resolution devices (crt and lpr) .if \n(.H>23 .if \n(.V>19 \ \{\ . ds : e . ds 8 ss . ds o a . ds d- d\h'-1'\(ga . ds D- D\h'-1'\(hy . ds th \o'bp' . ds Th \o'LP' . ds ae ae . ds Ae AE .\} .rm #[ #] #H #V #F C .\" ======================================================================== .\" .IX Title "BUM" .TH BUM "8" "perl v5.10.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" \&\fBBoot-Up Manager\fR \- Graphical runlevel configuration tool .SH "SYNOPSIS" .IX Header "SYNOPSIS" \&\fBbum\fR .SH "DESCRIPTION" .IX Header "DESCRIPTION" \&\fBbum\fR is a runlevel configuration editor which allows to configure init services when the system boots up or reboots. It displays a list of every service which could be started at boot. User can toggle individual services on and off. .PP A detailed documentation on the program could be read at: http://www.marzocca.net/linux/bumdocs.html. .SH "FILE" .IX Header "FILE" .IP "/var/lib/bum/packages" 2 .IX Item "/var/lib/bum/packages" The script<\->packages name file. .IP "/var/lib/bum/numbers" 2 .IX Item "/var/lib/bum/numbers" The service number data file. .IP "/var/lock/bum" 2 .IX Item "/var/lock/bum" Lock file. .SH "AUTHOR" .IX Header "AUTHOR" Fabio \s-1MARZOCCA\s0 bum-2.5.2/data/Makefile.in0000644000175000017500000003102711244776075012222 00000000000000# Makefile.in generated by automake 1.10.2 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : subdir = data DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = SOURCES = DIST_SOURCES = man8dir = $(mandir)/man8 am__installdirs = "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(desktopdir)" \ "$(DESTDIR)$(uidir)" NROFF = nroff MANS = $(man_MANS) am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; desktopDATA_INSTALL = $(INSTALL_DATA) uiDATA_INSTALL = $(INSTALL_DATA) DATA = $(desktop_DATA) $(ui_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POFILES = @POFILES@ POSUB = @POSUB@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host_alias = @host_alias@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ NULL = # desktop entry desktopdir = $(datadir)/applications desktop_in_files = bum.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) # ui uidir = $(pkgdatadir) ui_DATA = bum.ui man_MANS = bum.8 CLEANFILES = \ *~ \ *.bak \ $(desktop_in_files) \ $(desktop_DATA) \ $(NULL) EXTRA_DIST = \ bum.desktop.in.in \ $(ui_DATA) \ $(man_MANS) \ $(NULL) all: all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu data/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-man8: $(man8_MANS) $(man_MANS) @$(NORMAL_INSTALL) test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)" @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \ l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ for i in $$l2; do \ case "$$i" in \ *.8*) list="$$list $$i" ;; \ esac; \ done; \ for i in $$list; do \ if test -f $$i; then file=$$i; \ else file=$(srcdir)/$$i; fi; \ ext=`echo $$i | sed -e 's/^.*\\.//'`; \ case "$$ext" in \ 8*) ;; \ *) ext='8' ;; \ esac; \ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed -e 's/^.*\///'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \ done uninstall-man8: @$(NORMAL_UNINSTALL) @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \ l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ for i in $$l2; do \ case "$$i" in \ *.8*) list="$$list $$i" ;; \ esac; \ done; \ for i in $$list; do \ ext=`echo $$i | sed -e 's/^.*\\.//'`; \ case "$$ext" in \ 8*) ;; \ *) ext='8' ;; \ esac; \ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed -e 's/^.*\///'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \ rm -f "$(DESTDIR)$(man8dir)/$$inst"; \ done install-desktopDATA: $(desktop_DATA) @$(NORMAL_INSTALL) test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)" @list='$(desktop_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ echo " $(desktopDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(desktopdir)/$$f'"; \ $(desktopDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(desktopdir)/$$f"; \ done uninstall-desktopDATA: @$(NORMAL_UNINSTALL) @list='$(desktop_DATA)'; for p in $$list; do \ f=$(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(desktopdir)/$$f'"; \ rm -f "$(DESTDIR)$(desktopdir)/$$f"; \ done install-uiDATA: $(ui_DATA) @$(NORMAL_INSTALL) test -z "$(uidir)" || $(MKDIR_P) "$(DESTDIR)$(uidir)" @list='$(ui_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ echo " $(uiDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(uidir)/$$f'"; \ $(uiDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(uidir)/$$f"; \ done uninstall-uiDATA: @$(NORMAL_UNINSTALL) @list='$(ui_DATA)'; for p in $$list; do \ f=$(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(uidir)/$$f'"; \ rm -f "$(DESTDIR)$(uidir)/$$f"; \ done tags: TAGS TAGS: ctags: CTAGS CTAGS: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ else \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(MANS) $(DATA) installdirs: for dir in "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(uidir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am info: info-am info-am: install-data-am: install-desktopDATA install-man install-uiDATA install-dvi: install-dvi-am install-exec-am: install-html: install-html-am install-info: install-info-am install-man: install-man8 install-pdf: install-pdf-am install-ps: install-ps-am installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-desktopDATA uninstall-man uninstall-uiDATA uninstall-man: uninstall-man8 .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic distclean \ distclean-generic distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am \ install-desktopDATA install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-man8 install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ install-uiDATA installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \ uninstall-desktopDATA uninstall-man uninstall-man8 \ uninstall-uiDATA bum.desktop.in: bum.desktop.in.in sed -e "s|@DATADIR@|$(datadir)|" $< > $@ @INTLTOOL_DESKTOP_RULE@ bum.8: pod2man -s 8 ../bum.in > bum.8 # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: bum-2.5.2/data/bum.ui0000644000175000017500000012646111166440747011303 00000000000000 99 1 5 1 10 1 99 1 5 1 10 1 Almost all the services started with init scripts in runlevels 2-3-4-5 and rcS.d don't have a standard, "human readable" description of their main behaviour. Very often the package description for these services is very cryptic and the common user is quite disorientated and doesn't understand the meaning. Boot-Up Manager (BUM) will use a special list to display the package description in its main view window. To contribute to this list, please feel free to update this wiki-web page: menuitem1 _File gtk-apply applica1 gtk-quit esci1 services1 Services priority1 Change start/stop priority activate_apply_now1 Activate service & apply now deactivate_apply_now1 Deactivate service & apply now start_service_now1 Start service now stop_service_now1 Stop service now gtk-help menuitem4 gtk-about about report_bum Report new service description True Boot-Up Manager GTK_WINDOW_TOPLEVEL GTK_WIN_POS_CENTER False 600 450 True False True False False GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST True False True False 0 True GTK_PACK_DIRECTION_LTR GTK_PACK_DIRECTION_LTR 0 False False True False True GTK_POS_TOP False False True False 0 True True GTK_POLICY_NEVER GTK_POLICY_ALWAYS GTK_SHADOW_IN GTK_CORNER_TOP_LEFT True True True True False True False False False 0 True True False True True Summary False False GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 True True 60 True True GTK_POLICY_NEVER GTK_POLICY_AUTOMATIC GTK_SHADOW_IN GTK_CORNER_TOP_LEFT True True True True False True False False False True True 40 True True GTK_POLICY_AUTOMATIC GTK_POLICY_AUTOMATIC GTK_SHADOW_IN GTK_CORNER_TOP_LEFT True True False False True GTK_JUSTIFY_LEFT GTK_WRAP_WORD False 0 0 0 10 0 0 True True False False True Services False False GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 True True 60 True True GTK_POLICY_NEVER GTK_POLICY_AUTOMATIC GTK_SHADOW_IN GTK_CORNER_TOP_LEFT True True True True False True False False False True True 40 True True GTK_POLICY_AUTOMATIC GTK_POLICY_AUTOMATIC GTK_SHADOW_IN GTK_CORNER_TOP_LEFT True True False False True GTK_JUSTIFY_LEFT GTK_WRAP_NONE False 0 0 0 10 0 0 True True False False True Startup and shutdown scripts False False GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 True True 7 True False 0 True True gtk-apply True GTK_RELIEF_NORMAL True 0 False False 5 True True Advanced True GTK_RELIEF_NORMAL True False False True 0 False False 74 30 True False True gtk-quit True GTK_RELIEF_NORMAL True 0 False False GTK_PACK_END 0 False False False False translator-credits 6 Progress GTK_WINDOW_TOPLEVEL GTK_WIN_POS_CENTER False True False True False False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST True False True False 0 True <b>Please wait... loading data...</b> False True GTK_JUSTIFY_LEFT False False 0.5 0.5 1 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False True GTK_PROGRESS_LEFT_TO_RIGHT 0.0500000007451 0.10000000149 PANGO_ELLIPSIZE_NONE 10 False False Change start/stop priority GTK_WINDOW_TOPLEVEL GTK_WIN_POS_CENTER True True False True False False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST True False True True False 5 True GTK_BUTTONBOX_END True True True gtk-cancel True GTK_RELIEF_NORMAL True True True True gtk-ok True GTK_RELIEF_NORMAL True 0 False True GTK_PACK_END True False 0 True <b>Changes will be applied as soon as you click on OK button.</b> False True GTK_JUSTIFY_CENTER True False 0.5 0.5 5 0 PANGO_ELLIPSIZE_NONE -1 False 0 3 False False True False True GTK_JUSTIFY_CENTER False False 0.5 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 10 False False True 2 4 False 20 20 True Startup Priority: False False GTK_JUSTIFY_LEFT False False 0 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 1 2 0 1 fill True Shutdown Priority: False False GTK_JUSTIFY_LEFT False False 0 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 1 2 1 2 fill True True 1 0 True GTK_UPDATE_ALWAYS False False adjustment1 2 3 0 1 True True 1 0 True GTK_UPDATE_ALWAYS False False adjustment2 2 3 1 2 14 False False 0 False False cancelbutton1 okbutton1 400 Report new human description GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE False True False True False False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST True False True True False 0 True GTK_BUTTONBOX_END True True True gtk-ok True GTK_RELIEF_NORMAL True 0 False True GTK_PACK_END True True GTK_POLICY_NEVER GTK_POLICY_NEVER GTK_SHADOW_IN GTK_CORNER_TOP_LEFT 3 True True False False True GTK_JUSTIFY_CENTER GTK_WRAP_WORD False 10 10 0 7 7 0 textbuffer1 0 True True okbutton2 bum-2.5.2/NEWS0000644000175000017500000000110510620114073007712 00000000000000Changes in 2.1.9: * Bug #422188 * Updated init scripts database Changes in 2.1.8: * Bug #387032 * Fixed bug on screen refresh after apply. * Added Hungarian translation * Updated french translation Changes in 2.1.7: * Updated init-scipts database * Fixed bug on libgtk2-perl versioning (epoch added) Changes in 2.1.6: * Using gksu instead of gksudo * Added norwegian and korean translations * Switched to automake1.8 Changes in 2.1.4: * Added new init descriptions * Fixed bug on summary description bum-2.5.2/Makefile.in0000644000175000017500000005017111244776075011312 00000000000000# Makefile.in generated by automake 1.10.2 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : subdir = . DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \ ChangeLog INSTALL NEWS TODO config.guess config.sub install-sh \ missing mkinstalldirs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = am__installdirs = "$(DESTDIR)$(bindir)" binSCRIPT_INSTALL = $(INSTALL_SCRIPT) SCRIPTS = $(bin_SCRIPTS) SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ { test ! -d $(distdir) \ || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ && rm -fr $(distdir); }; } DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best distuninstallcheck_listfiles = find . -type f -print distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POFILES = @POFILES@ POSUB = @POSUB@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host_alias = @host_alias@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = icons po data lib NULL = bin_in_files = bum.in bin_SCRIPTS = bum CLEANFILES = \ *~ \ $(bin_SCRIPTS) \ intltool-extract \ intltool-merge \ intltool-update \ $(NULL) EXTRA_DIST = \ $(bin_in_files) \ autogen.sh \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ $(NULL) all: all-recursive .SUFFIXES: am--refresh: @: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ cd $(srcdir) && $(AUTOMAKE) --gnu \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) install-binSCRIPTS: $(bin_SCRIPTS) @$(NORMAL_INSTALL) test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" @list='$(bin_SCRIPTS)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ if test -f $$d$$p; then \ f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \ $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \ else :; fi; \ done uninstall-binSCRIPTS: @$(NORMAL_UNINSTALL) @list='$(bin_SCRIPTS)'; for p in $$list; do \ f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ rm -f "$(DESTDIR)$(bindir)/$$f"; \ done # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): @failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): @failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$tags $$unique; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$tags$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$tags $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && cd $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) $$here distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) $(am__remove_distdir) test -d $(distdir) || mkdir $(distdir) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ else \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ distdir=`$(am__cd) $(distdir) && pwd`; \ top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ (cd $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$top_distdir" \ distdir="$$distdir/$$subdir" \ am__remove_distdir=: \ am__skip_length_check=: \ distdir) \ || exit 1; \ fi; \ done -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r $(distdir) dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 $(am__remove_distdir) dist-lzma: distdir tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma $(am__remove_distdir) dist-tarZ: distdir tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__remove_distdir) dist-shar: distdir shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz $(am__remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) $(am__remove_distdir) dist dist-all: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lzma*) \ unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac chmod -R a-w $(distdir); chmod a+w $(distdir) mkdir $(distdir)/_build mkdir $(distdir)/_inst chmod a-w $(distdir) dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && cd $(distdir)/_build \ && ../configure --srcdir=.. --prefix="$$dc_install_base" \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ } || { rm -rf "$$dc_destdir"; exit 1; }) \ && rm -rf "$$dc_destdir" \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && rm -rf $(DIST_ARCHIVES) \ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck $(am__remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: @cd $(distuninstallcheck_dir) \ && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ fi ; \ $(distuninstallcheck_listfiles) ; \ exit 1; } >&2 distcleancheck: distclean @if test '$(srcdir)' = . ; then \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ exit 1 ; \ fi @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left in build directory after distclean:" ; \ $(distcleancheck_listfiles) ; \ exit 1; } >&2 check-am: all-am check: check-recursive all-am: Makefile $(SCRIPTS) installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(bindir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic mostlyclean-am distclean: distclean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive info: info-recursive info-am: install-data-am: install-dvi: install-dvi-recursive install-exec-am: install-binSCRIPTS install-html: install-html-recursive install-info: install-info-recursive install-man: install-pdf: install-pdf-recursive install-ps: install-ps-recursive installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf $(top_srcdir)/autom4te.cache -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-binSCRIPTS .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ install-strip .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am am--refresh check check-am clean clean-generic \ ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \ distclean-generic distclean-tags distcleancheck distdir \ distuninstallcheck dvi dvi-am html html-am info info-am \ install install-am install-binSCRIPTS install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs installdirs-am maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ uninstall-binSCRIPTS bum: $(bin_in_files) sed \ -e "s|@LIBDIR@|$(libdir)|" \ -e "s|@DATADIR@|$(datadir)|" \ -e "s|@PKGLIBDIR@|$(pkglibdir)|" \ -e "s|@PKGDATADIR@|$(pkgdatadir)|" \ $< > $@ chmod a+x $@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: bum-2.5.2/autogen.sh0000755000175000017500000000046610401570413011226 00000000000000#!/bin/sh # Run this to generate all the initial makefiles, etc. srcdir=`dirname $0` test -z "$srcdir" && srcdir=. PKG_NAME="bum" which gnome-autogen.sh || { echo "You need to install gnome-common from the GNOME CVS" exit 1 } REQUIRED_AUTOMAKE_VERSION=1.8 USE_GNOME2_MACROS=1 . gnome-autogen.sh bum-2.5.2/install-sh0000755000175000017500000003246411244776075011256 00000000000000#!/bin/sh # install - install a program, script, or datafile scriptversion=2006-12-25.00 # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to # deal in the Software without restriction, including without limitation the # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or # sell copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- # TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # # Except as contained in this notice, the name of the X Consortium shall not # be used in advertising or otherwise to promote the sale, use or other deal- # ings in this Software without prior written authorization from the X Consor- # tium. # # # FSF changes to this file are in the public domain. # # Calling this script install-sh is preferred over install.sh, to prevent # `make' implicit rules from creating a file called install from it # when there is no Makefile. # # This script is compatible with the BSD install script, but was written # from scratch. nl=' ' IFS=" "" $nl" # set DOITPROG to echo to test this script # Don't use :- since 4.3BSD and earlier shells don't like it. doit=${DOITPROG-} if test -z "$doit"; then doit_exec=exec else doit_exec=$doit fi # Put in absolute file names if you don't have them in your path; # or use environment vars. chgrpprog=${CHGRPPROG-chgrp} chmodprog=${CHMODPROG-chmod} chownprog=${CHOWNPROG-chown} cmpprog=${CMPPROG-cmp} cpprog=${CPPROG-cp} mkdirprog=${MKDIRPROG-mkdir} mvprog=${MVPROG-mv} rmprog=${RMPROG-rm} stripprog=${STRIPPROG-strip} posix_glob='?' initialize_posix_glob=' test "$posix_glob" != "?" || { if (set -f) 2>/dev/null; then posix_glob= else posix_glob=: fi } ' posix_mkdir= # Desired mode of installed file. mode=0755 chgrpcmd= chmodcmd=$chmodprog chowncmd= mvcmd=$mvprog rmcmd="$rmprog -f" stripcmd= src= dst= dir_arg= dst_arg= copy_on_change=false no_target_directory= usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE or: $0 [OPTION]... SRCFILES... DIRECTORY or: $0 [OPTION]... -t DIRECTORY SRCFILES... or: $0 [OPTION]... -d DIRECTORIES... In the 1st form, copy SRCFILE to DSTFILE. In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. In the 4th, create DIRECTORIES. Options: --help display this help and exit. --version display version info and exit. -c (ignored) -C install only if different (preserve the last data modification time) -d create directories instead of installing files. -g GROUP $chgrpprog installed files to GROUP. -m MODE $chmodprog installed files to MODE. -o USER $chownprog installed files to USER. -s $stripprog installed files. -t DIRECTORY install into DIRECTORY. -T report an error if DSTFILE is a directory. Environment variables override the default commands: CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG " while test $# -ne 0; do case $1 in -c) ;; -C) copy_on_change=true;; -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 case $mode in *' '* | *' '* | *' '* | *'*'* | *'?'* | *'['*) echo "$0: invalid mode: $mode" >&2 exit 1;; esac shift;; -o) chowncmd="$chownprog $2" shift;; -s) stripcmd=$stripprog;; -t) dst_arg=$2 shift;; -T) no_target_directory=true;; --version) echo "$0 $scriptversion"; exit $?;; --) shift break;; -*) echo "$0: invalid option: $1" >&2 exit 1;; *) break;; esac shift done if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. # Otherwise, the last argument is the destination. Remove it from $@. for arg do if test -n "$dst_arg"; then # $@ is not empty: it contains at least $arg. set fnord "$@" "$dst_arg" shift # fnord fi shift # arg dst_arg=$arg done fi if test $# -eq 0; then if test -z "$dir_arg"; then echo "$0: no input file specified." >&2 exit 1 fi # It's OK to call `install-sh -d' without argument. # This can happen when creating conditional directories. exit 0 fi if test -z "$dir_arg"; then trap '(exit $?); exit' 1 2 13 15 # Set umask so as not to create temps with too-generous modes. # However, 'strip' requires both read and write access to temps. case $mode in # Optimize common cases. *644) cp_umask=133;; *755) cp_umask=22;; *[0-7]) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac fi for src do # Protect names starting with `-'. case $src in -*) src=./$src;; esac if test -n "$dir_arg"; then dst=$src dstdir=$dst test -d "$dstdir" dstdir_status=$? else # Waiting for this to be detected by the "$cpprog $src $dsttmp" command # might cause directories to be created, which would be especially bad # if $src (and thus $dsttmp) contains '*'. if test ! -f "$src" && test ! -d "$src"; then echo "$0: $src does not exist." >&2 exit 1 fi if test -z "$dst_arg"; then echo "$0: no destination specified." >&2 exit 1 fi dst=$dst_arg # Protect names starting with `-'. case $dst in -*) dst=./$dst;; esac # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then if test -n "$no_target_directory"; then echo "$0: $dst_arg: Is a directory" >&2 exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else # Prefer dirname, but fall back on a substitute if dirname fails. dstdir=` (dirname "$dst") 2>/dev/null || expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$dst" : 'X\(//\)[^/]' \| \ X"$dst" : 'X\(//\)$' \| \ X"$dst" : 'X\(/\)' \| . 2>/dev/null || echo X"$dst" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q' ` test -d "$dstdir" dstdir_status=$? fi fi obsolete_mkdir_used=false if test $dstdir_status != 0; then case $posix_mkdir in '') # Create intermediate dirs using mode 755 as modified by the umask. # This is like FreeBSD 'install' as of 1997-10-28. umask=`umask` case $stripcmd.$umask in # Optimize common cases. *[2367][2367]) mkdir_umask=$umask;; .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; *[0-7]) mkdir_umask=`expr $umask + 22 \ - $umask % 100 % 40 + $umask % 20 \ - $umask % 10 % 4 + $umask % 2 `;; *) mkdir_umask=$umask,go-w;; esac # With -d, create the new directory with the user-specified mode. # Otherwise, rely on $mkdir_umask. if test -n "$dir_arg"; then mkdir_mode=-m$mode else mkdir_mode= fi posix_mkdir=false case $umask in *[123567][0-7][0-7]) # POSIX mkdir -p sets u+wx bits regardless of umask, which # is incompatible with FreeBSD 'install' when (umask & 300) != 0. ;; *) tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 if (umask $mkdir_umask && exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 then if test -z "$dir_arg" || { # Check for POSIX incompatibilities with -m. # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or # other-writeable bit of parent directory when it shouldn't. # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. ls_ld_tmpdir=`ls -ld "$tmpdir"` case $ls_ld_tmpdir in d????-?r-*) different_mode=700;; d????-?--*) different_mode=755;; *) false;; esac && $mkdirprog -m$different_mode -p -- "$tmpdir" && { ls_ld_tmpdir_1=`ls -ld "$tmpdir"` test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" } } then posix_mkdir=: fi rmdir "$tmpdir/d" "$tmpdir" else # Remove any dirs left behind by ancient mkdir implementations. rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null fi trap '' 0;; esac;; esac if $posix_mkdir && ( umask $mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else # The umask is ridiculous, or mkdir does not conform to POSIX, # or it failed possibly due to a race condition. Create the # directory the slow way, step by step, checking for races as we go. case $dstdir in /*) prefix='/';; -*) prefix='./';; *) prefix='';; esac eval "$initialize_posix_glob" oIFS=$IFS IFS=/ $posix_glob set -f set fnord $dstdir shift $posix_glob set +f IFS=$oIFS prefixes= for d do test -z "$d" && continue prefix=$prefix$d if test -d "$prefix"; then prefixes= else if $posix_mkdir; then (umask=$mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break # Don't fail if two instances are running concurrently. test -d "$prefix" || exit 1 else case $prefix in *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; *) qprefix=$prefix;; esac prefixes="$prefixes '$qprefix'" fi fi prefix=$prefix/ done if test -n "$prefixes"; then # Don't fail if two instances are running concurrently. (umask $mkdir_umask && eval "\$doit_exec \$mkdirprog $prefixes") || test -d "$dstdir" || exit 1 obsolete_mkdir_used=true fi fi fi if test -n "$dir_arg"; then { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 else # Make a couple of temp file names in the proper directory. dsttmp=$dstdir/_inst.$$_ rmtmp=$dstdir/_rm.$$_ # Trap to clean up those temp files at exit. trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 # Copy the file name to the temp name. (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && # and set any options; do chmod last to preserve setuid bits. # # If any of these fail, we abort the whole thing. If we want to # ignore errors from any of these, just make sure not to ignore # errors from the above "$doit $cpprog $src $dsttmp" command. # { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && eval "$initialize_posix_glob" && $posix_glob set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && $posix_glob set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then rm -f "$dsttmp" else # Rename the file to the real destination. $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || # The rename failed, perhaps because mv can't rename something else # to itself, or perhaps because mv is so ancient that it does not # support -f. { # Now remove or move aside any old file at destination location. # We try this two ways since rm can't unlink itself on some # systems and the destination file might be busy for other # reasons. In this case, the final cleanup might fail but the new # file should still install successfully. { test ! -f "$dst" || $doit $rmcmd -f "$dst" 2>/dev/null || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } } || { echo "$0: cannot unlink or rename $dst" >&2 (exit 1); exit 1 } } && # Now rename the file to the real destination. $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 trap '' 0 fi done # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-end: "$" # End: