summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2001-11-18Add plan9 to CATEGORIES like in the other packages that were once indillo1-2/+2
the plan9 directory.
2001-11-15Update vigor to 0.016. Changes:hubertf5-46/+48
Version 0.016 (May 2 19:36) * Enable Version 0.015 (Mar 25 15:17) * Disable by default built-in curses, db, and re libraries. Most OS's these days have proper libraries for these, and I was seeing conflicts (particularly on SuSE under Vigor 0.014). This may break things on some other OS's, probably older ones. If so, try using --enable-curses --enable-db --enable-re on the command line. Version 0.014 (Feb 8 14:50) * Remove the hack to the EULA that produced the Jumping Vigor Bug. Version 0.013 (Feb 5 11:53) * Fix to configure.in: it looked for Tcl on Debian systems when it was supposed to look for Tk. Version 0.012 (Feb 4 00:28) * Updated EULA, made dialog box move along with assistant Version 0.011 (Feb 2 00:10) * Look for libtcl8.2 etc (as opposed to libtcl82 etc); handle select() calls prior to assistant initialization
2001-11-07- I got some comments about the second line of Makefile.common (themartti2-9/+136
"obtained from..." line). Based on those comments I removed that line and note hereby the following thing to give credit for the previous work: The idea for the patch management was taken from the FreeBSD vim port (by obrien@freebsd.org) - Upgraded to 6.0.92 - Ignored patches 27, 48, 53, 64, 70, 73, 87 Changes since 6.0.25: 6.0.026 GTK: menu separators could be selected with the cursor keys 6.0.027 VMS: fix printing, compiling with VAXC and other things 6.0.028 compilation error with +visualextra but without +virtualedit 6.0.029 undo doesn't work correctly in specific situations 6.0.030 "source! file" doesn't work after ":argdo" or in a loop 6.0.031 define putenv() also for non-GUI for systems that lack it 6.0.032 no redraw after a fold setting was changed 6.0.033 MS-Windows: 'wildmenu' shows name with embedded space wrong 6.0.034 calling searchpair() with three arguments could crash 6.0.035 menu to toggle toolbar didn't work when 'ignorecase' is set 6.0.036 DOS/Windows/OS/2: path in 'tags' relative to drive didn't work 6.0.037 the default syntax menu was defined even when disabled 6.0.038 when 'selection' is "exclusive" the cursor can be beyond EOL 6.0.039 "c" in blockwise Visual and "gP" left cursor in wrong position 6.0.040 when 'fileencoding' is invalid, writing may remove the file 6.0.041 if LC_MESSAGES isn't defined ":lang messages en" doesn't work 6.0.042 ":mksession" can't handle a file name with a space 6.0.043 patch 6.0.041 used vim_getenv() instead of mch_getenv() 6.0.044 syntax argument "containedin" doesn't always work properly 6.0.045 creating fold with Visual mode doesn't redraw other window 6.0.046 the stack check fails when the limit doesn't fit in a long 6.0.047 using nested regexp item in \%[] can cause a crash 6.0.048 Win32 console: mouse sometimes doesn't work right 6.0.049 the intro screen is misleading when running evim 6.0.050 "viw" doesn't include multi-byte characters before the cursor 6.0.051 UTF-8: CTRL-R on the command line skips composing characters 6.0.052 requires 6.0.046: also look in sys/resource.h for rlim_t 6.0.053 extra: various fixes for QNX 6.0.054 CTRL-V in mswin.vim and Paste menu didn't paste block of text 6.0.055 GTK: copying a selection didn't work the first time 6.0.056 CTRL-O cw results in a nested Insert mode 6.0.057 ":wincmd g}" didn't work inside a function 6.0.058 after CursorHold autocommand the ruler wasn't updated 6.0.059 'hlsearch' highlighting is not visible in diff lines 6.0.060 Motif: if fontset cannot be allocated tooltip may crash Vim 6.0.061 v:this_session wasn't used correctly in menu.vim 6.0.062 ":shell" crashes when 'verbose' is > 3 6.0.063 when 'cpo' includes "$" "cw)" didn't update syntax highlight 6.0.064 extra: improve self-installing exe made with NSIS 6.0.065 ":normal" can read redo characters before its argument 6.0.066 undo for one command can be split into two pieces 6.0.067 if_xcmdsrv.c doesn't compile on AIX 6.0.068 using "gq" on a Visual area doesn't always redraw correctly 6.0.069 "K" on a word that includes a "!" gives an error message 6.0.070 Win32: failing library load didn't give a clear error message 6.0.071 the "iris-ansi" builtin termcap isn't very good 6.0.072 Visual area not redraw correctly when 'lazyredraw' is set 6.0.073 extra: CTRL-Z doesn't position cursor for DJGPP version 6.0.074 "&" in substitute string is wrong with a few multi-byte chars 6.0.075 could equalize too many windows when closing a window 6.0.076 compiler warning in version.c (depends on 6.0.049) 6.0.077 patch 6.0.075 was incomplete 6.0.078 "daw" didn't always work at the end of a line 6.0.079 still possible to overwrite a read-only file with "W" in 'cpo' 6.0.080 session with same file in two windows gives hit-enter prompt 6.0.081 buffers menu has wrong buffer number after ":saveas file" 6.0.082 shell prompt is sometimes right after a message from vimrc 6.0.083 GTK: dialog buttons are empty when compiled without menus 6.0.084 UTF-8: "r" with composing character can't be redone 6.0.085 with "s" and using 'mousefocus' Insert mode is stopped 6.0.086 "gu" gives a wrong message 6.0.087 lang: update message translations 6.0.088 "rx" in Visual mode could not be repeated with "." 6.0.089 "==" in a C file with a dashed list in a comment works wrong 6.0.090 a wrapping line that doesn't fit and 'so' set flashes badly 6.0.091 CTRL-O in Insert mode with 've' set moves cursor unnecessary 6.0.092 MS-Windows: explorer plugin didn't ignore case of 'suffixes'
2001-10-31Move pkg/ files into package's toplevel directoryzuntum132-84/+84
2001-10-31Regen.tron1-1/+2
2001-10-31Update to 5.2. Notable changes and bug fixes include:mjl4-20/+24
- Added built-in patterns for CSS, XML, and regular expressions (Regex). Many other pattern updates. - Support for high- and true-color systems. NEdit now will automatically select the best visual from your X server. This reduces the chance of running out of colors. - New features in the Find and Replace dialogs: o Replacement across multiple windows in a session. o Case sensitivity may be set independently of regular expressions. o Add "Replace and Find" command, which saves keystrokes when doing a large-scale find & replace. - ClearCase version-extended pathnames. - Many new macro subroutines and variables, array support in macros. - Range highlighting of matching delimiters. - Undo and Redo highlights the text that has changed, when visible. - Support for wheel mouse scrolling on servers that support it (XFree86). - Improved accelerator key handling. - Insert Control Code dialog accepts value in any valid C notation - Optional beeping when search operations wrap. - Additional default search styles. - Optional displaying of path names in the window list menu. - Fix a crash when entering an invalid line number in "Goto Line". - Fix problems when running NEdit on 64-bit platforms like Alpha - NEdit failed to open files if some directories above were not "readable" - Fix potential crashes if some system calls fail - When no colors are left, attempt to reuse the closest matching color. This allows NEdit's syntax highlighting to better coexist with Netscape, which unfortuntely takes all available colors. - Accelerators now available in confirmation dialogs, and may be invoked without the Alt key. - Don't even try to open a directory for editing - Fix a couple of memory corruption problems
2001-10-30update to 0.9.4drochner7-53/+29
changes: Fully editable styles on Windows and Unix. New and improved import/export filters. This includes the initial release of a Word Perfect import filter. Dramatically faster spell checking. Plus new artwork, many bug fixes, speed ups and behind the scenes work.
2001-10-28vim-devel doesn't existjmc1-2/+1
2001-10-27Remove commented USE_LIBINTL definitions ... we already use thejlam1-3/+1
gettext-lib/buildlink.mk file.
2001-10-26Make this work with OpenLDAP-2.x as well.kleink1-2/+2
2001-10-25Clean up the post-install target a bit more.agc1-4/+3
2001-10-25Move post-install commands from a script to a Makefile target, andagc2-18/+8
do the post-install target a bit more efficiently. Remove unnecessary script file.
2001-10-25Regnerate patch digests after adding NetBSD RCS Ids.agc1-3/+3
2001-10-25Add NetBSD RCS Ids.agc2-0/+4
2001-10-25plug string format vulnerability.itojun4-3/+57
2001-10-25* vim-gtk and vim-xaw: added dependency to xpm (Should fix pkg/14341)martti4-6/+12
* 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.mkjlam4-8/+8
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-24- Note obrien@freebsd.org's work in the head of Makefile.commonmartti2-4/+17
- Updated to 6.0.23. Changes since 6.0.18: 6.0.019 crash when making a printable string with multi-byte chars 6.0.020 <Leader> and <LocalLeader> don't work inside a function 6.0.021 the 'cscopepathcomp' option didn't work 6.0.022 'langmap' wasn't use after a command starting with "g" 6.0.023 The lhaskell syntax file didn't load haskell.vim
2001-10-24Upgrade to version 1.3.0, and fetch from new home on sourceforge.cjs5-23/+14
Changes: - can edit block special files - can read/edit/write parts of files - +cmd now works on command line - :e# bug fixed and a buffer overflow fixed - bmore program added to package
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam4-8/+8
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-22Updated to 6.0.18. Changes since 6.0.11:martti2-4/+20
6.0.012 IGNORED (Polish message translations fix) 6.0.013 ":silent! cmd" sometimes still gives an error message 6.0.014 can modify buffer while 'modifiable' is off 6.0.015 get an error message for deleting b:did_ftplugin 6.0.016 bufnr(), bufname(), etc. did not find unlisted buffers 6.0.017 the "Co" termcap entry was sometimes set to the wrong value 6.0.018 initializing 'encoding' may cause a crash
2001-10-22MAXSTRINGCHARS must be the same as in ispell.mycroft2-3/+12
2001-10-21Update to 0.99.15, provided by Scott Barron in pkg/14194.wiz5-28/+25
Changes since 0.99.14: Bugfixes, and: src/menus.c: Scrolling implemented for popup menus that contain more rows than the display. src/wterm.c: included latest patches from John Skilleter <John.Skilleter@pace.co.uk> for wheel-mouse support. src/intrin.c: New intrinsic variable Menus_Active indicates whether or not the menus are currently active. src/wterm.c: fix problem with background color used when the screen is cleared not matching the background color used in drawing text.
2001-10-10Updated pico to 4.1 because the old distfile for pine wasn't availablemartti4-39/+23
any more. What's new in pico 4.1? I don't know...
2001-10-09Updated VIM to version 6.0.11. The following problems were fixed since 6.0:martti5-18/+50
* Loading the sh.vim syntax file causes error messages * Using a '@' item in 'viminfo' doesn't work * The configure check for ACLs on AIX doesn't work * The find/replace dialog doesn't reuse a previous argument properly * In Insert mode, "CTRL-O :ls" has a delay before redrawing * With a vertical split, 'number' set and 'scrolloff' non-zero, making the window width very small causes a crash * When setting 'filetype' while there is no FileType autocommand, a following ":setfiletype" would set 'filetype' again * 'imdisable' is missing from the options window * Nextstep doesn't have S_ISBLK * Using "gf" on a file name starting with "./" or "../" in a buffer without a name causes a crash * Python: After replacing or deleting lines get an ml_get error
2001-10-06Make this build on sgimipshubertf5-15/+38
2001-10-04*sigh* cvs ate my patches.agc4-4/+81
Replace patches which I accidentally removed in the last commit.
2001-10-04Unify all the vim patches together in a single patches directory, locatedagc11-141/+8
in vim-share.
2001-10-04Ooops, an old patch file from 5.8 was causing troubles withmartti3-130/+116
the documentation, i.e. the :help command didn't work.
2001-10-04Here it is folks, VIM 6.0! Changes since version 5.8:martti15-538/+681
----------------------------------------------------- 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-10-04Removed vim-devel as vim is now the latest version.martti4-662/+0
2001-10-01Buildlinkify (strongly), and use ncurses' buildlink.mk, which removeswiz4-38/+11
the need for some of the hacks in the patches.
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam15-33/+33
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-09-27Update all xemacs packages to latest versions and add gnus package.perry3-509/+921
Update package version number to 1.7
2001-09-24Use "${PKGVERSION}" instead of hard coded version number.tron2-1374/+1374
2001-09-17bsd.pkg.mk passes ${MACHINE_GNU_PLATFORM} as --host to GNU_GONFIGURE,drochner1-14/+14
and emacs uses it as arch dependant subdir obviously. Using the same variable here fixes an inconsistency at least on i386/ELF.
2001-09-14Update to 0.99.14, provided by Scott Barron in pkg/13734.wiz7-144/+201
Changes are too many too list here.
2001-09-14regen (in the hope it fixes pkg/13909)wiz2-12/+10
2001-09-12Use x11.buildlink.mk instead of USE_X11.jlam1-3/+2
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc2-4/+4
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-09-08Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk.jlam2-4/+4
2001-09-08vim-60au, the "golden" betapooka3-574/+591
Changes from last version include mostly bug fixes, but there is new functionality also, mostly in the form of new indentation ja syntax files.
2001-09-06MASTER_SITES and HOMEPAGE changed.hubertf1-3/+3
Reported in PR 13882 by Hiroyuki Yanai <fk200329@fsinet.or.jp>
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam3-6/+6
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-24Remove some more directories during deinstallation.jlam2-4/+6
2001-08-24Make this build again after an API change for png_info_init()hubertf2-1/+24
in latest png (1.0.12 or so)
2001-08-23Move per-package default XAW_TYPE setting above the inclusion ofjlam6-21/+21
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-17Remove explicit settings of FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} injlam2-5/+3
MAKE_ENV as they are now added by the buildlink files themselves.
2001-08-10Update abiword-personal to 0.9.0. This release is the first in the finaljlam13-128/+402
push toward a 1.0 release for AbiWord. Users will find this release is much faster and uses far fewer resources. Major changes from version 0.7.14: * _Tons_ of bug fixes * Fully Customizable Styles * Multi-Lingual Spell checking (Spell check in multiple languages) * Line Based Tables * Automatic Numbered Headings * Import/export improvements and additions * Preview as Web * Tons of Locale definitions * Plugin Architecture * AutoSaves of document * Major Encoding fixes and Improvements * Perl Bindings for AbiWord * Updated our Distrubuted Type 1 Fonts
2001-08-06add conflicts for vim6 (vim-devel)pooka4-7/+9