Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gauche-package(1) [debian man page]

GAUCHE-PACKAGE(1)						  Gauche Commands						 GAUCHE-PACKAGE(1)

NAME
gauche-package - gauche package builder/manager SYNOPSIS
gauche-package COMMAND [OPTION...] [ARGS...] DESCRIPTION
This manual page documents briefly the gauche-package command. This manual page was written for the Debian distribution because the original program does not have a manual page. Instead, it has documentation in the GNU info(1) format; see below. gauche-package is a program to create, download, compile, install and list gauche extension packages. COMMANDS
A summary of commands is included below. For a complete description, see the info(1) files and the output of the help command. build Fetch and build package. compile Compile and link an extension module from sources. generate Generate template source tree for a new Gauche extension. help Show detailed help. install Fetch, build and install package. list List known installed packages. make-gpd Make gpd file (called from the configure script). reconfigure Show configure options of package. DIAGNOSTICS
gauche-package exits with status 0 on success. SEE ALSO
The program is (will be?) documented fully by the Gauche Developers' Reference and the rference manual of Gauche available via the info(1) system and provides usage information via the help command. AUTHORS
Shiro Kawai <shiro@acm.org> Author. Jens Thiele <karme@karme.de> Wrote this manpage for the Debian system. COPYRIGHT
Copyright (C) 2010 Jens Thiele Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty. Gauche 0.9.1 GAUCHE-PACKAGE(1)

Check Out this Related Man Page

GAUCHE-CESCONV(1)						  Gauche Commands						 GAUCHE-CESCONV(1)

NAME
gauche-cesconv - convert text from one character encoding scheme to another SYNOPSIS
gauche-cesconv [-h] [-f encoding] [-t encoding] [-o outfile] [infile] DESCRIPTION
The gauche-cesconv command is a program to convert text from one character encoding scheme (CES) to another, using Gauche's character conversion module. Hence the supported character sets are the same as Gauche's. See the info document of Gauche for more details. There are other commands that provide the same functionality and more, such as iconv(1) or nkf(1), but they are not universally available by default. This command is provided for Gauche's external packages to ease the installation and configuration process; for those packages, it is certain that gauche-cesconv is available, so they don't need to check availability of iconv etc. When infile is omitted, the text is read from standard input. OPTIONS
-f, --from-code=encoding Selects input encoding. Can be '*JP' to guess the character encoding from japanese text, among either ISO2022-JP(-1,2,3), EUCJP, SHIFT_JIS or UTF-8. If omitted, gauche's native CES is used. -h, --help Show summary of options. -o, --output=outfile Place output in file outfile. If omitted the converted text is written to standard output. -t, --to-code=encoding Selects output encoding. (see also --from-code) DIAGNOSTICS
gauche-cesconv exits with status 0 on success. SEE ALSO
gauche-package(1), iconv(1) The program will be documented fully by the Gauche Developers' Reference available via the info(1) system. AUTHORS
Shiro Kawai <shiro@acm.org> Author. Jens Thiele <karme@karme.de> Wrote this manpage for the Debian system. COPYRIGHT
Copyright (C) 2010 Jens Thiele Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty. Gauche 0.9.1 GAUCHE-CESCONV(1)
Man Page