Port details on branch 2022Q2 |
- vim Improved version of the vi editor (console flavor)
- 8.2.4669 editors
=0 8.2.4669Version of this port present on the latest quarterly branch. - Maintainer: adamw@FreeBSD.org
 - Port Added: 2022-04-24 03:54:20
- Last Update: 2022-04-02 22:24:16
- Commit Hash: 2b7ddfe
- License: VIM
- WWW:
- 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
WWW: http://www.vim.org/
WWW: https://github.com/vim/vim
¦ ¦ ¦ ¦ 
- 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 = 1648936763
SHA256 (vim-vim-v8.2.4669_GH0.tar.gz) = cca3c98dd36423a5c968260e5ee1b04f0acd36161388e284232b189cadebb3db
SIZE (vim-vim-v8.2.4669_GH0.tar.gz) = 16305422
Packages (timestamps in pop-ups are UTC):
- 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
- msgfmt : devel/gettext-tools
- python3.8 : lang/python38
- Runtime dependencies:
-
- python3.8 : lang/python38
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Build
-
- multimedia/vmaf
Configuration Options:
- ===> The following configuration options are available for vim-8.2.4669:
DEFAULT_VIMRC=on: Install bundled vimrc as default setting
MAKE_JOBS=off: Enable parallel build
NLS=on: Native Language Support
XTERM_SAVE=off: Restore xterm screen after exit
====> 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:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|