Skip to content

Commit

Permalink
MHonArc 2.6.5:
Browse files Browse the repository at this point in the history
(https://www.mhonarc.org/release/MHonArc/tar/MHonArc-2.6.5.tar.gz)

* Bug Fixes:

    Bug ID  Summary
    ------  ------------------------------------------------------------
     4126   Typo in mhopt.pl causes error message for big5
	    character set
     4315   allowcomments' directive to filter() is ignored
    ------  ------------------------------------------------------------
    <http://savannah.nongnu.org/bugs/index.php?group_id=1968
     &set=custom&advsrch=0&msort=0&report_id=105&go_report=Go
     &fix_release=2.6.5&chunksz=50>

* An architecture independent RPM package is now provided for
  installation.  Because of this, the package name format has slightly
  changed to be consistent RPM, and other, package managers:

      Old format      New Format
      -------------   -------------
      MHonArcX.X.X    MHonArc-X.X.X

  Installation document has been updated to reflect this change.

  If you create third-party distribution bundles for MHonArc, you may
  need to update your bundling process to take account of this change,
  mainly because the directory created when extracting the tar or
  zip bundles now include the hyphen.
  • Loading branch information
Earl Hood authored and kfogel committed Jan 15, 2018
1 parent 21d75e0 commit 82c58e0
Show file tree
Hide file tree
Showing 16 changed files with 433 additions and 97 deletions.
32 changes: 31 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,36 @@
all changes that will be visible to users of MHonArc.

YYYY/MM/DD
============================================================================
2003/07/19 (2.6.5)

* Bug Fixes:

Bug ID Summary
------ ------------------------------------------------------------
4126 Typo in mhopt.pl causes error message for big5
character set
4315 allowcomments' directive to filter() is ignored
------ ------------------------------------------------------------
<http://savannah.nongnu.org/bugs/index.php?group_id=1968
&set=custom&advsrch=0&msort=0&report_id=105&go_report=Go
&fix_release=2.6.5&chunksz=50>

* An architecture independent RPM package is now provided for
installation. Because of this, the package name format has slightly
changed to be consistent RPM, and other, package managers:

Old format New Format
------------- -------------
MHonArcX.X.X MHonArc-X.X.X

Installation document has been updated to reflect this change.

If you create third-party distribution bundles for MHonArc, you may
need to update your bundling process to take account of this change,
mainly because the directory created when extracting the tar or
zip bundles now include the hyphen.

============================================================================
2003/06/20 (2.6.4)

Expand Down Expand Up @@ -2486,4 +2516,4 @@ YYYY/MM/DD

=======================================================================
Earl Hood, [email protected]
$Id: CHANGES,v 1.111 2003/06/20 18:28:59 ehood Exp $
$Id: CHANGES,v 1.112 2003/07/20 03:27:49 ehood Exp $
152 changes: 123 additions & 29 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ NOTE: Make sure to read the release notes before installing MHonArc,
MHonArc distribution.

* For the Impatient
* Vendor Supplied Packages
* System Requirements
* Downloading MHonArc
* RPM Installation
* Extracting the MHonArc Distribution
* Installing with install.me
+ install.me Notes
Expand All @@ -31,21 +33,68 @@ NOTE: Make sure to read the release notes before installing MHonArc,

For the Impatient

If you cannot wait to get going, try the following:
If you cannot wait to get going, try one of the following:

+-------------------------------------------------------------------------+
|prompt> wget 'http://www.mhonarc.org/release/MHonArc/MHonArcX.X.X' |
|prompt> gzip -dc MHonArcX.X.X | tar xvf - |
|prompt> cd MHonArcX.X.X |
|prompt> perl install.me |
+-------------------------------------------------------------------------+
* Plaform independent install:
+---------------------------------------------------------------------------+
|prompt> wget 'http://www.mhonarc.org/release/MHonArc/MHonArc-X.X.X.tar.gz' |
|prompt> gzip -dc MHonArc-X.X.X.tar.gz | tar xvf - |
|prompt> cd MHonArc-X.X.X |
|prompt> perl install.me |
+---------------------------------------------------------------------------+

* RPM install:
+---------------------------------------------------------------------------------+
|prompt> wget 'http://www.mhonarc.org/release/MHonArc/MHonArc-X.X.X-n.noarch.rpm' |
|prompt> rpm -Uvh MHonArc-X.X.X-1.noarch.rpm |
+---------------------------------------------------------------------------------+

where X.X.X represents the version number.
Where X.X.X represents the version number, and X.X.X-n represents the
version and release number of the RPM. Generally, the release number is
equal to '1'.

If there were problems doing the above, then keep reading.

---------------------------------------------------------------------------

Vendor Supplied Packages

Some software system vendors provide MHonArc, usually as an optional
package. The following links provide vendor-supplied versions of MHonArc:

Debian GNU/Linux
<http://packages.debian.org/mhonarc>
Linux (multiple vendors/distros)
<http://www.rpmfind.net/linux/rpm2html/search.php?query=MHonArc>

NOTE: Choosing to go with a vendor-supplied package depends on your needs.
Here are some things to consider:

* Some vendors may have their own QA process along with their own
support services while others may provide MHonArc as a
contributed package with no additional support.

* Vendor/distro versions of MHonArc tend not to reflect the latest
release since there is a latency between a new release made
available from mhonarc.org to when vendors are able to download
and create their own packages. This difference can be important
depending on what MHonArc features or fixes you need.

In general, if your vendor provides their own QA and support services
for the software they provide, it is usually best to use the vendor's
version of MHonArc. However, if the vendor does not provide
additional support, and/or you need the latest features and fixes,
you may want go with what is provided from mhonarc.org.

If you require professional support and consulting, see Contacts for
contact information.

This document does not cover any installation details for vendor supplied
packages. See your vendor's supplied documentation for installation
instructions.

---------------------------------------------------------------------------

System Requirements

The following is required to run MHonArc:
Expand Down Expand Up @@ -79,41 +128,86 @@ The following is required to run MHonArc:
Downloading MHonArc

The homepage for MHonArc is <http://www.mhonarc.org/>. The homepage list
various sites that you can download MHonArc. If you are familiar with
Comprehensive Perl Archive Network (CPAN), MHonArc can be downloaded from
<http://www.perl.com/CPAN/authors/id/EHOOD/>.
various sites that you can download MHonArc.

MHonArc is distributed in the following formats:

* tar-bz2: MHonArcX.X.X.tar.bz2
* tar-gzip: MHonArcX.X.X.tar.gz
* zip: MHonArcX.X.X.zip
* RPM: MHonArc-X.X.X-n.noarch.rpm
* tar-bz2: MHonArc-X.X.X.tar.bz2
* tar-gzip: MHonArc-X.X.X.tar.gz
* zip: MHonArc-X.X.X.zip

Where X.X.X represents the version number, and X.X.X-n represents the
version and release number of the RPM. Generally, the release number is
equal to '1'. Choose the format that best suits your environment.

NOTE: Alternate distribution formats for MHonArc may be available from
third-parties. Alternate distribution formats are not covered in this
document.

If you downloaded the RPM distribution, goto RPM Installation. If you
downloaded one of the other formats, goto Extracting the MHonArc
Distribution.

---------------------------------------------------------------------------

RPM Installation

RPM is a widely used software package manager for various Linux-based
systems and sometimes used for other Unix-based environments. If the
software on your system is managed by RPM, you may prefer to install
MHonArc via RPM:

+-------------------------------------------------------------------------+
|prompt> rpm -Uvh MHonArc-X.X.X-n.noarch.rpm |
+-------------------------------------------------------------------------+

where X.X.X represents the version number.
NOTE: RPM-based installation requires that the perl executable is located
at /usr/bin/perl.

Alternate distribution formats for MHonArc may be available, like Linux
RPM. Alternate distribution formats are not covered in this document.
MHonArc files will be installed in the following locations:

/usr/bin: Program files: mhonarc, mha-dbedit, ...
/usr/lib/MHonArc: Library files.
/usr/share/doc/MHonArc-X.X.X: Documentation, examples, and extras.
/usr/share/man/man1: Manpages.

It is highly likely that you will need to have root priviledges to install
via RPM. If you do not have root access, or you want to install in a
non-standard location, you will need to install MHonArc from the non-RPM
bundles.

Once the install is completed, you can skip to Post Installation
Configuration.

NOTE: RPM distributions have been directly available starting with MHonArc
v2.6.5. However, alternate RPM packages are available for current and
older versions via third parties and some Linux distros. Goto <http:/
/www.rpmfind.net/linux/rpm2html/search.php?query=MHonArc> to get a
list of third-party RPM bundles.

---------------------------------------------------------------------------

Extracting the MHonArc Distribution

After downloading MHonArc, it is best to move the file to a temporary
location for extraction. To extract the distribution under Unix-like
systems, use one of the following commands based upon the distribution
format you downloaded:
NOTE: If doing an RPM-based install, goto RPM Installation above.

After downloading the MHonArc distribution, it is best to move the file to
a temporary location for extraction. To extract the distribution under
Unix-like systems, use one of the following commands based upon the
distribution format you downloaded:

tar-bz2
+---------------------------------------------------------------------+
|prompt> bzip2 -dc MHonArcX.X.X.tar.bz2 | tar xvf - |
|prompt> bzip2 -dc MHonArc-X.X.X.tar.bz2 | tar xvf - |
+---------------------------------------------------------------------+
tar-gzip
+---------------------------------------------------------------------+
|prompt> gzip -dc MHonArcX.X.X.tar.gz | tar xvf - |
|prompt> gzip -dc MHonArc-X.X.X.tar.gz | tar xvf - |
+---------------------------------------------------------------------+
zip
+---------------------------------------------------------------------+
|prompt> unzip MHonArcX.X.X.zip |
|prompt> unzip MHonArc-X.X.X.zip |
+---------------------------------------------------------------------+

For Win32 systems, you can use a program like WinZip to extract the
Expand All @@ -125,18 +219,18 @@ NOTE: If your are using Cygwin and the cygwin build of Perl, then the
environment. MHonArc treats the cygwin environment as a Unix-type
environment.

After extraction, the subdirectory MHonArcX.X.X will have been created
After extraction, the subdirectory MHonArc-X.X.X will have been created
containing all the files comprising MHonArc.

NOTE: Please read the release notes before continuing for any news about
compatibility with previous versions and/or important usage
information.

Now, change your current directory to MHonArcX.X.X for the next step. On a
Now, change your current directory to MHonArc-X.X.X for the next step. On a
Unix-type system, the following command will do it:

+-------------------------------------------------------------------------+
|prompt> cd MHonArcX.X.X |
|prompt> cd MHonArc-X.X.X |
+-------------------------------------------------------------------------+
---------------------------------------------------------------------------

Expand Down Expand Up @@ -386,7 +480,7 @@ highlighting mode. The mode is best used with color-capable terminals.

---------------------------------------------------------------------------

$Date: 2002/12/10 04:08:02 $
$Date: 2003/07/20 03:27:49 $
MHonArc
Copyright � 1997-2002, Earl Hood, [email protected]
Copyright � 1997-2003, Earl Hood, [email protected]

Loading

0 comments on commit 82c58e0

Please sign in to comment.