vile is widely available in other ports collections and I've been meaning to add it to OpenBSD for a long time. (My first port.) Thanks for any feedback.
Jeff $ cd /usr/ports/editors/vile $ cat Makefile # $OpenBSD$ COMMENT= VI Editor Like Emacs DISTNAME= vile-9.8 CATEGORIES= editors HOMEPAGE= http://invisible-island.net/vile/ MAINTAINER= Jeff Rhyason <[email protected]> # GPLv2 PERMIT_PACKAGE_CDROM= Yes MASTER_SITES= ftp://ftp.invisible-island.net/vile/ \ http://invisible-mirror.net/archives/vile/ EXTRACT_SUFX= .tgz FLAVORS= iconv FLAVOR?= .if ${FLAVOR:Miconv} MODULES+= converters/libiconv .else CONFIGURE_ARGS= --without-iconv .endif WANTLIB += c curses CONFIGURE_STYLE=gnu CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include" MAKE_FILE= makefile NO_TEST= yes .include <bsd.port.mk> $ cat pkg/DESCR 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. the authors of vile are Paul Fox, Tom Dickey, and Kevin Buettner. many patches have been contributed by a lot of users. we thank them. visit ftp://invisible-island.net/vile ftp://ftp.phred.org/pub/vile to be sure it's still the latest.
vile-openbsd.tgz
Description: Binary data
