notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
vim-tiny Improved version of the vi editor (vim binary only)
8.2.2569 editors Deleted on this many watch lists=0 search for ports that depend on this port An older version of this port was marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 8.2.2569Version of this port present on the latest quarterly branch.
Maintainer: adamw@FreeBSD.org search for ports maintained by this maintainer
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
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (9 items)
Collapse this list.
  1. /usr/local/share/licenses/vim-tiny-8.2.2569/catalog.mk
  2. /usr/local/share/licenses/vim-tiny-8.2.2569/LICENSE
  3. /usr/local/share/licenses/vim-tiny-8.2.2569/VIM
  4. bin/vim
  5. @sample etc/vim/vimrc.sample
  6. man/man1/vim.1.gz
  7. @owner
  8. @group
  9. @mode
Collapse this list.
Dependency lines:
  • vim-tiny>0:editors/vim-tiny
Conflicts:
CONFLICTS_INSTALL:
  • vim
  • vim-console
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
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):
vim-tiny
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--8.2.2263_1---8.2.2263_1-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Master port: editors/vim
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/vim/vim/tar.gz/v8.2.2569?dummy=/
Collapse this list.
Port Moves
  • port deleted on 2021-09-02
    REASON: The vim-tiny package is now a vim flavor

Number of commits found: 7

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
CommitCreditsLog message
8.2.2569
02 Sep 2021 06:36:47
commit hash: 620f205539a43fd8da97750d33eebdfc1e133330commit hash: 620f205539a43fd8da97750d33eebdfc1e133330commit hash: 620f205539a43fd8da97750d33eebdfc1e133330commit hash: 620f205539a43fd8da97750d33eebdfc1e133330 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
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 View all of this commit message)
8.2.2569
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
8.1.1439
04 Jun 2019 11:56:57
Revision:503467Original commit files touched by this commit
adamw search for other commits by this committer
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
Revision:503242Original commit files touched by this commit
adamw search for other commits by this committer
Add forgotten pkg-plist for vim-tiny
8.0.1427
11 Jan 2018 20:34:46
Revision:458788Original commit files touched by this commit This port version is marked as vulnerable.
adamw search for other commits by this committer
Chase the vim-lite -> vim-console rename
8.0.1427
11 Jan 2018 20:29:53
Revision:458784Original commit files touched by this commit This port version is marked as vulnerable.
adamw search for other commits by this committer
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
Revision:458471Original commit files touched by this commit This port version is marked as vulnerable.
adamw search for other commits by this committer
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.

Number of commits found: 7