.\" $Csoft: dencomp.1,v 1.2 2004/05/10 05:15:27 vedge Exp $ .\" .\" Copyright (c) 2001, 2002, 2003, 2004, 2005 CubeSoft Communications, Inc. .\" .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: .\" 1. Redistributions of source code must retain the above copyright .\" notice, this list of conditions and the following disclaimer. .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, .\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES .\" (INCLUDING BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR .\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, .\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" .Dd JUNE 19, 2003 .Dt DENCOMP 1 .Os .ds vT Agar API Reference .ds oS Agar 1.0 .Sh NAME .Nm dencomp .Nd agar den archive compiler .Sh SYNOPSIS .Nm dencomp .Op Fl o Ar outfile .Op Fl h Ar hint .Op Fl n Ar name .Op Fl l Ar langcode .Op Fl a Ar author .Op Fl c Ar copyright .Op Fl d Ar description .Op Fl k Ar keywords .Op Ar file1 file2:lang ... .Sh DESCRIPTION The .Nm utility creates agar .Xr den 5 archive files from a set of input files, possibly containing data in different languages. .Pp The options are as follows: .Bl -tag -width Ds .It Fl o Define the output filename for the resulting archive. .It Fl h Give a hint about the contents (for searching purposes). .It Fl l Set the default language for the archive. The argument should be a valid ISO 639 language code. This setting may be overriden for individual entries by appending .Sq : and the language code to input file specifications. .It Fl n Define the archive name. The default is the base output filename. .It Fl a Set the name of the author(s), for informational purposes. .It Fl c Provide one or more copyright notices. .It Fl d Give a description of the archive contents, for informational purposes. .It Fl k Specify a comma-separated list of keywords, for searching. .El .Sh EXAMPLES .Cm dencomp -o joe.den -h gfx -l en -n Joe joe1.xcf joe2.xcf:fr .Pp Create an archive file, .Pa joe.den , containing the data from .Pa joe1.xcf and .Pa joe2.xcf . Override the language default for the .Pa joe2.xcf entry. .\" .Sh ENVIRONMENT .\" .Sh FILES .Sh SEE ALSO .Xr agar 3 , .Xr den 5 , .Xr denuncomp 1