Port details |
- vim-tiny Improved version of the vi editor (vim binary only)
- 8.2.2569 editors
=0 8.2.2569Version of this port present on the latest quarterly branch.
- Maintainer: adamw@FreeBSD.org
- Port Added: 2018-01-08 19:44:24
- Last Update: 2021-09-02 06:36:47
- Commit Hash: 620f205
- 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.
WWW: http://www.vim.org/
WWW: https://github.com/vim/vim
- ¦ ¦ ¦ ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- vim-tiny>0:editors/vim-tiny
- Conflicts:
- CONFLICTS_INSTALL:
- No installation instructions:
- This port has been deleted.
- PKGNAME: vim-tiny
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1614894260
SHA256 (vim-vim-v8.2.2569_GH0.tar.gz) = f24b07919c4ce8a77855cb3e5ae204010feac4fd2ae4627955d1848e6828eff6
SIZE (vim-vim-v8.2.2569_GH0.tar.gz) = 15437345
Packages (timestamps in pop-ups are UTC):
- Master port: editors/vim
- 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
- Library dependencies:
-
- libiconv.so : converters/libiconv
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for vim-tiny-8.2.2569:
DEFAULT_VIMRC=on: Install bundled vimrc as default setting
MAKE_JOBS=off: Enable parallel build
===> Use 'make config' to modify these settings
- Options name:
- editors_vim-tiny
- USES:
- cpe iconv ncurses pkgconfig shebangfix python:env
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: editors/vim |
Commit | Credits | Log message |
8.2.2569 02 Sep 2021 06:36:47 |
Adam Weinberger (adamw) |
editors/vim: Flavorize and update to 8.2.3394
This commit completely rewires the vim ports. It includes the following:
* `vim' is now a TUI-only package. It is what the `vim-console' port
was.
* `vim-gtk3' includes the TUI binary (vim) and a GTk3-backed GUI. It is
what the `vim' port was.
* Each GUI toolkit has a separate package. There is vim-gtk3, -gtk2,
-motif, -athena, and -x11.
* `vim-tiny' is still the same thing, except it includes a defaults.vim
stub to silence a startup error message. (Only the first 15 lines of the commit message are shown above ) |
8.2.2569 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
8.1.1439 04 Jun 2019 11:56:57 |
adamw |
Point the vim-tiny plist specifically at ${.CURDIR}
It works fine in poudriere without it, but isn't necessarily correct
elsewhere.
Submitted by: mat |
8.1.1439 01 Jun 2019 15:39:22 |
adamw |
Add forgotten pkg-plist for vim-tiny |
8.0.1427 11 Jan 2018 20:34:46 |
adamw |
Chase the vim-lite -> vim-console rename |
8.0.1427 11 Jan 2018 20:29:53 |
adamw |
Rename editors/vim-lite to editors/vim-console. The vim-console port isn't
actually any lighter---it's built with exactly the same feature-set as
the main vim port. The only difference is lack of gtk20 GUI, and the
language bindings are off by default.
An UPDATING entry is included. |
8.0.1427 08 Jan 2018 19:44:13 |
adamw |
Add editors/vim-tiny.
By popular request, this is a slave port that installs only the vim binary. It
has
no dependencies, produces a 1 MB package with a 3 MB installed footprint, and
is unable to do anything except edit files. It contains no help files, no
runtime
files, no syntax highlighting, no filetype-specific indenting, non-US keymaps,
macros, or spell-checking.
vim-tiny is designed for minimal installs, and is the wrong choice for most
users. |