summaryrefslogtreecommitdiff
path: root/editors/vim-xaw
AgeCommit message (Collapse)AuthorFilesLines
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-06-02Added vim-gtk2martti1-2/+3
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2003-02-15This CONFLICTs with vim-motifmartti1-2/+2
2003-01-04Whitespace nitcjep1-3/+3
2002-09-14buildlink1 -> buildlink2. This should fix pkg/15160 by Brad Forschingerjlam1-6/+6
<bnjf@optushome.com.au>.
2002-03-24Updated vim to 6.1martti1-3/+3
* several bug fixes * new and updated syntax files * translated menus and messages * license has been made compatible with the GNU GPL
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-25* vim-gtk and vim-xaw: added dependency to xpm (Should fix pkg/14341)martti1-1/+2
* Added two new patches (instead of adding nb1 to the version number). 6.0.024 inserting a char with CTRL-V u 9900 may cause a crash 6.0.025 using "$" after "\v" in a regexp doesn't always work And now I'll switch to a not-so-frequent vim patching mode, maybe once a month is enough (although vim is almost like Linux, new patches are needed all the time to make it stable :-)
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-04Unify all the vim patches together in a single patches directory, locatedagc4-82/+0
in vim-share.
2001-10-04Here it is folks, VIM 6.0! Changes since version 5.8:martti4-34/+38
----------------------------------------------------- The number of changes is huge. These are just the main new items: Folding - momentarily hide part of the text Vertically split windows - mixed with horizontal splits Diff mode - show and remove differences between files Easy Vim: click-and-type - for those who really don't like two modes User manual - learn to use Vim, reads like a book Flexible indenting - automatic indenting for any language Extended search patterns - more regexp power than you will need UTF-8 support - Unicode allows editing nearly all languages Multi-language support - translated messages and menus Plugin support - drop a script in a directory and you can use it Filetype plugins - an easy way to setup for editing a type of file File browser - browse directories, also on a terminal Editing files over a network - read and write a remote file directly command-line editing window - use any Vim command to edit an Ex command Debugging mode - debug your Vim functions and scripts Cursor in virtual position - edit tables and draw ASCII pictures Debugger interface - use Vim with Sun Visual Workshop Communication between Vims - let one Vim tell another Vim what to do Printing - print with syntax colors Quickfix extended - see error messages in a window and jump there Writing files improved - rename or copy to make a backup file Argument list - select groups of files to work on Restore a View - save the looks of a window and restore it later Color schemes - quickly switch between different color setups
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-3/+2
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-23Move per-package default XAW_TYPE setting above the inclusion ofjlam4-14/+14
bsd.prefs.mk so that it is actually used. Where possible, include xaw.buildlink.mk instead of setting USE_XAW, and use LIBXAW where needed.
2001-08-06add conflicts for vim6 (vim-devel)pooka1-2/+2
2001-06-20Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-18/+13
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-06Update vim to 5.8pooka4-17/+17
Changes since 5.7: * 74 new syntax files. * bugfixes * couple of security-related fixes * ctags is no longer distributed with vim
2001-04-22Copy common patch-zb file to the three packages that share it.wiz2-1/+17
Not nice, but IMHO much nicer than the previous copy-patch-files-just-before-patching-hack.
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-3/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-5/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+3
2001-01-08Move special flags for ncurses in the NEED_NCURSES==YES case.wiz1-5/+4
2000-11-02NEED_NCURSES check doesn't have to be after bsd.pkg.mk inclusion anymorewiz1-8/+10
(only after bsd.prefs.mk inclusion)
2000-07-28Add USE_CURSES for packages that need curses functionality that onlywiz1-25/+9
got added in 1.4Y; on older version of NetBSD, ncurses will be used. Replace previous code that did the same, but wasn't shared.
2000-06-25Upgrade vim packages to version 5.7. Use internal curses if possible.pooka3-14/+27
New since version 5.6 --------------------- Not much: - 19 new syntax files. - "explorer.vim" script, works like a file browser. And many bug fixes! This version is aimed at stability.
2000-02-18Do the same here that was done for vim-gtk, ie. fix solaris curses handlingpooka1-12/+14
and modify post-install into a tidy loop.
2000-01-25Remove all files that might conflict with a `normal vi', eg. bin/ex andpooka2-6/+2
man/man1/view.1. The functionality is still there, the links are just no longer created.
2000-01-17Upgrade vim packages to vim 5.6.pooka4-35/+9
New since version 5.5 --------------------- Not much: - New "Edit with Vim" popup menu entry for MS-Windows. Avoids problems with the MS Office taskbar. - 18 new syntax files. - "z+" and "z^" commands. And many bug fixes! This version is aimed at stability. See ":help version-5.6" in Vim for the details.
2000-01-15Update dependency on ncurses to >=4.2jlam1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
2000-01-04Explain things a bit more fully.agc1-1/+1
1999-12-21Fix MANZ handling here also, similarly to Tron's fix with vim-gtk.pooka1-20/+13
1999-12-21Make these packages install is MANZ=1 is setpooka1-5/+12
1999-12-21Athena X11 GUI for the vim editorpooka9-0/+164