summaryrefslogtreecommitdiff
path: root/editors/elvis
AgeCommit message (Collapse)AuthorFilesLines
2015-12-29pkglintdholland2-8/+8
2015-12-29Add patch comments.dholland6-11/+24
2015-11-03Add SHA512 digests for distfiles for editors categoryagc1-1/+2
Problems found with existing distfiles: distfiles/javascript-2.1b1.el distfiles/yEd-3.14.2.zip No changes made to the javascript-mode or yEd distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2013-10-20Fix rpath options.joerg2-3/+21
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-04-06Fixes:rodent1-2/+2
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
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.