OSDN Git Service

The meaning of -f option is changed to be opposite. The algorithm of resolving the...
[portsreinstall/current.git] / INSTALL
1 # ==============================================================================
2 # portsreinstall installation guide
3 # Copyright (C) 2010-2016 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
4 # ==============================================================================
5
6  For managements within the port/packages system,
7 the installation is available by
8         make -C /usr/ports/ports-mgmt/portsreinstall install clean
9 and the deinstallation is by
10         make -C /usr/ports/ports-mgmt/portsreinstall deinstall
11 or
12         pkg_delete portsreinstall-\*
13 for the legacy packages and
14         pkg delete portsreinstall-\*
15 for the new generation packages (pkgng).
16
17  The following part of this file explains how to install/deinstall this software
18 outside of the port/packages system.
19
20  The automatic self-upgrade function implemented in the software is disabled for
21 the files installed outside of the port/packages system.
22
23
24 [SUPPORTED SYSTEMS]
25
26  FreeBSD 7.x-RELEASE and later are intended systems to support.
27  The first version of this software was developed on FreeBSD 7.3-RELEASE and
28 8.1-RELEASE. The latest version was developed on FreeBSD 8.3-RELEASE. Both the
29 legacy packages system and the new generation packages (pkgng) system are
30 supported.
31
32
33 [DEPENDENCIES]
34
35  This software is designed to work in the base system environment of FreeBSD.
36 Basically, no other ports/packages are required as dependencies. However, for
37 compatibility, if ports-mgmt/portupgrade* is installed, executable and module
38 files of portupgrade(1) are used to parse pkgtools.conf(5). As well, if
39 ports-mgmt/portupgrade* is installed, databases used by utilities of
40 ports-mgmt/portupgrade* are maintained by invoking the utilities.
41
42
43 [INSTALLATION]
44
45  In the directory where this file exists, execute
46         make install
47 by the superuser (root user) privilege. By default, the paths of installed files
48 are the same as installation by the port/packages system. Control of the
49 installation paths is available by defining PREFIX as an environment variable or
50 a make argument.
51
52
53 [DEINSTALLATION]
54
55  In the directory where this file exists, execute
56         make deinstall
57 by the superuser (root user) privilege. Environment variable and make arguments
58 must be the same as those specified in the installation stage.