macOS
brew install findentlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für findent in AI-Agent-Workflows.
Installation
brew install findentlocal Homebrew formula metadata
sudo apt install findentDebian stable package indexes · findent · Quelle: deb.debian.org
nix profile install nixpkgs#findentnixpkgs package indexes · pkgs/by-name/fi/findent/package.nix · Quelle: api.github.com
Überblick
Indent and beautify Fortran sources and generate dependency information
Verlauf
findent is a command-line indenter, formatter, converter, relabeler, and dependency helper for Fortran source code.
It matters to package users because Fortran tooling often lives in long-lived scientific and engineering codebases, where a small formatter that understands fixed and free form source is more useful than a general-purpose beautifier.
The official site describes findent as a program to indent and relabel Fortran sources, with conversion between fixed and free form in both directions. The design document says the program became more complex than originally expected, leading to written documentation of its internals.
The design objectives emphasize reliability for serious projects involving large Fortran programs. findent deliberately reads from standard input and writes to standard output, avoids configuration files, and is controlled by command-line options plus an environment variable.
The changelog shows the tool growing from indentation into broader Fortran maintenance support: relabeling, OpenMP awareness, dependency generation through --deps and --makefdeps, editor integration, Debian compliance work, and continued handling of older dialect constructs.
findent's adoption is rooted in the Fortran ecosystem rather than the general developer-tool mainstream. It appears where users need repeatable formatting for legacy and modern Fortran, including fixed-form sources and code using older extensions.
The project ships wrappers and editor integration for vim, emacs, and gedit, which is strong evidence that its intended users include people editing real Fortran projects rather than only running one-off conversions.
Its presence in Homebrew, Debian, Ubuntu, and Nix reflects a cross-platform scientific-programming tool that package managers keep available because rebuilding or maintaining Fortran code often depends on small specialized utilities.
Basic use is intentionally Unix-like: run `findent < program.f90 > newprogram.f90`, with automatic detection of fixed or free format where possible.
Users can tune indentation categories from the command line, convert between fixed and free forms, relabel source, refactor END statements, and generate dependency information for build systems.
The design document says findent uses no configuration files; options come from command-line parameters and an environment variable, which keeps package installation simple and avoids per-user config discovery.
findent is the kind of niche compiler-adjacent tool package managers are good at preserving: tiny executable surface, real language knowledge, and disproportionate value for legacy code maintainers.
Its support for stdin/stdout, wrappers, editor integrations, and dependency-generation flags makes it useful in scripts, editor hooks, and build systems without needing a larger Fortran IDE.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
findent | cli | globales Executable | |
wfindent | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://www.ratrabbit.nl/ratrabbit/findent/index.html
Installationsmetadaten
| Paketschlüssel | brew:findent |
|---|---|
| Version | 4.3.7 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/findent |
| Homepage | https://www.ratrabbit.nl/ratrabbit/findent/index.html |
| Repository | https://sourceforge.net/p/findent/code/HEAD/tree |
| Upstream-Dokumentation | https://www.ratrabbit.nl/ratrabbit/findent/design_and_usage/index.html |
| Lizenz | BSD-3-Clause |
| Quellarchiv | https://downloads.sourceforge.net/project/findent/findent-4.3.7.tar.gz |
| Zuletzt aktualisiert | 2026-05-27T13:37:25Z |
| Pulse | updated |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | findent |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
findent 4.3.5-1
indents/converts Fortran sources
https://sourceforge.net/projects/findent/
sudo apt install findentfindent
nix profile install nixpkgs#findentfindent 4.3.2-1
indents/converts Fortran sources
https://sourceforge.net/projects/findent/
sudo apt install findentQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.