/usr/pkg/bin/pod2html: bin/erfpack.pl: undelimited <> in paragraph 39. erfpack - Pack files to erf.

NAME

erfpack - Pack files to erf.


SYNOPSIS

erfpack [--help|-h] [--version|-V] [--verbose|-v] [--config config-file] [--dir|-d directory] [--type type | --module|-m | --erf|-e | --hak|-H] [--erfver version | -E version] --output|-o output_file [filename ...]

erfpack --help


DESCRIPTION

erfpack takes files and creates erf out from them. If --module is given it creates a erf which can be used as module, the default is to generate normal erf. The output is written to the file specified with --output option. If list of files is given then only those files are added to the output file. If file list is omitted and --dir is given then all files in the given directory are added to erf.


OPTIONS

--help -h
Prints out the usage information.

--version -V
Prints out the version information.

--verbose -v
Enables the verbose prints. This option can be given multiple times, and each time it enables more verbose prints.

--config config-file
All options given by the command line can also be given in the configuration file. This option is used to read another configuration file in addition to the default configuration file.

--dir -d directory
All files from this given directory are added to the output file.

--type type
Sets the output erf type to be type. The type must be 4 characters.

--module -m
Set the output erf type to ``MOD '', i.e. it is normal bioware module.

--erf -e
Set the output erf type to ``ERF '', i.e. it is normal bioware erf.

--hak -H
Set the output erf type to ``HAK '', i.e. it is hak pak.

--erfver -E version
Set the output erf version to be given version. Version can either be full version string (i.e. ``V1.1''), or floating point version (``1.1'') or just the final number (i.e. ``1'').

--output -o output_file
File where the output is written. The file is always overwritten.


EXAMPLES

    erfpack -e -o test.erf test.uti test.utc
    erfpack -e -d 109o -o cerea109o.mod
    erfpack -e -o newstuff.mod newstuff/*


FILES

~/.erfpackrc
Default configuration file.


SEE ALSO

erfunpack(1), gffencode(1), Erf(3), and ErfRead(3).


AUTHOR

Tero Kivinen <kivinen@iki.fi>.