You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
eeeea1003e
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
37 lines
1.4 KiB
Tcl
37 lines
1.4 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name vile
|
|
version 9.8zb
|
|
revision 0
|
|
checksums rmd160 24b4fbfcd86f9aaf16472283ad0494e5317d7d8e \
|
|
sha256 d6239e6b728fa9d0b49f526d8f0998d2db4b7a7dfc317273dbff7aea2a09ea31 \
|
|
size 2498640
|
|
|
|
categories editors
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
|
|
description Vi Like Emacs
|
|
|
|
long_description vile is a text editor which is extremely compatible \
|
|
with vi in terms of finger feel. in addition, it \
|
|
has extended capabilities in many areas, notably \
|
|
multi-file editing and viewing, key rebinding, real \
|
|
X window system support, an optional embedded perl \
|
|
interpreter, and robust support for non-Unix hosts.
|
|
|
|
homepage https://invisible-island.net/vile/
|
|
master_sites https://invisible-island.net/archives/${name}/current/ \
|
|
https://invisible-mirror.net/archives/${name}/current/
|
|
extract.suffix .tgz
|
|
|
|
depends_build port:reflex
|
|
|
|
depends_lib port:ncurses port:libiconv
|
|
|
|
configure.args --with-ncurses
|
|
|
|
livecheck.regex ${name}-(.*)${extract.suffix}
|