Automic VaultAutomic Vault

brew

使用 Homebrew, apt, Nix 安装 findent

查看 findent 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install findent

local Homebrew formula metadata

Linux

Debian apt已验证 · 92%
sudo apt install findent

Debian stable package indexes · findent · 来源: deb.debian.org

Nix已验证 · 92%
nix profile install nixpkgs#findent

nixpkgs package indexes · pkgs/by-name/fi/findent/package.nix · 来源: api.github.com

概览

软件包摘要

Indent and beautify Fortran sources and generate dependency information

命令和别名

  • findent
  • wfindent

历史

项目历史与用法

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.

时间线

  • 1.2: Early archived release listed in official SourceForge files.
  • 2.8.0: Changelog notes `! findentfix` and documentation cleanup.
  • 2.8.5: OpenMP awareness implemented.
  • 3.0.0: Dependency generation added with --deps and --makefdeps.
  • 4.1.x: Relabeling and additional editor/wrapper improvements documented.
  • 2024: Design and usage document published on the official site.
  • 2026: 4.3.7 release files published on SourceForge.

Related projects

  • findent is related to Fortran compilers, editor integrations for vim/emacs/gedit, build dependency tools, and other Fortran source formatters.
  • It sits near formatter and refactoring utilities rather than language servers or full IDEs.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
findentcli全局可执行文件
wfindentcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本4.3.7
管理器更新时间2026-05-27
本地数据OK
上游not checked
检测到的最新版本未检测到

https://www.ratrabbit.nl/ratrabbit/findent/index.html

安装元数据

软件包元数据

软件包键brew:findent
版本4.3.7
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/findent
主页https://www.ratrabbit.nl/ratrabbit/findent/index.html
仓库https://sourceforge.net/p/findent/code/HEAD/tree
上游文档https://www.ratrabbit.nl/ratrabbit/findent/design_and_usage/index.html
许可证BSD-3-Clause
源码归档https://downloads.sourceforge.net/project/findent/findent-4.3.7.tar.gz
最后更新2026-05-27T13:37:25Z
Pulseupdated
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namefindent
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

findent 4.3.5-1

indents/converts Fortran sources

https://sourceforge.net/projects/findent/

sudo apt install findent
  • Section: devel
  • Architecture: amd64
  • 3 依赖
  • normalized package name match
  • 匹配方式:Findent
Debian stable package indexes · deb.debian.org · Debian stable package indexes: findent from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

findent

nix profile install nixpkgs#findent
  • normalized package name match
  • 匹配方式:Findent
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/fi/findent/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

findent 4.3.2-1

indents/converts Fortran sources

https://sourceforge.net/projects/findent/

sudo apt install findent
  • Section: universe/devel
  • Architecture: amd64
  • 3 依赖
  • normalized package name match
  • 匹配方式:Findent
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: findent from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment