summaryrefslogtreecommitdiff
path: root/Ports/vim
AgeCommit message (Collapse)Author
2022-03-12Ports: Update vim to version 8.2.4554Brian Gianforcaro
2022-01-13Ports/vim: Bump version number to 8.2.4066Kenneth Myhra
2021-10-31Ports/vim: Add symlink 'vi' pointing to target 'vim'Kenneth Myhra
This adds a symlink named 'vi' which points to the target 'vim'. It's useful in scenarios where a third-party application might rely on 'vi'.
2021-10-05Ports: Make array-like settings actual arraysTim Schumacher
We may need entries with spaces in makeopts, installopts, and configopts, and at that point we should also convert depends and auth_opts to avoid confusion.
2021-05-11Ports: Add missing dependency for vimGunnar Beutner
The vim port links against gettext when it's available so we should add it as a dependency in the package.sh script.
2021-04-25Ports: Update checksums to use the SHA256 algorithmGunnar Beutner
2021-04-17Ports: vim: Pin version to latest release rather than use master branchBrendan Coles
2021-04-16Ports: Add auth_type verification to all package.sh filesBrendan Coles
2021-01-22Meta: Get building on NixOS (#5005)Jonathan Turner
2020-03-04Ports: Build ncurses with --with-tlib=tinfoAndreas Kling
This way it finds tgetent() from ncurses and things go back to working. I'm not sure how this broke, or when, but meh.
2020-02-06Ports: Added checksums / signature files and other fixesEmanuel Sprung
* Use ${version} instead of explicit version numbers in urls/filenames * Move -L option to port script, as this is always good * Fix some various other stuff
2019-11-17Ports: Upgrade the vim port to build with more features :^)Andreas Kling
Previously we were only able to build with --with-features=small. Thanks to all the compatibility work done in the kernel and LibC over the last couple of months, we can now build --with-features=normal. It's not the biggest deal in the world, but it's pretty nice to see this kind of progress!
2019-11-03Ports: Undo POSIX sh compliance changes for nowAndreas Kling
Partial revert of 704f48d7f3a1a88047a64b4e2939878d6d4fafb8. These changes made the ports system unusable.
2019-11-03POSIX compliance: (most) shell scripts converted to generic shellGeorge Pickering
Ports/.port_include.sh, Toolchain/BuildIt.sh, Toolchain/UseIt.sh have been left largely untouched due to use of Bash-exclusive functions and variables such as $BASH_SOURCE, pushd and popd.
2019-09-24Ports: Switch to new ports system (#594)Larkin
Much redundancy is removed from package scripts with this system. It also supports simple dependency management, uninstalling (through BSD ports style plist files), cleaning up after itself (with clean, clean_dist, clean_all commands), etc.
2019-06-05Ports: Remove bashisms and switch all scripts to /bin/sh.Larkin Nickle
2019-05-28Ports: Vim and ncursesChristopher Dumas