Port details on branch 2025Q1 |
- vim Improved version of the vi editor (console flavor)
- 9.1.1199 editors
=0 9.1.1199Version of this port present on the latest quarterly branch. - Maintainer: adamw@FreeBSD.org
 - Port Added: 2025-03-03 04:15:06
- Last Update: 2025-03-13 01:02:13
- Commit Hash: 11f6bb7
- License: VIM
- WWW:
- https://www.vim.org/
- https://github.com/vim/vim
- Description:
- Vim is a highly configurable text editor built to enable efficient text editing.
It is an improved version of the vi editor distributed with most UNIX systems.
Vim is often called a "programmer's editor," and so useful for programming that
many consider it an entire IDE. It's not just for programmers, though. Vim is
perfect for all kinds of text editing, from composing email to editing
configuration files.
FreeBSD has the following Vim packages:
* vim: Console-only Vim (vim binary) with all runtime files
* vim-gtk3, -gtk2, -motif: Console Vim plus a GUI (gvim binary)
* vim-x11: Console Vim only, with xclipboard support
* vim-tiny: Vim binary only, with no runtime files. Not useful for most people;
intended for minimal (ex. jail) installations
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- vim-gtk2
- vim-gtk3
- vim-motif
- vim-x11
- vim-tiny
- To install the port:
- cd /usr/ports/editors/vim/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/vim
- pkg install vim
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: vim
- Package flavors (<flavor>: <package>)
- console: vim
- gtk2: vim-gtk2
- gtk3: vim-gtk3
- motif: vim-motif
- x11: vim-x11
- tiny: vim-tiny
- distinfo:
- TIMESTAMP = 1741827711
SHA256 (vim-vim-v9.1.1199_GH0.tar.gz) = fc71b4cd30e55cd02c3f4147ea9c678e53fefc3f016eab368881bada72d18d4b
SIZE (vim-vim-v9.1.1199_GH0.tar.gz) = 18543175
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- xxd : sysutils/xxd
- python3.11 : lang/python311
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for vim-9.1.1199:
MAKE_JOBS=off: Enable parallel build
NLS=on: Native Language Support
XTERM_SAVE=off: Restore xterm screen after exit
XXD=on: Install xxd hexdumper
====> Optional language bindings
LUA=off: Lua scripting language support
PERL=off: Perl scripting language support
PYTHON=on: Python bindings or support
RUBY=off: Ruby bindings or support
SCHEME=off: MzScheme (Racket) bindings
TCL=off: Tcl scripting language support
====> Options available for the single CTAGS: you have to select exactly one of them
CTAGS_BASE=on: Use system ctags
CTAGS_EXUBERANT=off: Use exctags instead of ctags
CTAGS_UNIVERSAL=off: Use uctags instead of ctags
===> Use 'make config' to modify these settings
- Options name:
- editors_vim
- USES:
- cpe iconv ncurses pkgconfig shebangfix gettext python
- pkg-message:
- If upgrading from < 9.0.0129:
- Vim no longer installs or reads a system-wide vimrc. The only overridden
defaults are those which provide FreeBSD-specific settings. Read through
$VIMRUNTIME/defaults.vim to see Vim's defaults, and see ':h initialization'
for the standard locations Vim looks for configuration files.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
9.1.1199 13 Mar 2025 01:02:13
    |
Adam Weinberger (adamw)  |
editors/vim: Update to 9.1.1198 (security)
potential data loss with zip.vim and special crafted zip files
Date: 12.03.2025
Severity: Medium
CVE: CVE-2025-29768
CWE: Improper Neutralization of Argument Delimiters in a Command ('Argument
Injection') (CWE-88)
Summary
potential data loss with zip.vim and special crafted zip files
Description
Vim is distributed with the zip.vim plugin, that allows easy editing and
viewing of zip archives. (Only the first 15 lines of the commit message are shown above ) |
9.1.1166 03 Mar 2025 04:13:15
    |
Adam Weinberger (adamw)  |
editors/vim: Update to 9.1.1164 (security, high severity)
From the Github Advisory
(https://github.com/vim/vim/security/advisories/GHSA-wfmf-8626-q3r3):
Summary:
Potential code execution with tar.vim and special crafted tar
files.
Description:
Vim is distributed with the tar.vim plugin, that allows easy
editing and viewing of (compressed or uncompressed) tar files.
Since commit 129a844 (Nov 11, 2024 runtime(tar): Update tar.vim to
support permissions), the tar.vim plugin uses the ":read " ex (Only the first 15 lines of the commit message are shown above ) |