summaryrefslogtreecommitdiff
path: root/editors/elvis
AgeCommit message (Collapse)AuthorFilesLines
2011-12-19Fix elvis-x11 build by depending on pkg-config.wiz1-1/+2
XXX: This is a big mess. elvis/Makefile is included by other packages, elvis-x11 sets an option...
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-10-03Add freetype2 for elvis-x11; PKGREVISION -> 7.dholland2-3/+4
XXX: The way this is set up, elvis and elvis-x11 cannot have different XXX: values of ${PKGREVISION}.
2011-04-03add LICENSEzafer1-2/+3
2009-10-03Avoid getline breakage.ahoka1-0/+49
Now with the patch actually committed.
2009-10-03Avoid getline breakage.ahoka1-1/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-7/+1
2008-04-22Restructure the following packages:jlam8-70/+178
editors/elvis editors/elvis-x11 The latter is now just editors/elvis built with a specific set of options. Changes include: + Add options.mk that supports a new "x11" option. + Remove Makefile.common and move all logic into elvis/Makefile and elvis/options.mk. + Rename PLIST.common to PLIST as there are no PLIST differences between elvis and elvis-x11. + Modify patch-ab to add a --sysconfdir option to the configure script and fix the parsing of --with-x* options so that --with-xft isn't ignored. + Modify patch-ac to handle SYSCONFDIR in Makefile.in passed in from the configure script. + Remove the unnecessary substitution for PKG_SYSCONFDIR now that the configure script and Makefile.in directly support --sysconfdir. + Include termcap.buildlink3.mk to properly deal with termcap/curses issues (elvis needs termcap). + Add full DESTDIR support. + Set HOMEPAGE to the correct URL. + Bump the PKGREVISION for elvis and elvis-x11 to 6. Both packages now track and use the same PKGREVISION number.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2006-06-26Added patch-ae, which resolves a name collision (FT_FILE) with FreeType.rillig2-1/+16
2006-05-15Install man pages into man1, not manl and no formated version.joerg5-46/+19
Bump revisions of elvis and elvis-x11. Should fix PR 33468.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-11-07Interix doesn't have sync(2).tv2-1/+14
2005-05-23Removed trailing white-space.rillig1-1/+1
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2004-05-31Fix SUBST_FILES.sysconf's value.seb1-2/+2
2004-04-17Convert to buildlink3.snj1-2/+2
2004-01-21Fix a build/linking problem wrt Xft2.recht2-6/+20
Reported by Peter Bex.
2004-01-21Add patches which I forgot in the previous commit.recht2-0/+46
2004-01-20install configuration files in PKG_SYSCONFDIR/elvis instead of /etc/elvisrecht4-5/+18
2004-01-20initial import of elvis-2.2.0 (non x11-version)recht6-0/+191
by Peter Bex via pkgsrc-wip Elvis - written by Steve Kirkendall is a very powerful vi/ex clone providing a remarkable number of bells and whistles like: * Syntax Highlighting. * Multiple files in multiple windows. * Browse modes for LaTeX (rather experimental), HTML and MAN pages. * Networking support (http and ftp). * GUI frontends for some of its platforms.