summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
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
2001-08-06add & enable vim-develpooka1-1/+2
2001-08-06Beta version of the vim6 vi clone.pooka4-0/+645
Some new features since version 5.8: 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 files 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 (MS-Windows only) 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 The currently imported version is a minimalistic version. When the final release comes out, I'll modify it to live in the normal editors/vim-* packages.
2001-08-05add and enable treetextsakamoto1-1/+2
2001-08-05TreeText: multi documents editorsakamoto5-0/+41
TreeText is multi documents editor. This editor is usable as an outline processor.
2001-08-03Add and enable jde (hi chris!)wiz1-1/+2
2001-08-03Import JDE, the Java Development Environment for Emacs. Includes:cjones4-0/+317
* JDE menu with compile, run, debug, build, browse, project, and help commands * syntax coloring * auto indentation * compile error to source links * source-level debugging * source code browsing * make file support * automatic code generation * Java source interpreter (Pat Neimeyer's BeanShell)
2001-07-23Fix (and sort) PLIST. Noted wrong in recent bulk build.wiz1-112/+121
2001-07-23Ted installs an app-defaults file, so he should install into X11BASE bywiz1-2/+2
default. Problem noted in recent bulk build.
2001-07-15Added and enabled yudit, a unicode editorwulf1-1/+2
2001-07-15Initial port of yudit-2.4 unicode editorwulf4-0/+233
2001-07-04Use lesstif/buildlink.mk instead of USE_MOTIF. Also remove settingjlam1-3/+2
of USE_BUILDLINK_ONLY as it's not really true.
2001-07-02Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-11/+12
2001-07-02Use xpm/buildlink.mk instead of USE_XPM.jlam1-2/+2
2001-06-29Converted to use buildlink.mk fileszuntum1-6/+6
2001-06-29USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,jlam2-7/+7
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-26converted to use buildlink.mkzuntum1-4/+5
2001-06-20Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam2-31/+19
2001-06-20Convert to use buildlink.mk file for ncurses dependency and simplifyjlam1-13/+5
curses handling during configure process. Mark as USE_BUILDLINK_ONLY.
2001-06-20Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-6/+6
2001-06-20Remove explicit passing of -I$(includedir) to compiler during build.jlam2-1/+15
2001-06-20Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-14/+6
2001-06-17No functional changes:zuntum2-8/+9
o use #ifdef in patch-aa so it can be sent back to the author
2001-06-11* update manedit to 0.4jzuntum8-182/+26
+ Version 0.4.0j Mon Mar 26 19:43:26 PST 2001 -Added Find string in current loaded manual page on viewer. Keyboard keys SPACE, b, HOME, and END now work properly on viewer. -Fixed GTK+ `main breaking behavour' work-around made on the viewer's GtkText widget. + Version 0.4.0i Thu Feb 22 17:31:41 PST 2001 -Fixed Additional compiling bugs for FreeBSD and also directory defaults on FreeBSD. * pass maintainership to packages@netbsd.org * don't bother fixing manpages any more (author should fix that, not me) -- changing "preferances" to "preferences" to match the reality every time new version is out isn't something I like