aboutsummaryrefslogtreecommitdiffstats
path: root/editors/elvis
Commit message (Collapse)AuthorAgeFilesLines
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-241-1/+1
| | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
* Chase the new location of libXft.marcus2004-03-171-1/+1
|
* SIZEify.trevor2004-01-291-0/+1
|
* - Update to version 2.2.0krion2003-10-297-104/+145
| | | | | PR: 58624 Submitted by: Ports Fury
* Include keysym.h not keysymdef.h, to get XK_ISO_Lock with XFree86 4.3.0.anholt2003-03-131-0/+11
| | | | Submitted by: bento/kris
* De-pkg-comment.knu2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Replace ${PERL} with ${REINPLACE_CMD}ijliao2002-06-211-1/+2
| | | | | PR: 39591 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-2/+2
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* portname/portversion updatemharo2000-04-141-3/+3
|
* update to 2.1.4mharo1999-10-273-7/+34
| | | | | PR: 14543 Submitted by: KATO Tsuguru tkato@promtomail.ne.jp
* Import of elvis.cpiazza1999-09-056-0/+103
Elvis is intended to be a modern replacement for the classic ex/vi editor. Elvis supports many new features, including multiple edit buffers, multiple windows, multiple user interfaces, and a variety of display modes including plain text, syntax highlighting, hex dump, HTML and man page formatter. PR: 13543 Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>