Port details |
- vim-lite Improved version of the vi editor (lite package)
- 8.0.1427 editors
=127 8.0.1427Version of this port present on the latest quarterly branch.
- Maintainer: adamw@FreeBSD.org
- Port Added: unknown
- Last Update: 2018-01-11 20:29:53
- SVN Revision: 458784
- People watching this port, also watch:: gettext, libiconv, gmake, expat, png
- 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
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- vim-lite>0:editors/vim-lite
- No installation instructions:
- This port has been deleted.
- PKGNAME: vim-lite
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1514657950
SHA256 (vim-vim-v8.0.1427_GH0.tar.gz) = 1446a4e2342a3e863b4ab0c62da59c177295fef3d677b467b7ae05178dbd8c35
SIZE (vim-vim-v8.0.1427_GH0.tar.gz) = 13415296
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:
- 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-lite-8.0.1427:
DEFAULT_VIMRC=on: Install bundled vimrc as default setting
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- cpe iconv ncurses pkgconfig shebangfix
- 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.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. |
8.0.1178 13 Oct 2017 16:14:29 |
adamw |
Simplify the "lite" package even more
Make the only differences between "lite" and "regular" vim just console
mode and no language bindings. This was already the case (the default
feature set is "huge"), but now it's explicit.
Add a pkg-descr to vim-lite that explains the above, and remove some
text in the pkg-descr that makes absolutely no sense.
There's no effective change to generated package, but the port is
getting updated tomorrow anyway.
This will facilitate the future removal at some point of the "lite"
package, so that it can be replaced by a "console" flavour.
While here, remove a variable that was last used in 2001. |
8.0.1141 28 Sep 2017 18:50:08 |
adamw |
Reorganize and simplify the vim Makefile
There should be no changes to the generated packages from this reorganization.
The bulk of the changes involve better leveraging OPTIONS helpers, including
making vim-lite into an OPTION (which is always SLAVEd or EXCLUDEd). |
8.0.0019 01 Oct 2016 05:36:41 |
adamw |
Update vim to 8.0.0019, add GTK3 support, and take maintainership.
Many, many thanks to Sunpoet for all the time he has spent working
on and improving this port!
Many smaller changes in this update as well:
- Languange support was moved into its own OPTIONS group for clarity
(a visual change only; it does not affect the knobs themselves)
- Add LICENSE
- Reorganize and format the Makefile for clarity
- Remove a few pieces of cruft
- Add many missing dependencies for most of the GUI options
- Use better (more robust) build constructs where possible
PR: 212771
Approved by: maintainer timeout |
7.4.540_1 05 Dec 2014 17:45:01 |
sunpoet |
- Remove PORTREVISION |
7.4.540_1 04 Dec 2014 17:28:10 |
bapt |
Move the vimrc into ETCDIR to user may have a look at it.
Now install a minimalistic vimrc without all the controversial options (I hope)
Define a template for port Makefiles to vim automatically creates it in case of
opening a new one |
7.4.192 28 Feb 2014 01:30:03 |
sunpoet |
- Update COMMENT
- Update pkg-descr |
7.4.110 02 Dec 2013 19:48:38 |
sunpoet |
- Update to 7.4.110
- While I'm here:
- Remove RELEASE and simplify PATCH_SITES, WRKSRC and _DATADIR
- Simplify Makefile
- Remove contiguous blank lines
Changes: https://code.google.com/p/vim/source/list
PR: ports/183076
Submitted by: Rick van der Zwet <info@rickvanderzwet.nl> |
7.3.1314_2 02 Dec 2013 19:42:02 |
sunpoet |
- Take maintainership |
7.3.1314_2 02 Dec 2013 13:47:06 |
bdrewery |
- Reset maintainer due to timeout of 11 open PR, 7 with patches and
no activity since July 2013
With hat: portmgr
Discussed with: portmgr |
7.3.1314_2 20 Sep 2013 16:36:24 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors) |
7.3.669_2 05 Apr 2013 08:23:44 |
bapt |
Fix conversion to optionsng breaking multibyte support
Reported by: Sergey V. Dyatko via irc
Tested by: Sergey V. Dyatko via irc
Approved by: portmgr (implicit) |
6.1.319 18 Feb 2003 19:08:21 |
knu |
De-pkg-comment vim 6 ports.
Approved by: obrien (MAINTAINER) |
20 Oct 2001 01:13:54 |
obrien |
Change to version 6. |
16 Feb 2001 06:53:46 |
obrien |
Tweak how we set PKGNAMESUFFIX. |