site  contact  subhomenews

Collection of old MP sources

July 31, 2020 — BarryK

I posted about compiling MP (Minimum Profit) console text editor version 3.3.17 statically with musl:

https://bkhome.org/news/202007/minimum-profit-text-editor-compiled-statically.html

I also mentioned that the 5.x series is required for uft8 support. We really do need this. Gone are the days when source code, shell scripts and config files were just ascii characters.

The latest version is 5.41, however I got a compile error. The author of MP does not retain the sources of earlier versions. He erases them all except for the latest, so finding older versions requires a hunt on the Internet, where people might have archived the source.

Version 5.36 is archived by James (jamesbond in the Puppy Forum), in the FatDog source repository on ibiblio.org. That version compiles.

What I found over the years with MP is that different versions behave differently. A later version might actually be broken in some way that an earlier version isn't. Then there are different features -- generally, the older the version, the less features, but simpler operation and smaller binary.

Anyway, these are the sources I found:

mped_3.1.8.orig.tar.gz
mped_3.1.11.orig.tar.gz
mped_3.3.17.orig.tar.gz
mped_5.1.2.orig.tar.gz
mp-3.2.13.tar.bz2
mp-3.3.17.tar.gz
mp-5.1.3.tar.gz
mp-5.1.4.tar.gz
mp-5.2.10.tar.gz
mp-5.2.13.tar.gz
mp-5.36.tar.gz

'mped' is the name that Debian gave to the MP package. It was in the Debian repository a long time ago.

I am particularly interested in the 5.1 series, as it has just enough features that I want and a very small binary. It is a contender for being compiled statically.

I found version 5.1.3 readily enough, but did see some documentation that there was a 5.1.4, but couldn't find it. Finally tracked it down. They are all uploaded here:

http://distro.ibiblio.org/easyos/source/alphabetical/m/ 

Tags: easy