Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Point the vim-tiny plist specifically at ${.CURDIR} | adamw | 2019-06-04 | 1 | -1/+1 |
| | | | | | | | It works fine in poudriere without it, but isn't necessarily correct elsewhere. Submitted by: mat | ||||
* | Add forgotten pkg-plist for vim-tiny | adamw | 2019-06-01 | 2 | -3/+4 |
| | |||||
* | Chase the vim-lite -> vim-console rename | adamw | 2018-01-12 | 1 | -1/+1 |
| | |||||
* | Rename editors/vim-lite to editors/vim-console. The vim-console port isn't | adamw | 2018-01-12 | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
* | Add editors/vim-tiny. | adamw | 2018-01-09 | 2 | -0/+37 |
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. |