1FREIGHT-ADD(1) Freight FREIGHT-ADD(1)
2
3
4
6 freight-add - add a package to Freight
7
9 freight add [-c conf] [-v] [-h] package manager/distro[/component][...]
10
12 freight-add registers package with one or more manager/distro[/compo‐
13 nent] pairs (or triples). Currently, apt is the only supported manager
14 and package must be one of *.deb, *.ddeb, *.dsc *.debian.tar.gz
15 *.orig.tar.gz, *.dsc *.diff.gz *.orig.tar.gz, or *.dsc *.tar.gz. distro
16 may be any arbitrary value but is best suited to naming a particular
17 version of the target operating system (for example, "wheezy" or "pre‐
18 cise"). component is optional and for apt defaults to main.
19
20 The package files are organized in the Freight library so
21 freight-cache(1) has an easy time of creating package repositories for
22 each manager/distro[/component] later.
23
25 -c conf, --conf=conf
26 Use an alternate configuration file.
27
28 -v, --verbose
29 Verbose mode.
30
31 -e, --add-error
32 Raises an error if the package to add is already registered.
33
34 -h, --help
35 Show a help message.
36
38 /etc/freight.conf, ~/.freight.conf, etc/freight.conf, .freight.conf
39 The default configuration files. See freight(5).
40
42 FREIGHT_CONF
43 The pathname of an alternate configuration file. See freight(5).
44
45 FREIGHT_ADD_ERROR
46 If not empty acts as --add-error option.
47
49 The New Pornographers - "All the Old Showstoppers"
50
52 Richard Crowley r@rcrowley.org
53
55 Part of freight(1).
56
57 freight-cache(1) builds package repositories from the intermediate
58 "Freight library" managed by freight-add.
59
60
61
62 September 2016 FREIGHT-ADD(1)