_____

Dowloading Findent and Jfindent

Findent is also hosted on

The bleeding edge is available here. The current version is 4.2.6 .

Note: the Chromium browser translates the character '~' into '_' in the name of a downloaded file.

Findent

findent is available in the following formats:

  • Linux/OS-X source: findent-4.2.6.tar.gz

     tar xf findent-4.2.6.tar.gz
     cd findent-4.2.6  
     ./configure --prefix=/usr/local 
    
  • if you want that findent understands the ESOPE extensions:

      ./configure --prefix=/usr/local --with-esope
      see http://www-cast3m.cea.fr/html/esope/node1.html
      make  
      sudo make install     # for systems with sudo: Debian, UBUNTU, Linux MINT, ...
      su -c 'make install'  # for systems without sudo: Redhat, Scientifix Linux, ...
    
  • Linux 64-bit debian package: findent_4.2.6-1_amd64.deb Installation:

      sudo apt install ./findent_4.2.6-1_amd64.deb
    
  • Linux 32-bit debian package: findent_4.2.6-1_i386.deb Installation:

      sudo apt install ./findent_4.2.6-1_i386.deb
    
  • Raspbian 32-bit debian package: findent_4.2.6-1_armhf.deb Installation:

      sudo apt install ./findent_4.2.6-1_armhf.deb
    
  • Raspbian 64-bit debian package: findent_4.2.6-1_arm64.deb Installation:

      sudo apt install ./findent_4.2.6-1_arm64.deb
    
  • Windows executable: findent-4.2.6.zip
    Extract the zip file and place findent.exe and wfindent.bat in a convenient place.

Jfindent

jfindent, the graphical frontend for findent, is available in the following formats:

  • Linux/OS-X source: jfindent-1.2.tgz
    Installation is rather standard, for example:

    tar xf jfindent-1.2.tgz
    cd jfindent-1.2
    ./configure --prefix=/usr/local
    make
    sudo make install     # for systems with sudo: Debian, UBUNTU, Linux MINT, ...
    su -c 'make install'  # for systems without sudo: Redhat, Scientifix Linux, ...
    
  • Linux debian package: jfindent_1.2_all.deb Installation: sudo apt install ./jfindent_1.2_all.deb

  • Windows/Linux/OS X: jfindent-1.2.zip The zip file contains jfindent.jar.

Findent on Debian and Ubuntu

With considerable support from the Debain mentors, I managed to get findent in the Debian (and thereby automatically in the Ubuntu) distributions. Findent is now available in Debian buster and Ubuntu 17.10.