OSDN Git Service

Version 3.0.5+toward_3.1.0_20140708035940
[portsreinstall/current.git] / README
diff --git a/README b/README
index 6377552..cb5eae6 100644 (file)
--- a/README
+++ b/README
@@ -1,24 +1,45 @@
-==================================================================================
+================================================================================
  portsreinstall - ports upgrading utility for massive forced reinstallation
-  Version 2.2.2, January 2, 2013
- Copyright (C) 2010-2013 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
-==================================================================================
+  Version 3.1.0, July 7, 2014
+ Copyright (C) 2010-2014 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+================================================================================
 
- This software is a ports management tool for FreeBSD designed to be suitable for
-reinstallation of all packages after major version upgrade of the system or very
-long absence of ports upgrade.
+ This software is a ports management tool for FreeBSD designed to be suitable
+for reinstallation of all packages after major version upgrade of the system or
+very long absence of ports upgrade.
 
  The executable command is "portsreinstall". Short and long helps are shown by
 "portsreinstall -h" and "portsreinstall -H", respectively. The manual page is
-shown by "man portsreinstall". The superuser privilege is required for operations
-by this executable. Entire reinstallation of all installed packages starts by
-execution without argument or options. The process can be interupped by CTRL+C at
-any stages and restarted from there by execution without argument or options.
+shown by "man portsreinstall". The superuser privilege is required for
+operations by this executable. Entire reinstallation of all installed packages
+starts by execution without argument or options. The process can be interupped
+by CTRL+C at any stages and restarted from there by execution without argument
+or options.
 
  Temporal databases are constructed under /var/tmp/portsreinstall.db/ which must
 be preserved until you complete or give up the reinstallation work. The database
 can be cleaned by executing "portsreinstall clean".
 
-The all files in this package are distributed under the 2-Clause BSD License as
+ This software consists of the following files:
+        README          : This file
+        COPYRIGHT       : Copyright and license terms
+        INSTALL         : Installation guide
+        Makefile        : Makefile usable by make(1)
+        etc/            : Run-time configuration files
+        lib/            : Run-time libraries
+        bin/            : Run-time executables
+        man/            : On-line manual pages
+
+ The all files in this package are distributed under the 2-Clause BSD License as
 described in COPYRIGHT.
-Follow the descriptions in INSTALL for installation.
+
+ The port for this software, i.e., ports-mgmt/portsreinstall, is maintained by
+the same author. Thus installation/deinstallation of this software is available
+via the conventional functions of the ports/packages system as explained by the
+manual page of ports(7). For installation outside of the ports/packages system,
+follow the descriptions in INSTALL.
+
+ Details including the usage and history can be browsed by the on-line manual
+page. For browsing before installation,
+        nroff -man ${THIS_DIRECTORY}/man/portsreinstall.8 | less -r
+will work.